Home
last modified time | relevance | path

Searched refs:loadXML (Results 51 – 75 of 75) sorted by path

123

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1472/
H A DIssue1472Test.php7 $doc->loadXML('<root><label>text content</label></root>');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DXMLTest.php25 $dom->loadXML($xml);
77 $dom->loadXML($xml);
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DDOMNodeComparator.php81 $document->loadXML($node->C14N());
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DDOMNodeComparatorTest.php105 $document->loadXML($content);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php66 @$xmlObject->loadXML($gpx);
H A DGeoRSS.php72 @$xmlObject->loadXML($text);
H A DKML.php65 @$xmlObject->loadXML($text);
/plugin/html2pdf/html2pdf/html2ps/
H A Dtreebuilder.class.php22 return DOMTree::from_DOMDocument(DOMDocument::loadXML($xmlstring));
/plugin/htmlabstract/
H A Dsyntax.php116 if (false === @$dom->loadXML($xml))
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dbuild-phar.php72 $loaded = $dom->loadXML(file_get_contents($packageFile));
/plugin/icon/
H A DSVG.php156 $dom->loadXML($svgdata, LIBXML_NOBLANKS);
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Djquery.min.js4 …,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b))}catch(e){c=vo…
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16 …,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b)),d=c.documentE…
/plugin/mellelexport/
H A Drenderer.php509 $doc->loadXML( $xml );
547 $doc->loadXML( $xml );
/plugin/openid/Auth/Yadis/
H A DXML.php250 $parse_result = @$this->doc->loadXML($xml_string);
254 $parse_result = @$this->doc->loadXML($xml_string);
/plugin/processing/
H A Dscript.js11274 var loadXML = function loadXML() { function
11309 loadXML(url);
/plugin/projects/lib/
H A Dfile_definition.php41 $xml = DOMDocument::loadXML($tag);
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/tline/
H A DCHANGES.txt216 the wiki page about dynamic events recommends calling loadXML, etc, I
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js2287 Timeline.DefaultEventSource.prototype.loadXML=function(G,A){var C=this._getBaseURL(A); method in Timeline.DefaultEventSource
2601 Timeline.loadXML=function(A,C){var D=function(G,F,E){alert("Failed to load data xml from "+A+"\n"+G… function
2675 Timeline._Impl.prototype.loadXML=function(B,D){var A=this; method in Timeline._Impl
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckxml_ie.js50 this.DOMDocument.loadXML( oXmlHttp.responseText ) ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js68 …ent.async=false;this.DOMDocument.resolveExternals=false;this.DOMDocument.loadXML(B.responseText);}…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13 …fined&&((e=new window.ActiveXObject("Microsoft.XMLDOM")).async="false",e.loadXML(t)),e);var e},xml…
H A Ddhtmlxgantt.js.map1loadXML","tagname","xhr","responseXML","xpathExp","docObj","selectNodes","ownerDocument","evaluate…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js6246 obj.loadXML(data);

123