Home
last modified time | relevance | path

Searched refs:objects (Results 76 – 100 of 248) sorted by relevance

12345678910

/plugin/dokusioc/lib/
H A Dsioc_inc.php48 private $objects; variable in SIOCExporter
63 $this->objects = array();
97 $this->objects[] = &$obj;
164 <foaf:primaryTopic rdf:resource="' . clean($this->objects[0]->_url, true) . '"/>
171 if (count($this->objects)) {
172 foreach ($this->objects as $object) {
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock276 "phpunit/phpunit-mock-objects": "~1.2",
324 "name": "phpunit/phpunit-mock-objects",
328 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
333 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875",
365 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dreverse.rst40 It also works with objects implementing the `Traversable`_ interface.
H A Dmerge.rst46 Traversable objects by transforming those to arrays.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dobjects_countable.test2 "for" tag iterates over iterable and countable objects
/plugin/stellarium/
H A DREADME.md3 A simple plugin that adds support for links that can open objects in [Stellarium](https://stellariu…
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md121 * Added support to dump `stdClass` and `ArrayAccess` objects as YAML mappings
132 * Added support for parsing timestamps as `\DateTime` objects:
138 * `\DateTime` and `\DateTimeImmutable` objects are dumped as YAML timestamps.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDatastream.php584 'objects',
598 'path' => 'v1/{+parent}/objects',
616 'path' => 'v1/{+parent}/objects:lookup',
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md5115 date objects, error objects, maps, numbers, `Object` objects, regexes,
6541 _.maxBy(objects, 'n');
10209 var objects = [
10241 console.log(objects);
10244 console.log(objects[0] === objects[1]);
10454 var objects = [
10492 var objects = [
10524 var objects = [
10807 var objects = [
11058 console.log(objects);
[all …]
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dindex.rst33 * :doc:`Intl <intl>`: Adds a filter for localization of ``DateTime`` objects, numbers and currency;
/plugin/sequencediagram/bower_components/lodash/
H A DREADME.md67 numbers, objects, strings, etc. Lodash’s modular methods are great for:
69 * Iterating arrays, objects, & strings
/plugin/importfacebookevents/
H A Dsyntax.php203 $objects = json_decode($json, true);
204 $events = $objects['data'];
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst7 you to define which properties of your objects should be serialized.
50 you to add versioning support to your objects, e.g. if you want to
75 If you have annotated your objects like above, you can serializing different
85 Another default exclusion strategy is to create different views of your objects.
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php787 $objects = [];
837 $objects = array_merge($objects, $calObjects);
845 $generator->setObjects($objects);
/plugin/sequencediagram/bower_components/underscore/
H A DREADME.md13 without extending any core JavaScript objects.
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DCHANGELOG.md21 * Special case when comparing objects implementing `__toString()`
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js1012 var objects = { class in AnonymousFunction235956213e00
1018 assert.equal(_.findKey(objects, function(obj) {
1022 assert.equal(_.findKey(objects, function(obj) {
1026 assert.equal(_.findKey(objects, 'a'), 'b', 'Uses lookupIterator');
1028 assert.equal(_.findKey(objects, function(obj) {
1036 assert.strictEqual(_.findKey(objects, function(a) {
1043 assert.strictEqual(this, objects, 'called with context');
1044 }, objects);
1054 var objects = { class in AnonymousFunction235956214600
1064 assert.deepEqual(_.mapObject(objects, function(val) {
/plugin/idoit/
H A DREADME.md37 …n optional `filter` attribute for filtering the result object as an array of the following objects:
65 ### Retrieving objects by IDs
/plugin/langdelete/
H A Dadmin.php455 $objects = scandir ($path);
456 foreach ($objects as $object) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php941 $objects = [];
993 $objects = array_merge($objects, $calObjects);
1006 $generator->setObjects($objects);
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock95 …"description": "A small, lightweight utility to instantiate objects in PHP without invoking their …
169 "phpunit/phpunit-mock-objects": "2.3.0",
593 "phpunit/phpunit-mock-objects": "~2.3",
640 "name": "phpunit/phpunit-mock-objects",
644 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
649 …"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/18dfbcb81d05e2…
688 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-factory.asciidoc4 The ConnectionFactory instantiates new Connection objects when requested by the
/plugin/a2s/
H A DASCIIToSVG.php1690 public static $objects = array(); variable in dokuwiki\\plugin\\a2s\\CustomObjects
1711 self::$objects = $fn();
1760 self::$objects[$obj['name']][$i++]['path'] =
1770 if (isset(self::$objects[$base]) &&
1786 self::$objects[$base][$i]['width'] = $width;
1787 self::$objects[$base][$i]['height'] = $height;
1796 $fn(self::$objects);
1798 file_put_contents($cacheFile, serialize(self::$objects));
1915 foreach($this->groups as $groupName => $objects) {
1925 foreach($objects as $obj) {
[all …]
/plugin/userhomepage/
H A Daction.php137 …$objects = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($path), RecursiveIteratorI…
145 foreach($objects as $objectName => $object){
181 …$objects = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($path), RecursiveIteratorI…
183 foreach($objects as $objectName => $object){
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md174 * Added support to dump `stdClass` and `ArrayAccess` objects as YAML mappings
185 * Added support for parsing timestamps as `\DateTime` objects:
191 * `\DateTime` and `\DateTimeImmutable` objects are dumped as YAML timestamps.

12345678910