Home
last modified time | relevance | path

Searched refs:typeToEnglish (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTokenStream.php102 Token::typeToEnglish($token->getType()), $token->getValue(),
103 Token::typeToEnglish($type), $value ? sprintf(' with value "%s"', $value) : ''),
H A DToken.php174 public static function typeToEnglish($type) function in Twig\\Token
H A DExpressionParser.php232 …ew SyntaxError(sprintf('Unexpected token "%s" of value "%s".', Token::typeToEnglish($token->getTyp…
323 …nclosed in parentheses (unexpected token "%s" of value "%s".', Token::typeToEnglish($current->getT…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticTokenParser.php116 …or_Syntax(sprintf('Unexpected token "%s" of value "%s"', \Twig_Token::typeToEnglish($token->getTyp…