Lines Matching refs:parentRef
1192 …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);
1314 $nodeset = $xpath->query($query, $parentRef);
1321 $parentRef->appendChild($keyInfo);
1324 return array($parentRef, $keyInfo);