Home
last modified time | relevance | path

Searched refs:pipeline (Results 1 – 25 of 109) sorted by path

12345

/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php409 static $pipeline = [
427 foreach ($pipeline as $method) {
/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/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/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/combo/
H A Ddeleted.files187 syntax/pipeline.php
/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/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/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/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Db1efa1c51a34dd5ab5511b71a399f5b1.asciidoc12 'pipeline' => 'some_ingest_pipeline',
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md643 value of the previous handler. This creates a promise "pipeline".
/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/ruflin/elastica/src/
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');
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
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DRedis.php121 $this->redis->pipeline(
203 $this->redis->pipeline(
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog745 pipeline configuration
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.block.php38 function &create(&$root, &$pipeline) { argument
40 $box->readCSS($pipeline->get_current_css_state());
41 $box->create_content($root, $pipeline);
56 function &create_from_text($content, &$pipeline) { argument
58 $box->readCSS($pipeline->get_current_css_state());
61 $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());
H A Dbox.button.php38 function &create(&$root, &$pipeline) { argument
59 $box->readCSS($pipeline->get_current_css_state());
66 $box->_setup($text, $pipeline);
71 function _setup($text, &$pipeline) { argument
72 $this->setup_content($text, $pipeline);
H A Dbox.button.reset.php8 function &create(&$root, &$pipeline) { argument
16 $box->readCSS($pipeline->get_current_css_state());
H A Dbox.button.submit.php47 * @param Pipeline $pipeline reference to current pipeline object (unused)
51 function &create(&$root, &$pipeline) { argument
65 $css_state =& $pipeline->get_current_css_state();
68 $box->_setup($text, $pipeline);
H A Dbox.checkbutton.php59 function &create(&$root, &$pipeline) { argument
70 $box->readCSS($pipeline->get_current_css_state());

12345