Home
last modified time | relevance | path

Searched refs:operation (Results 76 – 100 of 208) sorted by relevance

123456789

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DNodesNamespace.asciidoc41 $params['timeout'] = (time) Explicit operation timeout
98 $params['timeout'] = (time) Explicit operation timeout
H A DEqlNamespace.asciidoc75 $params['index'] = (string) The name of the index to scope the operation
H A DTasksNamespace.asciidoc53 $params['timeout'] = (time) Explicit operation timeout
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php1005 foreach ($changes as $uri => $operation) {
1007 switch ($operation) {
1037 * @param int $operation 1 = add, 2 = modify, 3 = delete.
1040 protected function addChange($calendarId, $objectUri, $operation) { argument
1046 $operation,
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php427 * @param string $operation Name of the operation resource to delete.
430 public function delete($project, $operation, $optParams = array()) { argument
431 $params = array('project' => $project, 'operation' => $operation);
440 * @param string $operation Name of the operation resource to return.
444 public function get($project, $operation, $optParams = array()) { argument
445 $params = array('project' => $project, 'operation' => $operation);
1137 * @param string $operation Name of the operation resource to delete.
1151 * @param string $operation Name of the operation resource to return.
1414 * @param string $operation Name of the operation resource to delete.
1428 * @param string $operation Name of the operation resource to return.
[all …]
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js433 benchmark: function(operation, iterations) { argument
435 (iterations || 1).times(operation);
456 benchmark: function(operation, iterations) { argument
458 (iterations || 1).times(operation);
/plugin/prolog/
H A Dsyntax.php78 * @return string kind of the paragraph's 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 DCHANGELOG.md64 * Rename searchRead() and searchList() operation methods to read() and list().
82 * Add a compare() operation method helper to the LdapClient.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDeploymentManager.php363 'path' => 'deploymentmanager/v2/projects/{project}/global/operations/{operation}',
371 'operation' => [
H A DSQLAdmin.php676 'path' => 'v1/projects/{project}/operations/{operation}',
684 'operation' => [
H A DDns.php257 …'dns/v2/projects/{project}/locations/{location}/managedZones/{managedZone}/operations/{operation}',
275 'operation' => [
/plugin/authucenter/lib/uc_client/
H A Dclient.php166 function uc_authcode($string, $operation = 'DECODE', $key = '', $expiry = 0) { argument
173 …$keyc = $ckey_length ? ($operation == 'DECODE' ? substr($string, 0, $ckey_length): substr(md5(micr…
178 …$string = $operation == 'DECODE' ? base64_decode(substr($string, $ckey_length)) : sprintf('%010d',…
205 if($operation == 'DECODE') {
/plugin/mantis/lib/
H A Dclass.soap_server.php779 * @param string $operation The operation to be invoked
784 function verify_method($operation,$request){ argument
786 if($this->wsdl->getOperationData($operation)){
789 } elseif(isset($this->operations[$operation])){
/plugin/davcard/
H A Dhelper.php802 * @param string $operation The operation that was performed
806 private function updateSyncTokenLog($addressbookid, $uri, $operation) argument
809 $operationCode = $this->operationNameToOperation($operation);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php480 * @param int $operation
484 private function _stream_lock($operation) argument
/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/authucenter/lib/uc_client/model/
H A Dmisc.php40 function alter_app_table($appid, $operation = 'ADD') { argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dset-retries.asciidoc5 cluster. A retry is only performed if the operation results in a "hard"
/plugin/davcal/
H A Dhelper.php1493 * @param string $operation The operation that was performed
1497 private function updateSyncTokenLog($calid, $uri, $operation) argument
1500 $operationCode = $this->operationNameToOperation($operation);
1939 foreach ($changes as $uri => $operation)
1941 switch ($operation)
/plugin/searchtablejs/
H A Dtablefilter.js804 var operation = t.tf_colOperation["operation"];
810 && (typeof operation).toLowerCase()=="object" )
831 switch( operation[i].toLowerCase() )
845 switch( operation[i].toLowerCase() )
/plugin/searchtablejs/TableFilter_EN/
H A Dtablefilter.js804 var operation = t.tf_colOperation["operation"];
810 && (typeof operation).toLowerCase()=="object" )
831 switch( operation[i].toLowerCase() )
845 switch( operation[i].toLowerCase() )
/plugin/batchedit/
H A Dinterface.js289 $progress.text(data.operation).width((data.progress / 10) + "%");
/plugin/codemirror/dist/keymaps/
H A Dsublime.min.js.map1operation","len","newSelection","last","at","replaceRange","indentLine","insertLineAfter","insertL…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D11.11.js.map1 …match',\n 'match%nat',\n 'mod',\n 'not',\n 'operation',\n 'Oper…

123456789