Home
last modified time | relevance | path

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

12345678910>>...17

/plugin/freechat/phpfreechat/data/public/js/
H A 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/
H A DBaseFutureTrait.php36 * @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 DCloudVideoIntelligence.php70 'cancel' => [
71 'path' => 'v1/operations/{+name}:cancel',
110 'cancel' => [
111 'path' => 'v1/{+name}:cancel',
H A DCloudRuntimeConfig.php71 'cancel' => [
72 'path' => 'v1/{+name}:cancel',
H A DFirebaseHosting.php66 'cancel' => [
67 'path' => 'v1/{+name}:cancel',
H A DFirebaseML.php65 'cancel' => [
66 'path' => 'v1/{+name}:cancel',
H A DWorkflowExecutions.php86 'cancel' => [
87 'path' => 'v1/{+name}:cancel',
H A DTesting.php85 'cancel' => [
86 'path' => 'v1/projects/{projectId}/testMatrices/{testMatrixId}:cancel',
H A DGenomics.php85 'cancel' => [
86 'path' => 'v2alpha1/{+name}:cancel',
H A DCloudMachineLearningEngine.php117 'cancel' => [
118 'path' => 'v1/{+name}:cancel',
265 'cancel' => [
266 'path' => 'v1/{+name}:cancel',
655 'cancel' => [
656 'path' => 'v1/{+name}:cancel',
H A 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',
H A DCloudLifeSciences.php110 'cancel' => [
111 'path' => 'v2beta/{+name}:cancel',
H A DCloudShell.php67 'cancel' => [
68 'path' => 'v1/{+name}:cancel',
H A DOnDemandScanning.php67 'cancel' => [
68 'path' => 'v1/{+name}:cancel',
H A DOSConfig.php301 'cancel' => [
302 'path' => 'v1/{+name}:cancel',
427 'cancel' => [
428 'path' => 'v1/{+name}:cancel',
H A DDocument.php147 'cancel' => [
148 'path' => 'v1/{+name}:cancel',
477 'cancel' => [
478 'path' => 'uiv1beta3/{+name}:cancel',
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DCoroutine.php121 public function cancel() function in GuzzleHttp\\Promise\\Coroutine
123 $this->currentPromise->cancel();
124 $this->result->cancel();
/plugin/dokumicrobugtracker/js/
H A 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/elasticsearch/vendor/react/promise/src/
H A DLazyPromise.php43 public function cancel() function in React\\Promise\\LazyPromise
45 return $this->promise()->cancel();
/plugin/infomail/
H A Dscript.js63 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 DTasksNamespace.asciidoc21 * <<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 Dopen.js19 function hideWindow(cancel) argument
21 window.parent.openFile.cancel(cancel);
169 of.cancel(false);
/plugin/ckgdoku/ckeditor/plugins/image/
H A Dplugin.js1cancel()}})}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 Dplugin.js1cancel()}})}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 Dscript.js74 recommend.$dialog.find('button[type=reset]').click(recommend.cancel);
121 cancel: function (e) { method in recommend

12345678910>>...17