| /plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/ |
| D | TokenParserBroker.php | 25 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/ |
| D | query.php | 59 $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/ |
| D | docparser.php | 27 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/ |
| D | ObjectWriter.php | 32 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/ |
| D | jquery.tablesorter.js | 109 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/ |
| D | confmanager_description.txt | 1 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/ |
| D | elasticsearch.conf.example | 3 # Use this file to setup media parsers. The parsers must return text or JSON.
|
| /plugin/statistics/vendor/matomo/device-detector/ |
| D | DeviceDetector.php | 842 $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/ |
| D | README.md | 11 as efficient as more bare-bones parsers. It will, however, do the job
|
| /plugin/findologicxmlexport/vendor/twig/twig/src/ |
| D | Environment.php | 61 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/ |
| D | README | 8 In opposite to most other CSS parsers, it does not use regular expressions and
|
| /plugin/pagecss/vendor/csstidy-2.2.1/ |
| H A D | README.md | 10 In opposite to most other CSS parsers, it does not use regular expressions and
|
| /plugin/davcal/vendor/sabre/xml/ |
| H A D | CHANGELOG.md | 145 * Fixed: Both the Elements and KeyValue parsers had severe issues with
|
| /plugin/aichat/vendor/erusev/parsedown/ |
| D | README.md | 74 …, other developers have used the same approach to develop other Markdown parsers in PHP and in oth…
|
| /plugin/mdpage/vendor/cebe/markdown/ |
| D | CHANGELOG.md | 71 …ane](http://johnmacfarlane.net/) which you can use to compare Markdown output of different parsers.
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/ |
| H A D | README.md | 126 … v4 has been rewritten from scratch to make it easier than ever to build parsers and the language …
|
| /plugin/webdav/vendor/sabre/xml/ |
| D | CHANGELOG.md | 212 * Fixed: Both the Elements and KeyValue parsers had severe issues with
|
| /plugin/icalevents/vendor/sabre/xml/ |
| D | CHANGELOG.md | 206 * Fixed: Both the Elements and KeyValue parsers had severe issues with
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/ |
| D | GraphEditor.java | 17 import javax.xml.parsers.DocumentBuilderFactory;
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | EditorActions.java | 47 import javax.xml.parsers.DocumentBuilder; 48 import javax.xml.parsers.DocumentBuilderFactory;
|
| D | EditorActions.java.bak | 47 import javax.xml.parsers.DocumentBuilder; 48 import javax.xml.parsers.DocumentBuilderFactory;
|
| /plugin/asciidocjs/node_modules/babylon/ |
| D | CHANGELOG.md | 62 …parsers. We so far tested several projects with different parsers and exchanged their parser to ba…
|
| /plugin/findologicxmlexport/vendor/twig/twig/ |
| D | CHANGELOG | 628 …* 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/ |
| D | pgn-standard-proposed-supplement.txt | 347 this syntax is pasted into an html document then parsers will ignore the
|
| /plugin/asciidocjs/node_modules/acorn/ |
| D | README.md | 361 _possible_, in this way, to create parsers for JavaScript dialects
|