Home
last modified time | relevance | path

Searched refs:parentRef (Results 1 – 8 of 8) sorted by relevance

/plugin/saml/phpsaml/extlib/xmlseclibs/
Dxmlseclibs.php1192 …static function staticAdd509Cert($parentRef, $cert, $isPEMFormat=true, $isURL=false, $xpath=null, … argument
1196 if (! $parentRef instanceof DOMElement) {
1200 list($parentRef, $keyInfo) = self::auxKeyInfo($parentRef, $xpath);
1205 $baseDoc = $parentRef->ownerDocument;
1287 $parentRef = $this->sigNode;
1291 list($parentRef, $keyInfo) = self::auxKeyInfo($parentRef, $xpath);
1298 static function auxKeyInfo($parentRef, $xpath=null) argument
1300 $baseDoc = $parentRef->ownerDocument;
1302 $xpath = new DOMXPath($parentRef->ownerDocument);
1307 $nodeset = $xpath->query($query, $parentRef);
[all …]
/plugin/adfs/phpsaml/extlib/xmlseclibs/
Dxmlseclibs.php1192 …static function staticAdd509Cert($parentRef, $cert, $isPEMFormat=true, $isURL=false, $xpath=null, … argument
1196 if (! $parentRef instanceof DOMElement) {
1200 list($parentRef, $keyInfo) = self::auxKeyInfo($parentRef, $xpath);
1205 $baseDoc = $parentRef->ownerDocument;
1287 $parentRef = $this->sigNode;
1291 list($parentRef, $keyInfo) = self::auxKeyInfo($parentRef, $xpath);
1298 static function auxKeyInfo($parentRef, $xpath=null) argument
1300 $baseDoc = $parentRef->ownerDocument;
1302 $xpath = new DOMXPath($parentRef->ownerDocument);
1307 $nodeset = $xpath->query($query, $parentRef);
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
D2.2.js31154 …var parentRef = node.findAParent(_parser_cssNodes_js__WEBPACK_IMPORTED_MODULE_0__["NodeType"].Exte…
31155 if (parentRef) {
31156 …if (parentRef.type === _parser_cssNodes_js__WEBPACK_IMPORTED_MODULE_0__["NodeType"].ExtendsReferen…
31157 this.getCompletionsForExtendsReference(parentRef, node, result);
31160 var parentRuleSet = parentRef;
D2.2.js.map1parentRef = node.findAParent(nodes.NodeType.ExtendsReference, nodes.NodeType.Ruleset);\n …
Dbundle.js.map1parentRef = model.getParentNodeLocation(ref);\n const parentNode = model.getNode(parent…
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js13839 parentRef;
13853 parentRef = node.getRaw('Parent');
13903 return [total, parentRef];
13918 parentRef = _args[1];
13921 return next(parentRef);
Dpdf.worker.js.map1parentRef","kidPromises","kid","streamRef","subtype","metadata","stringToUTF8String","pagesObj","d…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js18042 value: function setParent(parentRef) {
18046 this.dictionary.data.P = parentRef;