Searched defs:preserveKeys (Results 1 – 2 of 2) sorted by relevance
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/ |
H A D | CoreExtension.php | 661 function twig_slice(Environment $env, $item, $start, $length = null, $preserveKeys = false) 876 function twig_reverse_filter(Environment $env, $item, $preserveKeys = false) 1465 function twig_to_array($seq, $preserveKeys = true) 1650 function twig_array_batch($items, $size, $fill = null, $preserveKeys = true)
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/ |
H A D | CoreTest.php | 260 … public function testSliceFilter($expected, $input, $start, $length = null, $preserveKeys = false)
|