Lines Matching refs:functions

208  * fixed regression on static calls for functions/filters/tests
215 …* allowed filters/functions/tests implementation to use a different class than the extension they …
314 * added a deprecation "framework" for filters/functions/tests and test fixtures
328 * added support for variadic filters, functions, and tests
403 * added min and max functions
479 * fixed registration of tests and functions as anonymous functions
485 * added the ability to use any PHP callable to define filters, functions, and tests
488 * added support for named arguments for filters, tests, and functions
489 * moved filters/functions/tests syntax errors to the parser
572 * enforced interface when adding tests, filters, functions, and node visitors from extensions
628 …* fixed globals, parsers, visitors, filters, tests, and functions management in Twig_Environment w…
660 * added support for dynamically named filters and functions
667 * enhanced exceptions for unknown filters, functions, tests, and tags
686 * added Twig_Function_Node to allow more complex functions to have their own Node class
728 …one "[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*" (works for blocks, tags, functions, filters, and ma…
740 * added PHPDoc for all Token parsers and Core extension functions
810 …* added "needs_context" option for filters and functions (the context is then passed as a first ar…
813 * added the "from" tag to import macros as functions
814 * added support for functions (a function is just syntactic sugar for a getAttribute() call)