Home
last modified time | relevance | path

Searched refs:processors (Results 1 – 24 of 24) sorted by last modified time

/plugin/bibtex4dw/
H A DTODO.md46 Nowadays there is things such as the "Citation Style Language (CSL)", and PHP processors for this thing, such as
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DPipeline.php25 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/ingest-processors.html
41 * @phpstan-var array{processors?: AbstractProcessor[]}
65 if (empty($this->_processors['processors'])) {
108 * @param array $processors array
110 public function setRawProcessors(array $processors): self
112 $this->_processors = $processors;
120 $this->_processors['processors'] = $processor->toArray();
121 $this->_params['processors'] = [];
123 $this->_processors['processors'] = \array_merge($this->_processors['processors'],
107 setRawProcessors(array $processors) global() argument
141 setProcessors(array $processors) global() argument
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md100 * Added `ignore_failure` option to suitable ingest processors by @deguif [#2003](https://github.com/ruflin/Elastica/pull/2003)
101 * Added `ignore_missing` option to `lowercase`, `remove`, `trim` and `uppercase` processors by @deguif [#2001](https://github.com/ruflin/Elastica/pull/2001)
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/ResultSet/
H A DChainProcessor.php16 private $processors; variable in Elastica\\ResultSet\\ChainProcessor
19 * @param ProcessorInterface[] $processors
21 public function __construct(array $processors) argument
23 $this->processors = $processors;
31 foreach ($this->processors as $processor) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFingersCrossedHandler.php133 if ($this->processors) {
H A DAbstractProcessingHandler.php41 if ($this->processors) {
H A DGroupHandler.php68 if ($this->processors) {
85 if ($this->processors) {
H A DWhatFailureGroupHandler.php29 if ($this->processors) {
50 if ($this->processors) {
H A DBufferHandler.php82 if ($this->processors) {
H A DFallbackGroupHandler.php32 if ($this->processors) {
53 if ($this->processors) {
H A DFilterHandler.php128 if ($this->processors) {
H A DSamplingHandler.php73 if ($this->processors) {
H A DProcessableHandlerTrait.php30 protected $processors = []; variable
37 array_unshift($this->processors, $callback);
47 if (!$this->processors) {
51 return array_shift($this->processors);
62 foreach ($this->processors as $processor) {
71 foreach ($this->processors as $processor) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php133 protected $processors; variable in Monolog\\Logger
155 * @param callable[] $processors Optional array of processors
158 …public function __construct(string $name, array $handlers = [], array $processors = [], ?DateTimeZ… argument
162 $this->processors = $processors;
236 array_unshift($this->processors, $callback);
249 if (!$this->processors) {
253 return array_shift($this->processors);
261 return $this->processors;
316 foreach ($this->processors as $processor) {
376 foreach ($this->processors as $processor) {
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md11 …cessor` PHP attribute which can help autowiring / autoconfiguration of processors if frameworks / …
126 …* Fixed issue in GroupHandler and WhatFailureGroupHandler where setting multiple processors would …
135 …e a few interface changes, only relevant if you implemented your own handlers/processors/formatters
201 …* Fixed issue in GroupHandler and WhatFailureGroupHandler where setting multiple processors would …
210 * Added a `ResettableInterface` in order to reset/reset/clear/flush handlers and processors
232 * Fixed WhatFailureGroupHandler skipping processors when using handleBatch
500 * Fixed Buffer, Group and FingersCrossed handlers to make use of their processors
506 …* Added the possibility to pass arrays of handlers and processors directly in the Logger construct…
H A DREADME.md46 - [Handlers, Formatters and Processors](doc/02-handlers-formatters-processors.md)
59 Third party handlers, formatters and processors are
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1ListProcessorsResponse.php47 public function setProcessors($processors) argument
49 $this->processors = $processors;
56 return $this->processors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDocument.php196 'processors',
210 'path' => 'v1/{+parent}/processors',
260 'path' => 'v1/{+parent}/processors',
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/
H A DDelimiterStack.php123 public function processDelimiters(?DelimiterInterface $stackBottom, DelimiterProcessorCollection $processors): void
134 $delimiterProcessor = $processors->getDelimiterProcessor($delimiterChar);
148 processDelimiters(DelimiterInterface $stackBottom, DelimiterProcessorCollection $processors) global() argument
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/
H A DStaggeredDelimiterProcessor.php44 private array $processors = []; // keyed by minLength in reverse order
70 * @throws InvalidArgumentException if attempting to add another processors for the same character and minimum length
76 if (isset($this->processors[$len])) {
77 throw new InvalidArgumentException(\sprintf('Cannot add two delimiter processors for char "%s" and minimum length %d', $this->delimiterChar, $len));
80 $this->processors[$len] = $processor;
81 \krsort($this->processors);
99 foreach ($this->processors as $processor) {
106 $first = \reset($this->processors);
37 private $processors = []; // keyed by minLength in reverse order global() variable in League\\CommonMark\\Delimiter\\Processor\\StaggeredDelimiterProcessor
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1 …ated and treated as a no-op, but all Type2\n // charstrings processors should support t…
/plugin/components/
H A DREADME.md82 - This is the renderer logic for the action. The randerer is called after all post processors
/plugin/jmol2/jmol/
H A DCHANGES.txt2445 # the two independent processors. (just to isolate javascript from load commands