Home
last modified time | relevance | path

Searched refs:getChild (Results 1 – 25 of 124) sorted by relevance

12345

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
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 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 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/findologicxmlexport/vendor/hoa/regex/Visitor/
H A DIsotropic.php94 return $element->getChild(0)->accept($this, $handle, $eldnah);
98 return $element->getChild($this->_sampler->getInteger(
114 $xy = $element->getChild(1)->getValueValue();
118 switch ($element->getChild(1)->getValueToken()) {
160 $out .= $element->getChild(0)->accept(
187 $left = $element->getChild(0)->accept($this, $handle, $eldnah);
188 $right = $element->getChild(1)->accept($this, $handle, $eldnah);
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1getChild(0).getHtml())){m.removeClass("cke_light_background");g.hide();var k=f.document.createElem…
H A Dspecialchar.js.orig5getChild(0).getHtml()))c.removeClass("cke_light_background"),e.hide(),c=i.document.createElement("…
7getChild([b.getParent().getIndex(),0]),a.focus(),d(null,b),g(null,a);c.preventDefault();break;case…
8getChild(0),1==a.type?(a.focus(),d(null,b),g(null,a),c.preventDefault(!0)):d(null,b);else if(a=b.g…
12 …on(){c.focus();g(null,c)},0)},onShow:function(){var c=this.getElement().getChild([0,0,0,0,0]);setT…
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1getChild(0).getHtml())){m.removeClass("cke_light_background");g.hide();var k=f.document.createElem…
H A Dspecialchar.js.orig5getChild(0).getHtml()))c.removeClass("cke_light_background"),e.hide(),c=i.document.createElement("…
7getChild([b.getParent().getIndex(),0]),a.focus(),d(null,b),g(null,a);c.preventDefault();break;case…
8getChild(0),1==a.type?(a.focus(),d(null,b),g(null,a),c.preventDefault(!0)):d(null,b);else if(a=b.g…
12 …on(){c.focus();g(null,c)},0)},onShow:function(){var c=this.getElement().getChild([0,0,0,0,0]);setT…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DModifyRequest.php114 $dn = $type->getChild(0);
115 $changes = $type->getChild(1);
165 $operation = $type->getChild(0);
166 $modification = $type->getChild(1);
185 $attrType = $type->getChild(0);
186 $attrVals = $type->getChild(1);
H A DSearchRequest.php387 $baseDn = $type->getChild(0);
388 $scope = $type->getChild(1);
389 $deref = $type->getChild(2);
390 $sizeLimit = $type->getChild(3);
391 $timeLimit = $type->getChild(4);
392 $typesOnly = $type->getChild(5);
393 $attributes = $type->getChild(7);
395 $filter = $type->getChild(6);
H A DAddRequest.php95 $dn = $type->getChild(0);
96 $attrList = $type->getChild(1);
111 $attrType = $attrListing->getChild(0);
112 $vals = $attrListing->getChild(1);
H A DBindRequest.php106 $version = $type->getChild(0);
107 $name = $type->getChild(1);
108 $auth = $type->getChild(2);
H A DModifyDnRequest.php163 $entry = $type->getChild(0);
164 $newRdn = $type->getChild(1);
165 $deleteOldRdn = $type->getChild(2);
166 $newSuperior = $type->getChild(3);
/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/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultEntry.php67 $dn = $type->getChild(0);
72 $partialAttributes = $type->getChild(1);
77 $attrValues = $partialAttribute->getChild(1);
85 $attributes[] = new Attribute($partialAttribute->getChild(0)->getValue(), ...$values);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DExpectedEntryCountControl.php107 $min = $request->getChild(0);
108 $max = $request->getChild(1);
145 if (!$type->getChild(0) instanceof IntegerType) {
148 if (!$type->getChild(1) instanceof IntegerType) {
H A DDirSyncResponseControl.php110 $more = $response->getChild(0);
111 $unused = $response->getChild(1);
112 $cookie = $response->getChild(2);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvResponseControl.php93 $offset = $vlv->getChild(0);
94 $count = $vlv->getChild(1);
95 $result = $vlv->getChild(2);
96 $contextId = $vlv->getChild(3);
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js1getChild(0)}else{if(t!="img"){return}}var w=u.getAttribute("cke_src"),v=u.getAttribute("title");va…
H A Dsmiley.js.4.35 …|8,i,k=function(j){var c=j.data.getTarget(),b=c.getName();if("a"==b)c=c.getChild(0);else if("img"!…
6getChild([c.getParent().getIndex(),0]),b.focus();a.preventDefault();break;case 40:if(b=c.getParent…
7getChild([0,0]))&&b.focus(),a.preventDefault(!0);break;case d?39:37:if(b=c.getParent().getPrevious…
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js1getChild(0)}else{if(t!="img"){return}}var w=u.getAttribute("cke_src"),v=u.getAttribute("title");va…
H A Dsmiley.js.4.35 …|8,i,k=function(j){var c=j.data.getTarget(),b=c.getName();if("a"==b)c=c.getChild(0);else if("img"!…
6getChild([c.getParent().getIndex(),0]),b.focus();a.preventDefault();break;case 40:if(b=c.getParent…
7getChild([0,0]))&&b.focus(),a.preventDefault(!0);break;case d?39:37:if(b=c.getParent().getPrevious…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessage.php158 $child = $type->getChild($i);
167 if (!($control instanceof SequenceType && $control->getChild(0) !== null && $control->getChild(0) instanceof OctetStringType)) {
170 switch ($control->getChild(0)->getValue()) {
192 $messageId = $type->getChild(0);
197 $opAsn1 = $type->getChild(1);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php207 $child = $type->getChild($i);
224 $result = $type->getChild(0);
225 $dn = $type->getChild(1);
226 $diagnostic = $type->getChild(2);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTrees.php39 $child = $tree->getChild($i);
95 $list[] = $tree->getChild($i);
161 $child = $tree->getChild($i);
178 $child = $tree->getChild($i);

12345