/plugin/struct/script/ |
H A D | AggregationEditor.js | 65 .fail(function (xhr) { argument 128 .fail(function (xhr) { argument
|
/plugin/confmanager/ |
H A 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, argument 330 xhr = { // mock object global() class in $.fn.ajaxSubmit 682 httpData( xhr, type, s ) global() argument [all...] |
/plugin/revealjs/plugin/markdown/ |
H A D | markdown.js | 211 function( xhr, url ) { argument 221 function( xhr, url ) { argument 268 xhr.onreadystatechange = function( section, xhr ) { argument
|
/plugin/imgpaste/ |
H A D | script.js | 67 AnonymousFunctiona366d5260200(xhr, status, error) global() argument
|
/plugin/editions/ |
H A D | script.js | 40 $snippet.load(targetURL+' #'+targetAnchor, function(response, status, xhr) { argument
|
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/ |
H A D | sync.js | 212 var xhr = { class in AnonymousFunction6f6ad14f1600 231 model.on('error', function(m, xhr, options) { argument
|
/plugin/batchedit/ |
H A D | server.js | 53 error : function (xhr, status, message) { 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/dropfiles/src/ |
H A D | upload.js | 339 'xhr': function () { method in AnonymousFunctionba10387b0b00.settings
|
/plugin/dokumicrobugtracker/js/ |
H A D | jquery.jeditable.mini.js | 24 …trim($(self).html())){$(self).html(settings.placeholder);}},error:function(xhr,status,error){onerr… argument
|
/plugin/popupviewer/ |
H A D | script.js | 193 … var wrapper = $('<div/>').load(popupData.src, popupData, function(response, status, xhr) { argument
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | aurora.js | 3767 this.xhr.onload = (function(_this) { method 3774 this.xhr.onerror = (function(_this) { method 3780 this.xhr.onabort = (function(_this) { method 3796 this.xhr.onload = (function(_this) { method 3820 this.xhr.onprogress = (function(_this) { method 3825 this.xhr.onerror = (function(_this) { method 3831 this.xhr.onabort = (function(_this) { method
|
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/ |
H A D | backbone.js | 1441 options.beforeSend = function(xhr) { argument 1454 options.error = function(xhr, textStatus, errorThrown) { argument
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A 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
|
H A 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
|
H A 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/ |
H A D | mxVsdxCanvas2D.js | 599 xhr.onreadystatechange = function(e) method
|
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.2.js | 2455 pi.xhr = new pi.base; variable in pi 2541 pi.xhr.get = function(_url,_returnPiObject){ function
|
H A 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 in pi 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 return this._parent_;},"addAfter":function(_element,_referenceElement){this.addBefore(_element.environment?_element.environment.getElement():_element,(_referenceElement.environment global() variable in pi 133 url+=(url.search("\\?")==-1?"?":"&")+pi.util.String.format("{0}",dataUrl);this.api.open(this.environment.getType(),url,this.environment.getAsync());if(this.environment.getType()= global() function [all...] |
H A D | firebug-lite-1.2.js | 2466 pi.xhr = new pi.base; global() variable in pi 2552 pi.xhr.get = function(_url,_returnPiObject){ global() function [all...] |
/plugin/jquery/ |
H A D | jquery-1.4.2.js | 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/tline/timeline_ajax/ |
H A 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/ |
H A 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
|