/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/ |
H A D | sfComments.yml | 6 ex1: "foo # bar" 9 ex4: foo # comment 11 ex6: foo#foo # comment here 14 …['ex1' => 'foo # bar', 'ex2' => 'foo # bar', 'ex3' => 'foo # bar', 'ex4' => 'foo', 'ex5' => 'foo',… 20 foo: 23 bar: foo 27 ['foo' => ['bar' => 'foo']] 36 ['foo' => ['foo' => 'bar']] 42 foo: '#bar' 61 'foo' [all …]
|
H A D | sfTests.yml | 6 stripped_title: { name: "foo bar", help: "bar foo" } 12 foo: [ ] 18 foo: 58 foo: 60 foo 66 ['foo' => ['bar' => "foo\n\n\n \nbar\n"]] 72 foo: 75 foo 94 - foo 97 ['foo', ['bar' => ['bar' => 'foo']]] [all …]
|
H A D | YtsDocumentSeparator.yml | 8 - foo: 1 14 [ { 'foo': 1, 'bar': 2 } ], 18 [ { 'foo' => 1, 'bar' => 2 } ] 28 - foo: 1 34 [ {'foo': 1, 'bar': 2}], 49 foo: 1 52 ['foo' => 1, 'bar' => 2] 63 foo: | 66 ['foo' => "---\n"] 74 foo: | [all …]
|
H A D | sfQuotes.yml | 6 foo: '| bar' 8 ['foo' => '| bar'] 16 "foo \" bar": bar 17 'foo '' bar': bar 20 foo5: { "foo \" bar: ": bar, 'foo '' bar: ': bar } 25 'foo " bar' => 'bar', 26 'foo \' bar' => 'bar', 30 'foo " bar: ' => 'bar', 31 'foo \' bar: ' => 'bar',
|
H A D | sfObjects.yml | 6 ex1: "foo # bar" 7 ex2: "foo # bar" # comment 8 ex3: 'foo # bar' # comment 9 ex4: foo # comment 11 ['ex1' => 'foo # bar', 'ex2' => 'foo # bar', 'ex3' => 'foo # bar', 'ex4' => 'foo']
|
H A D | sfMergeKey.yml | 9 foo: &foo 18 <<: *foo 22 foo: bar 23 bar: foo 24 bar_inline: {a: before, d: other, <<: *foo, b: new, x: Oren, c: { foo: bar, bar: foo}} 30 - *foo 34 <<: [ *foo , *dong , *foo2 ] 46 head_inline: &head_inline { <<: [ *foo , *dong , *foo2 ] } 50 'foo' => ['a' => 'Steve', 'b' => 'Clark', 'c' => 'Brian', 'e' => 'notnull'], 51 …'before', 'd' => 'other', 'e' => null, 'b' => 'new', 'c' => ['foo' => 'bar', 'bar' => 'foo'], 'x' … [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/ |
H A D | method_call.test | 4 {{ items.foo.foo }} 6 {{ items.foo.bar }} 9 {{ items.foo.bar(foo) }} 10 {{ items.foo.self.foo() }} 11 {{ items.foo.is }} 12 {{ items.foo.in }} 13 {{ items.foo.not }} 15 return ['foo' => 'bar', 'items' => ['foo' => new TwigTestFoo(), 'bar' => 'foo']] 19 foo 20 foo [all …]
|
H A D | array.test | 8 {{ ['foo', "bar"]|join(',') }} 12 {{ {0: 1, foo: 'bar'}|join(',') }} 16 {% set a = [1, 2, [1, 2], {'foo': {'foo': 'bar'}}] %} 18 {{ a[3]["foo"]|join(',') }} 21 {{ [foo[bar]]|join(',') }} 24 {{ ['foo'|upper, bar|upper, bar == foo]|join(',') }} 36 {% set b = "foo" %} 44 foo,bar 46 0,foo 49 0,foo [all …]
|
H A D | array_call.test | 4 {{ items.foo }} 5 {{ items['foo'] }} 6 {{ items[foo] }} 7 {{ items[items[foo]] }} 9 return ['foo' => 'bar', 'items' => ['foo' => 'bar', 'bar' => 'foo']] 13 foo
|
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/ |
H A D | code_in_lists.md | 1 1. foo 13 1. foo 25 1. foo 37 1. foo 49 1. foo 61 foo 67 foo 73 foo 79 foo 85 foo [all …]
|
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/ |
H A D | code_in_lists.md | 1 1. foo 13 1. foo 25 1. foo 37 1. foo 49 1. foo 61 foo 67 foo 73 foo 79 foo 85 foo [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/ |
H A D | json_encode.test | 4 {{ "foo"|json_encode|raw }} 5 {{ foo|json_encode|raw }} 6 {{ [foo, "foo"]|json_encode|raw }} 8 return ['foo' => new \Twig\Markup('foo', 'UTF-8')] 10 "foo" 11 "foo" 12 ["foo","foo"]
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/sandbox/ |
H A D | simple.test | 5 {%- include "foo.twig" %} 9 {%- include "foo.twig" %} 10 {%- include "foo.twig" %} 13 {%- sandbox %}{% include "foo.twig" %}{% endsandbox %} 14 --TEMPLATE(foo.twig)-- 15 foo 19 foo 20 foo 21 foo 22 foo
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
H A D | set.rst | 11 {% set foo = 'bar' %} 19 {{ foo }} 26 {% set foo = [1, 2] %} 27 {% set foo = {'foo': 'bar'} %} 28 {% set foo = 'foo' ~ 'bar' %} 34 {% set foo, bar = 'foo', 'bar' %} 38 {% set foo = 'foo' %} 45 {% set foo %} 64 {% set foo = item %} 73 {% set foo = "" %} [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/ |
H A D | parent_block3.test | 5 {% use 'file1.html.twig' with foo %} 6 {% block foo %} 8 Content of foo (second override) 9 {% endblock foo %} 16 {% block foo %} 19 {% endblock foo %} 25 {% block foo -%} 26 Content of foo 27 {% endblock foo %} 34 Content of foo [all …]
|
H A D | deep.test | 4 {% use "foo.twig" %} 7 {{ block('foo') }} 9 --TEMPLATE(foo.twig)-- 12 {% block content 'foo' %} 13 {% block foo 'foo' %} 20 foo 21 foo
|
H A D | multiple_aliases.test | 4 {% use "foo.twig" with content as foo_content %} 8 {{ block('foo') }} 11 --TEMPLATE(foo.twig)-- 12 {% block content 'foo' %} 13 {% block foo 'foo' %} 21 foo 23 foo
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/ |
H A D | basic.test | 4 {% set foo = 'foo' %} 5 {% set bar = 'foo<br />' %} 7 {{ foo }} 10 {% set foo, bar = 'foo', 'bar' %} 12 {{ foo }}{{ bar }} 16 foo 17 foo<br />
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/ |
H A D | combined_debug_info.test | 5 {{ foo }} 6 {{ include("foo") }} 9 --TEMPLATE(foo)-- 10 foo 11 {{ foo.bar }} 13 return ['foo' => 'foo'] 15 …meError: Impossible to access an attribute ("bar") on a string variable ("foo") in "foo" at line 3.
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/ |
H A D | with_variables.test | 4 {% include "foo.twig" with {'foo': 'bar'} %} 5 {% include "foo.twig" with vars1 %} 6 {% include "foo.twig" with vars2 %} 7 --TEMPLATE(foo.twig)-- 8 {{ foo }} 10 return ['vars1' => ['foo' => 'bar'], 'vars2' => new ArrayObject(['foo' => 'bar'])]
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/ |
H A D | from.test | 4 {% from 'forms.twig' import foo %} 5 {% from 'forms.twig' import foo as foobar, bar %} 7 {{ foo('foo') }} 8 {{ foobar('foo') }} 9 {{ bar('foo') }} 11 {% macro foo(name) %}foo{{ name }}{% endmacro %}
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Builder/ |
H A D | InvocationMockerTest.php | 14 $this->assertEquals(1, $mock->foo()); 27 $this->assertEquals(1, $mock->foo()); 28 $this->assertEquals(2, $mock->foo()); 29 $this->assertEquals(3, $mock->foo()); 42 $this->assertEquals(1, $mock->foo()); 43 $this->assertEquals(2, $mock->foo()); 44 $this->assertEquals(3, $mock->foo()); 57 $this->assertSame(null, $mock->foo()); 59 $this->assertSame('foo', $mock->foo()); 61 $this->assertSame('bar', $mock->foo());
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
H A D | coding_standards.rst | 12 {{ foo }} 14 {% if foo %}{% endif %} 21 {{- foo -}} 34 {{ foo ~ bar }} 43 {{ {'foo': 'bar'} }} 56 {{ 'foo' }} 57 {{ "foo" }} 64 {{ foo|upper|lower }} 74 {{ foo|default('foo') }} 89 {% set foo = 'foo' %} [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/ |
H A D | with_context.test | 4 {{ include("foo.twig") }} 5 {{- include("foo.twig", with_context = false) }} 6 {{- include("foo.twig", {'foo1': 'bar'}) }} 7 {{- include("foo.twig", {'foo1': 'bar'}, with_context = false) }} 8 --TEMPLATE(foo.twig)-- 11 return ['foo' => 'bar'] 13 foo,global,_parent, 15 foo,global,foo1,_parent,
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/ |
H A D | SimpleClassObject.yml | 3 foo: http://foo.example.org 4 old_foo: http://old.foo.example.org 5 new_foo: http://new.foo.example.org 7 foo: 11 namespace: http://old.foo.example.org 15 namespace: http://foo.example.org 19 namespace: http://new.foo.example.org
|