Home
last modified time | relevance | path

Searched refs:parser (Results 1 – 5 of 5) sorted by relevance

/webtrees/app/Report/
H A DReportParserBase.php69 function ($parser, string $name, array $attrs): void {
70 $this->startElement($parser, $name, $attrs);
72 function ($parser, string $name): void {
73 $this->endElement($parser, $name);
79 function ($parser, string $data): void {
80 $this->characterData($parser, $data);
104 * @param resource $parser The resource handler for the xml parser
110 protected function startElement($parser, string $name, array $attrs): void argument
122 * @param resource $parser the resource handler for the xml parser
127 protected function endElement($parser, string $name): void argument
[all …]
H A DReportParserGenerate.php134 private XMLParser $parser; variable in Fisharebest\\Webtrees\\Report\\ReportParserGenerate
293 * @param resource $parser the resource handler for the XML parser
299 protected function startElement($parser, string $name, array $attrs): void argument
326 * @param resource $parser the resource handler for the XML parser
331 protected function endElement($parser, string $name): void argument
345 * @param resource $parser the resource handler for the XML parser
350 protected function characterData($parser, string $data): void argument
390 $this->parser = $this->xml_parser;
1095 $this->repeat_bytes = xml_get_current_line_number($this->parser);
1195 $this->parser_stack[] = $this->parser;
[all …]
/webtrees/
H A Dcomposer.lock405 …"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent …
411 "parser",
1707 "parser",
1788 …"description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and…
1798 "parser"
5349 "nikic/php-parser": "^4.18|^5.0",
5821 "name": "nikic/php-parser",
5867 "description": "A PHP parser written in PHP",
5869 "parser",
6097 "nikic/php-parser": "^5.3.1",
[all …]
H A Dphpstan-baseline.neon7186 …message: '#^Parameter \#1 \$parser of method Fisharebest\\Webtrees\\Report\\ReportParserBase\:\:ch…
7192 …message: '#^Parameter \#1 \$parser of method Fisharebest\\Webtrees\\Report\\ReportParserBase\:\:en…
7198 …message: '#^Parameter \#1 \$parser of method Fisharebest\\Webtrees\\Report\\ReportParserBase\:\:st…
7468 …message: '#^Parameter \#1 \$parser of method Fisharebest\\Webtrees\\Report\\ReportParserGenerate\:…
7474 …message: '#^Parameter \#1 \$parser of method Fisharebest\\Webtrees\\Report\\ReportParserGenerate\:…
7480 …message: '#^Parameter \#1 \$parser of method Fisharebest\\Webtrees\\Report\\ReportParserGenerate\:…
7612 …message: '#^Property Fisharebest\\Webtrees\\Report\\ReportParserGenerate\:\:\$parser \(XMLParser\)…
/webtrees/public/ckeditor-4.15.1-custom/
H A DCHANGES.md331 * Fixed XSS vulnerability in the HTML parser reported by [maxarr](https://hackerone.com/maxarr).
729 * Fixed the behavior of HTML parser when parsing `src`/`srcdoc` attributes of the `<iframe>` elemen…
987 * [#13680](https://dev.ckeditor.com/ticket/13680): Fixed: The parser should allow the `<h1-6>` elem…
1202 * Fixed XSS vulnerability in the HTML parser reported by [Dheeraj Joshi](https://twitter.com/dheera…
1258 * Fixed XSS vulnerability in the HTML parser reported by [Maco Cortes](https://www.facebook.com/Maa…