Home
last modified time | relevance | path

Searched refs:loadXML (Results 51 – 75 of 75) sorted by last modified time

123

/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DDOMNodeComparator.php81 $document->loadXML($node->C14N());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DXML.php73 $loaded = $document->loadXML($actual);
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DDOMNodeComparatorTest.php105 $document->loadXML($content);
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js82 …ent.async=false;this.DOMDocument.resolveExternals=false;this.DOMDocument.loadXML(B.responseText);}…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dbuild-phar.php72 $loaded = $dom->loadXML(file_get_contents($packageFile));
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js2loadXML(r.responseText.replace(/<!DOCTYPE[\s\S]*?(\[[\s\S]*\])*?>/i,""))}if(!xml||!xml.documentEle…
H A Dfabric.js3730 xml.loadXML(r.responseText.replace(/<!DOCTYPE[\s\S]*?(\[[\s\S]*\])*?>/i, ''));
3766 doc.loadXML(string.replace(/<!DOCTYPE[\s\S]*?(\[[\s\S]*\])*?>/i, ''));
/plugin/htmlabstract/
H A Dsyntax.php116 if (false === @$dom->loadXML($xml))
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/mellelexport/
H A Drenderer.php509 $doc->loadXML( $xml );
547 $doc->loadXML( $xml );
/plugin/components/syntax/
H A Dslice.php29 $xml = DOMDocument::loadXML($tag);
/plugin/html2pdf/html2pdf/html2ps/
H A Dtreebuilder.class.php22 return DOMTree::from_DOMDocument(DOMDocument::loadXML($xmlstring));
/plugin/dokumicrobugtracker/js/
H A Djquery.js2 …,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(g){d=b}…
/plugin/eventline/timeline_js/scripts/
H A Dsources.js23 Timeline.DefaultEventSource.prototype.loadXML = function(xml, url) { method in Timeline.DefaultEventSource
/plugin/eventline/
H A Dtimeline.js140 Timeline.loadXML(filepath, function(xml, url) { eventSource.loadXML(xml, url); });
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js2303 Timeline.DefaultEventSource.prototype.loadXML=function(G,A){var C=this._getBaseURL(A); method in Timeline.DefaultEventSource
2617 Timeline.loadXML=function(A,C){var D=function(G,F,E){alert("Failed to load data xml from "+A+"\n"+G… function
2691 Timeline._Impl.prototype.loadXML=function(B,D){var A=this; method in Timeline._Impl
/plugin/projects/lib/
H A Dfile_definition.php41 $xml = DOMDocument::loadXML($tag);
/plugin/fedauth/Auth/Yadis/
H A DXML.php237 if (!@$this->doc->loadXML($xml_string)) {
/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/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/tline/
H A DCHANGES.txt216 the wiki page about dynamic events recommends calling loadXML, etc, I
/plugin/processing/
H A Dscript.js11274 var loadXML = function loadXML() { function
11309 loadXML(url);
/plugin/farm/
H A Dtestclient.php12 $dom->loadXML($cli->__getLastRequest());
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js68 …ent.async=false;this.DOMDocument.resolveExternals=false;this.DOMDocument.loadXML(B.responseText);}…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckxml_ie.js50 this.DOMDocument.loadXML( oXmlHttp.responseText ) ;

123