Home
last modified time | relevance | path

Searched refs:bar (Results 226 – 250 of 495) sorted by path

12345678910>>...20

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dfailure-isolation.phpt47 - 'foo' => 'bar'
48 + 'bar' => 'foo'
55 Failed asserting that 'bar' matches expected null.
66 +'bar'
77 -bar
107 +bar
H A Dfailure-reverse-list.phpt57 +bar
85 -bar
98 +'bar'
104 Failed asserting that 'bar' matches expected null.
115 - 'foo' => 'bar'
116 + 'bar' => 'foo'
H A Dfailure.phpt46 - 'foo' => 'bar'
47 + 'bar' => 'foo'
54 Failed asserting that 'bar' matches expected null.
65 +'bar'
76 -bar
106 +bar
H A Dphpt-env.phpt4 FOO=bar
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DClassWithNonPublicAttributes.php22 public $bar = 2; variable in ClassWithNonPublicAttributes
H A DFailureTest.php20 $b->bar = 'foo';
H A DMockable.php17 public function bar() function in Mockable
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A DREADME.md23 print $differ->diff('foo', 'bar');
32 +bar
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md35 Yaml::parse('!foo bar', Yaml::PARSE_CUSTOM_TAGS);
36 // returns TaggedValue('foo', 'bar');
107 Symfony 4.0 (e.g. `foo:bar` must be `foo: bar`).
145 …Yaml::parse('{ "foo": "bar", "fiz": "cat" }', Yaml::PARSE_EXCEPTION_ON_INVALID_TYPE | Yaml::PARSE_…
151 …Yaml::dump(['foo' => new A(), 'bar' => 1], 0, 0, Yaml::DUMP_EXCEPTION_ON_INVALID_TYPE | Yaml::DUMP…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DDumperTest.php263 $bar = new \stdClass();
264 $bar->class = 'classBar';
265 $bar->args = ['bar'];
268 $foo->bar = $bar;
H A DInlineTest.php357 ['[ foo , bar , false , null , 12 ]', ['foo', 'bar', false, null, 12]],
428 ['[ foo , bar , false , null , 12 ]', ['foo', 'bar', false, null, 12]],
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsBasicTests.yml46 - bar
49 [['foo', 'bar', 'baz']]
59 - bar
88 bar: stuff
90 ['foo' => 'whatever', 'bar' => 'stuff']
97 bar:
101 ['foo' => 'whatever', 'bar' => ['uno', 'dos']]
108 bar:
115 'bar' => [
128 bar:
[all …]
H A DYtsBlockMapping.yml6 foo: bar
8 ['foo' => 'bar']
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 DYtsFlowCollections.yml22 hash: { name: Steve, foo: bar }
24 ['hash' => ['name' => 'Steve', 'foo' => 'bar']]
H A DYtsSpecificationExamples.yml772 Unknown variable "bar"
781 foo = bar
789 'User' => 'ed', 'Fatal' => "Unknown variable \"bar\"\n",
792 { 'file' => 'MoreClass.py', 'line' => 58, 'code' => "foo = bar" } ] } )
1342 #:foo and bar# are
1358 'indicators' => "this has no comments. #:foo and bar# are both text.",
1410 - /foo/bar
1411 - d:/foo/bar
1412 - foo/bar
1415 [ 12, '12', '12', '12', '12', '/foo/bar', 'd:/foo/bar', 'foo/bar', '/a.*b/' ]
H A Dmultiple_lines_as_literal_block.yml2 single_line: 'foo bar baz'
7 bar
H A DnumericMappingKeys.yml7 0: bar
9 [1 => 'foo', 0 => 'bar']
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 DsfMergeKey.yml14 bar:
22 foo: bar
23 bar: foo
24 bar_inline: {a: before, d: other, <<: *foo, b: new, x: Oren, c: { foo: bar, bar: foo}}
51 …'bar' => ['a' => 'before', 'd' => 'other', 'e' => null, 'b' => 'new', 'c' => ['foo' => 'bar', 'bar
52 …' => ['a' => 'before', 'd' => 'other', 'b' => 'new', 'c' => ['foo' => 'bar', 'bar' => 'foo'], 'e' …
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']
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 DunindentedCollections.yml47 foo: bar
49 ['collection' => ['key' => ['a', 'b', 'c']], 'foo' => 'bar']
60 foo: bar
62 ['collection' => ['key' => ['a', 'b', 'c'], 'foo' => 'bar']]
70 foo: bar
72 ['collection' => [['key' => 'foo', 'foo' => 'bar']]]
80 foo: bar
82 ['collection' => [['key' => 'foo', 'foo' => 'bar']]]
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG691 …* fixed the "defined" test and the "default" filter (now works with more than one call (foo.bar.fo…
722 …upport for an array of templates to the "include" and "extends" tags ({% include ['foo', 'bar'] %})
833 …h keys" and "hashes without keys" is not supported anymore ([1, "foo": "bar"] or {"foo": "bar", 1})
880 …* added support for is*() methods for attributes (foo.bar now looks for foo->getBar() or foo->isBa…
1039 * extended set tag to support expression as value ({% set foo as 'foo' ~ 'bar' %} )
1064 * added support for method calls with arguments ({{ foo.bar('a', 43) }})

12345678910>>...20