Home
last modified time | relevance | path

Searched refs:transaction (Results 1 – 25 of 105) sorted by last modified time

12345

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.gpl-30.txt320 part of a transaction in which the right of possession and use of the
322 fixed term (regardless of how the transaction is characterized), the
453 An "entity transaction" is a transaction transferring control of an
456 work results from an entity transaction, each party to that
457 transaction who receives a copy of the work also receives whatever
513 If, pursuant to or in connection with a single transaction or
/plugin/batchedit/
H A Dserver.js4 var transaction = null;
11 if (transaction != null) {
19 transaction = request;
54 errorHandler(transaction + '_failed', message);
66 transaction = null;
/plugin/bibtex4dw/
H A DCHANGELOG.md12 * Perform SQLite updates in a single transaction, see [#8](https://github.com/tillbiskup/dokuwiki-bibtex/pull/8)
26 * Massive speedup of SQL by changing SQL syntax and pooling requests in single transaction
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn-codes.css104 .bpmn-icon-transaction:before { content: '\e8c4'; } /* '' */
H A Dbpmn-embedded.css162 .bpmn-icon-transaction:before { content: '\e8c4'; } /* '' */
H A Dbpmn.css159 .bpmn-icon-transaction:before { content: '\e8c4'; } /* '' */
/plugin/katex/
H A DLICENSE320 part of a transaction in which the right of possession and use of the
322 fixed term (regardless of how the transaction is characterized), the
453 An "entity transaction" is a transaction transferring control of an
456 work results from an entity transaction, each party to that
457 transaction who receives a copy of the work also receives whatever
513 If, pursuant to or in connection with a single transaction or
/plugin/bbcodeextensions/
H A DLICENSE320 part of a transaction in which the right of possession and use of the
322 fixed term (regardless of how the transaction is characterized), the
453 An "entity transaction" is a transaction transferring control of an
456 work results from an entity transaction, each party to that
457 transaction who receives a copy of the work also receives whatever
513 If, pursuant to or in connection with a single transaction or
/plugin/confightmlok/
H A DLICENSE112 If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM).
158 An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts.
173 If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it.
/plugin/htmlokalt/
H A DLICENSE112transaction in which the right of possession and use of the User Product is transferred to the rec…
158transaction” is a transaction transferring control of an organization, or substantially all assets…
173 If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate…
/plugin/deeplautotranslate/
H A DLICENSE
/plugin/orphanmedia2/
H A DLICENSE320 part of a transaction in which the right of possession and use of the
322 fixed term (regardless of how the transaction is characterized), the
453 An "entity transaction" is a transaction transferring control of an
456 work results from an entity transaction, each party to that
457 transaction who receives a copy of the work also receives whatever
513 If, pursuant to or in connection with a single transaction or
/plugin/odtsupport/
H A DLICENSE320 part of a transaction in which the right of possession and use of the
322 fixed term (regardless of how the transaction is characterized), the
453 An "entity transaction" is a transaction transferring control of an
456 work results from an entity transaction, each party to that
457 transaction who receives a copy of the work also receives whatever
513 If, pursuant to or in connection with a single transaction or
/plugin/usecounter/
H A DLICENSE320 part of a transaction in which the right of possession and use of the
322 fixed term (regardless of how the transaction is characterized), the
453 An "entity transaction" is a transaction transferring control of an
456 work results from an entity transaction, each party to that
457 transaction who receives a copy of the work also receives whatever
513 If, pursuant to or in connection with a single transaction or
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIndicesNamespace.asciidoc381 $params['force'] = (boolean) Whether a flush should be forced even if it is not necessarily needed ie. if no changes will be committed to the index. This is useful if transaction log IDs should be incremented even if no uncommitted changes are present. (This setting can be considered as internal)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DReadOptions.php33 public $transaction; variable in Google\\Service\\Datastore\\ReadOptions
66 public function setTransaction($transaction) argument
68 $this->transaction = $transaction;
75 return $this->transaction;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DBatchGetDocumentsRequest.php38 public $transaction; variable in Google\\Service\\Firestore\\BatchGetDocumentsRequest
99 public function setTransaction($transaction) argument
101 $this->transaction = $transaction;
108 return $this->transaction;
H A DRunAggregationQueryRequest.php33 public $transaction; variable in Google\\Service\\Firestore\\RunAggregationQueryRequest
80 public function setTransaction($transaction) argument
82 $this->transaction = $transaction;
89 return $this->transaction;
H A DRunQueryRequest.php33 public $transaction; variable in Google\\Service\\Firestore\\RunQueryRequest
80 public function setTransaction($transaction) argument
82 $this->transaction = $transaction;
89 return $this->transaction;
H A DRunQueryResponse.php35 public $transaction; variable in Google\\Service\\Firestore\\RunQueryResponse
82 public function setTransaction($transaction) argument
84 $this->transaction = $transaction;
91 return $this->transaction;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DPartitionQueryRequest.php96 public function setTransaction(TransactionSelector $transaction) argument
98 $this->transaction = $transaction;
105 return $this->transaction;
H A DReadRequest.php169 public function setTransaction(TransactionSelector $transaction) argument
171 $this->transaction = $transaction;
178 return $this->transaction;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md207 FnStream that has access to the transaction being sent. For example, when the
379 these transaction objects using request events that are emitted over the
437 system to work with request and response objects as a transaction.
501 methods and a way in which to modify the transaction at that specific point in
502 time (e.g., intercept the request and set a response on the transaction).
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRedisHandler.php87 $this->redisClient->transaction(function ($tx) use ($record, $redisKey, $capSize) {

12345