Home
last modified time | relevance | path

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

12

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js13905 var processor = new TableProcessor(tableNode);
13907 processor.beginTable(this.writer);
13910 processor.beginRow(i, this.writer);
13915 processor.endRow(i, this.writer, result.pageBreaks);
13918 processor.endTable(this.writer);
H A Dpdfmake.min.js.map1processor","beginTable","beginRow","_offsets","offsets","endRow","endTable","buildNextLine","curre…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDocument.php288 'path' => 'v1/{+processor}:setDefaultProcessorVersion',
291 'processor' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
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 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 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/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/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/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/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/ckgdoku/ckeditor/
H A DCHANGES.md984 …t/10854): Fixed: Firefox prepends `<br>` to `<body>`, so it is stripped by the HTML data processor.
1121 * [#10298](http://dev.ckeditor.com/ticket/10298): Fixed: Data processor breaks attributes containin…
/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/combo/
H A Dcomposer.lock366 "description": "Handlebars processor for php",
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md
/plugin/commonmark/vendor/league/commonmark/src/
H A DConfigurableEnvironmentInterface.php
H A DEnvironment.php
/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
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...]
/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 Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js1611 …cessorFactory.process=function(a,b){return sre.ProcessorFactory.get_(a).processor(b)};sre.Processo…
1612processor(b);return sre.Engine.getInstance().pprint?a.pprint(b):a.print(b)};sre.ProcessorFactory.k…
1613 sre.Processor=function(a,b){this.name=a;this.processor=b.processor;this.print=b.print||sre.Processo…
1614 …ify_=function(a){return a?a.toString():a};new sre.Processor("semantic",{processor:function(a){a=sr…
1615 new sre.Processor("speech",{processor:function(a){a=sre.DomUtil.parseInput(a);a=sre.Semantic.xmlTre…
1616processor:function(a){a=sre.DomUtil.parseInput(a,sre.Engine.Error);return sre.Semantic.getTree(a).…
1617 new sre.Processor("enriched",{processor:function(a){a=sre.Enrich.semanticMathmlSync(a);var b=sre.Wa…
1618 new sre.Processor("walker",{processor:function(a){var b=sre.SpeechGeneratorFactory.generator("Node"…
1619 …e.Processor.LocalState_.walker.speech()}});new sre.KeyProcessor("move",{processor:function(a){retu…

12