Home
last modified time | relevance | path

Searched refs:parsers (Results 1 – 25 of 44) sorted by relevance

12

/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
DTokenParserBroker.php25 protected $parsers = []; variable in Twig_TokenParserBroker
33 public function __construct($parsers = [], $brokers = [], $triggerDeprecationError = true) argument
39 foreach ($parsers as $parser) {
43 $this->parsers[$parser->getTag()] = $parser;
55 $this->parsers[$parser->getTag()] = $parser;
61 if (isset($this->parsers[$name]) && $parser === $this->parsers[$name]) {
62 unset($this->parsers[$name]);
89 if (isset($this->parsers[$tag])) {
90 return $this->parsers[$tag];
104 return $this->parsers;
[all …]
/plugin/sql2wiki/syntax/
Dquery.php59 $parsers = [];
68 $parsers[$col] = ['class' => $class, 'config' => $config];
70 $parsers[$col] = ['class' => $value, 'config' => null];
85 'parsers' => $parsers,
119 $parsers = $data['parsers'];
120 if (count($parsers) > 0) {
147 if (isset($parsers[$i])) {
148 $parser_class = $parsers[$i]['class'];
149 $parser_config = $parsers[$i]['config'];
/plugin/elasticsearch/helper/
Ddocparser.php27 protected $parsers; variable in helper_plugin_elasticsearch_docparser
50 $parsers = confToHash(self::CONFFILE);
52 if (empty($parsers)) {
58 $this->parsers = $parsers;
88 if (!isset($this->parsers[$ext])) {
92 $result = $this->runParser($file, $this->parsers[$ext]);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
DObjectWriter.php32 if (is_array($this->mpdf->parsers) && count($this->mpdf->parsers) > 0) {
34 foreach ($this->mpdf->parsers as $filename => $p) {
36 $this->mpdf->current_parser = $this->mpdf->parsers[$filename];
/plugin/rater/scripts/
Djquery.tablesorter.js109 var parsers = [],
123 parsers: {}, widgets: [], property
203 var l = parsers.length,
220 if (parsers[i].is(nodeValue, table, node)) {
221 return parsers[i];
225 return parsers[0];
237 var l = parsers.length;
239 if (parsers[i].id.toLowerCase() == name.toLowerCase()) {
240 return parsers[i];
256 parsers = table.config.parsers,
[all …]
/plugin/elasticsearch/lang/en/
Dconfmanager_description.txt1 Elasticsearch can index media files by using external tools/parsers to extract the text content of …
3 The parsers can be command line tools or web services. They must return plain text or a JSON struct…
5 Define parsers for each file extension that should be processed. Use ''%in%'' to specify the input …
/plugin/elasticsearch/conf/
Delasticsearch.conf.example3 # Use this file to setup media parsers. The parsers must return text or JSON.
/plugin/statistics/vendor/matomo/device-detector/
DDeviceDetector.php842 $parsers = $this->getBotParsers();
844 foreach ($parsers as $parser) {
869 $parsers = $this->getClientParsers();
871 foreach ($parsers as $parser) {
891 $parsers = $this->getDeviceParsers();
893 foreach ($parsers as $parser) {
/plugin/scrape/vendor/ezyang/htmlpurifier/
DREADME.md11 as efficient as more bare-bones parsers. It will, however, do the job
/plugin/findologicxmlexport/vendor/twig/twig/src/
DEnvironment.php61 protected $parsers; variable in Twig\\Environment
1067 return $this->parsers;
1534 $this->parsers = new \Twig_TokenParserBroker([], [], false);
1591 $this->parsers->addTokenParser($parser);
1595 $this->parsers->addTokenParserBroker($parser);
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
DREADME8 In opposite to most other CSS parsers, it does not use regular expressions and
/plugin/pagecss/vendor/csstidy-2.2.1/
H A DREADME.md10 In opposite to most other CSS parsers, it does not use regular expressions and
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md145 * Fixed: Both the Elements and KeyValue parsers had severe issues with
/plugin/aichat/vendor/erusev/parsedown/
DREADME.md74 …, other developers have used the same approach to develop other Markdown parsers in PHP and in oth…
/plugin/mdpage/vendor/cebe/markdown/
DCHANGELOG.md71 …ane](http://johnmacfarlane.net/) which you can use to compare Markdown output of different parsers.
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md126 … v4 has been rewritten from scratch to make it easier than ever to build parsers and the language …
/plugin/webdav/vendor/sabre/xml/
DCHANGELOG.md212 * Fixed: Both the Elements and KeyValue parsers had severe issues with
/plugin/icalevents/vendor/sabre/xml/
DCHANGELOG.md206 * Fixed: Both the Elements and KeyValue parsers had severe issues with
/plugin/jdraw/src/com/mxgraph/examples/swing/
DGraphEditor.java17 import javax.xml.parsers.DocumentBuilderFactory;
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DEditorActions.java47 import javax.xml.parsers.DocumentBuilder;
48 import javax.xml.parsers.DocumentBuilderFactory;
DEditorActions.java.bak47 import javax.xml.parsers.DocumentBuilder;
48 import javax.xml.parsers.DocumentBuilderFactory;
/plugin/asciidocjs/node_modules/babylon/
DCHANGELOG.md62parsers. We so far tested several projects with different parsers and exchanged their parser to ba…
/plugin/findologicxmlexport/vendor/twig/twig/
DCHANGELOG628 …* fixed globals, parsers, visitors, filters, tests, and functions management in Twig_Environment w…
740 * added PHPDoc for all Token parsers and Core extension functions
889 * added a way to implement custom logic for resolving token parsers given a tag name
940 * added a way to add token parsers, filters, and visitors without creating an extension
/plugin/pgn4web/pgn4web/
Dpgn-standard-proposed-supplement.txt347 this syntax is pasted into an html document then parsers will ignore the
/plugin/asciidocjs/node_modules/acorn/
DREADME.md361 _possible_, in this way, to create parsers for JavaScript dialects

12