Home
last modified time | relevance | path

Searched refs:DOMDocument (Results 1 – 25 of 105) sorted by path

12345

/plugin/adfs/phpsaml/
H A DREADME.md1480 * `query` - Extracts nodes from the DOMDocument.
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php552 $sigdoc = new DOMDocument();
581 if ($objDoc instanceof DOMDocument) {
958 if (! $node instanceof DOMDocument) {
1595 if ($element instanceof DOMDocument) {
/plugin/adfs/phpsaml/lib/Saml2/
H A DIdPMetadataParser.php97 $dom = new DOMDocument();
H A DLogoutRequest.php162 * @param string|DOMDocument $request Logout Request Message
170 if ($request instanceof DOMDocument) {
173 $dom = new DOMDocument();
201 if ($request instanceof DOMDocument) {
204 $dom = new DOMDocument();
278 if ($request instanceof DOMDocument) {
281 $dom = new DOMDocument();
307 if ($request instanceof DOMDocument) {
310 $dom = new DOMDocument();
333 $dom = new DOMDocument();
[all …]
H A DLogoutResponse.php65 $this->document = new DOMDocument();
131 if (!$res instanceof DOMDocument) {
H A DMetadata.php206 $xml = new DOMDocument();
H A DResponse.php74 $this->document = new DOMDocument();
147 if (!$res instanceof DOMDocument) {
157 if (!$res instanceof DOMDocument) {
1082 * @return DOMDocument Decrypted Assertion
1128 $decrypted = new DOMDocument();
1133 if ($encData->parentNode instanceof DOMDocument) {
1160 $dom = new DOMDocument();
H A DSettings.php958 if (!$res instanceof DOMDocument) {
H A DUtils.php75 * @param DOMDocument $dom The document where load the xml.
78 * @return DOMDocument|false $dom The result of load the XML at the DomDocument
130 if ($xml instanceof DOMDocument) {
133 $dom = new DOMDocument;
925 * @param DOMDocument $dom The DOMDocument
1059 $doc = new DOMDocument();
1089 $newdoc = new DOMDocument();
1107 * @param DOMDocument $dom The Response as XML
1245 $newDoc = new DOMDocument();
1339 if ($xml instanceof DOMDocument) {
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DXML.php58 $dom = new \DOMDocument();
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php90 $dom = new \DOMDocument();
149 $dom = new \DOMDocument();
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DXML.php67 $dom = new \DOMDocument();
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js96 oFCKXml.DOMDocument = oXml ;
113 this.DOMDocument = oXmlHttp.responseXML ;
127 return this.DOMDocument.selectNodes( xpath ) ;
132 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
133 …this.DOMDocument.createNSResolver(this.DOMDocument.documentElement), XPathResult.ORDERED_NODE_ITER…
151 return this.DOMDocument.selectSingleNode( xpath ) ;
155 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
156 this.DOMDocument.createNSResolver(this.DOMDocument.documentElement), 9, null);
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js96 oFCKXml.DOMDocument = oXml ;
113 this.DOMDocument = oXmlHttp.responseXML ;
127 return this.DOMDocument.selectNodes( xpath ) ;
132 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
133 …this.DOMDocument.createNSResolver(this.DOMDocument.documentElement), XPathResult.ORDERED_NODE_ITER…
151 return this.DOMDocument.selectSingleNode( xpath ) ;
155 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
156 this.DOMDocument.createNSResolver(this.DOMDocument.documentElement), 9, null);
/plugin/combo/ComboStrap/
H A DFetcherSvg.php765 * @return \DOMDocument
767 public function getXmlDom(): \DOMDocument
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php24 use DOMDocument; alias
65 * @var DOMDocument
67 private DOMDocument $domDocument;
126 $this->domDocument = new DOMDocument('1.0', 'UTF-8');
291 function &getDomDocument(): DOMDocument
H A DXmlSystems.php17 use DOMDocument; alias
38 * @param DOMDocument $linkDom
73 * DOMDocument supports formatted XML while SimpleXMLElement does not.
81 $doc = new DOMDocument();
323 * DOMDocument supports formatted XML while SimpleXMLElement does not.
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DExplain.php12 use DOMDocument; alias
24 * @var DOMDocument
29 * @var DOMElement|DOMDocument
41 $this->_current = $this->_document = new DOMDocument();
/plugin/components/syntax/
H A Dslice.php29 $xml = DOMDocument::loadXML($tag);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php698 $dom = new \DOMDocument('1.0', 'utf-8');
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php197 $dom = new \DOMDocument('1.0', 'UTF-8');
H A DServer.php256 $DOM = new \DOMDocument('1.0', 'utf-8');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Exception/
H A DLockedTest.php7 DOMDocument; alias
13 $dom = new DOMDocument('1.0');
42 $dom = new DOMDocument('1.0');
H A DTooManyMatchesTest.php7 DOMDocument; alias
13 $dom = new DOMDocument('1.0');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/
H A DAceConflictTest.php14 $dom = new \DOMDocument('1.0','utf-8');
26 $dom2 = new \DOMDocument('1.0', 'utf-8');

12345