Home
last modified time | relevance | path

Searched refs:cancel (Results 26 – 50 of 408) sorted by relevance

12345678910>>...17

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A 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',
H A DPaymentsResellerSubscription.php126 'cancel' => [
127 'path' => 'v1/{+name}:cancel',
H A DWebRisk.php94 'cancel' => [
95 'path' => 'v1/{+name}:cancel',
H A DServiceUsage.php74 'cancel' => [
75 'path' => 'v1/{+name}:cancel',
H A DVMMigrationService.php232 'cancel' => [
233 'path' => 'v1/{+name}:cancel',
632 'cancel' => [
633 'path' => 'v1/{+name}:cancel',
706 'cancel' => [
707 'path' => 'v1/{+name}:cancel',
H A DServiceConsumerManagement.php68 'cancel' => [
69 'path' => 'v1/{+name}:cancel',
H A DIDS.php225 'cancel' => [
226 'path' => 'v1/{+name}:cancel',
H A DCloudMemorystoreforMemcached.php215 'cancel' => [
216 'path' => 'v1/{+name}:cancel',
H A DNetworkManagement.php238 'cancel' => [
239 'path' => 'v1/{+name}:cancel',
H A DStoragetransfer.php236 'cancel' => [
237 'path' => 'v1/{+name}:cancel',
/plugin/elasticsearch/vendor/react/promise/src/
H A DCancellablePromiseInterface.php8 * The `cancel()` method notifies the creator of the promise that there is no
11 * Once a promise is settled (either fulfilled or rejected), calling `cancel()` on
16 public function cancel(); function
H A DCancellationQueue.php22 if (!\is_object($cancellable) || !\method_exists($cancellable, 'then') || !\method_exists($cancellable, 'cancel')) {
41 $cancellable->cancel();
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DFutureInterface.php39 public function cancel(); function
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DPromiseInterface.php79 public function cancel(); function
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/Resource/
H A DOperations.php49 public function cancel($name, GoogleLongrunningCancelOperationRequest $postBody, $optParams = []) function in Google\\Service\\CloudRun\\Resource\\Operations
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlMultiHandler.php89 return $this->cancel($id);
168 private function cancel($id) function in GuzzleHttp\\Handler\\CurlMultiHandler
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlMultiHandler.php99 return $this->cancel($id);
185 * @param int $id Handle ID to cancel and remove.
189 private function cancel($id) function in GuzzleHttp\\Ring\\Client\\CurlMultiHandler
191 // Cannot cancel if it has been processed.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/Resource/
H A DProjectsLocationsOperations.php48 public function cancel($name, $optParams = []) function in Google\\Service\\CloudMachineLearningEngine\\Resource\\ProjectsLocationsOperations
/plugin/mediatooltip/
H A Dstyle.css8 .qq-upload-cancel {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/Resource/
H A DOperations.php50 public function cancel($name, CancelOperationRequest $postBody, $optParams = []) function in Google\\Service\\CloudBuild\\Resource\\Operations
H A DProjectsLocationsOperations.php50 public function cancel($name, CancelOperationRequest $postBody, $optParams = []) function in Google\\Service\\CloudBuild\\Resource\\ProjectsLocationsOperations
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/Resource/
H A DBillingAccountsLocationsOperations.php50 public function cancel($name, CancelOperationRequest $postBody, $optParams = []) function in Google\\Service\\Logging\\Resource\\BillingAccountsLocationsOperations
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/Resource/
H A DProjectsLocationsOsPolicyAssignmentsOperations.php50 public function cancel($name, CancelOperationRequest $postBody, $optParams = []) function in Google\\Service\\OSConfig\\Resource\\ProjectsLocationsOsPolicyAssignmentsOperations
/plugin/tagging/script/
H A Deditable.js88 '<button type="button" class="editable-cancel">cancel</button>',
109 this.$form.find('.editable-cancel').button({
125 this.$form.find('.editable-cancel').click($.proxy(this.cancel, this));
133 cancel: function() { method in EditableForm
136 @event cancel
139 this.$div.triggerHandler('cancel');
360 cancel: $.proxy(function(){ this.hide(); }, this), //click on cancel butto
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Delastic+elasticsearch-php+pull-request.yml19 cancel-builds-on-update: true

12345678910>>...17