Lines Matching defs:env

384 function twig_random(Environment $env, $values = null, $max = null)
453 function twig_date_format_filter(Environment $env, $date, $format = null, $timezone = null)
477 function twig_date_modify_filter(Environment $env, $date, $modifier)
509 function twig_date_converter(Environment $env, $date = null, $timezone = null)
611 function twig_number_format_filter(Environment $env, $number, $decimal = null, $decimalPoint = null…
682 function twig_slice(Environment $env, $item, $start, $length = null, $preserveKeys = false)
714 function twig_first(Environment $env, $item)
728 function twig_last(Environment $env, $item)
799 function twig_split_filter(Environment $env, $value, $delimiter, $limit = null)
893 function twig_reverse_filter(Environment $env, $item, $preserveKeys = false)
929 function twig_sort_filter(Environment $env, $array, $arrow = null)
1061 function twig_length_filter(Environment $env, $thing)
1093 function twig_upper_filter(Environment $env, $string)
1105 function twig_lower_filter(Environment $env, $string)
1130 function twig_title_string_filter(Environment $env, $string)
1146 function twig_capitalize_string_filter(Environment $env, $string)
1258 function twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, …
1306 function twig_source(Environment $env, $name, $ignoreMissing = false)
1400 function twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = []…
1605 function twig_array_filter(Environment $env, $array, $arrow)
1621 function twig_array_map(Environment $env, $array, $arrow)
1633 function twig_array_reduce(Environment $env, $array, $arrow, $initial = null)
1648 function twig_check_arrow_in_sandbox(Environment $env, $arrow, $thing, $type)