Home
last modified time | relevance | path

Searched refs:ActiveXObject (Results 26 – 50 of 105) sorted by relevance

12345

/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.js326 if(window.ActiveXObject){
328 xr=new ActiveXObject("Microsoft.XMLHTTP");
334 xr=new ActiveXObject("Msxml2.XMLHTTP");
344 var _41=window.ActiveXObject||xr.setRequestHeader;
/plugin/remotescript/
H A Dscript.js9ActiveXObject){try{I=new ActiveXObject("Microsoft.XMLHTTP");}catch(e){};if(!I){try{I=new ActiveXOb…
/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js19 req=new XMLHttpRequest();if(!req&&typeof ActiveXObject!="undefined"){try{req=new ActiveXObject("Msx…
20 catch(e){try{req=new ActiveXObject("Microsoft.XMLHTTP");}
21 catch(e2){try{req=new ActiveXObject("Msxml2.XMLHTTP.4.0");}
/plugin/aimg/
H A Dscript.js20 if (window.ActiveXObject)
24 fnXMLHTTP = new ActiveXObject('Microsoft.XMLHTTP');
157 if (window.ActiveXObject) {
205 if (window.ActiveXObject)
209 fnObjXMLHTTP = new ActiveXObject('Microsoft.XMLHTTP');
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools_ie.js84 try { return new ActiveXObject( aObjs[i] ) ; }
/plugin/geonav/js/
H A DgetLocation.js174 xmlHttp = new ActiveXObject("Microsoft.XMLHttp");
/plugin/diagramsnet/lib/math/jax/input/MathML/
H A Djax.js19ActiveXObject(f[g])}catch(h){}}return j},createParser:function(){if(window.DOMParser){this.parser=…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Drespond.min.js5 …=[],e=function(){var b=!1;try{b=new a.XMLHttpRequest}catch(c){b=new a.ActiveXObject("Microsoft.XML…
/plugin/swfobject/
H A Dscript.js4 …ce(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof O.ActiveXObject!=D){try{var ad=new ActiveXObjec…
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9ActiveXObject))return new XMLHttpRequest;try{return new ActiveXObject("Microsoft.XMLHTTP")}catch(e…
/plugin/rigrr/lib/rigrr/
H A Drigrr.nocache.js15 ….indexOf(Db)!=-1){return true}if(typeof window[Eb]!=eb){try{var b=new ActiveXObject(Fb);if(b){b.re…
/plugin/rigrr/lib/
H A Drigrr.nocache.js15 ….indexOf(Db)!=-1){return true}if(typeof window[Eb]!=eb){try{var b=new ActiveXObject(Fb);if(b){b.re…
/plugin/confmanager/
H A Djquery.form.js667 if (window.ActiveXObject) {
668 doc = new ActiveXObject('Microsoft.XMLDOM');
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.min.js1 …nc&&(b.async=!0);var d;d=window.XMLHttpRequest?new XMLHttpRequest:new ActiveXObject("Microsoft.XML…
H A Ddataloader.js524 request = new ActiveXObject( 'Microsoft.XMLHTTP' );
/plugin/sketchcanvas/script/
H A Di18next-1.7.2.min.js5 !function(){function a(a,b){if(!b||"function"==typeof b)return a;for(var c in b)a[c]=b[c];return a}function b(a,b,c){var d,e=0,f=a.length,g=void 0===f||"function"==typeof a;if(c)if(g){for(d in a)if(b.apply(a[d],c)===!1)break}else for(;f>e&&b.apply(a[e++],c)!==!1;);else if(g){for(d in a)if(b.call(a[d],d,a[d])===!1)break}else for(;f>e&&b.call(a[e],e,a[e++])!==!1;);return a}function c(a){return"string"==typeof a?a.replace(/[&<>"'\/]/g,function(a){return I[a]}):a}function d(a){var b=function(a){if(window.XMLHttpRequest)return a(null,new XMLHttpRequest);if(window.ActiveXObject)try{return a(null,new ActiveXObject("Msxml2.XMLHTTP"))}catch(b){return a(null,new ActiveXObject("Microsoft.XMLHTTP"))}return a(new Error)},c=function(a){if("string"==typeof a)return a;var b=[];f (…)
H A DSketchCanvas.js2669 // Create and return a XMLHttpRequest object or ActiveXObject for IE6-
2679 xmlHttp = new ActiveXObject("Msxml2.XMLHTTP");
2683 xmlHttp = new ActiveXObject("Microsoft.XMLHttp");
/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.flash.min.js
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js3321 if(window.ActiveXObject) {
3323 flash = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js3321 if(window.ActiveXObject) {
3323 flash = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js3321 if(window.ActiveXObject) {
3323 flash = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
H A Djquery.jplayer.min.js3 …},_getFlashPluginVersion:function(){var a,b=0;if(window.ActiveXObject)try{if(a=new ActiveXObject("…
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js3321 if(window.ActiveXObject) {
3323 flash = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
/plugin/asciimath/
H A Dasciimathml148r.js80 var ActiveX = new ActiveXObject("MathPlayer.Factory.1");
/plugin/jquery/
H A Dscript.js19 …encoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Micr…

12345