| /plugin/diagramsnet/lib/js/diagramly/ |
| D | GitLabClient.js | 51 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 …]
|
| D | GitHubClient.js | 73 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=' +
|
| D | LocalFile.js | 265 new mxXmlRequest(SAVE_URL, 'format=' + format +
|
| D | DropboxClient.js | 119 var req = new mxXmlRequest(this.redirectUri + '?getState=1', null, 'GET'); 146 …var req = new mxXmlRequest(this.redirectUri + '?state=' + encodeURIComponent('cId=' + this.clientI…
|
| D | DriveClient.js | 371 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…
|
| D | NotionClient.js | 146 var req = new mxXmlRequest(this.baseUrl + url, data, method);
|
| D | ElectronApp.js | 1885 mxUtils.extend(mxElectronRequest, mxXmlRequest);
|
| D | EditorUi.js | 2150 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') +
|
| D | Dialogs.js | 5856 new mxXmlRequest(SAVE_URL, 'filename=' + encodeURIComponent(filename) + 9544 new mxXmlRequest(SAVE_URL, 'filename=' + encodeURIComponent(filename) +
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Dialogs.js | 1303 var req = new mxXmlRequest(EXPORT_URL, 'format=' + format + 1328 var req = new mxXmlRequest(SAVE_URL, 'xml=' + encodeURIComponent(data) + '&filename=' +
|
| D | EditorUi.js | 4850 new mxXmlRequest(SAVE_URL, 'filename=' + encodeURIComponent(name) +
|
| /plugin/diagramsnet/lib/js/diagramly/sidebar/ |
| D | Sidebar.js | 598 new mxXmlRequest(EXPORT_URL, 'w=456&h=' + h + '&html=' + encodeURIComponent(
|
| /plugin/diagramsnet/lib/mxgraph/ |
| D | mxClient.js | 50 …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… 133 …mxXmlRequest(a,b,c,d,e,f){this.url=a;this.params=b;this.method=c||"POST";this.async=null!=d?d:!0;t… function 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/ |
| D | viewer.min.js | 254 …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… 337 …mxXmlRequest(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 …]
|
| D | app.min.js | 288 …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… 371 …mxXmlRequest(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 …]
|
| D | viewer-static.min.js | 254 …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… 337 …mxXmlRequest(a,b,c,d,e,f){this.url=a;this.params=b;this.method=c||"POST";this.async=null!=d?d:!0;t… function 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 …]
|