Home
last modified time | relevance | path

Searched refs:getByName (Results 1 – 3 of 3) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/ExpressionParser/
DExpressionParsers.php85 public function getByName(string $interface, string $name): ?ExpressionParserInterface function in Twig\\ExpressionParser\\ExpressionParsers
/template/twigstarter/vendor/twig/twig/src/
DParser.php385 …if ($token->test(Token::OPERATOR_TYPE) && $ep = $this->parsers->getByName(PrefixExpressionParserIn…
394 …while ($token->test(Token::OPERATOR_TYPE) && ($ep = $this->parsers->getByName(InfixExpressionParse…
/template/ospyramid/js/libs/
Djquery-1.6.1.js1414 var internalKey = jQuery.expando, getByName = typeof name === "string", thisCache,
1430 if ( (!id || (pvt && id && !cache[ id ][ internalKey ])) && getByName && data === undefined ) {
1489 return getByName ? thisCache[ jQuery.camelCase( name ) ] : thisCache;