Software: Apache/2.2.3 (CentOS). PHP/5.1.6 uname -a: Linux mx-ll-110-164-51-230.static.3bb.co.th 2.6.18-194.el5PAE #1 SMP Fri Apr 2 15:37:44 uid=48(apache) gid=48(apache) groups=48(apache) Safe-mode: OFF (not secure) /usr/share/gtk-doc/html/libplanner/ drwxr-xr-x |
Viewing file: Select action/file-type:
Synopsis#include <libplanner/planner.h> MrpRelationPriv; MrpRelation; enum MrpRelationType; MrpTask* mrp_relation_get_predecessor (MrpRelation *relation); MrpTask* mrp_relation_get_successor (MrpRelation *relation); gint mrp_relation_get_lag (MrpRelation *relation); MrpRelationType mrp_relation_get_relation_type (MrpRelation *relation); DescriptionA predecessor relation is used to affect the scheduling of a task relative another task. A relation may have a lag time associated to it, so that a task can be scheduled to start after another task has finished, plus a lag time. DetailsMrpRelationPrivtypedef struct _MrpRelationPriv MrpRelationPriv; A private struct for internal use only. The definition of this structure is not publically available. MrpRelationtypedef struct { MrpObject parent; MrpRelationPriv *priv; } MrpRelation; Object representing a predecessor relation between two tasks. enum MrpRelationTypetypedef enum { MRP_RELATION_NONE = 0, /* unset */ MRP_RELATION_FS, /* finish-to-start */ MRP_RELATION_FF, /* finish-to-finish */ MRP_RELATION_SS, /* start-to-start */ MRP_RELATION_SF /* start-to-finish */ } MrpRelationType; The type of relation. mrp_relation_get_predecessor ()MrpTask* mrp_relation_get_predecessor (MrpRelation *relation);
Retrieves the predecessor of
mrp_relation_get_successor ()MrpTask* mrp_relation_get_successor (MrpRelation *relation);
Retrieves the successor of
mrp_relation_get_lag ()gint mrp_relation_get_lag (MrpRelation *relation);
Retrieves the lag between the predecessor and successor in
mrp_relation_get_relation_type ()MrpRelationType mrp_relation_get_relation_type (MrpRelation *relation);
Retrieves the relation type of
|
:: Command execute :: | |
:: Shadow's tricks :D :: | |
Useful Commands
|
:: Preddy's tricks :D :: | |
Php Safe-Mode Bypass (Read Files)
|
--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.0056 ]-- |