Home
last modified time | relevance | path

Searched refs:objectInstanceId (Results 1 – 6 of 6) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/questions/
H A Dclass.ilAssOrderingElement.php16 public $objectInstanceId; variable in ilAssOrderingElement
108 $this->objectInstanceId = ++self::$objectInstanceCounter;
116 $this->objectInstanceId = ++self::$objectInstanceCounter;
H A Dclass.ilAssOrderingElementList.php15 public $objectInstanceId; variable in ilAssOrderingElementList
55 $this->objectInstanceId = ++self::$objectInstanceCounter;
66 $this->objectInstanceId = ++self::$objectInstanceCounter;
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/questions/
H A Dclass.ilAssOrderingElement.php16 public $objectInstanceId; variable in ilAssOrderingElement
108 $this->objectInstanceId = ++self::$objectInstanceCounter;
116 $this->objectInstanceId = ++self::$objectInstanceCounter;
H A Dclass.ilAssOrderingElementList.php15 public $objectInstanceId; variable in ilAssOrderingElementList
55 $this->objectInstanceId = ++self::$objectInstanceCounter;
66 $this->objectInstanceId = ++self::$objectInstanceCounter;
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.shaders/src/appleseed/
H A Das_attributes.osl47 string as_maya_attribute_name = "objectInstanceId",
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/RPC3/
H A DRPC3.h140 …void RegisterSlot(const char *sharedIdentifier, Function functionPtr, NetworkID objectInstanceId, … in RegisterSlot() argument
144 …LocalSlotObject lso(objectInstanceId, nextSlotRegistrationCount++, callPriority, _RPC3::GetBoundPo… in RegisterSlot()