/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/ |
H A D | ForeachProcessor.php | 11 * @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 D | DelimiterProcessorCollection.php | 33 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 D | StaggeredDelimiterProcessor.php | 46 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 D | DelimiterProcessorCollectionInterface.php | 27 * 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 D | ProcessableHandlerTrait.php | 62 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 D | ProcessingBuilder.php | 19 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 D | ChainProcessor.php | 31 foreach ($this->processors as $processor) { 32 $processor->process($resultSet);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/ |
H A D | GoogleCloudDocumentaiV1beta1DocumentRevision.php | 48 public $processor; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentRevision 137 public function setProcessor($processor) argument 139 $this->processor = $processor; 146 return $this->processor;
|
H A D | GoogleCloudDocumentaiV1DocumentRevision.php | 48 public $processor; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentRevision 137 public function setProcessor($processor) argument 139 $this->processor = $processor; 146 return $this->processor;
|
H A D | GoogleCloudDocumentaiV1beta2DocumentRevision.php | 48 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 D | Pipeline.php | 62 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 D | Logger.php | 316 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 D | ProjectsLocationsProcessors.php | 178 * @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 D | ConfigurableEnvironmentInterface.php |
|
H A D | Environment.php |
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | cache-api-1.1.1.jar | ... javax/cache/integration/
javax/cache/processor/
javax/cache/management/
javax/cache ... |
H A D | httpcore-4.4.9.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/plugin/pgn4web/pgn4web/libs/garbochess/ |
H A D | README.txt | 12 Please note that GarboChess is processor intensive; in order to optimize
|
/plugin/inlinetoc/ |
H A D | README.md | 24 on dokuwiki's internal toc processor to build the page's toc.
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
H A D | IngestNamespace.asciidoc | 93 $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 D | Document.php | 288 'path' => 'v1/{+processor}:setDefaultProcessorVersion', 291 'processor' => [
|
/plugin/geophp/vendor/funiq/geophp/src/Geometry/ |
H A D | Geometry.php | 376 $processor = new $processorType(); 380 $result = call_user_func_array([$processor, 'write'], $args);
|
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/ |
H A D | README.md | 11 information about what you are encoding/decoding via processor cache
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/ |
H A D | TestRunner.php | 616 $processor = new TextReport( 624 $processor->process($codeCoverage, $colors)
|
/plugin/commonmark/vendor/league/commonmark/ |
H A D | CHANGELOG.md |
|