Home
last modified time | relevance | path

Searched refs:f_property (Results 1 – 4 of 4) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Services/User/classes/
H A Dclass.ilObjUserGUI.php1549 …$f_property = ilCustomUserFieldsHelper::getInstance()->getFormPropertyForDefinition($definition, t…
1550 if ($f_property instanceof ilFormPropertyGUI) {
1551 $this->form_gui->addItem($f_property);
/dports/www/ilias6/ILIAS-6.14/Services/User/classes/
H A Dclass.ilObjUserGUI.php1573 …$f_property = ilCustomUserFieldsHelper::getInstance()->getFormPropertyForDefinition($definition, t…
1574 if ($f_property instanceof ilFormPropertyGUI) {
1575 $this->form_gui->addItem($f_property);
/dports/lang/eisl/eisl-2.35/
H A Deisl.h900 int f_property(int addr);
H A Dfunction.c165 defsubr("PROPERTY", f_property); in initsubr()
1974 f_property(int arglist) in f_property() function