/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');
|
H A D | TreeTest.php | 133 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 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 | 114 $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 D | SearchRequest.php | 387 $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 D | AddRequest.php | 95 $dn = $type->getChild(0); 96 $attrList = $type->getChild(1); 111 $attrType = $attrListing->getChild(0); 112 $vals = $attrListing->getChild(1);
|
H A D | BindRequest.php | 106 $version = $type->getChild(0); 107 $name = $type->getChild(1); 108 $auth = $type->getChild(2);
|
H A D | ModifyDnRequest.php | 163 $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 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 | 67 $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 D | ExpectedEntryCountControl.php | 107 $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 D | DirSyncResponseControl.php | 110 $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 D | VlvResponseControl.php | 93 $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 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 | 158 $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 D | LdapResult.php | 207 $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 D | Trees.php | 39 $child = $tree->getChild($i); 95 $list[] = $tree->getChild($i); 161 $child = $tree->getChild($i); 178 $child = $tree->getChild($i);
|