/plugin/freechat/phpfreechat/data/public/js/ |
H A D | pfcprompt.js | 56 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/ |
H A D | BaseFutureTrait.php | 36 * @param callable $cancel If possible and reasonable, provide a 37 * function that can be used to cancel the 43 callable $cancel = null argument 47 $this->cancelfn = $cancel; 91 public function cancel() function
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | CloudVideoIntelligence.php | 70 'cancel' => [ 71 'path' => 'v1/operations/{+name}:cancel', 110 'cancel' => [ 111 'path' => 'v1/{+name}:cancel',
|
H A D | CloudRuntimeConfig.php | 71 'cancel' => [ 72 'path' => 'v1/{+name}:cancel',
|
H A D | FirebaseHosting.php | 66 'cancel' => [ 67 'path' => 'v1/{+name}:cancel',
|
H A D | FirebaseML.php | 65 'cancel' => [ 66 'path' => 'v1/{+name}:cancel',
|
H A D | WorkflowExecutions.php | 86 'cancel' => [ 87 'path' => 'v1/{+name}:cancel',
|
H A D | Testing.php | 85 'cancel' => [ 86 'path' => 'v1/projects/{projectId}/testMatrices/{testMatrixId}:cancel',
|
H A D | Genomics.php | 85 'cancel' => [ 86 'path' => 'v2alpha1/{+name}:cancel',
|
H A D | CloudMachineLearningEngine.php | 117 'cancel' => [ 118 'path' => 'v1/{+name}:cancel', 265 'cancel' => [ 266 'path' => 'v1/{+name}:cancel', 655 'cancel' => [ 656 'path' => 'v1/{+name}:cancel',
|
H A D | Spanner.php | 121 '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',
|
H A D | CloudLifeSciences.php | 110 'cancel' => [ 111 'path' => 'v2beta/{+name}:cancel',
|
H A D | CloudShell.php | 67 'cancel' => [ 68 'path' => 'v1/{+name}:cancel',
|
H A D | OnDemandScanning.php | 67 'cancel' => [ 68 'path' => 'v1/{+name}:cancel',
|
H A D | OSConfig.php | 301 'cancel' => [ 302 'path' => 'v1/{+name}:cancel', 427 'cancel' => [ 428 'path' => 'v1/{+name}:cancel',
|
H A D | Document.php | 147 'cancel' => [ 148 'path' => 'v1/{+name}:cancel', 477 'cancel' => [ 478 'path' => 'uiv1beta3/{+name}:cancel',
|
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/ |
H A D | Coroutine.php | 121 public function cancel() function in GuzzleHttp\\Promise\\Coroutine 123 $this->currentPromise->cancel(); 124 $this->result->cancel();
|
/plugin/dokumicrobugtracker/js/ |
H A D | jquery.jeditable.mini.js | 28 …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/elasticsearch/vendor/react/promise/src/ |
H A D | LazyPromise.php | 43 public function cancel() function in React\\Promise\\LazyPromise 45 return $this->promise()->cancel();
|
/plugin/infomail/ |
H A D | script.js | 63 infomail.$dialog.find('button[type=reset]').click(infomail.cancel); 72 cancel: function (e) { method in infomail
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
H A D | TasksNamespace.asciidoc | 21 * <<Elasticsearch_Namespaces_TasksNamespacecancel_cancel,`cancel()`>> 29 .`cancel(array $params = [])` 37 $params['actions'] = (list) A comma-separated list of actions that should be cancelled. Leave empty to cancel all.
|
/plugin/diagramsnet/lib/js/ |
H A D | open.js | 19 function hideWindow(cancel) argument 21 window.parent.openFile.cancel(cancel); 169 of.cancel(false);
|
/plugin/ckgdoku/ckeditor/plugins/image/ |
H A D | plugin.js | 1 …cancel()}})}f.on("refresh",function(g){var h=a(d),i;if(h){i=b(h);this.setState((i==e)?CKEDITOR.TRI…
|
/plugin/ckgedit/ckeditor/plugins/image/ |
H A D | plugin.js | 1 …cancel()}})}f.on("refresh",function(g){var h=a(d),i;if(h){i=b(h);this.setState((i==e)?CKEDITOR.TRI…
|
/plugin/recommend/ |
H A D | script.js | 74 recommend.$dialog.find('button[type=reset]').click(recommend.cancel); 121 cancel: function (e) { method in recommend
|