Home
last modified time | relevance | path

Searched refs:operation (Results 76 – 100 of 208) sorted by last modified time

123456789

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DDeployment.php165 public function setOperation(Operation $operation) argument
167 $this->operation = $operation;
174 return $this->operation;
H A DType.php86 public function setOperation(Operation $operation) argument
88 $this->operation = $operation;
95 return $this->operation;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md702 * Added a way to add custom domain objects to service description parsing using the `operation.pars…
972 * xmlEncoding can now be customized for the XML declaration of a XML service description operation
983 * Refactored how operation responses are parsed. Visitors now include a before() method responsible…
1147 …return the file position to the previous position after a read required operation (e.g. getContent…
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md34 A *promise* represents the eventual result of an asynchronous operation. The
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DZoneOperations.php39 * @param string $operation Name of the Operations resource to delete.
42 public function delete($project, $zone, $operation, $optParams = []) argument
44 $params = ['project' => $project, 'zone' => $zone, 'operation' => $operation];
54 * @param string $operation Name of the Operations resource to return.
58 public function get($project, $zone, $operation, $optParams = []) argument
60 $params = ['project' => $project, 'zone' => $zone, 'operation' => $operation];
133 * @param string $operation Name of the Operations resource to return.
137 public function wait($project, $zone, $operation, $optParams = []) argument
139 $params = ['project' => $project, 'zone' => $zone, 'operation' => $operation];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1GraphQLOperation.php26 public $operation; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1GraphQLOperation
35 public function setOperation($operation) argument
37 $this->operation = $operation;
44 return $this->operation;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DLogEntry.php79 public function setOperation(LogEntryOperation $operation) argument
81 $this->operation = $operation;
88 return $this->operation;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/Resource/
H A DOperations.php37 * @param string $operation The name of the operation for this request.
41 public function get($project, $operation, $optParams = []) argument
43 $params = ['project' => $project, 'operation' => $operation];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DSslCertsInsertResponse.php64 public function setOperation(Operation $operation) argument
66 $this->operation = $operation;
73 return $this->operation;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDns.php257 …'dns/v2/projects/{project}/locations/{location}/managedZones/{managedZone}/operations/{operation}',
275 'operation' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
H A DUploadYumArtifactMediaResponse.php28 public function setOperation(Operation $operation) argument
30 $this->operation = $operation;
37 return $this->operation;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DUpdatePageElementsZOrderRequest.php26 public $operation; variable in Google\\Service\\Slides\\UpdatePageElementsZOrderRequest
35 public function setOperation($operation) argument
37 $this->operation = $operation;
44 return $this->operation;
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md52 * Simplify VLQ decoding to be a single operation.
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md66 # Create a search operation to be used based on the above filter
H A DCHANGELOG.md64 * Rename searchRead() and searchList() operation methods to read() and list().
82 * Add a compare() operation method helper to the LdapClient.
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessage.php204 $operation = Request\BindRequest::fromAsn1($opAsn1);
207 $operation = Response\BindResponse::fromAsn1($opAsn1);
210 $operation = Request\UnbindRequest::fromAsn1($opAsn1);
213 $operation = Request\SearchRequest::fromAsn1($opAsn1);
216 $operation = Response\SearchResultEntry::fromAsn1($opAsn1);
219 $operation = Response\SearchResultDone::fromAsn1($opAsn1);
222 $operation = Request\ModifyRequest::fromAsn1($opAsn1);
225 $operation = Response\ModifyResponse::fromAsn1($opAsn1);
228 $operation = Request\AddRequest::fromAsn1($opAsn1);
231 $operation
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DModifyRequest.php33 * operation ENUMERATED {
165 $operation = $type->getChild(0);
167 if (!($operation instanceof EnumeratedType && $modification instanceof SequenceType)) {
171 return new Change($operation->getValue(), self::parsePartialAttribute($modification));
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A DLICENSE190 the covered work, and you disclaim any intention to limit operation or
334 adversely affects the operation of the network or violates the rules and
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1745operation can only be invoked when performing vertical or horizontal layouts");}return result=new …
H A Dorgchart.min.js10operation can only be invoked when performing vertical or horizontal layouts");}return result=new …
/plugin/diagramsnet/lib/shapes/
H A DmxElectrical.js536 var operation = mxUtils.getValue(this.style, 'operation', 'and');
542 if (operation == 'and')
557 switch(operation) {
1525 var operation = mxUtils.getValue(this.style, 'operation', 'mux');
1546 switch(operation)
1570 if (operation == 'mux')
1622 if (operation == 'mux')
1647 var operation = mxUtils.getValue(this.style, 'operation', 'mux');
1652 if (operation == 'mux')
/plugin/clipboardutils/
H A DLICENSE190 the covered work, and you disclaim any intention to limit operation or
334 adversely affects the operation of the network or violates the rules and
/plugin/airtable/
H A DLICENSE190 the covered work, and you disclaim any intention to limit operation or
334 adversely affects the operation of the network or violates the rules and
/plugin/googlemaps3/
H A DLICENSE190 the covered work, and you disclaim any intention to limit operation or
334 adversely affects the operation of the network or violates the rules and

123456789