/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 | 117 foreach ($changes->getChildren() as $change) { 157 if (!($type instanceof SequenceType && \count($type->getChildren()) === 2)) { 177 if (\count($type->getChildren()) !== 2) { 188 foreach ($attrVals->getChildren() as $attrVal) {
|
H A D | AddRequest.php | 99 foreach ($attrList->getChildren() as $attrListing) { 100 … if (!($attrListing instanceof SequenceType && \count($attrListing->getChildren()) == 2)) { 114 foreach ($vals->getChildren() as $val) {
|
/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/combo/resources/library/combo/ |
H A D | FormMeta.js | 243 if (formField.getChildren().length === 0) { 262 let children = formField.getChildren(); 283 for (const child of formField.getChildren()) { 297 for (const child of formField.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 | 204 if (!($type instanceof SequenceType && \count($type->getChildren()) <= 3)) { 207 count($type->getChildren()) 248 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
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/ |
H A D | Directory.php | 123 function getChildren() { function in Sabre\\DAV\\FSExt\\Directory 149 foreach ($this->getChildren() as $child) $child->delete();
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | BasicNodeTest.php | 185 $this->assertEquals(array($file),$dir->getChildren()); 219 function getChildren() { function in Sabre\\DAV\\DirectoryMock
|