Lines Matching refs:Environment

304 use Twig\Environment;  alias
342 function twig_random(Environment $env, $values = null, $max = null)
412 function twig_date_format_filter(Environment $env, $date, $format = null, $timezone = null)
436 function twig_date_modify_filter(Environment $env, $date, $modifier)
459 function twig_date_converter(Environment $env, $date = null, $timezone = null)
560 function twig_number_format_filter(Environment $env, $number, $decimal = null, $decimalPoint = null…
661 function twig_slice(Environment $env, $item, $start, $length = null, $preserveKeys = false)
699 function twig_first(Environment $env, $item)
713 function twig_last(Environment $env, $item)
780 function twig_split_filter(Environment $env, $value, $delimiter, $limit = null)
876 function twig_reverse_filter(Environment $env, $item, $preserveKeys = false)
1002 function twig_escape_filter(Environment $env, $string, $strategy = 'html', $charset = null, $autoes…
1294 function twig_length_filter(Environment $env, $thing)
1330 function twig_upper_filter(Environment $env, $string)
1346 function twig_lower_filter(Environment $env, $string)
1362 function twig_title_string_filter(Environment $env, $string)
1378 function twig_capitalize_string_filter(Environment $env, $string)
1396 function twig_length_filter(Environment $env, $thing)
1432 function twig_title_string_filter(Environment $env, $string)
1444 function twig_capitalize_string_filter(Environment $env, $string)
1536 function twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, …
1591 function twig_source(Environment $env, $name, $ignoreMissing = false)