/plugin/elasticsearch/vendor/ruflin/elastica/src/ResultSet/ |
H A D | ChainProcessor.php | 16 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 D | ProcessableHandlerTrait.php | 30 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) {
|
H A D | WhatFailureGroupHandler.php | 29 if ($this->processors) { 50 if ($this->processors) {
|
H A D | FallbackGroupHandler.php | 32 if ($this->processors) { 53 if ($this->processors) {
|
H A D | GroupHandler.php | 68 if ($this->processors) { 85 if ($this->processors) {
|
H A D | AbstractProcessingHandler.php | 41 if ($this->processors) {
|
H A D | SamplingHandler.php | 73 if ($this->processors) {
|
H A D | BufferHandler.php | 82 if ($this->processors) {
|
H A D | FilterHandler.php | 128 if ($this->processors) {
|
H A D | FingersCrossedHandler.php | 133 if ($this->processors) {
|
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/ |
H A D | StaggeredDelimiterProcessor.php | 37 private $processors = []; // keyed by minLength in reverse order variable in League\\CommonMark\\Delimiter\\Processor\\StaggeredDelimiterProcessor 71 if (isset($this->processors[$len])) { 75 $this->processors[$len] = $processor; 76 \krsort($this->processors); 94 foreach ($this->processors as $processor) { 102 $first = \reset($this->processors);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/ |
H A D | GoogleCloudDocumentaiV1ListProcessorsResponse.php | 47 public function setProcessors($processors) argument 49 $this->processors = $processors; 56 return $this->processors;
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/ |
H A D | Logger.php | 133 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/elasticsearch/vendor/ruflin/elastica/src/ |
H A D | Pipeline.php | 105 * @param array $processors array 107 public function setRawProcessors(array $processors): self argument 109 $this->_processors = $processors; 139 * @param AbstractProcessor[] $processors 141 public function setProcessors(array $processors): self argument 143 $this->setParam('processors', [$processors]);
|
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/ |
H A D | DelimiterStack.php | 144 * @param DelimiterProcessorCollection $processors 148 …ction processDelimiters(?DelimiterInterface $stackBottom, DelimiterProcessorCollection $processors) argument 159 $delimiterProcessor = $processors->getDelimiterProcessor($delimiterChar);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Document.php | 196 'processors', 210 'path' => 'v1/{+parent}/processors', 260 'path' => 'v1/{+parent}/processors',
|
/plugin/authgooglesheets/vendor/monolog/monolog/ |
H A D | README.md | 46 - [Handlers, Formatters and Processors](doc/02-handlers-formatters-processors.md) 59 Third party handlers, formatters and processors are
|
H A D | CHANGELOG.md | 11 …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…
|
/plugin/components/ |
H A D | README.md | 82 - This is the renderer logic for the action. The randerer is called after all post processors
|
/plugin/commonmark/vendor/league/commonmark/ |
H A D | CHANGELOG-0.x.md | 31 …- The priority of parsers, processors, and renderers can now be set when `add()`ing them; you no l… 423 - Added AST document processors (#210) 458 - Added new ConfigurationAwareInterface support for all parsers, processors, and renderers (#201)
|
/plugin/elasticsearch/vendor/ruflin/elastica/ |
H A D | CHANGELOG.md | 81 * Added `ignore_failure` option to suitable ingest processors by @deguif [#2003](https://github.com… 82 * Added `ignore_missing` option to `lowercase`, `remove`, `trim` and `uppercase` processors by @deg… 519 …/elasticsearch/pull/20416) Use Ingest-attachment plugin and attachment processors with pipeline to… 533 …https://www.elastic.co/guide/en/elasticsearch/reference/current/ingest-processors.html). [#1373](h…
|
/plugin/jmol2/jmol/ |
H A D | CHANGES.txt | 2445 # the two independent processors. (just to isolate javascript from load commands
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js.map | 1 …ated and treated as a no-op, but all Type2\n // charstrings processors should support t…
|