Home
last modified time | relevance | path

Searched refs:objects (Results 176 – 200 of 248) sorted by last modified time

12345678910

/plugin/findologicxmlexport/vendor/sebastian/recursion-context/src/
H A DContext.php27 private $objects; variable in SebastianBergmann\\RecursionContext\\Context
35 $this->objects = new \SplObjectStorage;
100 $array[] = $this->objects;
112 $array[$key] = $this->objects;
125 if (!$this->objects->contains($object)) {
126 $this->objects->attach($object);
141 return isset($end[1]) && $end[1] === $this->objects ? $end[0] : false;
151 if ($this->objects->contains($value)) {
/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/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG10 * allowed Traversable objects to be used in the "with" tag
11 * allowed Traversable objects to be used in the "with" argument of the "include" and "embed" tags
40 * fixed regression (key exists check for non ArrayObject objects)
71 * fixed counting children of SimpleXMLElement objects
135 objects implement __toString() but not \Countable
523 * fixed a segfault in the C extension when using DateTime objects
534 * fixed the in operator for objects that contain circular references
645 * added Traversable objects support for the join filter
718 * added support for empty Countable objects for the "empty" test
893 * fixed objects with __toString() not being autoescaped
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst95 objects for everything else.
323 objects are 'red'::
818 objects;
823 on external objects.
H A Dapi.rst493 objects, and the ``title`` and ``body`` public properties. Everything else
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DREADME.md41 * [PHPUnit_MockObject](https://github.com/sebastianbergmann/phpunit-mock-objects/graphs/contributor…
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md713 * [#11478](http://dev.ckeditor.com/ticket/11478): Fixed: Issue with passing jQuery objects to [adap…
762 * [#11850](http://dev.ckeditor.com/ticket/11850): Fixed: Fake objects with the `contenteditable` at…
806 …11377): Unified internal representation of empty anchors using the [fake objects](http://ckeditor.…
997 * [#11110](http://dev.ckeditor.com/ticket/11110): Fixed: IFrame and Flash objects are being incorre…
/plugin/vkeyboard/
H A Dvkeyboard.js.unc174 // property/value pairs of objects with hash keys equal to the
/plugin/gtime/gtlib/asn1/
H A DASN1Sequence.php31 protected $objects = array(); variable in ASN1Sequence
47 array_push($this->objects, $object);
57 return $this->objects[$index];
66 return count($this->objects);
75 return $this->objects;
87 foreach ($this->objects as $object) {
112 array_push($this->objects, $object);
H A DASN1Set.php31 protected $objects = array(); variable in ASN1Set
46 array_push($this->objects, $object);
56 return $this->objects[$index];
65 return count($this->objects);
74 return $this->objects;
86 foreach ($this->objects as $object) {
111 array_push($this->objects, $object);
/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…
/plugin/importfacebookevents/
H A Dsyntax.php203 $objects = json_decode($json, true);
204 $events = $objects['data'];
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_165255.bak202 //$objects = json_decode($json, true, 512, JSON_BIGINT_AS_STRING);
203 $objects = json_decode($json, true);
204 $events = $objects['data'];
H A Dsyntax.php.2018-03-08_165158.bak202 //$objects = json_decode($json, true, 512, JSON_BIGINT_AS_STRING);
203 $objects = json_decode($json, true);
204 $events = $objects['data'];
H A Dsyntax.php.2018-03-08_165027.bak202 //$objects = json_decode($json, true, 512, JSON_BIGINT_AS_STRING);
203 $objects = json_decode($json, true);
204 $events = $objects['data'];
H A Dsyntax.php.2018-03-08_164706.bak202 //$objects = json_decode($json, true, 512, JSON_BIGINT_AS_STRING);
203 $objects = json_decode($json, true);
204 $events = $objects['data'];
H A Dsyntax.php.2018-03-08_164623.bak198 //$objects = json_decode($json, true, 512, JSON_BIGINT_AS_STRING);
199 $objects = json_decode($json, true);
200 $events = $objects['data'];
H A Dsyntax.php.2018-03-08_163718.bak198 //$objects = json_decode($json, true, 512, JSON_BIGINT_AS_STRING);
199 $objects = json_decode($json, true);
200 $events = $objects['data'];
H A Dsyntax.php.2018-03-08_163705.bak198 //$objects = json_decode($json, true, 512, JSON_BIGINT_AS_STRING);
199 $objects = json_decode($json, true);
200 $events = $objects['data'];
H A Dsyntax.php.2018-03-08_163658.bak198 //$objects = json_decode($json, true, 512, JSON_BIGINT_AS_STRING);
199 $objects = json_decode($json, true);
200 $events = $objects['data'];
/plugin/davcard/vendor/sabre/vobject/
H A DREADME.md5 and [vCard](https://tools.ietf.org/html/rfc6350) objects using PHP.
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/davcard/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php31 protected $objects; variable in Sabre\\VObject\\FreeBusyGenerator
77 * @param mixed $objects
87 if ($objects) {
88 $this->setObjects($objects);
121 * @param mixed $objects
124 public function setObjects($objects) { argument
126 if (!is_array($objects)) {
127 $objects = array($objects);
130 $this->objects = array();
131 foreach($objects as $object) {
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php37 protected $objects = array(); variable in Sabre\\VObject\\Splitter\\ICalendar
75 if (!array_key_exists($uid, $this->objects)) {
76 $this->objects[$uid] = new VCalendar();
79 $this->objects[$uid]->add(clone $component);
94 if($object=array_shift($this->objects)) {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php37 $objects = new ICalendar($tempFile);
40 while($object=$objects->getNext()) {
61 $objects = new ICalendar($tempFile);
76 $objects = new ICalendar($tempFile);
79 while($object=$objects->getNext()) {
92 $objects = new ICalendar($tempFile);
123 $objects = new ICalendar($tempFile);
127 while($object=$objects->getNext()) {
163 $objects = new ICalendar($tempFile);
166 while($object=$objects->getNext()) {
[all …]

12345678910