/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | HttpMoveTest.php | 38 $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 D | BasicNodeTest.php | 82 $file = $dir->getChild('mockfile'); 107 $file = $dir->getChild('blabla'); 145 $file2 = $dir->getChild('mockfile'); 169 $file2 = $dir->getChild('mockfile'); 206 $dir->getChild('blabla');
|
/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/ |
H A D | Isotropic.php | 94 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 D | specialchar.js | 1 …getChild(0).getHtml())){m.removeClass("cke_light_background");g.hide();var k=f.document.createElem…
|
H A D | specialchar.js.orig | 5 …getChild(0).getHtml()))c.removeClass("cke_light_background"),e.hide(),c=i.document.createElement("… 7 …getChild([b.getParent().getIndex(),0]),a.focus(),d(null,b),g(null,a);c.preventDefault();break;case… 8 …getChild(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 D | specialchar.js | 1 …getChild(0).getHtml())){m.removeClass("cke_light_background");g.hide();var k=f.document.createElem…
|
H A D | specialchar.js.orig | 5 …getChild(0).getHtml()))c.removeClass("cke_light_background"),e.hide(),c=i.document.createElement("… 7 …getChild([b.getParent().getIndex(),0]),a.focus(),d(null,b),g(null,a);c.preventDefault();break;case… 8 …getChild(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 D | ModifyRequest.php | 110 $dn = $type->getChild(0); 111 $changes = $type->getChild(1); 161 $operation = $type->getChild(0); 162 $modification = $type->getChild(1); 181 $attrType = $type->getChild(0); 182 $attrVals = $type->getChild(1);
|
H A D | SearchRequest.php | 383 $baseDn = $type->getChild(0); 384 $scope = $type->getChild(1); 385 $deref = $type->getChild(2); 386 $sizeLimit = $type->getChild(3); 387 $timeLimit = $type->getChild(4); 388 $typesOnly = $type->getChild(5); 389 $attributes = $type->getChild(7); 391 $filter = $type->getChild(6);
|
H A D | AddRequest.php | 91 $dn = $type->getChild(0); 92 $attrList = $type->getChild(1); 107 $attrType = $attrListing->getChild(0); 108 $vals = $attrListing->getChild(1);
|
H A D | BindRequest.php | 104 $version = $type->getChild(0); 105 $name = $type->getChild(1); 106 $auth = $type->getChild(2);
|
H A D | ModifyDnRequest.php | 158 $entry = $type->getChild(0); 159 $newRdn = $type->getChild(1); 160 $deleteOldRdn = $type->getChild(2); 161 $newSuperior = $type->getChild(3);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/ |
H A D | UserTest.php | 49 $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 D | SearchResultEntry.php | 65 $dn = $type->getChild(0); 70 $partialAttributes = $type->getChild(1); 74 $attrValues = $partialAttribute->getChild(1); 83 … $attributes[] = new Attribute($partialAttribute->getChild(0)->getValue(), ...$values);
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/ |
H A D | ExpectedEntryCountControl.php | 101 $min = $request->getChild(0); 102 $max = $request->getChild(1); 139 if (!$type->getChild(0) instanceof IntegerType) { 142 if (!$type->getChild(1) instanceof IntegerType) {
|
H A D | DirSyncResponseControl.php | 104 $more = $response->getChild(0); 105 $unused = $response->getChild(1); 106 $cookie = $response->getChild(2);
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/ |
H A D | VlvResponseControl.php | 87 $offset = $vlv->getChild(0); 88 $count = $vlv->getChild(1); 89 $result = $vlv->getChild(2); 90 $contextId = $vlv->getChild(3);
|
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/ |
H A D | smiley.js | 1 …getChild(0)}else{if(t!="img"){return}}var w=u.getAttribute("cke_src"),v=u.getAttribute("title");va…
|
H A D | smiley.js.4.3 | 5 …|8,i,k=function(j){var c=j.data.getTarget(),b=c.getName();if("a"==b)c=c.getChild(0);else if("img"!… 6 …getChild([c.getParent().getIndex(),0]),b.focus();a.preventDefault();break;case 40:if(b=c.getParent… 7 …getChild([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 D | smiley.js | 1 …getChild(0)}else{if(t!="img"){return}}var w=u.getAttribute("cke_src"),v=u.getAttribute("title");va…
|
H A D | smiley.js.4.3 | 5 …|8,i,k=function(j){var c=j.data.getTarget(),b=c.getName();if("a"==b)c=c.getChild(0);else if("img"!… 6 …getChild([c.getParent().getIndex(),0]),b.focus();a.preventDefault();break;case 40:if(b=c.getParent… 7 …getChild([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 D | LdapMessage.php | 147 $child = $type->getChild($i); 156 …if (!($control instanceof SequenceType && $control->getChild(0) !== null && $control->getChild(0) … 159 switch ($control->getChild(0)->getValue()) { 181 $messageId = $type->getChild(0); 185 $opAsn1 = $type->getChild(1);
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/ |
H A D | LdapResult.php | 198 $child = $type->getChild($i); 215 $result = $type->getChild(0); 216 $dn = $type->getChild(1); 217 $diagnostic = $type->getChild(2);
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/ |
H A D | Trees.php | 39 $child = $tree->getChild($i); 95 $list[] = $tree->getChild($i); 161 $child = $tree->getChild($i); 178 $child = $tree->getChild($i);
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | Collection.php | 31 function getChild($name) { function in Sabre\\DAV\\Collection 54 $this->getChild($name);
|