Home
last modified time | relevance | path

Searched refs:object (Results 301 – 325 of 1568) sorted by relevance

1...<<11121314151617181920>>...63

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Din.test55 {{ object in 'stdClass' ? 'TRUE' : 'FALSE' }}
60 {{ 'stdClass' in object ? 'TRUE' : 'FALSE' }}
77 … ['bar' => 'bar'], 'dir_object' => new \SplFileInfo(dirname(__FILE__)), 'object' => new \stdClass(…
/plugin/usecounter/
H A Ddokuwiki_plugin_page.wiki4 … helper that can be used in other plugins to count the occurences of any object with an arbitrary …
29 This plugin provides a helper class that manages the amount of occurences of any given object.
33 …- incUsageOf(string $id) - indicates to the helper that the object with the given identifier is us…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckconnector.py35 class FCKeditorConnectorBase( object ):
53 class FCKeditorRequest(object):
/plugin/c3chart/
H A DREADME.md5 …n accepts the same JavaScript object that C3 takes to generate a chart. Any chart describable by a…
26object that the `generate()` function of C3.js takes to render a chart. To include a chart in you…
58 The major restriction is that the JavaScript object must be **static**, i.e. it cannot include func…
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DListens.php76 ->object($result)
95 ->object($result)
/plugin/calendoku/syntax/
H A Dshowicalendar.php69 $object = new CalenDoku_CalendarObject($this, $match);
75 foreach ($object->components as $component) {
H A Dshowtable.php107 $object = new CalenDoku_CalendarObject($this, $page);
108 if (count($object->components) > 0) {
109 foreach ($object->components as $component) {
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DIdle.php57 ->object($result)
87 ->object($result)
249 ->object($handler)
H A DError.php57 ->object($result)
102 ->object($handler)
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A DREADME.md32 `getDocComment()` method, such as an object of type `ReflectionClass`, the
50 The `create` method will yield an object of type `\phpDocumentor\Reflection\DocBlock`
57 // Contains \phpDocumentor\Reflection\DocBlock\Description object
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php18 public static function getClass(object $object): string argument
20 $class = \get_class($object);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php84 $object = new SimpleObjectProxy('a', 'b');
85 $event = new ObjectEvent($this->context, $object, ['name' => 'foo', 'params' => []]);
103 $object = new SimpleObject('a', 'b');
104 $event = new ObjectEvent($this->context, $object, ['name' => 'foo', 'params' => []]);
/plugin/combo/ComboStrap/
H A DExecutionContext.php16 * An execution object permits to manage the variable state for
200 * hack because the dokuwiki request global object as `ID` and `id` as array
201 * but our own {@link Url object} don't allow that and makes an array instead
512 throw new ExceptionNotFound("No object $objectIdentifier found");
515 public function setRuntimeObject($objectIdentifier, &$object): ExecutionContext
517 $this->executionScopedVariables[$objectIdentifier] = &$object;
773 * This function sets the markup running context object globally,
833 * Note that the same object may call recursively:
983 * The page global context object
997 * It's the context object fo
506 setRuntimeObject($objectIdentifier, & $object) global() argument
[all...]
/plugin/hr/
H A Dsyntax.php191 * contains a reference to the renderer object which is currently
196 * @param $aRenderer Object A reference to the renderer object.
/plugin/noticeboard/classes/
H A DNotice.php143 $object= unserialize(io_readFile($file, false));
144 $this->name = $object->getName();
/plugin/noticeboard/noticeboard/classes/
H A DNotice.php143 $object= unserialize(io_readFile($file, false));
144 $this->name = $object->getName();
/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale_fa.js.map1object","property","prototype","hasOwnProperty","p","s","gantt","locale","date","month_full","mont…
H A Dlocale_sk.js.map1object","property","prototype","hasOwnProperty","p","s","gantt","locale","date","month_full","mont…
H A Dlocale_es.js.map1object","property","prototype","hasOwnProperty","p","s","gantt","locale","date","month_full","mont…
H A Dlocale_hu.js.map1object","property","prototype","hasOwnProperty","p","s","gantt","locale","date","month_full","mont…
H A Dlocale_pt.js.map1object","property","prototype","hasOwnProperty","p","s","gantt","locale","date","month_full","mont…
H A Dlocale_ro.js.map1object","property","prototype","hasOwnProperty","p","s","gantt","locale","date","month_full","mont…
H A Dlocale_tr.js.map1object","property","prototype","hasOwnProperty","p","s","gantt","locale","date","month_full","mont…
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md63 # Add a filter object based off a raw string filter...
95 # Create a new LDAP entry object
127 # Search for an entry object to get its current attributes / values
158 # Search for the entry object to delete
161 # Pass the entry object to the delete method of the LDAP client if it was found.
162 # You could also pass a DN object or a simple DN as a string.
/plugin/directions/syntax/
H A Dglobaldirections.php192 * contains a reference to the renderer object which is currently
197 * @param $aRenderer Object A reference to the renderer object.

1...<<11121314151617181920>>...63