Home
last modified time | relevance | path

Searched refs:b (Results 1676 – 1700 of 2511) sorted by last modified time

1...<<61626364656667686970>>...101

/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dlast.rst15 {{ { a: 1, b: 2, c: 3, d: 4 }|last }}
H A Dreverse.rst26 {% for key, value in {1: "a", 2: "b", 3: "c"}|reverse %}
30 {# output: 0: c 1: b 2: a #}
32 {% for key, value in {1: "a", 2: "b", 3: "c"}|reverse(true) %}
36 {# output: 3: c 2: b 1: a #}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Djoin.test12 {{ ["a", "b", "c"]|join('','-') }}
13 {{ ["a", "b", "c"]|join('-','-') }}
14 {{ ["a", "b", "c"]|join('-','') }}
17 {{ {"a": "w", "b": "x", "c": "y", "d": "z"}|join }}
18 {{ {"a": "w", "b": "x", "c": "y", "d": "z"}|join(',') }}
19 {{ {"a": "w", "b": "x", "c": "y", "d": "z"}|join(',','-') }}
32 a-b-c
H A Dreverse.test7 {{ {'a': 'c', 'b': 'a'}|reverse()|join(',') }}
8 {{ {'a': 'c', 'b': 'a'}|reverse(preserveKeys=true)|join(glue=',') }}
9 {{ {'a': 'c', 'b': 'a'}|reverse(preserve_keys=true)|join(glue=',') }}
H A Dslice.test5 {{ {a: 1, b: 2, c: 3, d: 4}[1:2]|join('') }}
10 {{ {a: 1, b: 2, c: 3, d: 4}|slice(1, 2)|join('') }}
11 {{ {a: 1, b: 2, c: 3, d: 4}|slice(1, 2)|keys|join('') }}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dattribute.test6 {{ attribute(obj, "bar", ["a", "b"]) }}
11 …oo', 'array' => ['foo' => 'bar'], 'item' => 'foo', 'nonmethod' => 'xxx', 'arguments' => ['a', 'b']]
15 bar_a-b
16 bar_a-b
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/
H A Dsimple.test7 {% macro test(a, b) -%}
9 {{- b|default('b') }}<br />
19 a<br />b<br />
20 a<br />b<br />
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/
H A Dwith_for_tag.test10 return ['items' => ['a', 'b']]
H A Dwith_if_tag.test23 return ['items' => ['a', 'b']]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dkeys.test8 return ['items' => ['a', 'b']]
H A Dkeys_and_values.test8 return ['items' => ['a', 'b']]
11 * 1/b
H A Dloop_context.test11 return ['items' => ['a', 'b']]
H A Dloop_not_defined.test8 return ['items' => ['a', 'b']]
H A Dloop_not_defined_cond.test7 return ['items' => ['a', 'b']]
H A Dnested_else.test14 return ['items' => ['a', 'b'], 'items1' => []]
17 no b
H A Drecursive.test11 return ['items' => ['a' => ['a1', 'a2', 'a3'], 'b' => ['b1']]]
17 * b (2):
H A Dvalues.test8 return ['items' => ['a', 'b']]
11 * b
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/if/
H A Dbasic.test6 {% elseif b is defined %}
7 {{ b }}
16 return ['b' => 'b']
18 b
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/sandbox/
H A Darray.test11 return ['a' => 'b']
15 b
16 string(1) "b"
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dbootstrap.min.js6b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1||b[0]>3)throw n… argument
7b,this.clear();var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).… argument
H A Dholder.min.js12b=a.document;b.querySelectorAll||(b.querySelectorAll=function(c){var d,e=b.createElement("style"),… variable
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/_fixture/
H A Dclass_with_multiple_anonymous_classes_and_functions.php18 $f = function ($a, $b) {
19 return $a + $b;
22 $g = function ($a, $b) {
23 return $a - $b;
H A Dsource4.php15 interface b extends a interface
21 class c implements b
H A Dsource5.php2 function foo($a, array $b, array $c = array()) {} argument
3 interface i { public function m($a, array $b, array $c = array()); } argument
4 abstract class a { abstract public function m($a, array $b, array $c = array()); } argument
5 class c { public function m($a, array $b, array $c = array()) {} } argument
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist7 define('STDOUT', fopen('php://temp', 'w+b'));

1...<<61626364656667686970>>...101