Home
last modified time | relevance | path

Searched refs:XMLHttpRequest (Results 26 – 50 of 120) sorted by relevance

12345

/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.js319 if(window.XMLHttpRequest){
321 xr=new XMLHttpRequest();
H A Dprotocol.txt67 binding is performed automatically by ActiveX or XMLHttpRequest.
/plugin/abc2/abc-libraries/abc2svg/
H A Dabcweb-1.js132 r=new XMLHttpRequest()
/plugin/shell/
H A DP0wnyShell.js376 const xhr = new XMLHttpRequest();
/plugin/picasawebalbum/
H A Djquery.slimbox2.js6 (function(w){var E=w(window),u,g,F=-1,o,x,D,v,y,L,s,n=!window.XMLHttpRequest,e=window.opera&&(docum…
/plugin/remotescript/
H A Dscript.js9 …eturn["xml_no_diffdom",RegExp.$2]}}var I=null;if(window.XMLHttpRequest){try{I=new XMLHttpRequest()…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Drespond.min.js5 …d=c,c.update=function(){};var d=[],e=function(){var b=!1;try{b=new a.XMLHttpRequest}catch(c){b=new…
/plugin/revealjs/plugin/markdown/
H A Dmarkdown.js258 var xhr = new XMLHttpRequest(),
/plugin/diagramsnet/lib/plugins/
H A Dtickets.js117 var xhr = new XMLHttpRequest();
/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js18 …s.DebugMessage("Initializing Request Object..");var req=null;if(typeof XMLHttpRequest!="undefined")
19 req=new XMLHttpRequest();if(!req&&typeof ActiveXObject!="undefined"){try{req=new ActiveXObject("Msx…
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js577 else if (window.XMLHttpRequest) //URL src, fetch it
596 var xhr = new XMLHttpRequest();
/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloClient.js347 var request = new XMLHttpRequest();
H A DEmbed.js491 new XDomainRequest() : new XMLHttpRequest();
H A DApp.js4614 …else if (!this.isOffline() && new XMLHttpRequest().upload && this.isRemoteFileFormat(data, filterF…
6544 if (/\.v(dx|sdx?)$/i.test(filename) && Graph.fileSupport && new XMLHttpRequest().upload &&
6545 typeof new XMLHttpRequest().responseType === 'string')
6547 var req = new XMLHttpRequest();
6621 else if (Graph.fileSupport && new XMLHttpRequest().upload && this.isRemoteFileFormat(data, url))
H A DElectronApp.js385 …else if (!editorUi.isOffline() && new XMLHttpRequest().upload && editorUi.isRemoteFileFormat(data,…
H A DDriveClient.js1176 … if (Graph.fileSupport && new XMLHttpRequest().upload && this.ui.isRemoteFileFormat(data, url))
/plugin/diagramsnet/lib/js/onedrive/
H A DmxODPicker.js291 var req = new XMLHttpRequest();
H A DOneDriveOrig.js2XMLHttpRequest;this._request.ontimeout=this._onTimeout;this._request.onload=function(){var e=r._re…
H A DOneDrive.js6XMLHttpRequest;this._request.ontimeout=this._onTimeout;this._request.onload=function(){var e=r._re…
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js491 new XDomainRequest() : new XMLHttpRequest();
/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( (…)
/plugin/diagramsnet/lib/js/socket.io/
H A Dsocket.io.min.js6 …t.xscheme,i=t.enablesXDR;try{if("undefined"!=typeof XMLHttpRequest&&(!e||r))return new XMLHttpRequ…
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9 …getXHR=function(){if(!(!h.XMLHttpRequest||h.location&&"file:"==h.location.protocol&&h.ActiveXObjec…
/plugin/lytebox/
H A Dlytebox.js89 this.ie7 = (this.ie && window.XMLHttpRequest);
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js3766 this.xhr = new XMLHttpRequest();
3795 this.xhr = new XMLHttpRequest();

12345