Home
last modified time | relevance | path

Searched refs:document (Results 276 – 300 of 2062) sorted by last modified time

1...<<11121314151617181920>>...83

/plugin/s5/ui/default/
H A Dslides.js104 if (document.getElementById) {
107 cs = document.currentSlide;
124 var ce = document.getElementById(cid);
139 var ne = document.getElementById(nid);
429 document.getElementsByTagName('head')[0].appendChild(s5ss = document.createElement('style'));
433 document.createStyleSheet();
434 document.s5ss = document.styleSheets[document.styleSheets.length - 1];
455 if (isIE && document.styleSheets && document.styleSheets[0]) {
546 document.onkeyup = keys;
547 document.onkeypress = trap;
[all …]
/plugin/s5/ui/dokuwiki/
H A Dslides.js104 if (document.getElementById) {
107 cs = document.currentSlide;
123 var ce = document.getElementById(cid);
138 var ne = document.getElementById(nid);
428 document.getElementsByTagName('head')[0].appendChild(s5ss = document.createElement('style'));
432 document.createStyleSheet();
433 document.s5ss = document.styleSheets[document.styleSheets.length - 1];
454 if (isIE && document.styleSheets && document.styleSheets[0]) {
545 document.onkeyup = keys;
546 document.onkeypress = trap;
[all …]
/plugin/archivegenerator/
H A DLICENSE7 of this license document, but changing it is not allowed.
/plugin/fullscreenmode/
H A DLICENSE7 of this license document, but changing it is not allowed.
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
H A DIndexDocument.php18 public function setDocument(Document $document): AbstractDocument argument
20 parent::setDocument($document);
22 $this->setSource($document->getData());
H A DAbstractDocument.php18 * @param AbstractScript|Document $document
20 public function __construct($document) argument
22 $this->setData($document);
28 public function setDocument(Document $document): self argument
30 $this->_data = $document;
32 $metadata = $this->_getMetadata($document);
113 * Creates a bulk action for a document or a script.
H A DUpdateDocument.php18 public function setDocument(Document $document): AbstractDocument argument
20 parent::setDocument($document);
22 $source = ['doc' => $document->getData()];
24 if ($document->getDocAsUpsert()) {
26 } elseif ($document->hasUpsert()) {
27 $upsert = $document->getUpsert()->getData();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DPercolate.php30 * The source of the document being percolated.
32 * @param array|Document $document
36 public function setDocument($document): self argument
38 return $this->setParam('document', $document);
42 * The index the document resides in.
52 * The id of the document to fetch.
64 * Optionally, routing to be used to fetch document to percolate.
74 * Optionally, preference to be used to fetch document to percolate.
84 * Optionally, the expected version of the document t
[all...]
/plugin/elasticsearch/action/
H A Dindexing.php139 // check if the document still exists to update it or add it as a new one
143 $document = new \Elastica\Document($documentId, $data);
144 $index->addDocument($document);
147 $document = new \Elastica\Document($documentId, $data);
148 $index->addDocument($document);
179 * Remove the given document from the index
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhelpers.asciidoc43 // e.g. prints the number of document per page (100)
81 // e.g. prints the document id
H A Dper-request-configuration.asciidoc42 nonexistent document will throw a `Missing404Exception`.
H A Dcrud.asciidoc15 ==== Single document indexing
17 When indexing a document, you can either provide an ID or let {es} generate one
51 routing and timestamp of this new document:
75 example, an `index` object), then you create a document body object. This
143 document is indexed and your client receives an acknowledgement, you can
144 immediately retrieve the document from any shard. Get operations are performed
145 by requesting a document by its full `index/type/id` path:
162 Updating a document allows you to either completely replace the contents of the
163 existing document, or perform a partial update to just some fields (either
167 ==== Partial document updat
[all...]
H A Dcommunity.asciidoc65 - Uses Doctrine-like document / entities document-object mapping using
H A Dconnecting.asciidoc235 ==== Indexing a document
238 REST endpoint, document and optional parameters - everything is an associative
241 To index a document, we need to specify three pieces of information: index, id
242 and a document body. This is done by constructing an associative array of
244 pairs corresponding to the data in your document:
258 The response that you get back indicates that the document was created in the
278 ==== Getting a document
280 Let's get the document that we just indexed. This returns the document:
295 `_source` field, which is the original document yo
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DLICENSE-APACHE10 and distribution as defined by Sections 1 through 9 of this document.
H A DLICENSE-LGPL8 of this license document, but changing it is not allowed.
H A DREADME.md10 To maintain consistency across all the low-level clients (Ruby, Python, etc.), clients accept simple associative arrays as parameters. All parameters, from the URI to the document body, are defined in the associative array.
43 + [Index a document](#index-a-document)
44 + [Get a document](#get-a-document)
45 + [Search for a document](#search-for-a-document)
46 + [Delete a document](#delete-a-document)
165 ### Index a document
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc106 $params['type'] = DEPRECATED (string) Default document type for items which don't provide one
187 $params['type'] = DEPRECATED (string) The type of the document
195 $params['body'] = (array) The document (Required)
208 $params['id'] = (string) The document ID (Required)
210 $params['type'] = DEPRECATED (string) The type of the document
215 $params['if_seq_no'] = (number) only perform the delete operation if the last operation that has changed the document has the specified sequence number
216 $params['if_primary_term'] = (number) only perform the delete operation if the last operation that has changed the document has the specified primary term
232 $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
290 $params['id'] = (string) The document ID (Required)
292 $params['type'] = DEPRECATED (string) The type of the document (us
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DGraphNamespace.asciidoc32 $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
H A DMonitoringNamespace.asciidoc32 $params['type'] = DEPRECATED (string) Default document type for items which don't provide one
H A DIndicesNamespace.asciidoc235 $params['timeout'] = (time) Explicit timestamp for the document
363 $params['type'] = DEPRECATED (list) A comma-separated list of document types to check
504 $params['type'] = DEPRECATED (list) A comma-separated list of document types
535 $params['type'] = DEPRECATED (list) A comma-separated list of document types
652 $params['timeout'] = (time) Explicit timestamp for the document
979 $params['type'] = DEPRECATED (list) A comma-separated list of document types to restrict the operation; leave empty to perform the operation on all types
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md317 * The method `Index::deleteById()` does not throw an `NotFoundException` when deleting a non-existing document [#1732](https://github.com/ruflin/Elastica/pull/1732)
468 * Added support for pipeline when indexing document. [#1455](https://github.com/ruflin/Elastica/pull/1455)
580 - Fix bad parameter value to refresh document [#1318](https://github.com/rufli/Elastica/pull/1318)
850 - `Elastica\Query\MoreLikeThis->toArray()` now supports providing a non-indexed document as an input to perform the comparison.
1622 - Added upsert support when updating a document with a partial document or a script.
1720 - Populate document id created by elasticsearch on addDocument()/addDocuments() call if no document id was set
1721 - Populate updated fields in document on Client::updateDocument() call if fields options is set
1741 - Refactored Elastica_Client::updateDocument() method to support partial document updat
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DAbstractUpdateAction.php21 * Sets the id of the document.
31 * Returns document id.
46 * Sets the document index name.
60 * Get the document index name.
72 * Sets the version parameters of a document for use with optimistic concurrency control.
94 * Sets the sequence number of a document for use with optimistic concurrency control.
108 * Returns document version.
125 * Sets the primary term of a document for use with optimistic concurrency control.
139 * Returns document version.
156 * Sets the version of a document
[all...]
H A DBulk.php132 public function addDocument(Document $document, ?string $opType = null): self
134 $action = AbstractDocumentAction::create($document, $opType);
146 foreach ($documents as $document) {
147 $this->addDocument($document, $opType);
333 || $this->_client->getConfigValue(['document', 'autoPopulate'], false)
130 addDocument(Document $document, string $opType = null) global() argument
/plugin/latexcaption/
H A DLICENSE7 of this license document, but changing it is not allowed.

1...<<11121314151617181920>>...83