Searched refs:getByName (Results 1 – 3 of 3) sorted by relevance
85 public function getByName(string $interface, string $name): ?ExpressionParserInterface function in Twig\\ExpressionParser\\ExpressionParsers
385 …if ($token->test(Token::OPERATOR_TYPE) && $ep = $this->parsers->getByName(PrefixExpressionParserIn…394 …while ($token->test(Token::OPERATOR_TYPE) && ($ep = $this->parsers->getByName(InfixExpressionParse…
1414 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;