Home
last modified time | relevance | path

Searched refs:operation (Results 26 – 50 of 208) sorted by relevance

123456789

/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/Dataproc/
H A DBatch.php44 public $operation; variable in Google\\Service\\Dataproc\\Batch
149 public function setOperation($operation) argument
151 $this->operation = $operation;
158 return $this->operation;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc107 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the bulk operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
108 $params['refresh'] = (enum) If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes. (Options = true,false,wait_for)
110 $params['timeout'] = (time) Explicit operation timeout
116 $params['body'] = (array) The operation definition and data (action-data pairs), separated by newlines (Required)
163 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
188 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the index operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
189 $params['refresh'] = (enum) If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes. (Options = true,false,wait_for)
191 $params['timeout'] = (time) Explicit operation timeou
[all...]
/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/mantis/lib/
H A Dclass.wsdl.php165 …is->bindings[$binding]['operations'][$operation]['input'], $this->portTypes[ $bindingData['portTyp…
169 …is->bindings[$binding]['operations'][$operation]['output'], $this->portTypes[ $bindingData['portTy…
172 …s[$binding]['operations'][$operation]['input']['parts'] = $this->messages[ $this->bindings[$bindin…
182operation]['documentation'] = isset($this->portTypes[ $bindingData['portType'] ][$operation]['docu…
611 * @param string $operation name of operation
616 function getOperationData($operation, $bindingType = 'soap') argument
631 if ($operation == $bOperation) {
1100 * @param string $operation operation name
1194 * @param string $operation operation name
1201 function serializeParameters($operation, $direction, $parameters) argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DV2LogEntry.php142 public function setOperation(V2LogEntryOperation $operation) argument
144 $this->operation = $operation;
151 return $this->operation;
/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;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/Resource/
H A DManagedZoneOperations.php42 * @param string $operation Identifies the operation addressed by this request
51 public function get($project, $location, $managedZone, $operation, $optParams = []) argument
53 …t' => $project, 'location' => $location, 'managedZone' => $managedZone, 'operation' => $operation];
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DClusterNamespace.asciidoc61 $params['timeout'] = (time) Explicit operation timeout
89 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
104 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
119 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
120 $params['timeout'] = (time) Explicit operation timeout
138 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
139 $params['timeout'] = (time) Explicit operation timeout
187 $params['timeout'] = (time) Explicit operation timeout
203 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
204 $params['timeout'] = (time) Explicit operation timeou
[all...]
H A DGraphNamespace.asciidoc31 $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices (Required)
32 $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
34 $params['timeout'] = (time) Explicit operation timeout
H A DIndicesNamespace.asciidoc88 $params['timeout'] = (time) Explicit operation timeout
105 $params['index'] = (string) The name of the index to scope the operation
119 $params['index'] = (list) A comma-separated list of index name to limit the operation
141 $params['timeout'] = (time) Explicit operation timeout
143 $params['wait_for_active_shards'] = (string) Set the number of active shards to wait for on the cloned index before the operation returns.
157 $params['timeout'] = (time) Explicit operation timeout
162 $params['wait_for_active_shards'] = (string) Sets the number of active shards to wait for before the operation returns. Set to `index-setting` to wait according to the index setting `index.write.wait_for_active_shards`, or `all` to wait for all shards, or an integer. Defaults to `0`.
202 $params['name'] = (list) A comma-separated list of data stream names; use `_all` or empty string to perform the operation on all data streams
216 $params['timeout'] = (time) Explicit operation timeout
264 $params['timeout'] = (time) Explicit operation timeou
[all...]
/plugin/farmsync/meta/
H A DStructUpdates.php23 list ($operation, $schemaName) = explode('_', $entry, 2);
24 if ($operation == 'assign') {
27 if ($operation == 'schema') {
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DLockable.php83 * @param int $operation Operation, use the self::LOCK_* constants.
86 public function lock($operation); argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DLogEntry.php170 public function setOperation(LogEntryOperation $operation) argument
172 $this->operation = $operation;
179 return $this->operation;
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
H A DStream.php94 * @param int $operation Operation is one the following:
103 public function stream_lock($operation); argument
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dreplace.test5 {{ 'I like single replace operation only %that%'|replace({'%that%' : '%that%1'}) }}
11 I like single replace operation only %that%1
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php306 * @param int $operation Operation, use the
310 public function lock($operation) argument
312 return flock($this->getStream(), $operation);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php500 foreach ($changes as $uri => $operation) {
502 switch ($operation) {
532 * @param int $operation 1 = add, 2 = modify, 3 = delete
535 protected function addChange($addressBookId, $objectUri, $operation) { argument
541 $operation,
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php495 foreach ($changes as $uri => $operation) {
497 switch ($operation) {
527 * @param int $operation 1 = add, 2 = modify, 3 = delete
530 protected function addChange($addressBookId, $objectUri, $operation) { argument
536 $operation,
/plugin/webdavclient/db/
H A Dupdate0001.sql37 operation integer field
59 operation integer field
/plugin/combo/resources/library/bootstrap/
H A DupdateBootStrapCustom.yml36 transfer-operation: "copy"
38 target-operation: "replace"
/plugin/authucenter/lib/uc_client/model/
H A Dnote.php61 function add($operation, $getdata='', $postdata='', $appids=array(), $pri = 0) { argument
85 …SERT INTO ".UC_DBTABLEPRE."notelist SET getdata='$getdata', operation='$operation', pri='$pri', po…
184 function get_url_code($operation, $getdata, $appid) { argument
189 $action = $this->operations[$operation][1];
/plugin/tablecalc/
H A Dscript.js198 function countif(range,check,operation) { argument
202 cnt+=compare(a[i],check,operation);
207 function compare(a,b,operation) { argument
208 if (typeof operation == 'undefined') {
209 operation='=';
217 switch (operation) {
/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/authgoogle/google/contrib/
H A DGoogle_MirrorService.php802 public $operation; variable in Google_Notification
820 public function setOperation( $operation) { argument
821 $this->operation = $operation;
824 return $this->operation;
872 public $operation; variable in Google_Subscription
906 public function setOperation(/* array(Google_string) */ $operation) { argument
907 $this->assertIsArray($operation, 'Google_string', __METHOD__);
908 $this->operation = $operation;
911 return $this->operation;

123456789