Home
last modified time | relevance | path

Searched refs:keys (Results 301 – 325 of 576) sorted by path

1...<<11121314151617181920>>...24

/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG26 * fixed batch filter clobbers array keys when fill parameter is used
221 * removed usage of realpath in cache keys
656 * removed the need to quote hash keys
657 * allowed hash keys to be any expression
833 …* support for "arrays with keys" and "hashes without keys" is not supported anymore ([1, "foo": "b…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst697 where keys are the name of the filters (``rot13``) and the values the
H A Dapi.rst213 paths is preferred as it makes the cache keys independent of the project root
H A Drecipes.rst34 template names as keys and template contents as values (as done by
H A Dtemplates.rst581 Support for hash keys as names and expressions was added in Twig 1.5.
602 * ``{"foo": "bar"}``: Hashes are defined by a list of keys and values
607 {# keys as string #}
610 {# keys as names (equivalent to the previous hash) -- as of Twig 1.5 #}
613 {# keys as integer #}
616 {# keys as expressions (the expression must be enclosed into parentheses) -- as of Twig 1.5 #}
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dindex.rst19 keys
H A Dkeys.rst1 ``keys``
4 The ``keys`` filter returns the keys of an array. It is useful when you want to
5 iterate over the keys of an array:
9 {% for key in array|keys %}
H A Dmerge.rst26 For hashes, the merging process occurs on the keys: if the key does not
H A Dreverse.rst21 For sequences and mappings, numeric keys are not preserved. To reverse
45 * ``preserve_keys``: Preserve keys when reversing a mapping or a sequence.
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dmax.rst14 When called with a mapping, max ignores keys and only compares values:
H A Dmin.rst14 When called with a mapping, min ignores keys and only compares values:
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst134 on keys by using the ``keys`` filter:
140 {% for key in users|keys %}
148 You can also access both keys and values:
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php843 $keys = [];
846 $keys[] = $array->key();
850 return $keys;
853 $keys = [];
855 $keys[] = $key;
858 return $keys;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php217 $keys = array_keys($array);
220 [$keys, $array],
221 [$keys, new CoreTestIterator($array, $keys)],
222 [$keys, new CoreTestIteratorAggregate($array, $keys)],
223 [$keys, new CoreTestIteratorAggregateAggregate($array, $keys)],
240 $keys = array_keys($array);
250 [false, 4, new CoreTestIterator($array, $keys, true)],
269 $keys = array_keys($i);
279 [$i, new CoreTestIterator($i, $keys, true), 0, \count($keys) + 10, true],
280 [[], new CoreTestIterator($i, $keys, true), \count($keys) + 10],
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Darray.test10 {{ {0: 1, 'foo': 'bar'}|keys|join(',') }}
13 {{ {0: 1, foo: 'bar'}|keys|join(',') }}
34 {# keys can be any expression #}
38 {{ ary|keys|join(',') }}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dbatch_with_keys.test2 "batch" filter preserves array keys
4 {{ {'foo': 'bar', 'key': 'value'}|batch(4)|first|keys|join(',') }}
5 {{ {'foo': 'bar', 'key': 'value'}|batch(4, 'fill')|first|keys|join(',') }}
H A Dmerge.test5 {{ items|merge({'bar': 'foo'})|keys|join }}
7 {{ {'bar': 'foo'}|merge(items)|keys|join }}
H A Dslice.test8 {{ [1, 2, 3, 4]|slice(1, 2)|keys|join('') }}
9 {{ [1, 2, 3, 4]|slice(1, 2, true)|keys|join('') }}
11 {{ {a: 1, b: 2, c: 3, d: 4}|slice(1, 2)|keys|join('') }}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dkeys.test2 "for" tag can iterate over keys
4 {% for key in items|keys %}
H A Dkeys_and_values.test2 "for" tag can iterate over keys and values
H A Dobjects.test15 {% for key in items|keys %}
H A Dobjects_countable.test16 {% for key in items|keys %}
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md198 …y, $message = '')` | Check that an array is associative and has strings as keys
/plugin/flowcharts/
H A Dmermaid.min.js1keys:function(){var t=[];for(var e in this)"$"===e[0]&&t.push(e.slice(1));return t},values:functio…
24keys:n(25),map:n(123),reduce:n(125),size:n(249),transform:n(255),union:n(256),values:n(130)}}catch… method in i
/plugin/flowplay2/flowplayer/
H A DLICENSE.txt317 procedures, authorization keys, or other information required to install

1...<<11121314151617181920>>...24