| /plugin/struct/script/ |
| H A D | AggregationEditor.js | 65 .fail(function (xhr) { argument 147 .fail(function (xhr) { argument
|
| /plugin/revealjs/plugin/markdown/ |
| D | markdown.js | 211 function( xhr, url ) { argument 221 function( xhr, url ) { argument 268 xhr.onreadystatechange = function( section, xhr ) { argument
|
| /plugin/confmanager/ |
| D | jquery.form.js | 167 options.success = function(data, status, xhr) { // jQuery 1.4+ passes xhr as 3rd arg argument 260 s.xhr = function() { function 279 s.beforeSend = function(xhr, o) { argument 330 xhr = { // mock object variable 682 var httpData = function( xhr, type, s ) { // mostly lifted from jq1.4.4 argument
|
| /plugin/editions/ |
| D | script.js | 40 $snippet.load(targetURL+' #'+targetAnchor, function(response, status, xhr) { argument
|
| /plugin/batchedit/ |
| D | server.js | 53 error : function (xhr, status, message) { argument
|
| /plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/ |
| D | sync.js | 212 var xhr = { variable 231 model.on('error', function(m, xhr, options) { argument
|
| /plugin/tagging/script/ |
| H A D | admin.js | 38 .fail(jQuery.proxy(function(xhr) { argument
|
| H A D | editable.js | 216 .fail($.proxy(function(xhr) { argument
|
| /plugin/dokumicrobugtracker/js/ |
| D | jquery.jeditable.mini.js | 24 …trim($(self).html())){$(self).html(settings.placeholder);}},error:function(xhr,status,error){onerr… argument
|
| /plugin/dropfiles/src/ |
| D | upload.js | 339 'xhr': function () { method
|
| /plugin/popupviewer/ |
| D | script.js | 193 … var wrapper = $('<div/>').load(popupData.src, popupData, function(response, status, xhr) { argument
|
| /plugin/tline/timeline_ajax/ |
| D | simile-ajax-bundle.js | 860 },handleError:function(s,xhr,status,e){if(s.error){s.error(xhr,status,e); argument 862 }},active:0,httpSuccess:function(xhr){try{return !xhr.status&&location.protocol=="file:"||(xhr.stat… argument 864 },httpNotModified:function(xhr,url){try{var xhrRes=xhr.getResponseHeader("Last-Modified"); argument 867 },httpData:function(xhr,type,filter){var ct=xhr.getResponseHeader("content-type"),xml=type=="xml"||… argument
|
| /plugin/eventline/timeline_ajax/ |
| D | simile-ajax-bundle.js | 860 },handleError:function(s,xhr,status,e){if(s.error){s.error(xhr,status,e); argument 862 }},active:0,httpSuccess:function(xhr){try{return !xhr.status&&location.protocol=="file:"||(xhr.stat… argument 864 },httpNotModified:function(xhr,url){try{var xhrRes=xhr.getResponseHeader("Last-Modified"); argument 867 },httpData:function(xhr,type,filter){var ct=xhr.getResponseHeader("content-type"),xml=type=="xml"||… argument
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | App.js | 821 STYLE_PATH + '/default.xml'], function(xhr) argument 1017 }, function(xhr) argument 4617 …is.parseFile(new Blob([data], {type: 'application/octet-stream'}), mxUtils.bind(this, function(xhr) argument 6623 …is.parseFile(new Blob([data], {type: 'application/octet-stream'}), mxUtils.bind(this, function(xhr) argument
|
| D | EditorUi.js | 3565 this.parseFile(file, mxUtils.bind(this, function(xhr) argument 7824 …b([text.replace(/\s+/g,' ')], {type: 'application/octet-stream'}), mxUtils.bind(this, function(xhr) argument 8250 …ui.parseFile(new Blob([data], {type: 'application/octet-stream'}), mxUtils.bind(this, function(xhr) argument 8385 …ll) ? file : new Blob([data], {type: 'application/octet-stream'}), mxUtils.bind(this, function(xhr) argument 11205 this.parseFile(file, mxUtils.bind(this, function(xhr) argument 12665 …is.parseFile(new Blob([data], {type: 'application/octet-stream'}), mxUtils.bind(this, function(xhr) argument 14870 EditorUi.prototype.addRemoteServiceSecurityCheck = function(xhr) argument
|
| D | OneDriveClient.js | 649 …ui.parseFile(new Blob([data], {type: 'application/octet-stream'}), mxUtils.bind(this, function(xhr) argument
|
| /plugin/diagramsnet/lib/js/diagramly/vsdx/ |
| D | mxVsdxCanvas2D.js | 599 xhr.onreadystatechange = function(e) method
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …ath":"\/dokuwiki\/","secure":true};Object.defineProperty(window,'DOKU_UHN',{get:function(){console…
|
| /plugin/jquery/ |
| D | jquery-1.4.2.js | 4952 xhr: window.XMLHttpRequest && (window.location.protocol !== "file:" || !window.ActiveXObject) ? property 5301 handleError: function( s, xhr, status, e ) { argument 5317 httpSuccess: function( xhr ) { argument 5330 httpNotModified: function( xhr, url ) { argument 5346 httpData: function( xhr, type, s ) { argument
|
| /plugin/sequencediagram/bower_components/lodash/vendor/backbone/ |
| D | backbone.js | 1441 options.beforeSend = function(xhr) { argument 1454 options.error = function(xhr, textStatus, errorThrown) { argument
|
| /plugin/refnotes/ |
| D | admin.js | 142 error(xhr, status, message) { argument
|
| /plugin/webcode/vendor/ |
| D | firebug-lite-1.2.js | 2455 pi.xhr = new pi.base; variable 2541 pi.xhr.get = function(_url,_returnPiObject){ function
|
| D | firebug-lite-1.2-compressed.js | 117 …_fn,_useCapture);return this._parent_;}}};pi.element=pi.element.build();pi.xhr=new pi.base;pi.xhr.… variable 122 …s.api.send(this.environment.getType()=="GET"?"":dataUrl);return this;}};pi.xhr.body.environment={"… function
|
| /plugin/combo/resources/firebug/ |
| H A D | firebug-lite-1.2-compressed.js | 128 …_fn,_useCapture);return this._parent_;}}};pi.element=pi.element.build();pi.xhr=new pi.base;pi.xhr.… variable 133 …s.api.send(this.environment.getType()=="GET"?"":dataUrl);return this;}};pi.xhr.body.environment={"… function
|
| H A D | firebug-lite-1.2.js | 2466 pi.xhr = new pi.base; variable 2552 pi.xhr.get = function(_url,_returnPiObject){ function
|