Home
last modified time | relevance | path

Searched refs:DOMDocument (Results 26 – 50 of 105) sorted by path

12345

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/
H A DNeedPrivilegesExceptionTest.php19 $dom = new \DOMDocument('1.0','utf-8');
36 $dom2 = new \DOMDocument('1.0', 'utf-8');
H A DNoAbstractTest.php14 $dom = new \DOMDocument('1.0','utf-8');
26 $dom2 = new \DOMDocument('1.0', 'utf-8');
H A DNotRecognizedPrincipalTest.php14 $dom = new \DOMDocument('1.0','utf-8');
26 $dom2 = new \DOMDocument('1.0', 'utf-8');
H A DNotSupportedPrivilegeTest.php14 $dom = new \DOMDocument('1.0','utf-8');
26 $dom2 = new \DOMDocument('1.0', 'utf-8');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginPropertiesTest.php125 $dom2 = new \DOMDocument('1.0', 'utf-8');
/plugin/dev/
H A DSVGIcon.php131 $dom = new \DOMDocument();
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php3023 $xml = new \DOMDocument();
/plugin/ebnf/
H A Debnf.php84 $dom = new DOMDocument();
279 $dom = new DOMDocument();
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js92 oFCKXml.DOMDocument = oXml ;
103 this.DOMDocument = oXmlHttp.responseXML ;
116 return this.DOMDocument.selectNodes( xpath ) ;
121 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
122 …this.DOMDocument.createNSResolver(this.DOMDocument.documentElement), XPathResult.ORDERED_NODE_ITER…
139 return this.DOMDocument.selectSingleNode( xpath ) ;
142 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
143 this.DOMDocument.createNSResolver(this.DOMDocument.documentElement), 9, null);
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js78DOMDocument=B;},SelectNodes:function(A,B){if (this.Error) return [];var C=[];var D=this.DOMDocumen…
H A Dfckeditorcode_ie.js82DOMDocument=B.responseXML;if (!this.DOMDocument||this.DOMDocument.firstChild==null){this.DOMDocume…
/plugin/fedauth/Auth/Yadis/
H A DXML.php231 $this->doc = new DOMDocument;
/plugin/filelist/_test/
H A Dfilelist.test.php
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/
H A DCSVItem.php13 public function getDomSubtree(\DOMDocument $document)
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DAttribute.php50 public function getDomSubtree(\DOMDocument $document)
H A DImage.php80 public function getDomSubtree(\DOMDocument $document)
H A DItem.php275 abstract public function getDomSubtree(\DOMDocument $document);
H A DUsergroup.php27 public function getDomSubtree(\DOMDocument $document)
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
H A DSerializable.php15 public function getDomSubtree(\DOMDocument $document);
H A DUsergroupAwareMultiValue.php43 public function getDomSubtree(\DOMDocument $document)
H A DUsergroupAwareMultiValueItem.php39 public function getDomSubtree(\DOMDocument $document)
H A DUsergroupAwareSimpleValue.php63 public function getDomSubtree(\DOMDocument $document)
H A DXMLHelper.php15 public static function createElement(\DOMDocument $document, $name, array $attributes = [])
35 …public static function createElementWithText(\DOMDocument $document, $name, $text, array $attribut…
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DPage.php50 $document = new \DOMDocument('1.0', 'utf-8');
H A DXMLItem.php27 public function getDomSubtree(\DOMDocument $document)
55 private function buildProperties(\DOMDocument $document)
84 private function buildAttributes(\DOMDocument $document)
105 private function buildImages(\DOMDocument $document)
137 private function buildUsergroups(\DOMDocument $document)

12345