Home
last modified time | relevance | path

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

12

/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A 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/
H A Dquery.php59 $parsers = [];
68 $parsers[$col] = ['class' => $class, 'config' => $config];
70 $parsers[$col] = ['class' => $value, 'config' => null];
85 'parsers' => $parsers,
118 // check if we use any parsers
119 $parsers = $data['parsers'];
120 if (count($parsers) > 0) {
123 msg('Install struct plugin to use parsers',
[all...]
/plugin/elasticsearch/helper/
H A Ddocparser.php19 * @var array maps extensions to parsers. A parser may be a local cli tool (file is passed as argument)
22 protected $parsers; variable in helper_plugin_elasticsearch_docparser
25 * Maps fields returned by Tika or other JSON returning parsers to our own field names.
45 $parsers = confToHash(self::CONFFILE);
47 if (empty($parsers)) {
53 $this->parsers = $parsers;
83 if (!isset($this->parsers[$ext])) {
87 $result = $this->runParser($file, $this->parsers[$ext]);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A 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/
H A Djquery.tablesorter.js109 var parsers = [],
123 parsers: {}, widgets: [], property in AnonymousFunctionb162a0010100.defaults
203 var l = parsers.length,
221 return parsers[i];
225 return parsers[0];
237 var l = parsers.length;
240 return parsers[i];
256 parsers = table.config.parsers,
694 return parsers[i].type;
844 var l = parsers.length,
[all …]
/plugin/elasticsearch/lang/en/
H A Dconfmanager_description.txt1 Elasticsearch can index media files by using external tools/parsers to extract the text content of the files.
3 The parsers can be command line tools or web services. They must return plain text or a JSON structure.
5 Define parsers for each file extension that should be processed. Use ''%in%'' to specify the input file for CLI tools. Web services must accept the input file as POST data.
/plugin/elasticsearch/conf/
H A Delasticsearch.conf.example3 # Use this file to setup media parsers. The parsers must return text or JSON.
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
H A DREADME.md99 Custom parsers/renderers can be bundled into extensions which extend CommonMark. Here are some that you may find interesting:
158 You can compare the performance of **league/commonmark** to other popular parsers by running the included benchmark tool:
H A DCHANGELOG.md79 - Fixed error using `InlineParserEngine` when no inline parsers are registered in the `Environment` (#908)
227 - Fixed ability to register block parsers that identify lines starting with letters (#706)
303 - Added new `AbstractBlockContinueParser` class to simplify the creation of custom block parsers
385 - Functionality previously found in block parsers and node elements has moved to block parser factories and block parsers, respectively ([more details](https://commonmark.thephpleague.com/2.0/upgrading/#new-block-parsing-approach))
389 - **Implemented a new approach to inline parsing** where parsers can now specify longer strings or regular expressions they want to parse (instead of just single characters):
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A DREADME8 In opposite to most other CSS parsers, it does not use regular expressions and
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A 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/davcal/vendor/sabre/xml/
H A DCHANGELOG.md145 * Fixed: Both the Elements and KeyValue parsers had severe issues with
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md74 We call this approach "line based". We believe that Parsedown is the first Markdown parser to use it. Since the release of Parsedown, other developers have used the same approach to develop other Markdown parsers in PHP and in other languages.
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md71 …ane](http://johnmacfarlane.net/) which you can use to compare Markdown output of different parsers.
H A DREADME.md471 While reviewing PHP markdown parsers for choosing one to use bundled with the [Yii framework 2.0][]
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md126 Programmers run into parsing problems all the time. Whether it’s a data format like JSON, a network protocol like SMTP, a server configuration file for Apache, a PostScript/PDF file, or a simple spreadsheet macro language—ANTLR v4 and this book will demystify the process. ANTLR v4 has been rewritten from scratch to make it easier than ever to build parsers and the language applications built on top. This completely rewritten new edition of the bestselling Definitive ANTLR Reference shows you how to take advantage of these new features.
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md206 * Fixed: Both the Elements and KeyValue parsers had severe issues with
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md212 * Fixed: Both the Elements and KeyValue parsers had severe issues with
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java17 import javax.xml.parsers.DocumentBuilderFactory;
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java47 import javax.xml.parsers.DocumentBuilder;
48 import javax.xml.parsers.DocumentBuilderFactory;
H A DEditorActions.java.bak47 import javax.xml.parsers.DocumentBuilder;
48 import javax.xml.parsers.DocumentBuilderFactory;
/plugin/findologicxmlexport/vendor/twig/twig/
H A 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/
H A Dpgn-standard-proposed-supplement.txt347 this syntax is pasted into an html document then parsers will ignore the
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...

12