Home
last modified time | relevance | path

Searched refs:foo (Results 126 – 150 of 405) sorted by relevance

12345678910>>...17

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/sandbox/
H A Dnot_valid1.test5 {%- include "foo.twig" %}
8 --TEMPLATE(foo.twig)--
9 foo
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dmultiline_array_with_undefined_variable_again.test4 {% set foo = {
5 foo: 'foo',
H A Dundefined_trait.test4 {% use 'foo' with foobar as bar %}
5 --TEMPLATE(foo)--
9 Twig\Error\RuntimeError: Block "foobar" is not defined in trait "foo" in "index.twig" at line 2.
H A Dmultiline_array_with_undefined_variable.test4 {% set foo = {
5 foo: 'foo',
H A Dsyntax_error_in_reused_template.test4 {% use 'foo.twig' %}
5 --TEMPLATE(foo.twig)--
10 …expected token "operator" of value "=" ("end of statement block" expected) in "foo.twig" at line 3.
/plugin/dokubookmark/
H A Daction.php88 $foo = $_SERVER['REMOTE_USER'];
89 if (!isset($foo) || empty($foo)) {
90 $foo= 'anonymous';
100 'foo' => $foo,
/plugin/farmer/lang/en/
H A Dtab_new_help.txt12 * .htaccess based: ''foo'' for an animal accessible at ''%%http://example.org/dokuwiki/!foo/%%''
13 * domain based: ''%%www.foo.com%%'' for an animal accessible at ''%%http://www.foo.com/%%''
14 * sub domain based: ''foo'' for an animal accessible at ''%%http://foo.example.com/%%''
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dmultiple_dynamic.test4 {% set foo = 1 %}
7 {% set foo = 2 %}
10 {% extends foo~'_parent.twig' %}{% block content %}{{ parent() }} parent{% endblock %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/
H A Dnested.test4 {% embed "foo.twig" %}
7 {% embed "foo.twig" %}
16 --TEMPLATE(foo.twig)--
H A Dmultiple.test5 {% embed "foo.twig" %}
12 {% embed "foo.twig" %}
20 --TEMPLATE(foo.twig)--
/plugin/bootswrapper/exe/help/
H A Dcollapse.txt5 <button collapse="foo">Click Me</button>
7 <collapse id="foo" collapsed="true"><well>
13 <button collapse="foo">Click Me</button>
15 <collapse id="foo" collapsed="true"><well>
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DescapedCharacters.yml151 { single: 'foo\Var', no-quotes: foo\Var, double: "foo\\Var" }
154 'single' => 'foo\Var', 'no-quotes' => 'foo\Var', 'double' => 'foo\Var'
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dsimple_xml_element.test13 return ['images' => new \SimpleXMLElement('<images><image><group myattr="example">foo</group></imag…
15 Hello 'foo'!
18 - foo
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dfailure-isolation.phpt47 - 'foo' => 'bar'
48 + 'bar' => 'foo'
65 -'foo'
76 'foo
106 -foo
H A Dfailure-reverse-list.phpt56 -foo
84 'foo
97 -'foo'
115 - 'foo' => 'bar'
116 + 'bar' => 'foo'
H A Dfailure.phpt46 - 'foo' => 'bar'
47 + 'bar' => 'foo'
64 -'foo'
75 'foo
105 -foo
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dclass_partial.phpt7 public function bar(Foo $foo)
11 public function baz(Foo $foo)
42 public function bar(Foo $foo)
44 $arguments = array($foo);
H A Dnamespaced_class_partial.phpt9 public function bar(Foo $foo)
13 public function baz(Foo $foo)
44 public function bar(NS\Foo $foo)
46 $arguments = array($foo);
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_nested_blockquotes.md1 > foo
5 > foo
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/_fixture/
H A DClassWithSelfTypeHint.php4 public function foo(self $foo) function in ClassWithSelfTypeHint
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Ddotdot.test10 {% for i in foo[0]..foo[1] %}{{ i }} {% endfor %}
14 return ['foo' => [1, 10]]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst81 {{ foo.bar }}
90 {# equivalent to the non-working foo.data-foo #}
91 {{ attribute(foo, 'data-foo') }}
143 {% set foo = 'foo' %}
145 {% set foo = {'foo': 'bar'} %}
608 { 'foo': 'foo', 'bar': 'bar' }
611 { foo: 'foo', bar: 'bar' }
617 {% set foo = 'foo' %}
618 { (foo): 'foo', (1 + 1): 'bar', (foo ~ 'b'): 'baz' }
630 {% set foo = [1, {"foo": "bar"}] %}
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/_files/
H A Dsource_with_ignore.php23 public function foo() function in Bar
35 public function foo(); function
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dspecial_chars.test4 {{ 'foo'|§ }}
8 §foo§
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/_fixture/
H A Dclass_with_method_that_declares_anonymous_class2.php4 $foo = new class {
10 return $foo->method_in_anonymous_class();

12345678910>>...17