Home
last modified time | relevance | path

Searched refs:parser (Results 101 – 125 of 420) sorted by last modified time

12345678910>>...17

/plugin/prosemirror/parser/
H A DInternalLinkNode.php3 namespace dokuwiki\plugin\prosemirror\parser;
H A DLinkNode.php3 namespace dokuwiki\plugin\prosemirror\parser;
H A DPreformattedNode.php3 namespace dokuwiki\plugin\prosemirror\parser;
H A DSmileyNode.php3 namespace dokuwiki\plugin\prosemirror\parser;
H A DTableCellNode.php3 namespace dokuwiki\plugin\prosemirror\parser;
H A DTableNode.php3 namespace dokuwiki\plugin\prosemirror\parser;
H A DTableRowNode.php3 namespace dokuwiki\plugin\prosemirror\parser;
H A DTextNode.php3 namespace dokuwiki\plugin\prosemirror\parser;
/plugin/prosemirror/action/
H A Dparser.php10 use dokuwiki\plugin\prosemirror\parser\SyntaxTreeBuilder;
/plugin/prosemirror/
H A Dhelper.php3 use dokuwiki\plugin\prosemirror\parser\SyntaxTreeBuilder;
/plugin/barcodes/vendor/composer/
H A DInstalledVersions.php115 …* @param VersionParser $parser Install composer/semver to have access to this class and func…
120 public static function satisfies(VersionParser $parser, $packageName, $constraint) argument
122 $constraint = $parser->parseConstraints($constraint);
123 $provided = $parser->parseConstraints(self::getVersionRanges($packageName));
/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/elasticsearch/
H A Dcomposer.lock228 "dsn parser",
229 "parser"
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dphp_json_objects.asciidoc60 By using an explicit stdClass object, we can force the `json_encode` parser to
/plugin/elasticsearch/vendor/composer/
H A DInstalledVersions.php115 * @param VersionParser $parser Install composer/semver to have access to this class and functionality
120 public static function satisfies(VersionParser $parser, $packageName, $constraint) argument
122 $constraint = $parser->parseConstraints((string) $constraint);
123 $provided = $parser->parseConstraints(self::getVersionRanges($packageName));
/plugin/elasticsearch/conf/
H A Delasticsearch.conf.example5 # Configure one file type per line: file extension followed by parser location (full file system path or URL).
15 # use our own parser for JPEGs
/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)
41 * Load the parser setup
49 'Cannot process media, the parser configuration in ' . self::CONFFILE . ' is missing.'
84 throw new RuntimeException('No parser configured for files of type ' . $ext);
89 throw new RuntimeException('No response from parser');
102 // add what we got from the parser
112 * Execute the parser on the given file
114 * The parser can be an URL accepting a PUT request or a local command
117 * @param string $parser
120 protected function runParser($file, $parser) argument
[all...]
/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/achart/assets/
H A Dapexcharts.min.js6parser.draw||a.prepare(),t};if(a.ns="http://www.w3.org/2000/svg",a.xmlns="http://www.w3.org/2000/x… class in a
/plugin/ckgedit/ckeditor/
H A DCHANGES.md80 * Fixed XSS vulnerability in the HTML parser reported by [maxarr](https://hackerone.com/maxarr).
477 * Fixed the behavior of HTML parser when parsing `src`/`srcdoc` attributes of the `<iframe>` elemen…
735 * [#13680](https://dev.ckeditor.com/ticket/13680): Fixed: The parser should allow the `<h1-6>` elem…
950 * Fixed XSS vulnerability in the HTML parser reported by [Dheeraj Joshi](https://twitter.com/dheera…
1006 * Fixed XSS vulnerability in the HTML parser reported by [Maco Cortes](https://www.facebook.com/Maa…
/plugin/html5video2/script/
H A Dvideo.min.js20parser:function(e){return"1.00"===e?null:Number(e)}},textOpacity:{selector:".vjs-text-opacity > se…
23 ….message;return t.logger_("m3u8-parser warn for "+i+": "+e)},oninfo:function(e){e=e.message;return…
/plugin/stlviewer/stlviewer/
H A DREADME.md8 parser.min.js
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md24 * Added a parser for the HTTP `Prefer` header, as defined in [RFC7240][rfc7240].
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php158 $parser = new Json(json_encode($input));
159 $vobj = $parser->parse();
311 $parser = new Json(json_encode($input));
312 $vobj = $parser->parse();
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php661 $parser->next();
664 $parser->current()
668 $parser->key()
671 $parser->rewind();
675 $parser->current()
679 $parser->key()
687 $parser = new RRuleIterator($rule, $dt);
690 $parser->fastForward(new DateTime($fastForward));
694 while($parser->valid()) {
696 $item = $parser->current();
[all …]

12345678910>>...17