Home
last modified time | relevance | path

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

12345678

/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();
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 DCalendarHomeNotificationsTest.php18 $calendarHome->getChildren()
39 $result = $calendarHome->getChildren();
/plugin/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1getChildren()==null?0:System.Array.getCount(this.getChildren(),OrgChart.Layout.BoxTree.Node)},getI…
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A 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/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A 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/diagramsnet/lib/math/extensions/MathML/
H A Dcontent-mathml.js19getChildren: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 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.php256 function getChildren(): array function in ComboStrap\\OutlineSection
258 return parent::getChildren();
280 foreach ($parentSection->getChildren() as $child) {
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
H A DRegularExpression.php99 public function getChildren() function in Hoa\\Iterator\\Recursive\\RegularExpression
103 ? $this->getInnerIterator()->getChildren()
H A DDirectory.php130 public function getChildren() function in Hoa\\Iterator\\Recursive\\Directory
133 $out = parent::getChildren();
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/
H A 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/
H A DMap.php93 ->object($children = $iterator->getChildren())
101 ->object($children = $iterator->getChildren())
/plugin/webdav/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/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/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/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/
H A DAddressBookHome.php134 foreach ($this->getChildren() as $child) {
148 function getChildren() { function in Sabre\\CardDAV\\AddressBookHome
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DSassphpFilter.php67 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 DAddressBookHome.php132 foreach ($this->getChildren() as $child) {
146 function getChildren() { function in Sabre\\CardDAV\\AddressBookHome

12345678