/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/ |
H A D | InboxTest.php | 16 $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 D | SchedulingObjectTest.php | 58 $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 D | CalendarObjectTest.php | 40 $children = $this->calendar->getChildren(); 81 $children = $this->calendar->getChildren(); 95 $children = $this->calendar->getChildren(); 113 $children = $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(); 253 $children = $this->calendar->getChildren(); [all …]
|
H A D | CalendarHomeNotificationsTest.php | 18 $calendarHome->getChildren() 39 $result = $calendarHome->getChildren();
|
/plugin/diagramsnet/lib/js/orgchart/ |
H A D | OrgChart.Layout.min.js | 1 …getChildren()==null?0:System.Array.getCount(this.getChildren(),OrgChart.Layout.BoxTree.Node)},getI…
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/ |
H A D | TreeNode.php | 74 ->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/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/ |
H A D | Uniform.php | 118 $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/diagramsnet/lib/math/extensions/MathML/ |
H A D | content-mathml.js | 19 …getChildren:function(i){var h=[];for(var g=0,f=i.childNodes.length;g<f;g++){if(i.childNodes[g].nod… method in MathJax.Extension.a
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/ |
H A D | ModifyRequest.php | 121 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 D | AddRequest.php | 103 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 D | FileSystems.php | 156 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 D | MarkupFileSystem.php | 56 public function getChildren(Path $path, string $type = null): array function in ComboStrap\\MarkupFileSystem 69 $childrenPath = FileSystems::getChildren($parent, $type);
|
H A D | OutlineSection.php | 263 function getChildren(): array 265 return parent::getChildren(); 287 foreach ($parentSection->getChildren() as $child) { 256 function getChildren(): array global() function in ComboStrap\\OutlineSection
|
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/ |
H A D | RegularExpression.php | 99 public function getChildren() function in Hoa\\Iterator\\Recursive\\RegularExpression 103 ? $this->getInnerIterator()->getChildren()
|
H A D | Directory.php | 130 public function getChildren() function in Hoa\\Iterator\\Recursive\\Directory 133 $out = parent::getChildren();
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/ |
H A D | AssetCollectionFilterIterator.php | 80 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 D | PrincipalCollectionTest.php | 29 $children = $pc->getChildren(); 48 $children = $pc->getChildren();
|
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/ |
H A D | Map.php | 93 ->object($children = $iterator->getChildren()) 101 ->object($children = $iterator->getChildren())
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/ |
H A D | Directory.php | 95 function getChildren() { function in Sabre\\DAV\\FS\\Directory 132 foreach ($this->getChildren() as $child) $child->delete();
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/ |
H A D | Directory.php | 95 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 D | Collection.php | 117 function getChildren() { function in Sabre\\DAV\\Mock\\Collection 149 foreach($this->getChildren() as $child) {
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/ |
H A D | Control.php | 210 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/ |
H A D | AddressBookHome.php | 134 foreach ($this->getChildren() as $child) { 148 function getChildren() { function in Sabre\\CardDAV\\AddressBookHome
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/ |
H A D | SassphpFilter.php | 67 public function getChildren(AssetFactory $factory, $content, $loadPath = null) function in Assetic\\Filter\\SassphpFilter 106 $this->getChildren($factory, $child->getContent(), $includePath)
|
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/ |
H A D | AddressBookHome.php | 132 foreach ($this->getChildren() as $child) { 146 function getChildren() { function in Sabre\\CardDAV\\AddressBookHome
|