Home
last modified time | relevance | path

Searched refs:Pipeline (Results 1 – 21 of 21) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DRunPipelineRequest.php26 protected $pipelineType = Pipeline::class;
48 * @param Pipeline
50 public function setPipeline(Pipeline $pipeline)
55 * @return Pipeline
H A DMetadata.php37 protected $pipelineType = Pipeline::class;
101 * @param Pipeline
103 public function setPipeline(Pipeline $pipeline)
108 * @return Pipeline
H A DPipeline.php20 class Pipeline extends \Google\Collection class
111 class_alias(Pipeline::class, 'Google_Service_Genomics_Pipeline');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/
H A DRunPipelineRequest.php26 protected $pipelineType = Pipeline::class;
48 * @param Pipeline
50 public function setPipeline(Pipeline $pipeline)
55 * @return Pipeline
H A DMetadata.php37 protected $pipelineType = Pipeline::class;
105 * @param Pipeline
107 public function setPipeline(Pipeline $pipeline)
112 * @return Pipeline
H A DPipeline.php20 class Pipeline extends \Google\Collection class
111 class_alias(Pipeline::class, 'Google_Service_CloudLifeSciences_Pipeline');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DLogstashNamespace.asciidoc33 $params['id'] = (string) The ID of the Pipeline
46 $params['id'] = (string) A comma-separated list of Pipeline IDs
59 $params['id'] = (string) The ID of the Pipeline
60 $params['body'] = (array) The Pipeline to add or update (Required)
H A DIngestNamespace.asciidoc35 $params['id'] = (string) Pipeline ID
76 $params['id'] = (string) Pipeline ID
92 $params['id'] = (string) Pipeline ID
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DPipeline.php13 use Elasticsearch\Endpoints\Ingest\Pipeline\Delete;
14 use Elasticsearch\Endpoints\Ingest\Pipeline\Get;
15 use Elasticsearch\Endpoints\Ingest\Pipeline\Put;
19 * Elastica Pipeline object.
21 * Handles Pipeline management & definition.
27 class Pipeline extends Param
51 * Create a Pipeline.
78 * Get a Pipeline Object.
92 * Delete a Pipeline.
24 class Pipeline extends Param global() class
H A DReindex.php132 public function setPipeline(Pipeline $pipeline): void
179 if ($pipeline instanceof Pipeline) {
/plugin/html2pdf/html2pdf/html2ps/templates/
H A Derror._no_fetchers.tpl1 <h1>Pipeline contains no fetcher objects!</h1>
/plugin/html2pdf/html2pdf/html2ps/
H A Dpipeline.factory.class.php7 $pipeline =& new Pipeline();
H A Dbox.button.submit.php47 * @param Pipeline $pipeline reference to current pipeline object (unused)
H A Dpipeline.class.php286 class Pipeline { class
314 function Pipeline() { function in Pipeline
H A DChangeLog716 * Change: minor internal changes in Pipeline class (removed
/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.pipeline.custom.php29 $pipeline = new Pipeline;
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dtest.php77 $pipeline = new Pipeline;
/plugin/html2pdf/html2pdf/html2ps/samples/API/events/1/
H A Dhtml2pdf.php208 $pipeline = new Pipeline();
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Drelease-notes.asciidoc333 `Elasticsearch\Endpoints\Ingest\Pipeline\Put`
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md211 - Fix type hinting for `setBody` in `Elasticsearch\Endpoints\Ingest\Pipeline\Put`
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md271 * 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)
275 * Added `Elastica\Pipeline->getId(): ?string` [#1752](https://github.com/ruflin/Elastica/pull/1752)
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)