Home
last modified time | relevance | path

Searched refs:abort (Results 1 – 25 of 112) sorted by relevance

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DHttpFaultInjection.php30 public function setAbort(HttpFaultAbort $abort) argument
32 $this->abort = $abort;
39 return $this->abort;
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFileSync.js694 if (abort == null || !abort())
707 if (abort == null || !abort())
769 if (desc != null && (abort == null || !abort()))
785 if (abort == null || !abort())
842 this.reload(success, error, abort);
862 if (desc != null && (abort == null || !abort()))
889 this.reload(success, error, abort);
900 if (abort == null || !abort())
924 this.reload(success, error, abort);
935 if (acceptResponse && (abort == null || !abort()))
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
H A DStep.php72 public function setAbort(AbortInfo $abort) argument
74 $this->abort = $abort;
81 return $this->abort;
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-xml.js25 t.abort=function(){ function
27 if(_ldObj&&_ldObj.abort){
28 _ldObj.abort();
405 this.abort=function(){ method in JsHttpRequest.LOADERS.xml.loader
406 this.xr.abort();
H A DJsHttpRequest-script-xml.js25 t.abort=function(){ function
27 if(_ldObj&&_ldObj.abort){
28 _ldObj.abort();
459 this.abort=function(){ method in JsHttpRequest.LOADERS.xml.loader
460 this.xr.abort();
H A DJsHttpRequest.js25 t.abort=function(){ function
27 if(_ldObj&&_ldObj.abort){
28 _ldObj.abort();
405 this.abort=function(){ method in JsHttpRequest.LOADERS.xml.loader
406 this.xr.abort();
H A DJsHttpRequest-script.js25 t.abort=function(){ function
27 if(_ldObj&&_ldObj.abort){
28 _ldObj.abort();
H A DJsHttpRequest-form.js25 t.abort=function(){ function
27 if(_ldObj&&_ldObj.abort){
28 _ldObj.abort();
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-xml.js46 t.abort = function() { with (this) { function
47 if (_ldObj && _ldObj.abort) _ldObj.abort();
552 this.abort = function() { method in JsHttpRequest.LOADERS.xml.loader
553 this.xr.abort();
H A DJsHttpRequest-script-xml.js46 t.abort = function() { with (this) { function
47 if (_ldObj && _ldObj.abort) _ldObj.abort();
610 this.abort = function() { method in JsHttpRequest.LOADERS.xml.loader
611 this.xr.abort();
H A DJsHttpRequest.js47 t.abort = function() { with (this) { function
48 if (_ldObj && _ldObj.abort) _ldObj.abort();
553 this.abort = function() { method in JsHttpRequest.LOADERS.xml.loader
554 this.xr.abort();
H A DJsHttpRequest-script.js46 t.abort = function() { with (this) { function
47 if (_ldObj && _ldObj.abort) _ldObj.abort();
H A DJsHttpRequest-form.js46 t.abort = function() { with (this) { function
47 if (_ldObj && _ldObj.abort) _ldObj.abort();
/plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/
H A DFileSaver.js185 filesaver.abort = function() { function
186 writer.abort();
219 FS_proto.abort = function() {
H A DFileSaver.min.js2abort=function(){n.abort(),m.readyState=m.DONE},m.readyState=m.WRITING}),E)}),E)};e.getFile(u,{cre… function
/plugin/chat/
H A Dscript.js157 if (self.check_sack.xmlhttp.abort) {
158 self.check_sack.xmlhttp.abort();
195 if (self.send_sack.xmlhttp.abort) {
196 self.send_sack.xmlhttp.abort();
519 if (self.check_sack.xmlhttp && self.check_sack.xmlhttp.abort) {
522 self.check_sack.xmlhttp.abort();
/plugin/move/_test/
H A DaffectedPagesNs.test.php30 $plan->abort();
H A DfindMissingDocuments.test.php52 $this->plan->abort();
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.js25 t.abort=function(){ function
27 if(_ldObj&&_ldObj.abort){
28 _ldObj.abort();
405 this.abort=function(){ method in JsHttpRequest.LOADERS.xml.loader
406 this.xr.abort();
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm61 <cfset texts.abort = "">
97 …<cfset texts.abort = "alert('Spell check complete.\n\nNo misspellings found.'); top.window.close()…
115 #texts.abort#
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm63 <cfset texts.abort = "">
99 …<cfset texts.abort = "alert('Spell check complete.\n\nNo misspellings found.'); top.window.close()…
117 #texts.abort#
/plugin/remotescript/
H A Dscript.js9abort=function(){with(this){if(_ldObj&&_ldObj.abort){_ldObj.abort();}_cleanup();if(readyState==0){… function
/plugin/indexmenu2/cms/extensions/
H A Ddomextensions.js15 …vate:['HTMLEvents',1,1],load:['HTMLEvents',0,0],unload:['HTMLEvents',0,0],abort:['HTMLEvents',1,0]… property in I
/plugin/virtualkeyboard/vk/extensions/
H A Ddomextensions.js58 abort : ['HTMLEvents',1,0], property in eventTypes
/plugin/upgrade/HTTP/
H A DHTTPClient.php29 public $max_bodysize_abort = true; // if set, abort if the response body is bigger than max_bodysize
30 public $header_regexp; // if set this RE must match against the headers, else abort
408 $abort = false;
425 $abort = true;
432 } while ($chunk_size && !$abort);
463 // recheck body size, we might have read max_bodysize+1 or even the whole body, so we abort late here

12345