Home
last modified time | relevance | path

Searched refs:PROP_DESC (Results 1 – 25 of 25) sorted by relevance

/dports/net/grilo-plugins/grilo-plugins-0.3.14/src/bookmarks/
H A Dbookmarks-resource.c48 PROP_DESC, enumerator
102 case PROP_DESC: in bookmarks_resource_get_property()
147 case PROP_DESC: in bookmarks_resource_set_property()
241 specs[PROP_DESC] = in bookmarks_resource_class_init()
247 g_object_class_install_property(object_class, PROP_DESC, in bookmarks_resource_class_init()
248 specs[PROP_DESC]); in bookmarks_resource_class_init()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dprop_xyz.c30 #define PROP_DESC "propagator template" macro
249 SCIP_CALL( SCIPincludeProp(scip, PROP_NAME, PROP_DESC, PROP_PRIORITY, PROP_FREQ, PROP_DELAY, in SCIPincludePropXyz()
258 …SCIP_CALL( SCIPincludePropBasic(scip, &prop, PROP_NAME, PROP_DESC, PROP_PRIORITY, PROP_FREQ, PROP_… in SCIPincludePropXyz()
H A Dprop_dualfix.c40 #define PROP_DESC "roundable variables dual fixing" macro
327 …SCIP_CALL( SCIPincludePropBasic(scip, &prop, PROP_NAME, PROP_DESC, PROP_PRIORITY, PROP_FREQ, PROP_… in SCIPincludePropDualfix()
H A Dprop_sync.c41 #define PROP_DESC "propagator for synchronization of bound changes" macro
297 …SCIP_CALL( SCIPincludePropBasic(scip, &prop, PROP_NAME, PROP_DESC, PROP_PRIORITY, PROP_FREQ, PROP_… in SCIPincludePropSync()
H A Dprop_rootredcost.c62 #define PROP_DESC "reduced cost strengthening using root node reduced costs and the cu… macro
703 …SCIP_CALL( SCIPincludePropBasic(scip, &prop, PROP_NAME, PROP_DESC, PROP_PRIORITY, PROP_FREQ, PROP_… in SCIPincludePropRootredcost()
H A Dprop_redcost.c58 #define PROP_DESC "reduced cost strengthening propagator" macro
728 …SCIP_CALL( SCIPincludePropBasic(scip, &prop, PROP_NAME, PROP_DESC, PROP_PRIORITY, PROP_FREQ, PROP_… in SCIPincludePropRedcost()
H A Dprop_nlobbt.c54 #define PROP_DESC "propagator template" macro
733 …SCIP_CALL( SCIPincludePropBasic(scip, &prop, PROP_NAME, PROP_DESC, PROP_PRIORITY, PROP_FREQ, PROP_… in SCIPincludePropNlobbt()
H A Dprop_probing.c52 #define PROP_DESC "probing propagator on binary variables" macro
1141 …SCIP_CALL( SCIPincludePropBasic(scip, &prop, PROP_NAME, PROP_DESC, PROP_PRIORITY, PROP_FREQ, PROP_… in SCIPincludePropProbing()
H A Dprop_genvbounds.c59 #define PROP_DESC "generalized variable bounds propagator" macro
2864 …SCIP_CALL( SCIPincludePropBasic(scip, &prop, PROP_NAME, PROP_DESC, PROP_PRIORITY, PROP_FREQ, PROP_… in SCIPincludePropGenvbounds()
H A Dprop_vbounds.c103 #define PROP_DESC "propagates variable upper and lower bounds" macro
3132 …SCIP_CALL( SCIPincludePropBasic(scip, &prop, PROP_NAME, PROP_DESC, PROP_PRIORITY, PROP_FREQ, PROP_… in SCIPincludePropVbounds()
H A Dprop_obbt.c76 #define PROP_DESC "optimization-based bound tightening propagator" macro
3199 …SCIP_CALL( SCIPincludePropBasic(scip, &prop, PROP_NAME, PROP_DESC, PROP_PRIORITY, PROP_FREQ, PROP_… in SCIPincludePropObbt()
H A Dprop_pseudoobj.c60 #define PROP_DESC "pseudo objective function propagator" macro
3736 …SCIP_CALL( SCIPincludePropBasic(scip, &prop, PROP_NAME, PROP_DESC, PROP_PRIORITY, PROP_FREQ, PROP_… in SCIPincludePropPseudoobj()
H A Dprop_symmetry.c134 #define PROP_DESC "propagator for handling symmetry" macro
3881 SCIP_CALL( SCIPincludePropBasic(scip, &prop, PROP_NAME, PROP_DESC, in SCIPincludePropSymmetry()
/dports/www/ilias/ILIAS-5.4.25/Modules/LearningSequence/classes/Settings/
H A Dclass.ilObjLearningSequenceSettingsGUI.php11 const PROP_DESC = 'desc'; define in ilObjLearningSequenceSettingsGUI
129 $desc = new ilTextAreaInputGUI($txt("description"), self::PROP_DESC);
215 self::PROP_DESC => $this->obj_description,
257 $lso->setDescription($post[self::PROP_DESC]);
/dports/www/ilias6/ILIAS-6.14/Modules/LearningSequence/classes/Settings/
H A Dclass.ilObjLearningSequenceSettingsGUI.php11 const PROP_DESC = 'desc'; define in ilObjLearningSequenceSettingsGUI
130 $desc = new ilTextAreaInputGUI($txt("description"), self::PROP_DESC);
216 self::PROP_DESC => $this->obj_description,
258 $lso->setDescription($post[self::PROP_DESC]);
/dports/www/ilias/ILIAS-5.4.25/Modules/StudyProgramme/classes/
H A Dclass.ilObjStudyProgrammeSettingsGUI.php221 const PROP_DESC = "desc"; define in ilObjStudyProgrammeSettingsGUI
244 self::PROP_DESC =>
293 $prg->setDescription($data[self::PROP_DESC]);
/dports/graphics/librsvg2/librsvg-2.40.21/
H A Drsvg-gobject.c55 PROP_DESC, enumerator
204 case PROP_DESC: in rsvg_handle_get_property()
309 PROP_DESC, in rsvg_handle_class_init()
/dports/www/ilias6/ILIAS-6.14/Modules/StudyProgramme/classes/
H A Dclass.ilObjStudyProgrammeSettingsGUI.php23 const PROP_DESC = "desc"; define in ilObjStudyProgrammeSettingsGUI
280 $prg->setDescription($object_data[self::PROP_DESC]);
350 self::PROP_DESC =>
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpviewabledialog.c45 PROP_DESC enumerator
95 g_object_class_install_property (object_class, PROP_DESC, in G_DEFINE_TYPE()
191 case PROP_DESC: in gimp_viewable_dialog_set_property()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/sysmon/
H A Dsysmonvar.h144 #define PROP_DESC 0x0100 macro
H A Dsysmon_envsys.c1230 if (edata->upropset & PROP_DESC) in sme_remove_userprops()
1897 edata->upropset |= PROP_DESC; in sme_userset_dictionary()
/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/lib/ext/wocky/wocky/
H A Dwocky-muc.c107 PROP_DESC, enumerator
285 g_object_class_install_property (oclass, PROP_DESC, spec); in wocky_muc_class_init()
521 case PROP_DESC: in wocky_muc_get_property()
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/lib/ext/wocky/wocky/
H A Dwocky-muc.c123 PROP_DESC, enumerator
301 g_object_class_install_property (oclass, PROP_DESC, spec); in wocky_muc_class_init()
644 case PROP_DESC: in wocky_muc_get_property()
/dports/math/SCIP/scip-7.0.3/applications/STP/src/
H A Dprop_stp.c40 #define PROP_DESC "stp propagator" macro
915 …SCIP_CALL( SCIPincludePropBasic(scip, &prop, PROP_NAME, PROP_DESC, PROP_PRIORITY, PROP_FREQ, PROP_… in SCIPincludePropStp()
/dports/net/grilo/grilo-0.3.14/src/
H A Dgrl-source.c61 PROP_DESC, enumerator
315 PROP_DESC, in grl_source_class_init()
587 case PROP_DESC: in grl_source_set_property()
633 case PROP_DESC: in grl_source_get_property()