Home
last modified time | relevance | path

Searched refs:objects (Results 51 – 75 of 248) sorted by relevance

12345678910

/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md108 vcards or iCalendar objects semantically.
184 * #254: The parser threw an `E_NOTICE` for certain invalid objects. It now
215 such as large iCalendar objects.
218 objects.
408 objects.
422 * #114: VTIMEZONE is retained when generating new REQUEST objects.
441 a user made on objects.
467 * Fixed: vobject repair. It was not working for iCalendar objects.
508 * Fixed: Issue #83. Creating new VALUE=DATE objects using php's DateTime.
815 iCalendar objects.
[all …]
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md47 vcards or iCalendar objects semantically.
48 * Better error message when parsing objects with an invalid `VALUE` parameter.
123 * #254: The parser threw an `E_NOTICE` for certain invalid objects. It now
154 such as large iCalendar objects.
157 objects.
347 objects.
361 * #114: VTIMEZONE is retained when generating new REQUEST objects.
380 a user made on objects.
406 * Fixed: vobject repair. It was not working for iCalendar objects.
754 iCalendar objects.
[all …]
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md49 * Add a "fromArray" method to make constructing entry objects from arrays sound more natural.
55 * Add more complete documentation for working with Entry objects.
73 * Add magic methods to Entry objects for attribute access.
80 * Added a string filter parser based on RFC 4515. Allows creating filter objects from arbitrary string filters.
/plugin/facebookevents/
H A Dsyntax.php194 $objects = json_decode($json, true);
197 $event_count = count($objects['data']);
201 $event = $objects['data'][$index];
/plugin/html2pdf/html2pdf/html2ps/templates/
H A Derror._no_fetchers.tpl1 <h1>Pipeline contains no fetcher objects!</h1>
/plugin/tfslink/
H A Dplugin.info.txt6 desc Provides a convenience syntax for links to tfs objects
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md80 * #217: Initializing vCard `DATE` objects with a PHP DateTime object will now
118 * #168: Expanding calendars now removes objects with recurrence rules that
181 * #133: Splitter objects will throw exceptions when receiving incompatible
182 objects.
191 * Changed: It's now possible to pass DateTime objects when using the magic
196 * #114: VTIMEZONE is retained when generating new REQUEST objects.
215 a user made on objects.
241 * Fixed: vobject repair. It was not working for iCalendar objects.
282 * Fixed: Issue #83. Creating new VALUE=DATE objects using php's DateTime.
589 iCalendar objects.
[all …]
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md80 * #217: Initializing vCard `DATE` objects with a PHP DateTime object will now
118 * #168: Expanding calendars now removes objects with recurrence rules that
181 * #133: Splitter objects will throw exceptions when receiving incompatible
182 objects.
191 * Changed: It's now possible to pass DateTime objects when using the magic
196 * #114: VTIMEZONE is retained when generating new REQUEST objects.
215 a user made on objects.
241 * Fixed: vobject repair. It was not working for iCalendar objects.
282 * Fixed: Issue #83. Creating new VALUE=DATE objects using php's DateTime.
589 iCalendar objects.
[all …]
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md40 * #217: Initializing vCard `DATE` objects with a PHP DateTime object will now
78 * #168: Expanding calendars now removes objects with recurrence rules that
141 * #133: Splitter objects will throw exceptions when receiving incompatible
142 objects.
151 * Changed: It's now possible to pass DateTime objects when using the magic
156 * #114: VTIMEZONE is retained when generating new REQUEST objects.
175 a user made on objects.
201 * Fixed: vobject repair. It was not working for iCalendar objects.
242 * Fixed: Issue #83. Creating new VALUE=DATE objects using php's DateTime.
549 iCalendar objects.
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Din_with_objects.test2 Twig supports the in operator when using objects
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dsort.rst15 association. It supports Traversable objects by transforming
H A Dfirst.rst23 It also works with objects implementing the `Traversable`_ interface.
H A Dlast.rst23 It also works with objects implementing the `Traversable`_ interface.
/plugin/webdavclient/
H A Dhelper.php956 $objects = $this->getRemoteObjectsByEtag($conn, $worklist['fetch']);
957 if($objects === false)
963 dbglog($objects);
964 $this->insertObjects($conn, $objects);
984 * @param array $objects A list of objects to insert
988 private function insertObjects($conn, $objects) argument
990 foreach($objects as $href => $data)
1259 * @param mixed $objects SimpleXML Objects to recurse
1263 private function recursiveXmlToArray($objects) argument
1266 foreach($objects as $object)
/plugin/stlviewer/stlviewer/
H A DProjector.js107 _renderData = { objects: [], lights: [], elements: [] }, property in THREE.Projector._renderData
391 _renderData.objects.push( _object );
415 _renderData.objects.length = 0;
422 _renderData.objects.sort( painterSort );
428 var objects = _renderData.objects;
430 for ( var o = 0, ol = objects.length; o < ol; o ++ ) {
432 var object = objects[ o ].object;
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DUserObject.java.bak28 // Defines the user objects, which are preferrably XML nodes that allow
32 // When using Java objects as user objects, make sure to add the
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md3 DeepCopy helps you create deep copies (clones) of your objects. It is designed to handle cycles in …
61 - How do you create copies of your objects?
67 - How do you create **deep** copies of your objects (i.e. copying also all the objects referenced i…
161 // Will apply a filter to any property of any objects named "id"
173 // Will apply a filter to the property "id" of any objects of the class "MyClass"
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md3 DeepCopy helps you create deep copies (clones) of your objects. It is designed to handle cycles in the association graph.
56 - How do you create copies of your objects?
62 - How do you create **deep** copies of your objects (i.e. copying also all the objects referenced in the properties)?
156 // Will apply a filter to any property of any objects named "id"
168 // Will apply a filter to the property "id" of any objects of the class "MyClass"
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D581.phpt23 Failed asserting that two objects are equal.
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A DREADME.md3 Traverses array structures and object graphs to enumerate all referenced objects.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dobjects.test2 "for" tag iterates over iterable objects
/plugin/ebookexport/
H A Daction.php221 $objects = scandir($dir);
222 foreach ($objects as $object) {
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md36 related to serializing value objects with array children.
37 * When serializing value objects, properties that have a null value or an
40 * Serializing array properties in value objects was broken.
188 * Added: Throwing exception when invalid objects are written.
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md42 related to serializing value objects with array children.
43 * When serializing value objects, properties that have a null value or an
46 * Serializing array properties in value objects was broken.
194 * Added: Throwing exception when invalid objects are written.
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dendless_loop_bug.md8 > Info: [Actions](structure-controllers.md#creating-actions) are the objects that end users can dir…

12345678910