Home
last modified time | relevance | path

Searched refs:pipeline (Results 1 – 25 of 109) sorted by last modified time

12345

/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php409 static $pipeline = [
427 foreach ($pipeline as $method) {
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js74442 function pipeline() {
74469 module.exports = pipeline;
74516 exports.pipeline = require('./lib/internal/streams/pipeline.js');
/plugin/combo/
H A Ddeleted.files187 syntax/pipeline.php
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DRedis.php120 // pipeline for performance
121 $this->redis->pipeline(
202 // pipeline for performance
203 $this->redis->pipeline(
/plugin/ifauthex/
H A DREADME.md16 **Last commit:** [![pipeline status](https://git.mittelab.org/proj/ifauthex-dokuwiki-plugin/badges/…
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DReindex.php42 public const PIPELINE = 'pipeline';
132 public function setPipeline(Pipeline $pipeline): void
134 $this->setParam(self::PIPELINE, $pipeline);
177 // Resolves the pipeline name
178 $pipeline = $destBody[self::PIPELINE] ?? null;
179 if ($pipeline instanceof Pipeline) {
180 $destBody[self::PIPELINE] = $pipeline->getId();
124 setPipeline(Pipeline $pipeline) global() argument
H A DDocument.php232 public function setPipeline(string $pipeline): self argument
234 return $this->setParam('pipeline', $pipeline);
239 return $this->getParam('pipeline');
244 return $this->hasParam('pipeline');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Db1efa1c51a34dd5ab5511b71a399f5b1.asciidoc12 'pipeline' => 'some_ingest_pipeline',
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc114 $params['pipeline'] = (string) The pipeline id to preprocess incoming documents with
194 $params['pipeline'] = (string) The pipeline id to preprocess incoming documents with
487 $params['pipeline'] = (string) The pipeline id to preprocess incoming documents with
873 $params['pipeline'] = (string) Ingest pipeline to set on index requests made by this action. (default: none)
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md228 * Used new ingest pipeline endpoints classes [#1834](https://github.com/ruflin/Elastica/pull/1834)
271 * Added `Elastica\Reindex->setPipeline(Elastica\Pipeline $pipeline): void`. The link between the reindex and the pipeline is solved when `run()` is called, and thus the pipeline given doesn't need to be created before calling `setPipeline()` [#1752](https://github.com/ruflin/Elastica/pull/1752)
468 * Added support for pipeline when indexing document. [#1455](https://github.com/ruflin/Elastica/pull/1455)
538 - [Mapper Attachment plugin has been removed](https://github.com/elastic/elasticsearch/pull/20416) Use Ingest-attachment plugin and attachment processors with pipeline to ingest new documents. [#1375](https://github.com/ruflin/Elastica/pull/1375)
552 - Implemented [Pipeline](https://www.elastic.co/guide/en/elasticsearch/reference/current/pipeline.html) and [Processors](https://www.elastic.co/guide/en/elasticsearch/reference/current/ingest-processors.html). [#1373](https://github.com/ruflin/Elastica/pull/1373)
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md643 value of the previous handler. This creates a promise "pipeline".
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIngestNamespace.asciidoc50 $params['id'] = (string) Comma separated list of pipeline ids. Wildcards supported
93 $params['verbose'] = (boolean) Verbose mode. Display data output for each processor in executed pipeline (Default = false)
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DRedis.php121 $this->redis->pipeline(
203 $this->redis->pipeline(
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DMetadata.php103 public function setPipeline(Pipeline $pipeline) argument
105 $this->pipeline = $pipeline;
112 return $this->pipeline;
H A DRunPipelineRequest.php50 public function setPipeline(Pipeline $pipeline) argument
52 $this->pipeline = $pipeline;
59 return $this->pipeline;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/
H A DMetadata.php107 public function setPipeline(Pipeline $pipeline) argument
109 $this->pipeline = $pipeline;
116 return $this->pipeline;
H A DRunPipelineRequest.php50 public function setPipeline(Pipeline $pipeline) argument
52 $this->pipeline = $pipeline;
59 return $this->pipeline;
/plugin/passpolicy/
H A D10k-common-passwords.txt5313 pipeline
/plugin/diagramsnet/lib/js/socket.io/
H A Dsimplepeer9.10.0.min.js6 …sthrough.js"),n.finished=e("./lib/internal/streams/end-of-stream.js"),n.pipeline=e("./lib/internal…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64pipeline|dom:remove-permissions|dom:remove|dom:get|dom:evaluation-context|dom:domains|dom:domain-s…
/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.normal.php15 function build(&$box, $text, &$pipeline) { argument
23 $whitespace =& WhitespaceBox::create($pipeline);
30 $whitespace =& WhitespaceBox::create($pipeline);
43 $box->process_word($word, $pipeline);
53 $whitespace =& WhitespaceBox::create($pipeline);
H A Dinline.content.builder.php744 function add_line_break(&$box, &$pipeline) { argument
746 $break_box->readCSS($pipeline->get_current_css_state());
750 function build(&$box, $text, &$pipeline) { argument
H A Dbox.block.inline.php19 function &create(&$root, &$pipeline) { argument
21 $box->readCSS($pipeline->get_current_css_state());
22 $box->create_content($root, $pipeline);
H A Dbox.body.php8 function &create(&$root, &$pipeline) { argument
10 $box->readCSS($pipeline->get_current_css_state());
11 $box->create_content($root, $pipeline);
H A Dbox.br.php59 function &create(&$pipeline) { argument
61 $box->readCSS($pipeline->get_current_css_state());

12345