Home
last modified time | relevance | path

Searched refs:foo (Results 151 – 175 of 405) sorted by relevance

12345678910>>...17

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dspecial_chars.test4 {{ §('foo') }}
8 §foo§
H A Dmagic_call53.test6 {{ 'foo'|magic_call_string }}
7 {{ 'foo'|magic_call_array }}
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php553 $mock->foo($y);
571 $mock->foo($y);
820 $foo->expects($this->any())
822 ->will($this->returnCallback([$foo, 'callback']));
826 $foo->bar($a, $b, $c);
841 $foo->expects($this->any())
851 $foo->bar($a, $b, $c);
870 $foo->expects($this->any())
875 $this->assertNull($foo->bar($a, $b, $c));
892 $foo->expects($this->any())
[all …]
/plugin/findologicxmlexport/vendor/sebastian/exporter/tests/
H A DExporterTest.php31 $obj2->foo = 'bar';
51 $storage->foo = $obj2;
190 $obj->foo = 'bar';
270 $obj->foo = 'bar';
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/verbatim/
H A Dbasic.test5 {{ foo }}
10 {{ foo }}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/raw/
H A Dbasic.legacy.test5 {{ foo }}
10 {{ foo }}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Descape.test4 {{ "foo <br />"|e }}
8 foo &lt;br /&gt;
H A Dformat.test4 {{ string|format(foo, 3) }}
6 return ['string' => '%s/%d', 'foo' => 'bar']
H A Dspaceless.test4 {{ " <div> <div> foo </div> </div>"|spaceless }}
8 <div><div> foo </div></div>
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/
H A Dcapture-empty.test4 {% set foo %}{% endset %}
6 {% if foo %}FAIL{% endif %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dempty.test4 {% extends "foo.twig" %}
5 --TEMPLATE(foo.twig)--
H A Dextends_as_array_with_empty_name.test7 foo
12 foo
H A Dextends_as_array_with_null_name.test7 foo
12 foo
H A Dbasic.test4 {% extends "foo.twig" %}
9 --TEMPLATE(foo.twig)--
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DValidateVCardTest.php99 $foo = $this->cardBackend->getCard('addressbook1','blabla.vcf');
100 $this->assertTrue(strpos($foo['carddata'],'UID')!==false);
115 $foo = $this->cardBackend->getCard('addressbook1','blabla.vcf');
116 $this->assertEquals("BEGIN:VCARD\r\nUID:foo\r\nEND:VCARD\r\n", $foo['carddata']);
/plugin/farmer/lang/en/
H A Dtab_config_help.txt9 should be a full qualified hostname (''foo.example.com'' instead of just ''foo'').
12 Eg. if you specify ''example.com'' it is assumed an animal named ''foo'' is reachable via ''foo.example.com''.
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithObjectProperty.php14 private $foo; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithObjectProperty
26 return $this->foo;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Ddynamic_test.test5 {{ 'foo' is test_foo ? '1' :'0' }}
7 {{ 'foo' is test_bar ? '1' :'0' }}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/
H A Dbasic.test8 {% block content 'foo' %}
12 foo
H A Ddeep_empty.test4 {% use "foo.twig" %}
5 --TEMPLATE(foo.twig)--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
H A Dbasic.test5 {% include "foo.twig" %}
8 --TEMPLATE(foo.twig)--
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/_fixture/
H A Dsource4.php12 public function foo(); function
23 public function foo() function in c
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/
H A Dbasic.test5 {{ include("foo.twig") }}
8 --TEMPLATE(foo.twig)--
H A Dassignment.test4 {% set tmp = include("foo.twig") %}
7 --TEMPLATE(foo.twig)--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/
H A Dreserved_variables.test12 return ['this' => 'foo']
14 foo

12345678910>>...17