Home
last modified time | relevance | path

Searched refs:objects (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/tests/
DEnumeratorTest.php34 $objects = $this->enumerator->enumerate($a);
36 $this->assertCount(1, $objects);
37 $this->assertSame($a, $objects[0]);
44 $objects = $this->enumerator->enumerate([$a]);
46 $this->assertCount(1, $objects);
47 $this->assertSame($a, $objects[0]);
54 $objects = $this->enumerator->enumerate([$a, $a]);
56 $this->assertCount(1, $objects);
57 $this->assertSame($a, $objects[0]);
65 $objects = $this->enumerator->enumerate([$a, $b, null]);
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/
DBirthdayCalendarGenerator.php21 protected $objects = []; variable in Sabre\\VObject\\BirthdayCalendarGenerator
42 * @param mixed $objects
44 public function __construct($objects = null) argument
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 = [];
[all …]
DFreeBusyGenerator.php33 protected $objects = []; variable in Sabre\\VObject\\FreeBusyGenerator
89 * @param mixed $objects
92 …nstruct(DateTimeInterface $start = null, DateTimeInterface $end = null, $objects = null, DateTimeZ… argument
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 = [];
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
DBirthdayCalendarGenerator.php21 protected $objects = []; variable in Sabre\\VObject\\BirthdayCalendarGenerator
42 * @param mixed $objects
44 function __construct($objects = null) { argument
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 = [];
[all …]
DFreeBusyGenerator.php33 protected $objects = []; variable in Sabre\\VObject\\FreeBusyGenerator
89 * @param mixed $objects
92 …function __construct(DateTimeInterface $start = null, DateTimeInterface $end = null, $objects = nu… argument
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 = [];
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Splitter/
DVCardTest.php24 $objects = new VCard($tempFile);
27 while ($objects->getNext()) {
109 $objects = new VCard($tempFile);
110 $object = $objects->getNext();
112 $this->assertNull($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);
[all …]
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()) {
82 $this->assertNull($object = $objects->getNext());
92 $objects = new ICalendar($tempFile);
123 $objects = new ICalendar($tempFile);
127 while ($object = $objects->getNext()) {
163 $objects = new ICalendar($tempFile);
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Splitter/
DVCardTest.php26 $objects = new VCard($tempFile);
29 while($objects->getNext()) {
111 $objects = new VCard($tempFile);
112 $object=$objects->getNext();
114 $this->assertNull($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);
[all …]
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()) {
82 $this->assertNull($object=$objects->getNext());
92 $objects = new ICalendar($tempFile);
123 $objects = new ICalendar($tempFile);
127 while($object=$objects->getNext()) {
163 $objects = new ICalendar($tempFile);
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Splitter/
DVCardTest.php26 $objects = new VCard($tempFile);
29 while($objects->getNext()) {
111 $objects = new VCard($tempFile);
112 $object=$objects->getNext();
114 $this->assertNull($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);
[all …]
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()) {
82 $this->assertNull($object=$objects->getNext());
92 $objects = new ICalendar($tempFile);
123 $objects = new ICalendar($tempFile);
127 while($object=$objects->getNext()) {
163 $objects = new ICalendar($tempFile);
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php26 $objects = new VCard($tempFile);
29 while($objects->getNext()) {
111 $objects = new VCard($tempFile);
112 $object=$objects->getNext();
114 $this->assertNull($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);
[all …]
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()) {
82 $this->assertNull($object=$objects->getNext());
92 $objects = new ICalendar($tempFile);
123 $objects = new ICalendar($tempFile);
127 while($object=$objects->getNext()) {
163 $objects = new ICalendar($tempFile);
[all …]
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/src/
DEnumerator.php45 $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/
DFreeBusyGenerator.php31 protected $objects; variable in Sabre\\VObject\\FreeBusyGenerator
77 * @param mixed $objects
81 …public function __construct(\DateTime $start = null, \DateTime $end = null, $objects = null, DateT… argument
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();
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/
DFreeBusyGenerator.php31 protected $objects; variable in Sabre\\VObject\\FreeBusyGenerator
77 * @param mixed $objects
81 …public function __construct(\DateTime $start = null, \DateTime $end = null, $objects = null, DateT… argument
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();
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php31 protected $objects; variable in Sabre\\VObject\\FreeBusyGenerator
77 * @param mixed $objects
81 …public function __construct(\DateTime $start = null, \DateTime $end = null, $objects = null, DateT… argument
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();
[all …]
/plugin/gtime/gtlib/asn1/
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);
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);
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/src/
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/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dphp_json_objects.asciidoc2 === 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
133 objects, and some of those objects might be empty JSON objects.
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/Splitter/
DICalendar.php36 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/webdav/vendor/sabre/vobject/lib/Splitter/
DICalendar.php36 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/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
DArtifacts.php47 public function setObjects(ArtifactObjects $objects) argument
49 $this->objects = $objects;
56 return $this->objects;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DContaineranalysisGoogleDevtoolsCloudbuildV1Artifacts.php47 …c function setObjects(ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsArtifactObjects $objects) argument
49 $this->objects = $objects;
56 return $this->objects;

12345678910>>...13