Home
last modified time | relevance | path

Searched refs:getChild (Results 51 – 75 of 124) sorted by path

12345

/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php72 function getChild($name) { function in Sabre\\DAV\\FS\\Directory
105 $nodes[] = $this->getChild($entry->getFilename());
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php83 function getChild($name) { function in Sabre\\DAV\\FSExt\\Directory
139 $nodes[] = $this->getChild($node);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DICollection.php59 function getChild($name); function
H A DServer.php1113 $parent->getChild($newName);
H A DSimpleCollection.php88 function getChild($name) { function in Sabre\\DAV\\SimpleCollection
H A DTree.php68 $node = $this->rootNode->getChild($baseName);
76 $node = $parent->getChild($baseName);
313 $destination = $destinationParent->getChild($destinationName);
319 $destination = $destinationParent->getChild($destinationName);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php115 function getChild($name) { function in Sabre\\DAVACL\\AbstractPrincipalCollection
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/
H A DCollection.php58 function getChild($name) { function in Sabre\\DAVACL\\FS\\Collection
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeNotificationsTest.php30 $calendarHome->getChild('notifications');
48 $result = $calendarHome->getChild('notifications');
H A DCalendarHomeTest.php44 $this->usercalendars->getChild('randomname');
H A DCalendarTest.php93 $this->calendar->getChild('randomname');
154 $file = $this->calendar->getChild('hello');
168 $file = $calendar->getChild('hello');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
H A DUserTest.php49 $child = $u->getChild('calendar-proxy-read');
57 $child = $u->getChild('calendar-proxy-write');
68 $child = $u->getChild('foo');
78 $child = $u->getChild('random');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookHomeTest.php75 $child = $this->s->getChild('book1');
86 $this->s->getChild('book2');
H A DAddressBookTest.php40 $card = $this->ab->getChild('card1');
51 $card = $this->ab->getChild('card3');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DBasicNodeTest.php82 $file = $dir->getChild('mockfile');
107 $file = $dir->getChild('blabla');
145 $file2 = $dir->getChild('mockfile');
169 $file2 = $dir->getChild('mockfile');
206 $dir->getChild('blabla');
H A DHttpMoveTest.php38 $this->assertEquals('content1', $this->tree->getChild('file1')->get());
49 $this->assertEquals('content1', $this->tree->getChild('file3')->get());
61 $this->assertEquals('content1', $this->tree->getChild('file2')->get());
74 $this->assertEquals('content1', $this->tree->getChild('file2')->get());
87 $this->assertEquals('content1', $this->tree->getChild('file1')->get());
88 $this->assertEquals('content2', $this->tree->getChild('file2')->get());
113 $this->assertEquals('content1', $this->tree->getChild('file1')->get());
114 $this->assertEquals('content2', $this->tree->getChild('file2')->get());
H A DTreeTest.php133 function getChild($name) { function in Sabre\\DAV\\TreeDirectoryTester
137 return parent::getChild($name);
143 return !!$this->getChild($name);
230 $child = $this->getChild($path);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/FS/
H A DCollectionTest.php23 $child = $this->sut->getChild('file.txt');
35 $child = $this->sut->getChild('dir');
H A DHomeCollectionTest.php48 $child = $this->sut->getChild('user1');
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js634 …{};sre.TrieNode.prototype.addChild=function(a){};sre.TrieNode.prototype.getChild=function(a){};sre… method in sre.TrieNode
635 sre.AbstractTrieNode.prototype.getChild=function(a){return this.children_[a]};sre.AbstractTrieNode.… method in sre.AbstractTrieNode
643 sre.Trie.prototype.addNode_=function(a,b,c,d){var e=a.getChild(b);e||(e=sre.TrieNodeFactory.getNode…
645 …asSubtrie=function(a){for(var b=this.root,c=0,d=a.length;c<d;c++)if(b=b.getChild(a[c]),!b)return!1…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js25006 Node.prototype.getChild = function (index) { method in Node
28906 …current.addSymbol(new Symbol(child.getChild(0).getText(), void 0, child, _cssNodes_js__WEBPACK_IMP…
31898 if (!func.getArguments().hasChildren() || func.getArguments().getChild(0) === arg) {
32003 var uriValueNode = uriLiteralNode.getChild(0);
32718 var first = candidate.getChild(0);
32776 var mediaList = node.getChild(0);
33669 var atRuleName = node.getChild(0);
35632 …if (selector.getChildren().some(function (c) { return c.hasChildren() && c.getChild(0).type === _p…
35702 var selector = parentRuleSets[i].getSelectors().getChild(0);
H A D2.2.js.map1getChild = function (index) {\n if (this.children && index < this.children.length) {\n …
H A D4.4.js1getChild=function(e){return this.children&&e<this.children.length?this.children[e]:null},e.prototy… method in e
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DTreeNode.php247 public function getChild($i) function in Hoa\\Compiler\\Llk\\TreeNode

12345