Searched defs:preserveKeys (Results 1 – 2 of 2) sorted by relevance
| /template/twigstarter/vendor/twig/twig/src/Resources/ |
| D | core.php | 155 function twig_slice(Environment $env, $item, $start, $length = null, $preserveKeys = false) 227 function twig_reverse_filter(Environment $env, $item, $preserveKeys = false) 455 function twig_array_batch($items, $size, $fill = null, $preserveKeys = true)
|
| /template/twigstarter/vendor/twig/twig/src/Extension/ |
| D | CoreExtension.php | 757 …public static function slice(string $charset, $item, $start, $length = null, $preserveKeys = false) 978 public static function reverse(string $charset, $item, $preserveKeys = false) 1395 public static function toArray($seq, $preserveKeys = true) 1643 public static function batch($items, $size, $fill = null, $preserveKeys = true): array
|