Home
last modified time | relevance | path

Searched refs:cancel (Results 1 – 25 of 436) sorted by relevance

12345678910>>...18

/plugin/freechat/phpfreechat/data/public/js/
Dpfcprompt.js56 var cancel = document.createElement('input');
57 cancel.id = 'pfc_promptbox_cancel';
58 cancel.type = 'button';
59 cancel.value = pfc.res.getLabel('Cancel');
60 cancel.pfc_prompt = this;
61 cancel.onclick = function(evt) { return this.pfc_prompt._doSubmit(true); }; method
62 form.appendChild(cancel);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
DBaseFutureTrait.php36 * @param callable $cancel If possible and reasonable, provide a
43 callable $cancel = null argument
47 $this->cancelfn = $cancel;
91 public function cancel() function
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DCloudVideoIntelligence.php70 'cancel' => [
71 'path' => 'v1/operations/{+name}:cancel',
110 'cancel' => [
111 'path' => 'v1/{+name}:cancel',
DCloudRuntimeConfig.php71 'cancel' => [
72 'path' => 'v1/{+name}:cancel',
DFirebaseML.php65 'cancel' => [
66 'path' => 'v1/{+name}:cancel',
DFirebaseHosting.php66 'cancel' => [
67 'path' => 'v1/{+name}:cancel',
DWorkflowExecutions.php86 'cancel' => [
87 'path' => 'v1/{+name}:cancel',
DTesting.php85 'cancel' => [
86 'path' => 'v1/projects/{projectId}/testMatrices/{testMatrixId}:cancel',
DCloudMachineLearningEngine.php117 'cancel' => [
118 'path' => 'v1/{+name}:cancel',
265 'cancel' => [
266 'path' => 'v1/{+name}:cancel',
655 'cancel' => [
656 'path' => 'v1/{+name}:cancel',
DSpanner.php121 'cancel' => [
122 'path' => 'v1/{+name}:cancel',
453 'cancel' => [
454 'path' => 'v1/{+name}:cancel',
687 'cancel' => [
688 'path' => 'v1/{+name}:cancel',
921 'cancel' => [
922 'path' => 'v1/{+name}:cancel',
DGenomics.php85 'cancel' => [
86 'path' => 'v2alpha1/{+name}:cancel',
DCloudLifeSciences.php110 'cancel' => [
111 'path' => 'v2beta/{+name}:cancel',
DOnDemandScanning.php67 'cancel' => [
68 'path' => 'v1/{+name}:cancel',
DCloudShell.php67 'cancel' => [
68 'path' => 'v1/{+name}:cancel',
DCloudBuild.php102 'cancel' => [
103 'path' => 'v1/{+name}:cancel',
142 ],'cancel' => [
143 'path' => 'v1/projects/{projectId}/builds/{id}:cancel',
477 ],'cancel' => [
478 'path' => 'v1/{+name}:cancel',
657 'cancel' => [
658 'path' => 'v1/{+name}:cancel',
DDocument.php147 'cancel' => [
148 'path' => 'v1/{+name}:cancel',
477 'cancel' => [
478 'path' => 'uiv1beta3/{+name}:cancel',
DOSConfig.php301 'cancel' => [
302 'path' => 'v1/{+name}:cancel',
427 'cancel' => [
428 'path' => 'v1/{+name}:cancel',
/plugin/dokumicrobugtracker/js/
Djquery.jeditable.mini.js28 …ngs.cancel){if(settings.cancel.match(/>$/)){var cancel=$(settings.cancel);}else{var cancel=$('<but…
29 $(this).append(cancel);$(cancel).click(function(event){if($.isFunction($.editable.types[settings.ty…
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/src/
DCoroutine.php118 public function cancel(): void function in GuzzleHttp\\Promise\\Coroutine
120 $this->currentPromise->cancel();
121 $this->result->cancel();
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
DCoroutine.php121 public function cancel() function in GuzzleHttp\\Promise\\Coroutine
123 $this->currentPromise->cancel();
124 $this->result->cancel();
/plugin/asciidocjs/node_modules/lodash/
Ddebounce.js150 function cancel() { function
186 debounced.cancel = cancel;
/plugin/elasticsearch/vendor/react/promise/src/
DLazyPromise.php43 public function cancel() function in React\\Promise\\LazyPromise
45 return $this->promise()->cancel();
/plugin/infomail/
Dscript.js63 infomail.$dialog.find('button[type=reset]').click(infomail.cancel);
72 cancel: function (e) { method
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DTasksNamespace.asciidoc21 * <<Elasticsearch_Namespaces_TasksNamespacecancel_cancel,`cancel()`>>
29 .`cancel(array $params = [])`
37 … = (list) A comma-separated list of actions that should be cancelled. Leave empty to cancel all.
/plugin/diagramsnet/lib/js/
Dopen.js19 function hideWindow(cancel) argument
21 window.parent.openFile.cancel(cancel);
169 of.cancel(false);

12345678910>>...18