Home
last modified time | relevance | path

Searched defs:parser (Results 1 – 8 of 8) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DAbstractTokenParser.php26 protected $parser; variable in Twig\\TokenParser\\AbstractTokenParser
28 public function setParser(Parser $parser)
H A DTokenParserInterface.php29 public function setParser(Parser $parser);
/template/dwsimple/dwsimple/
H A Dsimple.php136 function startElement($parser, $name, $attrs) {
157 function endElement($parser, $name) {
174 function cdata($parser, $element_inhalt) {
/template/twigstarter/vendor/twig/twig/src/
H A DExpressionParser.php51 private $parser; variable in Twig\\ExpressionParser
56 public function __construct(Parser $parser, Environment $env)
H A DEnvironment.php54 private $parser; variable in Twig\\Environment
544 public function setParser(Parser $parser)
726 public function addTokenParser(TokenParserInterface $parser)
H A DExtensionSet.php296 public function addTokenParser(TokenParserInterface $parser)
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DStagingExtension.php73 public function addTokenParser(TokenParserInterface $parser)
/template/twigstarter/vendor/composer/
H A DInstalledVersions.php118 public static function satisfies(VersionParser $parser, $packageName, $constraint)