Home
last modified time | relevance | path

Searched refs:XMLHttpRequest (Results 1 – 25 of 120) sorted by relevance

12345

/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js34 if ( typeof(XMLHttpRequest) != 'undefined' )
35 return new XMLHttpRequest() ;
/plugin/chat/
H A Dtw-sack.js50 if (typeof XMLHttpRequest != "undefined") {
51 this.xmlhttp = new XMLHttpRequest();
/plugin/rssticker/
H A Drssticker.js16 if (window.XMLHttpRequest){ // if Mozilla, Safari etc
17 httprequest=new XMLHttpRequest()
/plugin/fckg/fckeditor/editor/dialog/
H A Dtw-sack.js50 if (typeof XMLHttpRequest != "undefined") {
51 this.xmlhttp = new XMLHttpRequest();
/plugin/fckg/fckeditor/
H A Dtw-sack.js50 if (typeof XMLHttpRequest != "undefined") {
51 this.xmlhttp = new XMLHttpRequest();
/plugin/stellarium/scripts/
H A Dstellarium.js7 var xhr = new XMLHttpRequest();
/plugin/anewssystem/
H A Ddropdowncontent.js86 if (window.XMLHttpRequest) // if Mozilla, IE7, Safari etc
87 page_request = new XMLHttpRequest()
/plugin/diagramsnet/lib/math/
H A Dlatest.js19 …v);b(v);return true}return false}function f(){if(window.XMLHttpRequest){return new XMLHttpRequest(…
/plugin/supa/lib/
H A DSupa.js65 xrequest = new XMLHttpRequest();
/plugin/freechat/phpfreechat/data/public/js/
H A Dcompat.js62 …if (typeof XMLHttpRequest == "undefined" && typeof ActiveXObject == "undefined" && window.createRe…
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js34 try { return new XMLHttpRequest(); }
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js34 try { return new XMLHttpRequest(); }
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js34 try { return new XMLHttpRequest(); }
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-xml.js319 if(window.XMLHttpRequest){
321 xr=new XMLHttpRequest();
H A DJsHttpRequest-script-xml.js373 if(window.XMLHttpRequest){
375 xr=new XMLHttpRequest();
H A DJsHttpRequest.js319 if(window.XMLHttpRequest){
321 xr=new XMLHttpRequest();
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-xml.js464 if (window.XMLHttpRequest) {
465 try { xr = new XMLHttpRequest() } catch(e) {}
H A DJsHttpRequest-script-xml.js522 if (window.XMLHttpRequest) {
523 try { xr = new XMLHttpRequest() } catch(e) {}
H A DJsHttpRequest.js465 if (window.XMLHttpRequest) {
466 try { xr = new XMLHttpRequest() } catch(e) {}
/plugin/stlviewer/stlviewer/
H A Dload_stl.min.js2 …load_from_local_xhr(a)}function download_from_local_xhr(a){var e=new XMLHttpRequest;get_progress&&…
/plugin/geonav/js/
H A DgetLocation.js167 xmlHttp = new XMLHttpRequest();
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.min.js1 …eof b&&(b={}),void 0===b.async&&(b.async=!0);var d;d=window.XMLHttpRequest?new XMLHttpRequest:new …
H A Ddataloader.js519 if ( window.XMLHttpRequest ) {
521 request = new XMLHttpRequest();
/plugin/aimg/
H A Dscript.js28 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 Dfcktools_gecko.js113 return new XMLHttpRequest() ;

12345