Home
last modified time | relevance | path

Searched refs:mxXmlRequest (Results 1 – 16 of 16) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
DGitLabClient.js51 var req = new mxXmlRequest(this.redirectUri + '?getState=1', null, 'GET');
78 …var req = new mxXmlRequest(this.redirectUri + '?state=' + encodeURIComponent('cId=' + this.clientI…
345 var req = new mxXmlRequest(url, null, 'HEAD');
408 var req = new mxXmlRequest(url, null, 'GET');
434 var req = new mxXmlRequest(url + rnd, null, 'GET');
668 var req = new mxXmlRequest(url, JSON.stringify(entity), method);
917 var req = new mxXmlRequest(this.baseUrl + '/projects/' + encodeURIComponent(org + '/' + repo) +
1055 var req = new mxXmlRequest(this.baseUrl + '/projects/' + encodeURIComponent(org + '/' + repo) +
1209 var req = new mxXmlRequest(this.baseUrl + '/groups?per_page=100', null, 'GET');
1221 …var req = new mxXmlRequest(this.baseUrl + '/groups/' + group.id + '/projects?per_page=100', null, …
[all …]
DGitHubClient.js73 var userReq = new mxXmlRequest(this.baseUrl + '/user', null, 'GET');
129 var req = new mxXmlRequest(this.redirectUri + '?getState=1', null, 'GET');
390 var req = new mxXmlRequest(this.baseUrl + '/repos/' + org + '/' + repo +
443 var req = new mxXmlRequest(this.baseUrl + '/repos/' + org + '/' + repo +
630 var req = new mxXmlRequest(this.baseUrl + '/repos/' + org + '/' + repo +
932 var req = new mxXmlRequest(this.baseUrl + '/repos/' + org + '/' + repo +
1072 var req = new mxXmlRequest(this.baseUrl + '/repos/' + org + '/' + repo +
1174 var req = new mxXmlRequest(this.baseUrl + '/user/repos?per_page=' +
DLocalFile.js265 new mxXmlRequest(SAVE_URL, 'format=' + format +
DDropboxClient.js119 var req = new mxXmlRequest(this.redirectUri + '?getState=1', null, 'GET');
146 …var req = new mxXmlRequest(this.redirectUri + '?state=' + encodeURIComponent('cId=' + this.clientI…
DDriveClient.js371 var req = new mxXmlRequest(url, params, reqObj.method || 'GET');
557 var req = new mxXmlRequest(this.redirectUri + '?getState=1', null, 'GET');
647 …var req = new mxXmlRequest(this.redirectUri + '?state=' + encodeURIComponent('cId=' + this.clientI…
DNotionClient.js146 var req = new mxXmlRequest(this.baseUrl + url, data, method);
DElectronApp.js1885 mxUtils.extend(mxElectronRequest, mxXmlRequest);
DEditorUi.js2150 return new mxXmlRequest(EXPORT_URL, 'format=' + format + range + allPages +
4522 return new mxXmlRequest(SAVE_URL, param +
6365 var req = new mxXmlRequest(EXPORT_URL, 'format=png' +
11022 …new mxXmlRequest(OPEN_URL, 'format=xml&data=' + encodeURIComponent(data)).send(mxUtils.bind(this, …
12244 var req = new mxXmlRequest(EXPORT_URL, 'format=png&embedXml=' +
13945 return new mxXmlRequest(EXPORT_URL, 'format=' + format + '&base64=' + (base64 || '0') +
DDialogs.js5856 new mxXmlRequest(SAVE_URL, 'filename=' + encodeURIComponent(filename) +
9544 new mxXmlRequest(SAVE_URL, 'filename=' + encodeURIComponent(filename) +
/plugin/diagramsnet/lib/js/grapheditor/
DDialogs.js1303 var req = new mxXmlRequest(EXPORT_URL, 'format=' + format +
1328 var req = new mxXmlRequest(SAVE_URL, 'xml=' + encodeURIComponent(data) + '&filename=' +
DEditorUi.js4850 new mxXmlRequest(SAVE_URL, 'filename=' + encodeURIComponent(name) +
/plugin/diagramsnet/lib/js/diagramly/sidebar/
DSidebar.js598 new mxXmlRequest(EXPORT_URL, 'w=456&h=' + h + '&html=' + encodeURIComponent(
/plugin/diagramsnet/lib/mxgraph/
DmxClient.js50 …px")},load:function(a){a=new mxXmlRequest(a,null,"GET",!1);a.send();return a},get:function(a,b,c,d…
51 …)},post:function(a,b,c,d){return(new mxXmlRequest(a,b)).send(c,d)},submit:function(a,b,c,d){return…
133mxXmlRequest(a,b,c,d,e,f){this.url=a;this.params=b;this.method=c||"POST";this.async=null!=d?d:!0;t… class
134 mxXmlRequest.prototype.decodeSimulateValues=!1;mxXmlRequest.prototype.isBinary=function(){return th…
135 mxXmlRequest.prototype.getXml=function(){var a=this.request.responseXML;if(9<=document.documentMode…
136 mxXmlRequest.prototype.create=function(){if(window.XMLHttpRequest)return function(){var a=new XMLHt…
137 mxXmlRequest.prototype.send=function(a,b,c,d){this.request=this.create();null!=this.request&&(null!…
138 ….timeout=c,this.request.ontimeout=d),this.request.send(this.params))};mxXmlRequest.prototype.setRe…
139 mxXmlRequest.prototype.simulate=function(a,b){a=a||document;var c=null;a==document&&(c=window.onbef…
/plugin/diagramsnet/lib/js/
Dviewer.min.js254 …px")},load:function(a){a=new mxXmlRequest(a,null,"GET",!1);a.send();return a},get:function(a,b,c,d…
255 …)},post:function(a,b,c,d){return(new mxXmlRequest(a,b)).send(c,d)},submit:function(a,b,c,d){return…
337mxXmlRequest(a,b,c,d,e,f){this.url=a;this.params=b;this.method=c||"POST";this.async=null!=d?d:!0;t… class
338 mxXmlRequest.prototype.decodeSimulateValues=!1;mxXmlRequest.prototype.isBinary=function(){return th…
339 mxXmlRequest.prototype.getXml=function(){var a=this.request.responseXML;if(9<=document.documentMode…
340 mxXmlRequest.prototype.create=function(){if(window.XMLHttpRequest)return function(){var a=new XMLHt…
341 mxXmlRequest.prototype.send=function(a,b,c,d){this.request=this.create();null!=this.request&&(null!…
342 ….timeout=c,this.request.ontimeout=d),this.request.send(this.params))};mxXmlRequest.prototype.setRe…
343 mxXmlRequest.prototype.simulate=function(a,b){a=a||document;var c=null;a==document&&(c=window.onbef…
2289 …es.get("saved"))+" "+new Date)}else if(c.length<MAX_REQUEST_SIZE)(new mxXmlRequest(SAVE_URL,"filen…
[all …]
Dapp.min.js288 …px")},load:function(a){a=new mxXmlRequest(a,null,"GET",!1);a.send();return a},get:function(a,b,c,d…
289 …)},post:function(a,b,c,d){return(new mxXmlRequest(a,b)).send(c,d)},submit:function(a,b,c,d){return…
371mxXmlRequest(a,b,c,d,e,f){this.url=a;this.params=b;this.method=c||"POST";this.async=null!=d?d:!0;t… function
372 mxXmlRequest.prototype.decodeSimulateValues=!1;mxXmlRequest.prototype.isBinary=function(){return th…
373 mxXmlRequest.prototype.getXml=function(){var a=this.request.responseXML;if(9<=document.documentMode…
374 mxXmlRequest.prototype.create=function(){if(window.XMLHttpRequest)return function(){var a=new XMLHt…
375 mxXmlRequest.prototype.send=function(a,b,c,d){this.request=this.create();null!=this.request&&(null!…
376 ….timeout=c,this.request.ontimeout=d),this.request.send(this.params))};mxXmlRequest.prototype.setRe…
377 mxXmlRequest.prototype.simulate=function(a,b){a=a||document;var c=null;a==document&&(c=window.onbef…
2323 …es.get("saved"))+" "+new Date)}else if(b.length<MAX_REQUEST_SIZE)(new mxXmlRequest(SAVE_URL,"filen…
[all …]
Dviewer-static.min.js254 …px")},load:function(a){a=new mxXmlRequest(a,null,"GET",!1);a.send();return a},get:function(a,b,c,d…
255 …)},post:function(a,b,c,d){return(new mxXmlRequest(a,b)).send(c,d)},submit:function(a,b,c,d){return…
337mxXmlRequest(a,b,c,d,e,f){this.url=a;this.params=b;this.method=c||"POST";this.async=null!=d?d:!0;t… class
338 mxXmlRequest.prototype.decodeSimulateValues=!1;mxXmlRequest.prototype.isBinary=function(){return th…
339 mxXmlRequest.prototype.getXml=function(){var a=this.request.responseXML;if(9<=document.documentMode…
340 mxXmlRequest.prototype.create=function(){if(window.XMLHttpRequest)return function(){var a=new XMLHt…
341 mxXmlRequest.prototype.send=function(a,b,c,d){this.request=this.create();null!=this.request&&(null!…
342 ….timeout=c,this.request.ontimeout=d),this.request.send(this.params))};mxXmlRequest.prototype.setRe…
343 mxXmlRequest.prototype.simulate=function(a,b){a=a||document;var c=null;a==document&&(c=window.onbef…
2289 …es.get("saved"))+" "+new Date)}else if(c.length<MAX_REQUEST_SIZE)(new mxXmlRequest(SAVE_URL,"filen…
[all …]