Home
last modified time | relevance | path

Searched refs:parser (Results 251 – 275 of 420) sorted by relevance

1...<<11121314151617

/plugin/markdownextra/
H A Dmarkdown.php64 static $parser;
65 if (!isset($parser)) {
67 $parser = new $parser_class;
71 return $parser->transform($text);
114 static $parser;
115 if (!$parser) {
117 $parser = new $parser_class;
120 $parser->fn_id_prefix = "";
122 $parser->fn_id_prefix = get_the_ID() . ".";
124 return $parser->transform($text);
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dtest.php89 $pipeline->parser = new ParserXHTML();
/plugin/findologicxmlexport/vendor/hoa/protocol/Bin/
H A DResolve.php113 $this->parser->listInputs($path);
/plugin/prosemirror/parser/
H A DNode.php3 namespace dokuwiki\plugin\prosemirror\parser;
H A DMark.php3 namespace dokuwiki\plugin\prosemirror\parser;
H A DLinkNode.php3 namespace dokuwiki\plugin\prosemirror\parser;
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md63 …nch regarding the internal API which is used when extending the Markdown parser. The external API …
65 The parser got a bit slower compared to earlier versions but is able to parse Markdown more accurat…
71 The parser is now also regsitered on the [Babelmark 2 page](http://johnmacfarlane.net/babelmark2/?n…
/plugin/findologicxmlexport/vendor/hoa/math/Bin/
H A DCalc.php86 $this->parser->listInputs($expression);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js8897 if (this.parser) {
8919 if (this.parser) {
8926 if (this.parser) {
9140 if (this.parser) {
9165 if (this.parser) {
9231 if (this.parser) {
9253 if (this.parser) {
10202 this.parser = this.parser || this.map[node.name];
13844 this.model.value = parser.model ? parseFloat(parser.model) : 0;
21990 if (this.parser && !this.parser.parseClose(name)) {
[all …]
/plugin/barcodes/
H A Dcomposer.lock193 "name": "nikic/php-parser",
237 "description": "A PHP parser written in PHP",
239 "parser",
377 "nikic/php-parser": "^4.14",
708 "sebastian/cli-parser": "^1.0.1",
780 "name": "sebastian/cli-parser",
784 "url": "https://github.com/sebastianbergmann/cli-parser.git",
822 "homepage": "https://github.com/sebastianbergmann/cli-parser",
824 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
1035 "nikic/php-parser": "^4.7",
[all …]
/plugin/publistx/
H A Dchangelog18 * "handle" function (syntax.php) parser code corrections. "only" option
/plugin/prosemirror/
H A DREADME.md46 some rendering instructions have been moved to the respective `parser/` classes
61 - This starts in `action/parser.php` during the event `ACTION_ACT_PREPROCESS`
65 - The creation of that syntax tree is started in `parser/SyntaxTreeBuilder.php`
/plugin/combo/vendor/symfony/yaml/
H A DParser.php46 * @param int $flags A bit field of Yaml::PARSE_* constants to customize the YAML parser behavior
75 * @param int $flags A bit field of Yaml::PARSE_* constants to customize the YAML parser behavior
530 $parser = new self();
531 $parser->offset = $offset;
532 $parser->totalNumberOfLines = $this->totalNumberOfLines;
533 $parser->skippedLineNumbers = $skippedLineNumbers;
534 $parser->refs = &$this->refs;
535 $parser->refsBeingParsed = $this->refsBeingParsed;
537 return $parser->doParse($yaml, $flags);
683 * Moves the parser t
[all...]
/plugin/showif/
H A Dsyntax.php.alternative.version11 * All DokuWiki plugins to extend the parser/rendering mechanism
22 * All DokuWiki plugins to extend the parser/rendering mechanism
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee13 parser = new less.Parser optimization: 2
14 parser.parse source, (err, tree) ->
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js61 var parser;
62 if('undefined' == typeof arguments.callee.parser) {
63 parser = eval("new " + MARKDOWN_PARSER_CLASS + "()");
64 parser.init();
65 arguments.callee.parser = parser;
68 parser = arguments.callee.parser;
71 return parser.transform(text);
/plugin/gallery/
H A DGalleryNode.php5 use dokuwiki\plugin\prosemirror\parser\Node;
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsDocumentSeparator.yml45 to the YAML parser, such as the version
/plugin/gallery/action/
H A Dprosemirror.php8 use dokuwiki\plugin\prosemirror\parser\RootNode;
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md70 * Add an LDAP URL parser / object based on RFC 4516.
80 * Added a string filter parser based on RFC 4515. Allows creating filter objects from arbitrary string filters.
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md1 # DSN parser
46 A DSN may contain zero or more functions. The DSN parser supports a function syntax
100 the parser will automatically add a default "dsn" function. This is added to provide
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/
H A DSimpleTokenParser.php33 $grammar->setParser($this->parser);
/plugin/sequencediagram/bower_components/snap.svg/
H A Dhistory.md39 * Get rid of internal SVG parser in favor of the browser
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A DREADME7 This class represents a CSS parser which reads CSS code and saves it in an array.
/plugin/findologicxmlexport/vendor/hoa/compiler/Bin/
H A DPp.php123 $this->parser->listInputs($grammar, $language);

1...<<11121314151617