Home
last modified time | relevance | path

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

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DHttpFaultInjection.php30 public function setAbort(HttpFaultAbort $abort) argument
32 $this->abort = $abort;
39 return $this->abort;
/plugin/diagramsnet/lib/js/diagramly/
DDrawioFileSync.js690 DrawioFileSync.prototype.fileChanged = function(success, error, abort, lazy) argument
694 if (abort == null || !abort())
707 if (abort == null || !abort())
718 this.catchup(desc, success, error, abort);
767 DrawioFileSync.prototype.p2pCatchup = function(data, from, to, id, desc, success, error, abort) argument
769 if (desc != null && (abort == null || !abort()))
785 if (abort == null || !abort())
837 this.merge(temp, checksum, desc, success, error, abort);
842 this.reload(success, error, abort);
860 DrawioFileSync.prototype.catchup = function(desc, success, error, abort) argument
[all …]
/plugin/combo/resources/snippet/js/
Dcombo-popover.js57 areaListener.abort();
62 areaListener.abort();
69 areaListener.abort();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
DStep.php72 public function setAbort(AbortInfo $abort) argument
74 $this->abort = $abort;
81 return $this->abort;
/plugin/preview/
Dscript.js28 if (this.#abortController !== null) this.#abortController.abort();
55 if (this.#abortController !== null) this.#abortController.abort();
/plugin/remotescript/lib/JsHttpRequest/mini/
DJsHttpRequest-xml.js25 t.abort=function(){ function
27 if(_ldObj&&_ldObj.abort){
28 _ldObj.abort();
405 this.abort=function(){ method
406 this.xr.abort();
DJsHttpRequest-script-xml.js25 t.abort=function(){ function
27 if(_ldObj&&_ldObj.abort){
28 _ldObj.abort();
459 this.abort=function(){ method
460 this.xr.abort();
DJsHttpRequest.js25 t.abort=function(){ function
27 if(_ldObj&&_ldObj.abort){
28 _ldObj.abort();
405 this.abort=function(){ method
406 this.xr.abort();
DJsHttpRequest-script.js25 t.abort=function(){ function
27 if(_ldObj&&_ldObj.abort){
28 _ldObj.abort();
/plugin/remotescript/lib/JsHttpRequest/debug/
DJsHttpRequest-xml.js46 t.abort = function() { with (this) { function
47 if (_ldObj && _ldObj.abort) _ldObj.abort();
552 this.abort = function() { method
553 this.xr.abort();
DJsHttpRequest-script-xml.js46 t.abort = function() { with (this) { function
47 if (_ldObj && _ldObj.abort) _ldObj.abort();
610 this.abort = function() { method
611 this.xr.abort();
DJsHttpRequest.js47 t.abort = function() { with (this) { function
48 if (_ldObj && _ldObj.abort) _ldObj.abort();
553 this.abort = function() { method
554 this.xr.abort();
DJsHttpRequest-script.js46 t.abort = function() { with (this) { function
47 if (_ldObj && _ldObj.abort) _ldObj.abort();
/plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/
DFileSaver.js185 filesaver.abort = function() { function
186 writer.abort();
219 FS_proto.abort = function() {
DFileSaver.min.js2abort=function(){n.abort(),m.readyState=m.DONE},m.readyState=m.WRITING}),E)}),E)};e.getFile(u,{cre… function
/plugin/chat/
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/
DaffectedPagesNs.test.php30 $plan->abort();
DfindMissingDocuments.test.php52 $this->plan->abort();
/plugin/remotescript/lib/JsHttpRequest/
DJsHttpRequest.js25 t.abort=function(){ function
27 if(_ldObj&&_ldObj.abort){
28 _ldObj.abort();
405 this.abort=function(){ method
406 this.xr.abort();
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
Dspellchecker.cfm63 <cfset texts.abort = "">
99 …<cfset texts.abort = "alert('Spell check complete.\n\nNo misspellings found.'); top.window.close()…
117 #texts.abort#
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
Dspellchecker.cfm61 <cfset texts.abort = "">
97 …<cfset texts.abort = "alert('Spell check complete.\n\nNo misspellings found.'); top.window.close()…
115 #texts.abort#
/plugin/remotescript/
Dscript.js9abort=function(){with(this){if(_ldObj&&_ldObj.abort){_ldObj.abort();}_cleanup();if(readyState==0){… method
/plugin/asciidocjs/node_modules/unxhr/lib/
DXMLHttpRequest.js169 this.abort()
555 this.abort = function () { method in exports.XMLHttpRequest
557 request.abort()
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
Dspellchecker.cfm84 <cfset texts.abort = "">
127 …<cfset texts.abort = "alert('Spell check complete.\n\nNo misspellings found.');#chrlf#top.window.c…
143 #texts.abort#
/plugin/indexmenu2/cms/extensions/
Ddomextensions.js15 …vate:['HTMLEvents',1,1],load:['HTMLEvents',0,0],unload:['HTMLEvents',0,0],abort:['HTMLEvents',1,0]… property

123456