Home
last modified time | relevance | path

Searched refs:foo (Results 176 – 200 of 405) sorted by relevance

12345678910>>...17

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2366/
H A DIssue2366Test.php4 public function foo() function in Issue2366
16 $this->assertEquals(1, $o->foo());
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dparent_without_extends_but_traits.test4 {% use 'foo.twig' %}
9 --TEMPLATE(foo.twig)--
H A Dparent.test4 {% extends "foo.twig" %}
7 --TEMPLATE(foo.twig)--
H A Dnested_blocks.test4 {% extends "foo.twig" %}
13 --TEMPLATE(foo.twig)--
H A Dparent_nested.test4 {% extends "foo.twig" %}
15 --TEMPLATE(foo.twig)--
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_inline_html_avanced.md3 <div>foo</div>
10 foo
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DSimpleInternalObject.php18 public function __construct($foo, $bar) argument
20 parent::__construct($foo);
H A DGroupsObject.php17 private $foo; variable in JMS\\Serializer\\Tests\\Fixtures\\GroupsObject
38 $this->foo = 'foo';
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/
H A Dcapture.test4 {% set foo %}f<br />o<br />o{% endset %}
6 {{ foo }}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/
H A Dautoescaping.test4 {{ include("foo.twig") }}
5 --TEMPLATE(foo.twig)--
H A Dmissing.test4 {{ include("foo.twig") }}
8 Twig\Error\LoaderError: Template "foo.twig" is not defined in "index.twig" at line 2.
H A Dsandbox_disabling_ignore_missing.test7 {{ foo|e }}
9 return ['foo' => 'bar<br />']
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/spaceless/
H A Dsimple.test6 <div> <div> foo </div> </div>
12 <div><div> foo </div></div>
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/
H A Diterable.test5 {{ foo }}{{ bar }}
8 return ['vars' => new ArrayObject(['foo' => 'baz', 'bar' => 'qux'])]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
H A Dmissing.test4 {% include "foo.twig" %}
8 Twig\Error\LoaderError: Template "foo.twig" is not defined in "index.twig" at line 2.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/
H A Dnested_calls.test6 {% macro foo(data) %}
14 {{ macros.foo(macros.bar()) }}
H A Ddefault_values.test10 {{ test('foo') }}
11 {{ test('bar', 'foo') }}
H A Dwith_filters.test7 {% filter escape %}foo<br />{% endfilter %}
14 foo&lt;br /&gt;
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DDumperTest.php267 $foo = new \stdClass();
268 $foo->bar = $bar;
269 $foo->zar = $zar;
271 $object->foo = $foo;
278 $parsedArrayObject->foo = 'bar';
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/sandbox/
H A Darray.test5 {%- include "foo.twig" %}
7 --TEMPLATE(foo.twig)--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dmulti_word_tests.test4 {{ 'foo' is multi word ? 'yes' : 'no' }}
5 {{ 'foo bar' is multi word ? 'yes' : 'no' }}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dmultiline_function_with_undefined_variable.test4 {{ include('foo',
7 --TEMPLATE(foo)--
H A Dmultiline_tag_with_undefined_variable.test4 {% include 'foo'
7 --TEMPLATE(foo)--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/LegacyFixtures/functions/
H A Dundefined_block.legacy.test5 {% block foo %}{{ parent() }}{{ block('unknown') }}{{ block('bar') }}{% endblock %}
7 {% block foo %}Foo{% endblock %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dcondition.test5 {{ loop.index }}.{{ i }}{{ foo.bar }}
8 return ['foo' => ['bar' => 'X']]

12345678910>>...17