Home
last modified time | relevance | path

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

123456789

/plugin/davcal/db/
H A Dupdate0001.sql34 operation integer field
/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/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php878 foreach ($changes as $uri => $operation) {
880 switch ($operation) {
910 * @param int $operation 1 = add, 2 = modify, 3 = delete.
913 protected function addChange($calendarId, $objectUri, $operation) { argument
919 $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/davcard/db/
H A Dupdate0001.sql18 operation integer field
/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/deeplautotranslate/
H A DLICENSE
/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/dirtylittlehelper/mermaid/editor/docs/
H A D11.11.js.map1 …match',\n 'match%nat',\n 'mod',\n 'not',\n 'operation',\n 'Oper…
H A D2.2.js.map1operation like rename.\n */\n get: function () {\n if (this._workspaceEd…
H A D3.3.js.map1operation like rename.\n */\n get: function () {\n if (this._workspaceEd…
H A D4.4.js.map1 …aceEdit) literal\r\n * use to be returned from a workspace edit operation like rename.\r\n…
H A Dbundle.js.map1operation is undoable with the denormalize function.\n *\n * Pre-conditions:\n *\n * 1. The inp…
H A Deditor.worker.js.map1operation. This class accepts original DiffElements and\n * modified DiffElements that are involve…
H A Djson.worker.js.map1operation. This class accepts original DiffElements and\n * modified DiffElements that are involve…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1operation performed.\n}\n\nmodule.exports = noop;\n","var arrayMap = require('./_arrayMap');\n\n/*…
/plugin/dokukiwix/
H A DCOPYING190 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/dokumicrobugtracker/
H A DLICENSE.txt190 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/doodle4/
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/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md345 You'll notice this is identical syntax to the `get` syntax. The only difference is the operation: `delete` instead of
/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/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAsyncSearchNamespace.asciidoc76 $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
95 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
98 $params['search_type'] = (enum) Search operation type (Options = query_then_fetch,dfs_query_then_fetch)

123456789