Home
last modified time | relevance | path

Searched refs:bar (Results 1 – 25 of 495) sorted by relevance

12345678910>>...20

/plugin/bootswrapper/exe/help/
H A Dprogress.txt12 <bar value="60"></bar>
19 <bar value="60"></bar>
28 <bar value="60" showvalue="true"></bar>
34 <bar value="60" showvalue="true"></bar>
44 <bar value="40" type="success"></bar>
48 <bar value="20" type="info"></bar>
52 <bar value="60" type="warning"></bar>
56 <bar value="80" type="danger"></bar>
63 <bar value="40" type="success"></bar>
67 <bar value="20" type="info"></bar>
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfQuotes.yml6 foo: '| bar'
14 "foo1": bar
15 'foo2': bar
16 "foo \" bar": bar
17 'foo '' bar': bar
18 'foo3: ': bar
20 foo5: { "foo \" bar: ": bar, 'foo '' bar: ': bar }
25 'foo " bar' => 'bar',
26 'foo \' bar' => 'bar',
30 'foo " bar: ' => 'bar',
[all …]
H A DsfTests.yml6 stripped_title: { name: "foo bar", help: "bar foo" }
8 ['stripped_title' => ['name' => 'foo bar', 'help' => 'bar foo']]
59 bar: |
64 bar
73 bar: >
78 bar
95 - bar: { bar: foo }
97 ['foo', ['bar' => ['bar' => 'foo']]]
131 { foo: bar }
138 [ foo, bar ]
[all …]
H A DsfComments.yml6 ex1: "foo # bar"
7 ex2: "foo # bar" # comment
8 ex3: 'foo # bar' # comment
14 …['ex1' => 'foo # bar', 'ex2' => 'foo # bar', 'ex3' => 'foo # bar', 'ex4' => 'foo', 'ex5' => 'foo',…
23 bar: foo
42 foo: '#bar'
44 ['foo' => '#bar']
52 foo: bar # a comment
54 ['foo' => 'bar']
66 yaml: 'foo#bar: baz'
[all …]
H A DYtsDocumentSeparator.yml9 bar: 2
14 [ { 'foo': 1, 'bar': 2 } ],
18 [ { 'foo' => 1, 'bar' => 2 } ]
29 bar: 2
34 [ {'foo': 1, 'bar': 2}],
38 [ { 'foo' => 1, 'bar' => 2 } ]
50 bar: 2
52 ['foo' => 1, 'bar' => 2]
76 foo: bar
79 bar: |
[all …]
H A DsfObjects.yml6 ex1: "foo # bar"
7 ex2: "foo # bar" # comment
8 ex3: 'foo # bar' # comment
11 ['ex1' => 'foo # bar', 'ex2' => 'foo # bar', 'ex3' => 'foo # bar', 'ex4' => 'foo']
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Darray.test8 {{ ['foo', "bar"]|join(',') }}
9 {{ {0: 1, 'foo': 'bar'}|join(',') }}
12 {{ {0: 1, foo: 'bar'}|join(',') }}
21 {{ [foo[bar]]|join(',') }}
24 {{ ['foo'|upper, bar|upper, bar == foo]|join(',') }}
41 return ['bar' => 'bar', 'foo' => ['bar' => 'bar']]
44 foo,bar
45 1,bar
48 1,bar
52 bar
[all …]
H A Dmethod_call.test6 {{ items.foo.bar }}
7 {{ items.foo['bar'] }}
8 {{ items.foo.bar('a', 43) }}
9 {{ items.foo.bar(foo) }}
15 return ['foo' => 'bar', 'items' => ['foo' => new TwigTestFoo(), 'bar' => 'foo']]
21 bar
H A Darray_call.test9 return ['foo' => 'bar', 'items' => ['foo' => 'bar', 'bar' => 'foo']]
11 bar
12 bar
14 bar
H A Dbinary.test19 {{ "foo" ~ "bar" }}
20 {{ foo ~ "bar" }}
21 {{ "foo" ~ bar }}
22 {{ foo ~ bar }}
25 return ['foo' => 'bar', 'bar' => 'foo']
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/
H A Dcode_in_lists.md4 bar
16 bar
28 bar
40 bar
52 bar
63 bar
69 bar
75 bar
81 bar
87 bar
[all …]
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dcode_in_lists.md4 bar
16 bar
28 bar
40 bar
52 bar
63 bar
69 bar
75 bar
81 bar
87 bar
[all …]
/plugin/webcode/
H A Dstyle.css13 div.webcode>.webcode-bar {
21 div.webcode>.webcode-bar .webcode-bar-item {
25 div.webcode>.webcode-bar a, div.webcode>.webcode-bar button {
36 div.webcode>.webcode-bar button {
43 div.webcode:hover>.webcode-bar {
47 div.webcode-bar:focus-within>.webcode-bar {
51 div.webcode>.webcode-bar a:focus, div.webcode>.webcode-bar a:hover, div.webcode>.webcode-bar button…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/
H A Dparent_block3.test10 {% block bar %}
12 Content of bar (second override)
13 {% endblock bar %}
20 {% block bar %}
22 Content of bar (first override)
23 {% endblock bar %}
28 {% block bar -%}
29 Content of bar
30 {% endblock bar %}
37 Content of bar
[all …]
H A Dmultiple.test5 {% use "bar.twig" %}
9 {{ block('bar') }}
13 --TEMPLATE(bar.twig)--
14 {% block content 'bar' %}
15 {% block bar 'bar' %}
19 bar
21 bar
H A Dmultiple_aliases.test5 {% use "bar.twig" %}
9 {{ block('bar') }}
14 --TEMPLATE(bar.twig)--
15 {% block content 'bar' %}
16 {% block bar 'bar' %}
20 bar
22 bar
H A Ddeep.test8 {{ block('bar') }}
10 {% use "bar.twig" %}
14 --TEMPLATE(bar.twig)--
15 {% block content 'bar' %}
16 {% block bar 'bar' %}
22 bar
/plugin/combo/resources/theme/default/components/css/
H A Dwebcode.css5 .webcode-wrapper>.webcode-bar {
12 .webcode-wrapper>.webcode-bar .webcode-bar-item {
16 .webcode-wrapper>.webcode-bar a,
17 .webcode-wrapper>.webcode-bar button {
28 .webcode-wrapper>.webcode-bar button {
35 .webcode-wrapper>.webcode-bar a:focus,
36 .webcode-wrapper>.webcode-bar a:hover,
37 .webcode-wrapper>.webcode-bar button:focus,
38 .webcode-wrapper>.webcode-bar butto
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/
H A Dmutating.test6 {% set bar %}
7 {%- set foo = "bar" -%}
8 bar
12 {{ bar }}
16 bar
17 bar
H A Dbasic.test5 {% set bar = 'foo<br />' %}
8 {{ bar }}
10 {% set foo, bar = 'foo', 'bar' %}
12 {{ foo }}{{ bar }}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
H A Dwith_variables.test4 {% include "foo.twig" with {'foo': 'bar'} %}
10 return ['vars1' => ['foo' => 'bar'], 'vars2' => new ArrayObject(['foo' => 'bar'])]
12 bar
13 bar
14 bar
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Dnull_coalesce.test6 {{ bar ?? 'KO' }}
8 {{ foo.bar ?? 'KO' }}
10 {{ foo.bar.baz.missing ?? 'OK' }}
11 {{ foo['bar'] ?? 'KO' }}
17 return ['bar' => 'OK', 'foo' => ['bar' => 'OK']]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/
H A Dbasic.test5 {% set bar = 'BAZ' %}
6 {{ foo }}{{ bar }}
8 {{ foo }}{{ bar }}
10 return ['foo' => 'foo', 'bar' => 'bar']
H A Dnested.test4 {% set foo, bar = 'foo', 'bar' %}
5 {% with {bar: 'BAZ'} %}
7 {{ foo }}{{ bar }}
10 {{ foo }}{{ bar }}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Djoin.test4 {{ ["foo", "bar"]|join(', ') }}
6 {{ bar|join(', ') }}
8 {{ ["foo", "bar"]|join(', ', ' and ') }}
10 {{ bar|join(', ', ' and ') }}
21 return ['foo' => new TwigTestFoo(), 'bar' => new \ArrayObject([3, 4])]
23 foo, bar
27 foo and bar

12345678910>>...20