Home
last modified time | relevance | path

Searched refs:getChildren (Results 1 – 25 of 220) sorted by relevance

123456789

/plugin/struct/_test/
H A DNestedResultTest.php80 $this->assertCount(0, $root->getChildren(true), 'no children expected');
92 $tree = $root->getChildren(true);
98 $this->assertCount(0, $tree[0]->getChildren(true), 'no children expected');
99 $this->assertCount(0, $tree[1]->getChildren(true), 'no children expected');
117 $tree = $root->getChildren(true);
123 $this->assertCount(2, $tree[0]->getChildren(true), '2 car brands expected');
124 $this->assertCount(3, $tree[1]->getChildren(true), '3 laptop brands expected');
126 $this->assertCount(3, $tree[0]->getChildren(true)[0]->getResultRows(), '3 audis expected');
127 $this->assertCount(3, $tree[0]->getChildren(true)[1]->getResultRows(), '3 bmw expected');
128 $this->assertCount(3, $tree[1]->getChildren(true)[0]->getResultRows(), '3 apple expected');
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DInboxTest.php16 $this->assertEquals(array(), $inbox->getChildren());
116 count($inbox->getChildren())
121 count($inbox->getChildren())
123 $this->assertInstanceOf('Sabre\CalDAV\Schedule\SchedulingObject', $inbox->getChildren()[0]);
126 $inbox->getChildren()[0]->getName()
144 count($inbox->getChildren())
149 count($inbox->getChildren())
151 $this->assertInstanceOf('Sabre\CalDAV\Schedule\SchedulingObject', $inbox->getChildren()[0]);
154 $inbox->getChildren()[0]->getName()
172 count($inbox->getChildren())
H A DSchedulingObjectTest.php58 $children = $this->inbox->getChildren();
100 $children = $this->inbox->getChildren();
112 $children = $this->inbox->getChildren();
118 $children2 = $this->inbox->getChildren();
128 $children = $this->inbox->getChildren();
143 $children = $this->inbox->getChildren();
155 $children = $this->inbox->getChildren();
165 $children = $this->inbox->getChildren();
203 $children = $this->inbox->getChildren();
252 $children = $this->inbox->getChildren();
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarObjectTest.php40 $children = $this->calendar->getChildren();
81 $children = $this->calendar->getChildren();
95 $children = $this->calendar->getChildren();
113 $children = $this->calendar->getChildren();
119 $children2 = $this->calendar->getChildren();
129 $children = $this->calendar->getChildren();
144 $children = $this->calendar->getChildren();
156 $children = $this->calendar->getChildren();
166 $children = $this->calendar->getChildren();
204 $children = $this->calendar->getChildren();
[all …]
H A DCalendarHomeNotificationsTest.php18 $calendarHome->getChildren()
39 $result = $calendarHome->getChildren();
/plugin/diagramsnet/lib/js/orgchart/
DOrgChart.Layout.min.js1getChildren()==null?0:System.Array.getCount(this.getChildren(),OrgChart.Layout.BoxTree.Node)},getI…
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
DTreeNode.php74 ->array($node->getChildren())
95 ->array($node->getChildren())
117 ->array($node->getChildren())
140 ->array($node->getChildren())
266 ->array($result->getChildren())
284 ->array($result->getChildren())
303 ->array($node->getChildren())
346 ->when($result = $node->getChildren())
/plugin/diagramsnet/lib/math/extensions/MathML/
Dcontent-mathml.js19getChildren:function(i){var h=[];for(var g=0,f=i.childNodes.length;g<f;g++){if(i.childNodes[g].nod… method
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
DUniform.php118 $children = $rule->getChildren();
133 $children = $rule->getChildren();
146 $child = $this->_rules[$rule->getChildren()];
195 foreach ($rule->getChildren() as $child) {
199 $children = $rule->getChildren();
223 $child = $this->_rules[$rule->getChildren()];
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DModifyRequest.php121 foreach ($changes->getChildren() as $change) {
161 if (!($type instanceof SequenceType && count($type->getChildren()) === 2)) {
181 if (count($type->getChildren()) !== 2) {
192 foreach ($attrVals->getChildren() as $attrVal) {
H A DAddRequest.php103 foreach ($attrList->getChildren() as $attrListing) {
104 … if (!($attrListing instanceof SequenceType && count($attrListing->getChildren()) == 2)) {
118 foreach ($vals->getChildren() as $val) {
/plugin/combo/ComboStrap/
H A DFileSystems.php156 public static function getChildren(Path $path, string $type = null): array function in ComboStrap\\FileSystems
161 return LocalFileSystem::getOrCreate()->getChildren($path, $type);
163 return WikiFileSystem::getOrCreate()->getChildren($path, $type);
165 return MarkupFileSystem::getOrCreate()->getChildren($path, $type);
177 return self::getChildren($namespacePath, FileSystems::CONTAINER);
187 return self::getChildren($namespacePath, FileSystems::LEAF);
H A DMarkupFileSystem.php56 public function getChildren(Path $path, string $type = null): array function in ComboStrap\\MarkupFileSystem
69 $childrenPath = FileSystems::getChildren($parent, $type);
H A DOutlineSection.php298 function getChildren(): array function in ComboStrap\\OutlineSection
300 return parent::getChildren();
323 foreach ($parentSection->getChildren() as $child) {
411 foreach ($parentSection->getChildren() as $child) {
H A DFetcherPageBundler.php246 $children = $rootOutlineSection->getChildren();
290 foreach ($indexOutline->getRootOutlineSection()->getChildren() as $childOuterSection) {
318 … $childrenPages = MarkupFileSystem::getOrCreate()->getChildren($indexPath, FileSystems::LEAF);
341 …$containerPages = MarkupFileSystem::getOrCreate()->getChildren($indexPath, FileSystems::CONTAINER);
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
DRegularExpression.php99 public function getChildren() function in Hoa\\Iterator\\Recursive\\RegularExpression
103 ? $this->getInnerIterator()->getChildren()
DDirectory.php130 public function getChildren() function in Hoa\\Iterator\\Recursive\\Directory
133 $out = parent::getChildren();
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/
DAssetCollectionFilterIterator.php80 public function getChildren() function in Assetic\\Asset\\Iterator\\AssetCollectionFilterIterator
82 return new self($this->getInnerIterator()->getChildren(), $this->visited, $this->sources);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalCollectionTest.php29 $children = $pc->getChildren();
48 $children = $pc->getChildren();
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
DMap.php93 ->object($children = $iterator->getChildren())
101 ->object($children = $iterator->getChildren())
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
DDirectory.php95 function getChildren() { function in Sabre\\DAV\\FS\\Directory
132 foreach ($this->getChildren() as $child) $child->delete();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DCollection.php117 function getChildren() { function in Sabre\\DAV\\Mock\\Collection
149 foreach($this->getChildren() as $child) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php95 function getChildren() { function in Sabre\\DAV\\FS\\Directory
132 foreach ($this->getChildren() as $child) $child->delete();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControl.php210 if (!($type instanceof SequenceType && count($type->getChildren()) <= 3)) {
213 count($type->getChildren())
256 foreach ($type->getChildren() as $i => $child) {
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
DAddressBookHome.php134 foreach ($this->getChildren() as $child) {
148 function getChildren() { function in Sabre\\CardDAV\\AddressBookHome

123456789