/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/tests/ |
H A D | EnumeratorTest.php | 36 $this->assertCount(1, $objects); 37 $this->assertSame($a, $objects[0]); 46 $this->assertCount(1, $objects); 47 $this->assertSame($a, $objects[0]); 56 $this->assertCount(1, $objects); 57 $this->assertSame($a, $objects[0]); 67 $this->assertCount(2, $objects); 68 $this->assertSame($a, $objects[0]); 82 $this->assertCount(2, $objects); 96 $this->assertCount(2, $objects); [all …]
|
/plugin/icalevents/vendor/sabre/vobject/lib/ |
H A D | BirthdayCalendarGenerator.php | 21 protected $objects = []; variable in Sabre\\VObject\\BirthdayCalendarGenerator 42 * @param mixed $objects 46 if ($objects) { 47 $this->setObjects($objects); 58 * @param mixed $objects 62 function setObjects($objects) { argument 64 if (!is_array($objects)) { 65 $objects = [$objects]; 68 $this->objects = []; 69 foreach ($objects as $object) { [all …]
|
H A D | FreeBusyGenerator.php | 33 protected $objects = []; variable in Sabre\\VObject\\FreeBusyGenerator 89 * @param mixed $objects 96 if ($objects) { 97 $this->setObjects($objects); 142 * @param mixed $objects 146 function setObjects($objects) { argument 148 if (!is_array($objects)) { 149 $objects = [$objects]; 152 $this->objects = []; 153 foreach ($objects as $object) { [all …]
|
/plugin/webdav/vendor/sabre/vobject/lib/ |
H A D | BirthdayCalendarGenerator.php | 21 protected $objects = []; variable in Sabre\\VObject\\BirthdayCalendarGenerator 42 * @param mixed $objects 46 if ($objects) { 47 $this->setObjects($objects); 57 * @param mixed $objects 59 public function setObjects($objects) argument 61 if (!is_array($objects)) { 62 $objects = [$objects]; 65 $this->objects = []; 66 foreach ($objects as $object) { [all …]
|
H A D | FreeBusyGenerator.php | 33 protected $objects = []; variable in Sabre\\VObject\\FreeBusyGenerator 89 * @param mixed $objects 96 if ($objects) { 97 $this->setObjects($objects); 137 * @param mixed $objects 139 public function setObjects($objects) argument 141 if (!is_array($objects)) { 142 $objects = [$objects]; 145 $this->objects = []; 146 foreach ($objects as $object) { [all …]
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Splitter/ |
H A D | VCardTest.php | 24 $objects = new VCard($tempFile); 27 while ($objects->getNext()) { 109 $objects = new VCard($tempFile); 110 $object = $objects->getNext(); 127 $objects = new VCard($tempFile); 128 while ($objects->getNext()) { } 143 $objects = new VCard($tempFile); 146 while ($objects->getNext()) { 167 $objects = new VCard($tempFile); 170 while ($objects->getNext()) { [all …]
|
H A D | ICalendarTest.php | 37 $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); 257 $objects = new ICalendar($tempFile); [all …]
|
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Splitter/ |
H A D | VCardTest.php | 26 $objects = new VCard($tempFile); 29 while($objects->getNext()) { 111 $objects = new VCard($tempFile); 112 $object=$objects->getNext(); 129 $objects = new VCard($tempFile); 130 while($objects->getNext()) { } 145 $objects = new VCard($tempFile); 148 while($objects->getNext()) { 169 $objects = new VCard($tempFile); 172 while ($objects->getNext()) { [all …]
|
H A D | ICalendarTest.php | 37 $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 …]
|
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Splitter/ |
H A D | VCardTest.php | 26 $objects = new VCard($tempFile); 29 while($objects->getNext()) { 111 $objects = new VCard($tempFile); 112 $object=$objects->getNext(); 129 $objects = new VCard($tempFile); 130 while($objects->getNext()) { } 145 $objects = new VCard($tempFile); 148 while($objects->getNext()) { 169 $objects = new VCard($tempFile); 172 while ($objects->getNext()) { [all …]
|
H A D | ICalendarTest.php | 37 $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 …]
|
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Splitter/ |
H A D | VCardTest.php | 26 $objects = new VCard($tempFile); 29 while($objects->getNext()) { 111 $objects = new VCard($tempFile); 112 $object=$objects->getNext(); 129 $objects = new VCard($tempFile); 130 while($objects->getNext()) { } 145 $objects = new VCard($tempFile); 148 while($objects->getNext()) { 169 $objects = new VCard($tempFile); 172 while ($objects->getNext()) { [all …]
|
H A D | ICalendarTest.php | 37 $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 …]
|
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/src/ |
H A D | Enumerator.php | 45 $objects = []; 48 return $objects; 60 $objects = array_merge( 61 $objects, 66 $objects[] = $variable; 84 $objects = array_merge( 85 $objects, 91 return $objects;
|
/plugin/davcard/vendor/sabre/vobject/lib/ |
H A D | FreeBusyGenerator.php | 31 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/webdavclient/vendor/sabre/vobject/lib/ |
H A D | FreeBusyGenerator.php | 31 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/davcal/vendor/sabre/vobject/lib/ |
H A D | FreeBusyGenerator.php | 31 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/gtime/gtlib/asn1/ |
H A D | ASN1Sequence.php | 31 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 D | ASN1Set.php | 31 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/findologicxmlexport/vendor/sebastian/recursion-context/src/ |
H A D | Context.php | 27 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/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/ |
H A D | ContaineranalysisGoogleDevtoolsCloudbuildV1Artifacts.php | 47 …c function setObjects(ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsArtifactObjects $objects) argument 49 $this->objects = $objects; 56 return $this->objects;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/ |
H A D | Artifacts.php | 47 public function setObjects(ArtifactObjects $objects) argument 49 $this->objects = $objects; 56 return $this->objects;
|
/plugin/webdav/vendor/sabre/vobject/lib/Splitter/ |
H A D | ICalendar.php | 36 protected $objects = []; variable in Sabre\\VObject\\Splitter\\ICalendar 72 if (!array_key_exists($uid, $this->objects)) { 73 $this->objects[$uid] = new VCalendar(); 76 $this->objects[$uid]->add(clone $component); 90 if ($object = array_shift($this->objects)) {
|
/plugin/icalevents/vendor/sabre/vobject/lib/Splitter/ |
H A D | ICalendar.php | 36 protected $objects = []; variable in Sabre\\VObject\\Splitter\\ICalendar 72 if (!array_key_exists($uid, $this->objects)) { 73 $this->objects[$uid] = new VCalendar(); 76 $this->objects[$uid]->add(clone $component); 91 if ($object = array_shift($this->objects)) {
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | php_json_objects.asciidoc | 2 === Dealing with JSON arrays and objects in PHP 5 objects, and how to specify them in PHP. In particular, problems are caused by 6 empty objects and arrays of objects. This page shows you some common patterns 12 The {es} API uses empty JSON objects in several locations which can cause 14 for empty objects and many developers are unaware how to specify an empty 68 Another common pattern in {es} DSL is an array of objects. For example, consider 83 <1> "sort" contains an array of JSON objects. 87 actually going on. To construct an array of objects, you actually need an array 129 ==== Arrays of empty objects [all...] |