Home
last modified time | relevance | path

Searched refs:foo (Results 226 – 250 of 405) sorted by relevance

12345678910>>...17

/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst35 private $foo;
39 $this->foo = $values['foo'];
272 * @Foo(bar="foo")
273 * @Bar(foo="bar")
288 echo $annot->bar; // prints "foo";
290 echo $annot->foo; // prints "bar";
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsBlockMapping.yml6 foo: bar
8 ['foo' => 'bar']
/plugin/findologicxmlexport/vendor/hoa/protocol/Bin/
H A DResolve.php121 $foo = substr($path, 0, 6);
123 if ('hoa://' !== $foo) {
/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/gitlabproject/
H A DREADME.md35 For e.g., if you have a project available at `http://my-gitlab/foo/bar`, the syntax will be:
38 <gitlab project="foo/bar" />
67 <gitlab server="second" project="foo/bar" />
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Ddefault.test18 {{ undefinedVar.foo |default('default') is same as('default') ? 'ok' : 'ko' }}
28 {{ object.foo |default('default') is same as('default') ? 'ko' : 'ok' }}
35 {{ nested.undefinedVar.foo.bar |default('default') is same as('default') ? 'ok' : 'ko' }}
38 {{ object.self.foo |default('default') is same as('default') ? 'ko' : 'ok' }}
/plugin/wikistats/
H A DREADME.md129 {{wikistats>foo & type = pages}}
130 {{wikistats>ns = foo & type = pages}}
138 {{wikistats>ns = -foo & type = pages}}
139 {{wikistats>ns = foo, bar, -bar:baz & type = pages}}
142 The first example will show the pages stats in all namespaces except of “foo”,
143 the second one will include “foo” and “bar” namespaces except of “bar:baz”
155 {{wikistats>ns = -foo & type = pages}}
159 the “foo” namespace.
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DBaseDriverTest.php323 self::assertEquals(['foo'], $m->discriminatorGroups);
442 self::assertEquals('http://foo.example.org', $m->xmlNamespaces['foo']);
452 self::assertEquals($p, $m->propertyMetadata['foo']);
472 self::assertEquals('http://better.foo.example.org', $subm->xmlNamespaces['foo']);
498 self::assertArrayHasKey('foo', $m->xmlNamespaces);
504 $p = new PropertyMetadata($m->name, 'foo');
505 $p->serializedName = 'foo';
/plugin/combo/vendor/carica/phpcss/
H A DREADME.md77 <td>E[foo]</td><td>✓</td><td>✓</td>
80 <td>E[foo="bar"]</td><td>✓</td><td>✓</td>
83 <td>E[foo~="bar"]</td><td>✓</td><td>✓</td>
86 <td>E[foo^="bar"]</td><td>✓</td><td>✓</td>
89 <td>E[foo$="bar"]</td><td>✓</td><td>✓</td>
92 <td>E[foo*="bar"]</td><td>✓</td><td>✓</td>
95 <td>E[foo|="bar"]</td><td>✓</td><td>✓</td>
/plugin/icalevents/vendor/sabre/uri/tests/
H A DParseTest.php53 'query' => 'foo=bar',
94 'query' => 'foo=bar',
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Durl_encode.rst22 {{ {'param': 'value', 'foo': 'bar'}|url_encode }}
23 {# outputs "param=value&foo=bar" #}
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DHrefTest.php116 '<a href="/foo/bar">/foo/bar</a><br />' .
117 '<a href="/base/foo/bar">/base/foo/bar</a><br />' .
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/tests/
H A DContextTest.php46 $obj2->foo = 'bar';
68 $storage->foo = $obj2;
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dembed.rst53 Some pages ("foo" and "bar") share the same content structure -
92 template: one with vertically stacked boxes to be used by the "foo" and
117 Page template ``foo.twig``:
158 {% embed "base" with {'foo': 'bar'} %}
162 {% embed "base" with {'foo': 'bar'} only %}
H A Dspaceless.rst15 <strong>foo</strong>
19 {# output will be <div><strong>foo</strong></div> #}
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md7 * Add new `lint:yaml dirname --exclude=/dirname/foo.yaml --exclude=/dirname/bar.yaml`
88 Yaml::parse('!foo bar', Yaml::PARSE_CUSTOM_TAGS);
89 // returns TaggedValue('foo', 'bar');
160 Symfony 4.0 (e.g. `foo:bar` must be `foo: bar`).
198 Yaml::parse('{ "foo": "bar", "fiz": "cat" }', Yaml::PARSE_EXCEPTION_ON_INVALID_TYPE | Yaml::PARSE_OBJECT | Yaml::PARSE_OBJECT_FOR_MAP);
204 Yaml::dump(['foo' => new A(), 'bar' => 1], 0, 0, Yaml::DUMP_EXCEPTION_ON_INVALID_TYPE | Yaml::DUMP_OBJECT);
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php285 'foo' => 'One usergroup',
291 'foo' => 3,
301 'foo' => 42,
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dinclude.rst25 {{ include('template.html', {foo: 'bar'}) }}
32 {# only the foo variable will be accessible #}
33 {{ include('template.html', {foo: 'bar'}, with_context = false) }}
/plugin/csv/_test/csv/
H A Dc-q-q-evil2.csv1 ,foo
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlist-separated-by-hr.md1 - foo
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DNamespaceCoveredFunction.php2 namespace foo; namespace
H A DCoverageNamespacedFunctionTest.php9 foo\func();
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/_fixture/
H A DclassUsesNamespacedFunction.php2 namespace foo; namespace
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md148 So, the data `"foo"` and `'foo'` will be valid, but also `"foo'` and `'foo"`! To
171 $ast = $compiler->parse('{"foo": true, "bar": [null, 42]}');
181 * > > > token(string, foo)
221 $ echo '{"foo" true}' | hoa compiler:pp Json.pp 0 --visitor dump
225 {"foo" true}
/plugin/navi/
H A Dsyntax.php143 $foo = true;
145 resolve_pageid(getNS($ID), $page, $foo); // resolve relative to sidebar ID
187 resolve_pageid('', $try, $foo);

12345678910>>...17