Home
last modified time | relevance | path

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

12345

/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/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php83 function getChild($name) { function in Sabre\\DAV\\FSExt\\Directory
134 $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/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRuleContext.php140 $child = $this->getChild($i);
193 public function getChild(int $i, ?string $type = null) : ?Tree function in Antlr\\Antlr4\\Runtime\\RuleContext
H A DParserRuleContext.php165 public function getChild(int $i, ?string $type = null) : ?Tree function in Antlr\\Antlr4\\Runtime\\ParserRuleContext
228 return $this->getChild($i, $ctxType);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DICollection.php59 function getChild($name); function
H A DSimpleCollection.php88 function getChild($name) { function in Sabre\\DAV\\SimpleCollection
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DICollection.php59 function getChild($name); function
H A DSimpleCollection.php88 function getChild($name) { function in Sabre\\DAV\\SimpleCollection
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTree.php31 public function getChild(int $i, ?string $type = null) : ?Tree; function
H A DParseTree.php19 public function getChild(int $i, ?string $type = null) : ?Tree; function
H A DAbstractParseTreeVisitor.php50 $child = $node->getChild($i);
H A DParseTreeWalker.php41 $child = $tree->getChild($i);
/plugin/swiftmail/Swift/Plugin/
H A DDecorator.php179 $child = $mime->getChild($id);
222 $child = $mime->getChild($id);
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
H A Dwsc_ie.js9 …this.getContentElement("general","content").getElement();b.setHtml(m);b.getChild(2).setStyle("heig…
11 ….name&&((c=(c=c.getContentElement("general","content").getElement())&&c.getChild(2))&&c.setSize("h…
/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/
H A Dwsc_ie.js9 …this.getContentElement("general","content").getElement();b.setHtml(m);b.getChild(2).setStyle("heig…
11 ….name&&((c=(c=c.getContentElement("general","content").getElement())&&c.getChild(2))&&c.setSize("h…
/plugin/ckgdoku/ckeditor/plugins/scayt/dialogs/
H A Doptions.js2 …tion(){this.getChild();for(var b=c.scayt,a=0;a<this.getChild().length;a++)this.getChild()[a].setVa…
7 SCAYT.prototype.UILib,h=this.getElement().$,f=this.getElement().getChild(0).$;b.isLicensed()||(a.cs…
8 …scayt,a=SCAYT.prototype.UILib,h=this.getElement().$,f=this.getElement().getChild(0).$;b.isLicensed…
23 …yt_uiTabs[0])for(var a=this.getContentElement("options","scaytOptions").getChild(),d=0;d<a.length;…
/plugin/ckgedit/ckeditor/plugins/scayt/dialogs/
H A Doptions.js3 …tion(){this.getChild();for(var b=d.scayt,a=0;a<this.getChild().length;a++)this.getChild()[a].setVa…
6 …scayt,a=SCAYT.prototype.UILib,g=this.getElement().$,h=this.getElement().getChild(0).$;b.isLicensed…
7 …og();var b=d.scayt,a=SCAYT.prototype.UILib,g=this.getElement().$,h=this.getElement().getChild(0).$;
23 …yt_uiTabs[0])for(var a=this.getContentElement("options","scaytOptions").getChild(),c=0;c<a.length;…
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DTreeNode.php315 ->when($result = $node->getChild(0))
320 ->when($result = $node->getChild(1))
332 ->when($result = $node->getChild(0))
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php135 function getChild($name) { function in Sabre\\CalDAV\\CalendarHome
181 return !!$this->getChild($name);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DSubstringFilter.php209 $attrType = $type->getChild(0);
210 $substrings = $type->getChild(1);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/FS/
H A DCollection.php61 function getChild($name) { function in Sabre\\DAVACL\\FS\\Collection
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/
H A DCollection.php58 function getChild($name) { function in Sabre\\DAVACL\\FS\\Collection
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DPolicyHintsControl.php90 $isEnabled = $request->getChild(0);

12345