/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/js/ |
H A D | fckxml.js | 34 if ( typeof(XMLHttpRequest) != 'undefined' ) 35 return new XMLHttpRequest() ;
|
/plugin/chat/ |
H A D | tw-sack.js | 50 if (typeof XMLHttpRequest != "undefined") { 51 this.xmlhttp = new XMLHttpRequest();
|
/plugin/rssticker/ |
H A D | rssticker.js | 16 if (window.XMLHttpRequest){ // if Mozilla, Safari etc 17 httprequest=new XMLHttpRequest()
|
/plugin/fckg/fckeditor/editor/dialog/ |
H A D | tw-sack.js | 50 if (typeof XMLHttpRequest != "undefined") { 51 this.xmlhttp = new XMLHttpRequest();
|
/plugin/fckg/fckeditor/ |
H A D | tw-sack.js | 50 if (typeof XMLHttpRequest != "undefined") { 51 this.xmlhttp = new XMLHttpRequest();
|
/plugin/stellarium/scripts/ |
H A D | stellarium.js | 7 var xhr = new XMLHttpRequest();
|
/plugin/anewssystem/ |
H A D | dropdowncontent.js | 86 if (window.XMLHttpRequest) // if Mozilla, IE7, Safari etc 87 page_request = new XMLHttpRequest()
|
/plugin/diagramsnet/lib/math/ |
H A D | latest.js | 19 …v);b(v);return true}return false}function f(){if(window.XMLHttpRequest){return new XMLHttpRequest(…
|
/plugin/supa/lib/ |
H A D | Supa.js | 65 xrequest = new XMLHttpRequest();
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | compat.js | 62 …if (typeof XMLHttpRequest == "undefined" && typeof ActiveXObject == "undefined" && window.createRe…
|
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/ |
H A D | fckxml.js | 34 try { return new XMLHttpRequest(); }
|
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/ |
H A D | fckxml.js | 34 try { return new XMLHttpRequest(); }
|
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/ |
H A D | fckxml.js | 34 try { return new XMLHttpRequest(); }
|
/plugin/remotescript/lib/JsHttpRequest/mini/ |
H A D | JsHttpRequest-xml.js | 319 if(window.XMLHttpRequest){ 321 xr=new XMLHttpRequest();
|
H A D | JsHttpRequest-script-xml.js | 373 if(window.XMLHttpRequest){ 375 xr=new XMLHttpRequest();
|
H A D | JsHttpRequest.js | 319 if(window.XMLHttpRequest){ 321 xr=new XMLHttpRequest();
|
/plugin/remotescript/lib/JsHttpRequest/debug/ |
H A D | JsHttpRequest-xml.js | 464 if (window.XMLHttpRequest) { 465 try { xr = new XMLHttpRequest() } catch(e) {}
|
H A D | JsHttpRequest-script-xml.js | 522 if (window.XMLHttpRequest) { 523 try { xr = new XMLHttpRequest() } catch(e) {}
|
H A D | JsHttpRequest.js | 465 if (window.XMLHttpRequest) { 466 try { xr = new XMLHttpRequest() } catch(e) {}
|
/plugin/stlviewer/stlviewer/ |
H A D | load_stl.min.js | 2 importScripts("parser.min.js"),MSG_DATA=0,MSG_LOAD=1,MSG_ERROR=2,MSG_STL_LOADED=3,MSG_LOAD_IN_PROGRESS=4;var filename=null,local_file=null,load_from_blob_or_ab=null,x=0,y=0,z=0,model_id=-1,get_progress=!1,jszip_path="jszip.min.js";function isNumeric(a){return!isNaN(parseFloat(a))&&isFinite(a)}function send_error(a){postMessage({msg_type:MSG_ERROR,data:a})}function download_from_local(a){download_from_local_xhr(a)}function download_from_local_xhr(a){var e=new XMLHttpRequest;get_progress&&(e.onprogress=function(a){postMessage({msg_type:MSG_LOAD_IN_PROGRESS,id:model_id,loa (…)
|
/plugin/geonav/js/ |
H A D | getLocation.js | 167 xmlHttp = new XMLHttpRequest();
|
/plugin/amcharts/assets/amcharts/plugins/dataloader/ |
H A D | dataloader.min.js | 1 …eof b&&(b={}),void 0===b.async&&(b.async=!0);var d;d=window.XMLHttpRequest?new XMLHttpRequest:new …
|
H A D | dataloader.js | 519 if ( window.XMLHttpRequest ) { 521 request = new XMLHttpRequest();
|
/plugin/aimg/ |
H A D | script.js | 28 else if (window.XMLHttpRequest) 30 fnXMLHTTP = new XMLHttpRequest(); 214 else if (window.XMLHttpRequest) 216 fnObjXMLHTTP = new XMLHttpRequest();
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fcktools_gecko.js | 113 return new XMLHttpRequest() ;
|