Home
last modified time | relevance | path

Searched refs:processor (Results 1 – 25 of 45) sorted by last modified time

12

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php376 $processor = new $processorType();
380 $result = call_user_func_array([$processor, 'write'], $args);
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt164 * cache_directory - thumbnailing is slow and processor-intensive. Enabling
/plugin/combo/
H A Dcomposer.lock366 "description": "Handlebars processor for php",
/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/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 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/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/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/ckgedit/ckeditor/
H A DCHANGES.md1404 …t/10854): Fixed: Firefox prepends `<br>` to `<body>`, so it is stripped by the HTML data processor.
1541 * [#10298](https://dev.ckeditor.com/ticket/10298): Fixed: Data processor breaks attributes containi…
H A Dckeditor.js.unc7261 a.off || "off" != this.attributes["data-cke-processor"] || b.push("off", !0);
/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/paragonie/constant_time_encoding/
H A DREADME.md11 information about what you are encoding/decoding via processor cache
/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/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md211 …* Added a `ProcessorInterface` as an optional way to label a class as being a processor (mostly us…
/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/authgooglesheets/vendor/google/apiclient-services/src/
H A DDocument.php288 'path' => 'v1/{+processor}:setDefaultProcessorVersion',
291 'processor' => [
/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/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md
/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 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

12