Home
last modified time | relevance | path

Searched refs:addChild (Results 1 – 25 of 63) sorted by relevance

123

/plugin/xslfo/
H A Daction.php150 $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 DSearchResultEntry.php105 $partialAttributes->addChild(Asn1::sequence(
112 $asn1->addChild(Asn1::octetString($this->entry->getDn()->toString()));
113 $asn1->addChild($partialAttributes);
H A DIntermediateResponse.php101 $response->addChild(Asn1::context(0, Asn1::octetString($this->responseName)));
104 $response->addChild(Asn1::context(1, Asn1::octetString($this->responseValue)));
H A DExtendedResponse.php112 $asn1->addChild(Asn1::context(10, Asn1::octetString($this->responseName)));
122 $asn1->addChild(Asn1::context(11, Asn1::octetString($value)));
H A DBindResponse.php70 $response->addChild(Asn1::context(7, Asn1::octetString($this->saslCreds)));
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DSimpleCollection.php46 $this->addChild($child);
58 function addChild(INode $child) { function in Sabre\\DAV\\SimpleCollection
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DSimpleCollection.php46 $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 DMatchingRuleFilter.php159 $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 DSubstringFilter.php153 $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 DSortingControl.php144 $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 DSortingResponseControl.php124 $this->controlValue->addChild(Asn1::context(0, Asn1::octetString($this->attribute)));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DPasswordModifyRequest.php126 $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 DAddRequest.php146 $attributeList->addChild($attr->addChild($attrValues));
H A DModifyRequest.php138 $changeSeq->addChild(Asn1::sequence(
145 $changes->addChild($changeSeq);
H A DSaslBindRequest.php90 $sasl->addChild(Asn1::octetString($this->credentials));
/plugin/swiftmail/Swift/
H A DMessage.php525 $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 DParserRuleContext.php111 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 DBasicNodeTest.php168 $dir->addChild($file);
183 $dir->addChild($file);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvControl.php178 $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 DPwdPolicyResponseControl.php122 $response->addChild($warning);
125 $response->addChild(Asn1::context(1, Asn1::enumerated($this->error)));
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js25015 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 D4.4.js1addChild=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 DPluginTest.php37 $root->addChild($calendars);
38 $root->addChild($principals);
/plugin/prosemirror/schema/
H A DNodeStack.php103 $this->current()->addChild($node);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessage.php124 $controls->addChild($control->toAsn1());
126 $asn1->addChild($controls);

123