| /template/strap/vendor/symfony/yaml/ |
| H A D | CHANGELOG.md | 9 * Allow negatable for the parse tags option with `--no-parse-tags` 27 Yaml::parse('072'); 33 Yaml::parse('0o72'); 79 * being able to pass boolean options to the `Yaml::parse()`, `Yaml::dump()`, 80 `Parser::parse()`, and `Dumper::dump()` methods to configure the behavior of 88 Yaml::parse('!foo bar', Yaml::PARSE_CUSTOM_TAGS); 129 Yaml::parse($yaml); 142 Yaml::parse($yaml); 165 Yaml::parse('!php/const:PHP_INT_MAX', Yaml::PARSE_CONSTANT); 188 Yaml::parse('2001-12-15 21:59:43.10 -5', Yaml::PARSE_DATETIME); [all …]
|
| H A D | Yaml.php | 76 public static function parse(string $input, int $flags = 0) function in Symfony\\Component\\Yaml\\Yaml 80 return $yaml->parse($input, $flags);
|
| H A D | Parser.php | 65 return $this->parse(file_get_contents($filename), $flags); 81 public function parse(string $value, int $flags = 0) function in Symfony\\Component\\Yaml\\Parser 373 return Inline::parse($this->lexInlineQuotedString(), $flags, $this->refs); 386 $parsedMapping = Inline::parse($this->lexInlineMapping(), $flags, $this->refs); 407 … $parsedSequence = Inline::parse($this->lexInlineSequence(), $flags, $this->refs); 435 $value = Inline::parse($this->lines[0], $flags, $this->refs); 491 return Inline::parse(trim($value)); 761 return Inline::parse($this->lexInlineMapping($cursor), $flags, $this->refs); 765 return Inline::parse($this->lexInlineSequence($cursor), $flags, $this->refs); 772 … $parsedValue = Inline::parse($this->lexInlineQuotedString($cursor), $flags, $this->refs); [all …]
|
| /template/twigstarter/vendor/twig/twig/src/TokenParser/ |
| D | EmbedTokenParser.php | 24 public function parse(Token $token) function in Twig\\TokenParser\\EmbedTokenParser 47 $module = $this->parser->parse($stream, [$this, 'decideBlockEnd'], true);
|
| D | FlushTokenParser.php | 24 public function parse(Token $token) function in Twig\\TokenParser\\FlushTokenParser
|
| D | TokenParserInterface.php | 38 public function parse(Token $token); function
|
| D | DoTokenParser.php | 22 public function parse(Token $token) function in Twig\\TokenParser\\DoTokenParser
|
| D | DeprecatedTokenParser.php | 29 public function parse(Token $token) function in Twig\\TokenParser\\DeprecatedTokenParser
|
| D | SpacelessTokenParser.php | 31 public function parse(Token $token) function in Twig\\TokenParser\\SpacelessTokenParser
|
| D | ImportTokenParser.php | 25 public function parse(Token $token) function in Twig\\TokenParser\\ImportTokenParser
|
| D | WithTokenParser.php | 24 public function parse(Token $token) function in Twig\\TokenParser\\WithTokenParser
|
| D | ExtendsTokenParser.php | 26 public function parse(Token $token) function in Twig\\TokenParser\\ExtendsTokenParser
|
| D | SandboxTokenParser.php | 31 public function parse(Token $token) function in Twig\\TokenParser\\SandboxTokenParser
|
| D | IncludeTokenParser.php | 27 public function parse(Token $token) function in Twig\\TokenParser\\IncludeTokenParser
|
| D | AutoEscapeTokenParser.php | 24 public function parse(Token $token) function in Twig\\TokenParser\\AutoEscapeTokenParser
|
| D | UseTokenParser.php | 33 public function parse(Token $token) function in Twig\\TokenParser\\UseTokenParser
|
| /template/strap/ComboStrap/ |
| H A D | PageSql.php | 41 $parser->parse($contextualPage); 49 function parse(MarkupPath $contextualPage = null): PageSql function in ComboStrap\\PageSql
|
| H A D | Parser.php | 37 $parser->parse($markup);
|
| /template/strap/vendor/carica/phpcss/src/PhpCss/ |
| H A D | Parser.php | 58 abstract public function parse(): Ast\Node; function in PhpCss\\Parser 228 return $parser->parse();
|
| /template/mikio/ |
| H A D | mikio.php | 452 * @param boolean $parse Parse content before printing/returning. 456 …public function includePage(string $page, bool $print = true, bool $parse = true, string $classWra… argument 471 if (empty($html) === false && $parse === true) { 987 * @param boolean $parse Parse the content. 990 …public function includeSidebar(string $prefix = '', bool $print = true, bool $parse = true): string argument 1098 if ($parse === true) { 1295 $result = $parser->parse($string); 1392 * @param boolean $parse Parse trail before printing. 1395 public function includeBreadcrumbs(bool $print = true, bool $parse = true): string argument 1461 if ($parse === true) { [all …]
|
| /template/tilus/css/ |
| D | differences for less php.txt | 3 https://forum.dokuwiki.org/d/18698-the-css-parser-doesnt-parse-calc-properly/7
|
| /template/strap/vendor/carica/phpcss/src/PhpCss/Parser/ |
| H A D | Text.php | 22 public function parse(): PhpCss\Ast\Node { function in PhpCss\\Parser\\Text
|
| /template/twigstarter/vendor/twig/twig/src/Util/ |
| D | DeprecationCollector.php | 67 $this->twig->parse($this->twig->tokenize(new Source($contents, $name)));
|
| /template/strap/vendor/salesforce/handlebars-php/src/Handlebars/ |
| H A D | Parser.php | 33 public function parse(Array $tokens = []) function in Handlebars\\Parser
|
| /template/strap/vendor/carica/phpcss/src/ |
| H A D | PhpCss.php | 57 return $parser->parse();
|