Home
last modified time | relevance | path

Searched defs:xhr (Results 1 – 25 of 36) sorted by relevance

12

/plugin/struct/script/
H A DAggregationEditor.js65 .fail(function (xhr) { argument
128 .fail(function (xhr) { argument
/plugin/confmanager/
H A Djquery.form.js167 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 class in $.fn.ajaxSubmit
682 var httpData = function( xhr, type, s ) { // mostly lifted from jq1.4.4 argument
/plugin/revealjs/plugin/markdown/
H A Dmarkdown.js211 function( xhr, url ) { argument
221 function( xhr, url ) { argument
268 xhr.onreadystatechange = function( section, xhr ) { argument
/plugin/imgpaste/
H A Dscript.js67 error: function (xhr, status, error) { argument
/plugin/editions/
H A Dscript.js40 $snippet.load(targetURL+' #'+targetAnchor, function(response, status, xhr) { argument
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dsync.js212 var xhr = { class in AnonymousFunction6f6ad14f1600
231 model.on('error', function(m, xhr, options) { argument
/plugin/batchedit/
H A Dserver.js53 error : function (xhr, status, message) { argument
/plugin/tagging/script/
H A Dadmin.js38 .fail(jQuery.proxy(function(xhr) { argument
H A Deditable.js216 .fail($.proxy(function(xhr) { argument
/plugin/dropfiles/src/
H A Dupload.js339 'xhr': function () { method in AnonymousFunctionba10387b0b00.settings
/plugin/dokumicrobugtracker/js/
H A Djquery.jeditable.mini.js24 …trim($(self).html())){$(self).html(settings.placeholder);}},error:function(xhr,status,error){onerr… argument
/plugin/popupviewer/
H A Dscript.js193 … var wrapper = $('<div/>').load(popupData.src, popupData, function(response, status, xhr) { argument
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js3767 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 Dbackbone.js1441 options.beforeSend = function(xhr) { argument
1454 options.error = function(xhr, textStatus, errorThrown) { argument
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js821 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 DEditorUi.js3565 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 DOneDriveClient.js649 …ui.parseFile(new Blob([data], {type: 'application/octet-stream'}), mxUtils.bind(this, function(xhr) argument
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js599 xhr.onreadystatechange = function(e) method
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js2455 pi.xhr = new pi.base; variable in pi
2541 pi.xhr.get = function(_url,_returnPiObject){ function
H A Dfirebug-lite-1.2-compressed.js117 …_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 Dfirebug-lite-1.2-compressed.js128 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 Dfirebug-lite-1.2.js2466 pi.xhr = new pi.base; global() variable in pi
2552 pi.xhr.get = function(_url,_returnPiObject){ global() function
[all...]
/plugin/jquery/
H A Djquery-1.4.2.js5301 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 Dsimile-ajax-bundle.js860 },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 Dsimile-ajax-bundle.js860 },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

12