Home
last modified time | relevance | path

Searched refs:operations (Results 76 – 100 of 260) sorted by relevance

1234567891011

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DListOperationsResponse.php47 public function setOperations($operations) argument
49 $this->operations = $operations;
56 return $this->operations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DOperationsListResponse.php47 public function setOperations($operations) argument
49 $this->operations = $operations;
56 return $this->operations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DListOperationsResponse.php47 public function setOperations($operations) argument
49 $this->operations = $operations;
56 return $this->operations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GameServices/
H A DListOperationsResponse.php47 public function setOperations($operations) argument
49 $this->operations = $operations;
56 return $this->operations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/
H A DListOperationsResponse.php47 public function setOperations($operations) argument
49 $this->operations = $operations;
56 return $this->operations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleLongrunningListOperationsResponse.php47 public function setOperations($operations) argument
49 $this->operations = $operations;
56 return $this->operations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Eventarc/
H A DGoogleLongrunningListOperationsResponse.php47 public function setOperations($operations) argument
49 $this->operations = $operations;
56 return $this->operations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WebRisk/
H A DGoogleLongrunningListOperationsResponse.php47 public function setOperations($operations) argument
49 $this->operations = $operations;
56 return $this->operations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Assuredworkloads/
H A DGoogleLongrunningListOperationsResponse.php47 public function setOperations($operations) argument
49 $this->operations = $operations;
56 return $this->operations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/
H A DListOperationsResponse.php47 public function setOperations($operations) argument
49 $this->operations = $operations;
56 return $this->operations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/
H A DListOperationsResponse.php47 public function setOperations($operations) argument
49 $this->operations = $operations;
56 return $this->operations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleLongrunningListOperationsResponse.php47 public function setOperations($operations) argument
49 $this->operations = $operations;
56 return $this->operations;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Doperations.asciidoc1 [[operations]] anchor
4 This page contains the information you need to perform various {es} operations
14 include::index-operations.asciidoc[]
16 include::search-operations.asciidoc[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DOperationsScopedList.php31 public function setOperations($operations) argument
33 $this->operations = $operations;
40 return $this->operations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DReportRequest.php31 public function setOperations($operations) argument
33 $this->operations = $operations;
40 return $this->operations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudVideoIntelligence.php67 'operations',
71 'path' => 'v1/operations/{+name}:cancel',
81 'path' => 'v1/operations/{+name}',
91 'path' => 'v1/operations/{+name}',
107 'operations',
141 'path' => 'v1/{+name}/operations',
H A DSpeech.php41 public $operations; variable in Google\\Service\\Speech
65 'operations',
69 'path' => 'v1/operations/{+name}',
79 'path' => 'v1/operations',
H A DCloudRetail.php170 'operations',
358 'operations',
372 'path' => 'v2/{+name}/operations',
532 'operations',
546 'path' => 'v2/{+name}/operations',
574 'operations',
588 'path' => 'v2/{+name}/operations',
H A DServiceUsage.php49 public $operations; variable in Google\\Service\\ServiceUsage
71 'operations',
105 'path' => 'v1/operations',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/
H A DManagedZoneOperationsListResponse.php81 public function setOperations($operations) argument
83 $this->operations = $operations;
90 return $this->operations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1GraphQLOperationConfig.php65 public function setOperations($operations) argument
67 $this->operations = $operations;
74 return $this->operations;
H A DGoogleCloudApigeeV1OperationConfig.php65 public function setOperations($operations) argument
67 $this->operations = $operations;
74 return $this->operations;
/plugin/authucenter/lib/uc_client/model/
H A Dnote.php23 var $operations = array(); variable in notemodel
34 $this->operations = array(
141 if($this->operations[$note['operation']][2]) {
142 $this->base->load($this->operations[$note['operation']][2]);
143 $func = $this->operations[$note['operation']][3];
144 $_ENV[$this->operations[$note['operation']][2]]->$func($appid, $response);
189 $action = $this->operations[$operation][1];
/plugin/findologicxmlexport/vendor/sebastian/resource-operations/
H A DREADME.md7 …ndency to your project, simply add a dependency on `sebastian/resource-operations` to your project…
12 "sebastian/resource-operations": "~1.0"
/plugin/mantis/lib/
H A Dclass.soapclient.php54 var $operations = array(); // WSDL operations, empty for WSDL initialization error variable in nusoap_client
345 } elseif ($this->operations = $this->wsdl->getOperations('soap')) {
347 …$this->debug('got '.count($this->operations).' operations from wsdl '.$this->wsdlFile.' for bindin…
348 } elseif ($this->operations = $this->wsdl->getOperations('soap12')) {
350 …$this->debug('got '.count($this->operations).' operations from wsdl '.$this->wsdlFile.' for bindin…
384 if(isset($this->operations[$operation])){
385 return $this->operations[$operation];
703 $proxy->operations = $this->operations;
751 foreach ($this->operations as $operation => $opData) {

1234567891011