Home
last modified time | relevance | path

Searched refs:parse (Results 1 – 25 of 254) sorted by relevance

1234567891011

/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DEmbedTokenParser.php24 public function parse(Token $token) function in Twig\\TokenParser\\EmbedTokenParser
47 $module = $this->parser->parse($stream, [$this, 'decideBlockEnd'], true);
H A DFlushTokenParser.php24 public function parse(Token $token) function in Twig\\TokenParser\\FlushTokenParser
H A DTokenParserInterface.php38 public function parse(Token $token); function
H A DDoTokenParser.php22 public function parse(Token $token) function in Twig\\TokenParser\\DoTokenParser
H A DDeprecatedTokenParser.php29 public function parse(Token $token) function in Twig\\TokenParser\\DeprecatedTokenParser
H A DSpacelessTokenParser.php31 public function parse(Token $token) function in Twig\\TokenParser\\SpacelessTokenParser
H A DImportTokenParser.php25 public function parse(Token $token) function in Twig\\TokenParser\\ImportTokenParser
H A DWithTokenParser.php24 public function parse(Token $token) function in Twig\\TokenParser\\WithTokenParser
H A DExtendsTokenParser.php26 public function parse(Token $token) function in Twig\\TokenParser\\ExtendsTokenParser
H A DSandboxTokenParser.php31 public function parse(Token $token) function in Twig\\TokenParser\\SandboxTokenParser
H A DIncludeTokenParser.php27 public function parse(Token $token) function in Twig\\TokenParser\\IncludeTokenParser
H A DAutoEscapeTokenParser.php24 public function parse(Token $token) function in Twig\\TokenParser\\AutoEscapeTokenParser
H A DUseTokenParser.php33 public function parse(Token $token) function in Twig\\TokenParser\\UseTokenParser
H A DFromTokenParser.php25 public function parse(Token $token) function in Twig\\TokenParser\\FromTokenParser
H A DApplyTokenParser.php29 public function parse(Token $token) function in Twig\\TokenParser\\ApplyTokenParser
H A DSetTokenParser.php30 public function parse(Token $token) function in Twig\\TokenParser\\SetTokenParser
H A DFilterTokenParser.php31 public function parse(Token $token) function in Twig\\TokenParser\\FilterTokenParser
H A DMacroTokenParser.php29 public function parse(Token $token) function in Twig\\TokenParser\\MacroTokenParser
H A DIfTokenParser.php33 public function parse(Token $token) function in Twig\\TokenParser\\IfTokenParser
H A DBlockTokenParser.php32 public function parse(Token $token) function in Twig\\TokenParser\\BlockTokenParser
/template/mikio/
H A Dmikio.php244 * Retreive and parse theme configuration options
435 * @param boolean $parse Parse content before printing/returning.
439 public function includePage(string $page, bool $print = true, bool $parse = true, string $classWrapper = ''): string
456 if (empty($html) === false && $parse === true) {
896 * @param boolean $parse Parse the content.
899 public function includeSidebar(string $prefix = '', bool $print = true, bool $parse = true)
978 if ($parse === true) {
1156 $result = $parser->parse($string);
1253 * @param boolean $parse Parse trail before printing.
1256 public function includeBreadcrumbs(bool $print = true, bool $parse
465 includePage(string $page, bool $print = true, bool $parse = true, string $classWrapper = '') global() argument
936 includeSidebar(string $prefix = '', bool $print = true, bool $parse = true) global() argument
1202 includeBreadcrumbs(bool $print = true, bool $parse = true) global() argument
1287 includeYouAreHere(bool $print = true, bool $parse = true) global() argument
1491 includeTOC(bool $print = true, bool $parse = true) global() argument
[all...]
/template/tilus/css/
H A Ddifferences for less php.txt3 https://forum.dokuwiki.org/d/18698-the-css-parser-doesnt-parse-calc-properly/7
/template/twigstarter/vendor/twig/twig/src/Util/
H A DDeprecationCollector.php67 $this->twig->parse($this->twig->tokenize(new Source($contents, $name)));
/template/templar/
H A Dstyle.ini1 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php
/template/neolaoresources2/
H A Dstyle.ini1 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php

1234567891011