Home
last modified time | relevance | path

Searched refs:processor (Results 1 – 25 of 45) sorted by relevance

12

/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/commonmark/vendor/league/commonmark/src/Delimiter/Processor/
H A DDelimiterProcessorCollection.php33 public function add(DelimiterProcessorInterface $processor): void
35 $opening = $processor->getOpeningCharacter();
36 $closing = $processor->getClosingCharacter();
41 $this->addStaggeredDelimiterProcessorForChar($opening, $old, $processor);
43 $this->addDelimiterProcessorForChar($opening, $processor);
46 $this->addDelimiterProcessorForChar($opening, $processor);
47 $this->addDelimiterProcessorForChar($closing, $processor);
64 private function addDelimiterProcessorForChar(string $delimiterChar, DelimiterProcessorInterface $processor): void
67 throw new InvalidArgumentException(\sprintf('Delim processor for character "%s" already exists', $processor
25 add(DelimiterProcessorInterface $processor) global() argument
53 addDelimiterProcessorForChar(string $delimiterChar, DelimiterProcessorInterface $processor) global() argument
[all...]
H A DStaggeredDelimiterProcessor.php46 public function __construct(string $char, DelimiterProcessorInterface $processor)
49 $this->add($processor);
68 * Adds the given processor to this staggered delimiter processor
72 public function add(DelimiterProcessorInterface $processor): void
74 $len = $processor->getMinLength();
80 $this->processors[$len] = $processor;
98 // Find the "longest" processor which can handle this length
99 foreach ($this->processors as $processor) {
100 if ($processor
39 __construct(string $char, DelimiterProcessorInterface $processor) global() argument
67 add(DelimiterProcessorInterface $processor) global() argument
[all...]
H A DDelimiterProcessorCollectionInterface.php27 * Add the given delim processor to the collection
29 * @param DelimiterProcessorInterface $processor The delim processor to add
33 public function add(DelimiterProcessorInterface $processor): void;
36 * Returns the delim processor which handles the given character if one exists
31 add(DelimiterProcessorInterface $processor) global() argument
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DProcessableHandlerTrait.php62 foreach ($this->processors as $processor) {
63 $record = $processor($record);
71 foreach ($this->processors as $processor) {
72 if ($processor instanceof ResettableInterface) {
73 $processor->reset();
/plugin/elasticsearch/vendor/ruflin/elastica/src/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);
H A DChainProcessor.php31 foreach ($this->processors as $processor) {
32 $processor->process($resultSet);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1beta1DocumentRevision.php48 public $processor; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentRevision
137 public function setProcessor($processor) argument
139 $this->processor = $processor;
146 return $this->processor;
H A DGoogleCloudDocumentaiV1DocumentRevision.php48 public $processor; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentRevision
137 public function setProcessor($processor) argument
139 $this->processor = $processor;
146 return $this->processor;
H A DGoogleCloudDocumentaiV1beta2DocumentRevision.php48 public $processor; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2DocumentRevision
137 public function setProcessor($processor) argument
139 $this->processor = $processor;
146 return $this->processor;
/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/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php316 foreach ($this->processors as $processor) {
317 $record = $processor($record);
376 foreach ($this->processors as $processor) {
377 if ($processor instanceof ResettableInterface) {
378 $processor->reset();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/Resource/
H A DProjectsLocationsProcessors.php178 * @param string $processor Required. The resource name of the Processor to
184 …public function setDefaultProcessorVersion($processor, GoogleCloudDocumentaiV1SetDefaultProcessorV… argument
186 $params = ['processor' => $processor, 'postBody' => $postBody];
/plugin/commonmark/vendor/league/commonmark/src/
H A DConfigurableEnvironmentInterface.php
H A DEnvironment.php
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcache-api-1.1.1.jar ... javax/cache/integration/ javax/cache/processor/ javax/cache/management/ javax/cache ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/pgn4web/pgn4web/libs/garbochess/
H A DREADME.txt12 Please note that GarboChess is processor intensive; in order to optimize
/plugin/inlinetoc/
H A DREADME.md24 on dokuwiki's internal toc processor to build the page's toc.
/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/authgooglesheets/vendor/google/apiclient-services/src/
H A DDocument.php288 'path' => 'v1/{+processor}:setDefaultProcessorVersion',
291 'processor' => [
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php376 $processor = new $processorType();
380 $result = call_user_func_array([$processor, 'write'], $args);
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
H A DREADME.md11 information about what you are encoding/decoding via processor cache
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php616 $processor = new TextReport(
624 $processor->process($codeCoverage, $colors)
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md

12