Home
last modified time | relevance | path

Searched refs:twig_truncate_filter (Results 1 – 2 of 2) sorted by last modified time

/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DText.php38 …function twig_truncate_filter(Twig_Environment $env, $value, $length = 30, $preserve = false, $sep… function
78 …function twig_truncate_filter(Twig_Environment $env, $value, $length = 30, $preserve = false, $sep… function
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/
H A DTextTest.php34 $output = twig_truncate_filter($this->env, $input, $length, $preserve, $separator);