/plugin/xslfo/ |
H A D | action.php | 150 $dw_element->addChild('tplincdir', strtr(tpl_incdir(), '\\', '/')); 151 $dw_element->addChild('mediadir', strtr($conf['mediadir'], '\\', '/')); 152 $dw_element->addChild('lastmod', dformat($INFO['lastmod'])); 154 $dw_element->addChild('url', wl($ID, $params, true)); 188 $media_filename = $dw_element->addChild('media_filename', $filename);
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/ |
H A D | SearchResultEntry.php | 105 $partialAttributes->addChild(Asn1::sequence( 112 $asn1->addChild(Asn1::octetString($this->entry->getDn()->toString())); 113 $asn1->addChild($partialAttributes);
|
H A D | IntermediateResponse.php | 101 $response->addChild(Asn1::context(0, Asn1::octetString($this->responseName))); 104 $response->addChild(Asn1::context(1, Asn1::octetString($this->responseValue)));
|
H A D | ExtendedResponse.php | 112 $asn1->addChild(Asn1::context(10, Asn1::octetString($this->responseName))); 122 $asn1->addChild(Asn1::context(11, Asn1::octetString($value)));
|
H A D | BindResponse.php | 70 $response->addChild(Asn1::context(7, Asn1::octetString($this->saslCreds)));
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | SimpleCollection.php | 46 $this->addChild($child); 58 function addChild(INode $child) { function in Sabre\\DAV\\SimpleCollection
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | SimpleCollection.php | 46 $this->addChild($child); 58 function addChild(INode $child) { function in Sabre\\DAV\\SimpleCollection
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/ |
H A D | MatchingRuleFilter.php | 159 $matchingRule->addChild(Asn1::context(1, Asn1::octetString($this->matchingRule))); 162 $matchingRule->addChild(Asn1::context(2, Asn1::octetString($this->attribute))); 164 $matchingRule->addChild(Asn1::context(3, Asn1::octetString($this->value))); 165 $matchingRule->addChild(Asn1::context(4, Asn1::boolean($this->useDnAttributes)));
|
H A D | SubstringFilter.php | 153 $substrings->addChild(Asn1::context(0, Asn1::octetString($this->startsWith))); 157 $substrings->addChild(Asn1::context(1, Asn1::octetString($contain))); 161 $substrings->addChild(Asn1::context(2, Asn1::octetString($this->endsWith)));
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/ |
H A D | SortingControl.php | 144 $child->addChild(Asn1::context(0, Asn1::octetString($sortKey->getOrderingRule()))); 147 $child->addChild(Asn1::context(1, Asn1::boolean(true))); 149 $this->controlValue->addChild($child);
|
H A D | SortingResponseControl.php | 124 $this->controlValue->addChild(Asn1::context(0, Asn1::octetString($this->attribute)));
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/ |
H A D | PasswordModifyRequest.php | 126 $this->requestValue->addChild(Asn1::context(0, Asn1::octetString($this->userIdentity))); 129 $this->requestValue->addChild(Asn1::context(1, Asn1::octetString($this->oldPassword))); 132 $this->requestValue->addChild(Asn1::context(2, Asn1::octetString($this->newPassword)));
|
H A D | AddRequest.php | 146 $attributeList->addChild($attr->addChild($attrValues));
|
H A D | ModifyRequest.php | 138 $changeSeq->addChild(Asn1::sequence( 145 $changes->addChild($changeSeq);
|
H A D | SaslBindRequest.php | 90 $sasl->addChild(Asn1::octetString($this->credentials));
|
/plugin/swiftmail/Swift/ |
H A D | Message.php | 525 $id = $this->getReference("parent", "alternative")->addChild($child, $id, $sign); 530 $id = $this->getReference("parent", "related")->addChild($child, $id, 1); 534 $id = $this->getReference("parent", "mixed")->addChild($child, $id, 1); 601 $this->getReference("parent", $new_branch)->addChild($new, $tag, -1); 618 case "related": $this->getReference("related", $tag)->addChild($ref, $id, $sign); 620 case "mixed": $this->getReference("mixed", $tag)->addChild($ref, $id, $sign); 685 $this->getReference("parent", $new_branch)->addChild($ref, $id, $sign); 718 $this->getReference("parent", "mixed")->addChild($alt, "_alternative", -1);
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
H A D | ParserRuleContext.php | 111 return $this->addChild($t); 118 return $this->addChild($errorNode); 124 * other add methods must do that. Other addChild methods 131 public function addChild(ParseTree $child) : ParseTree function in Antlr\\Antlr4\\Runtime\\ParserRuleContext
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | BasicNodeTest.php | 168 $dir->addChild($file); 183 $dir->addChild($file);
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/ |
H A D | VlvControl.php | 178 $this->controlValue->addChild(Asn1::context(1, $this->filter->toAsn1())); 180 $this->controlValue->addChild(Asn1::context(0, Asn1::sequence(
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/ |
H A D | PwdPolicyResponseControl.php | 122 $response->addChild($warning); 125 $response->addChild(Asn1::context(1, Asn1::enumerated($this->error)));
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 2.2.js | 25015 this.addChild(node); 27039 while (node.addChild(decl)) { 27094 node.addChild(this._parsePrio()); 27142 node.addChild(this._parsePrio()); 27277 if (!node.addChild(this._parseURILiteral()) && !node.addChild(this._parseStringLiteral())) { 27295 … if (!node.addChild(this._parseURILiteral()) && !node.addChild(this._parseStringLiteral())) { 29151 if (!node.addChild(this._parseURILiteral()) && !node.addChild(this._parseStringLiteral())) { 30028 if (!node.addChild(this._parseURILiteral()) && !node.addChild(this._parseStringLiteral())) { 30032 … if (!node.addChild(this._parseURILiteral()) && !node.addChild(this._parseStringLiteral())) { 30535 node.addChild(moduleToken); [all …]
|
H A D | 4.4.js | 1 …addChild=function(e){return!!e&&(this.children||(this.children=[]),e.attachTo(this),this.updateOff… method in e
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/ |
H A D | PluginTest.php | 37 $root->addChild($calendars); 38 $root->addChild($principals);
|
/plugin/prosemirror/schema/ |
H A D | NodeStack.php | 104 $this->current()->addChild($node);
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ |
H A D | LdapMessage.php | 124 $controls->addChild($control->toAsn1()); 126 $asn1->addChild($controls);
|