Home
last modified time | relevance | path

Searched refs:parseFromString (Results 1 – 25 of 75) sorted by relevance

123

/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
DXMLDocument.php65 $this->parseFromString($fileContents);
101 function parseFromString($XMLDocString) { function in XMLDocument
DXML.php61 $this->parseFromString($argument);
370 function parseFromString($parseString) { function in XML
/plugin/fulldisplay/
Dscript.js18 const doc = parser.parseFromString(text, 'text/html');
/plugin/svgelement/
Dsvgelement.js14 const parsedSvg = parser.parseFromString(data, 'image/svg+xml');
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
Dfckxml.js78 oXml = (new DOMParser()).parseFromString( oXmlHttp.responseText, 'text/xml' ) ;
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
Dfckxml.js82 oXml = (new DOMParser()).parseFromString( oXmlHttp.responseText, 'text/xml' ) ;
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
Dfckxml.js82 oXml = (new DOMParser()).parseFromString( oXmlHttp.responseText, 'text/xml' ) ;
/plugin/interwikipaste/
Dscript.js13 const doc = new DOMParser().parseFromString(input, "text/html");
/plugin/diagramsnet/lib/math/jax/input/MathML/
Djax.js19 …rror(e),{mathmlError:true})},parseDOM:function(e){return this.parser.parseFromString(e,"text/xml")…
/plugin/datatables/assets/datatables.net-buttons/js/
Dbuttons.html5.min.js8 …function s(f,t){D===k&&(D=-1===A.serializeToString((new T.DOMParser).parseFromString(_["xl/workshe…
Dbuttons.html5.js407 new window.DOMParser().parseFromString(
/plugin/confmanager/
Djquery.form.js673 doc = (new DOMParser()).parseFromString(s, 'text/xml');
/plugin/diagramsnet/lib/js/diagramly/sidebar/
DSidebar.js582 …var doc = parser.parseFromString('<body style="background:#ffffff;font-family:Helvetica,Arial;">' +
/plugin/ckgdoku/ckeditor/plugins/pastefromword/filter/
Ddefault.js25 …EDITOR.plugins.pastefromword.styles.inliner.sort,d=function(a){a=(new DOMParser).parseFromString(a,
/plugin/ckgedit/ckeditor/plugins/pastefromword/filter/
Ddefault.js27 …ns.pastefromword.styles.inliner.sort,d=function(a){a=(new DOMParser).parseFromString(a,"text/html"…
/plugin/jplayer/vendor/happyworm/jplayer/lib/
Dpopcorn.js2465 xml = parser.parseFromString( settings.ajax.responseText, "text/xml" );
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
Dholder.min.js12 …2,}\;)/g,"&$1"),e+j}}function u(){return b.DOMParser?(new DOMParser).parseFromString("<xml />","ap…
/plugin/combo/resources/library/bootstrap/5.0.1/
H A Dbootstrap.min.js6 …f(s&&"function"==typeof s)return s(t);const i=(new window.DOMParser).parseFromString(t,"text/html"…
/plugin/combo/resources/library/bootstrap/4.5.0/
H A Dbootstrap.min.js6 …n&&"function"==typeof n)return n(t);for(var i=(new window.DOMParser).parseFromString(t,"text/html"…
/plugin/combo/resources/library/bootstrap/4.4.1/
H A Dbootstrap.min.js6 …e&&"function"==typeof e)return e(t);for(var n=(new window.DOMParser).parseFromString(t,"text/html"…
/plugin/fckg/fckeditor/editor/js/
Dfckeditorcode_gecko.js48 …turn new XMLHttpRequest();case 'DOMDocument':var B=(new DOMParser()).parseFromString('<tmp></tmp>'…
78 …Parser()).parseFromString(C.responseText,'text/xml');}else B=null;if (B){try{var D=B.firstChild;}c…
/plugin/jquery-syntax/
Djquery-1.6.min.js16 …SON: "+b)},parseXML:function(b,c,d){a.DOMParser?(d=new DOMParser,c=d.parseFromString(b,"text/xml")…
/plugin/dokumicrobugtracker/js/
Djquery.js2 …)},parseXML:function(c){var d,f;try{a.DOMParser?(f=new DOMParser,d=f.parseFromString(c,"text/xml")…
/plugin/xlsx2dw/packages/xmltojson/
Dxmltojson.js600parseFromString(a,'text/xml');var d=c.documentElement;if(d.tagName==eu&&d.namespaceURI=='http://ww…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js3758 if (parser && parser.parseFromString) {
3759 doc = parser.parseFromString(string, 'text/xml');
23368 var doc = new DOMParser().parseFromString(string);

123