Home
last modified time | relevance | path

Searched refs:processor (Results 26 – 45 of 45) sorted by path

12

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1processor/src/batch-processor.js","webpack:///./node_modules/batch-processor/src/utils.js","webpac…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIngestNamespace.asciidoc93 $params['verbose'] = (boolean) Verbose mode. Display data output for each processor in executed pipeline (Default = false)
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md102 * Added `allow_duplicates` option to `append` processor by @deguif [#2004](https://github.com/ruflin/Elastica/pull/2004)
103 * Added `bytes` processor by @deguif [#2008](https://github.com/ruflin/Elastica/pull/2008)
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DPipeline.php62 throw new InvalidException('You should set a valid processor description.');
66 throw new InvalidException('You should set a valid processor of type Elastica\Processor\AbstractProcessor.');
117 public function addProcessor(AbstractProcessor $processor): self
120 $this->_processors['processors'] = $processor->toArray();
123 $this->_processors['processors'] = \array_merge($this->_processors['processors'], $processor->toArray());
114 addProcessor(AbstractProcessor $processor) global() argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DForeachProcessor.php11 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/foreach-processor.html
22 * @param AbstractProcessor|array $processor
24 public function __construct(string $field, $processor) argument
28 if ($processor instanceof AbstractProcessor) {
29 $this->setProcessor($processor);
30 } elseif (\is_array($processor)) {
31 $this->setRawProcessor($processor);
33 throw new \TypeError(\sprintf('Argument 2 passed to %s::__construct() must be of type %s|array, %s given.', self::class, AbstractProcessor::class, \is_object($processor) ? \get_class($processor) : \gettype($processor)));
42 setProcessor(AbstractProcessor $processor) global() argument
53 setRawProcessor(array $processor) global() argument
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/ResultSet/
H A DChainProcessor.php31 foreach ($this->processors as $processor) {
32 $processor->process($resultSet);
H A DProcessingBuilder.php19 private $processor; variable in Elastica\\ResultSet\\ProcessingBuilder
21 public function __construct(BuilderInterface $builder, ProcessorInterface $processor) argument
24 $this->processor = $processor;
36 $this->processor->process($resultSet);
/plugin/fckg/
H A DChanges316 Rewrote Non Parsed Block handling (edit.php pre-processor).
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php616 $processor = new TextReport(
624 $processor->process($codeCoverage, $colors)
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php376 $processor = new $processorType();
380 $result = call_user_func_array([$processor, 'write'], $args);
/plugin/inlinetoc/
H A DREADME.md24 on dokuwiki's internal toc processor to build the page's toc.
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jmol2/jmol/
H A DCHANGES.txt2452 # new feature: --threaded option for command processor uses
3870 # bug fix: RPN processor too limited in nesting level
4442 # bug fix: Eval RPN processor for list[n] addition operator not doing selection
/plugin/katex/_assets/
H A Dkatex.min.js1processor:function(e){return Math.max(0,e)},cli:"--min-rule-thickness <size>",cliProcessor:parseFl… method in AnonymousFunctionf879a8240100.AnonymousFunctionf879a8240200.h.minRuleThickness
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pgn4web/pgn4web/libs/garbochess/
H A DREADME.txt12 Please note that GarboChess is processor intensive; in order to optimize
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt164 * cache_directory - thumbnailing is slow and processor-intensive. Enabling
/plugin/tuxquote/
H A Dquotes.txt4147 …t emacs. I use emacs, which might be thought of as a thermonuclear word processor. <BR> --Neal Ste…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1 …\t/**\n\t * @desc: initializes data-processor\n\t * @param: gantt - dhtmlxGantt object to attach t…

12