Home
last modified time | relevance | path

Searched refs:Foo (Results 1 – 25 of 128) sorted by path

123456

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1Foo() {\n\t * this.a = 1;\n\t * }\n\t *\n\t * _.isPlainObject(new Foo);\n\t …
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md116 $e->getRequest()->setHeader('X-Foo', 'Bar');
134 return $request->withHeader('X-Foo', 'Bar');
355 `$client->setConfig('defaults/headers/User-Agent', 'Foo/Bar ' . $client::getDefaultUserAgent())`.
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DREADME.md39 $log->warning('Foo');
/plugin/authgooglesheets/vendor/psr/log/
H A DREADME.md27 class Foo
/plugin/bootswrapper/exe/help/
H A Dnav.txt184 * [[#tab-foo|Foo]]
188 === Foo ===
202 * [[#tab-foo|Foo]]
206 === Foo ===
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt87 <Buglist OPEN summary:Foo group_by:status extras:assigned_to,priority>
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md224 class: "Foo\Var"
230 class: "Foo\\Var"
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DInviteTest.php123 'firstName' => 'Foo',
/plugin/davcal/vendor/sabre/http/
H A DREADME.md105 $response->setHeader('X-Foo', 'bar');
194 $request->setHeader('X-Foo', 'Bar');
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php14 $request = new Request('GET', 'http://example.org/', ['X-Foo' => 'bar']);
20 CURLOPT_HTTPHEADER => ['X-Foo: bar'],
43 $request = new Request('HEAD', 'http://example.org/', ['X-Foo' => 'bar']);
51 CURLOPT_HTTPHEADER => ['X-Foo: bar'],
71 $request = new Request('HEAD', 'http://example.org/', ['X-Foo' => 'bar']);
109 $request = new Request('PUT', 'http://example.org/', ['X-Foo' => 'bar'], $h);
118 CURLOPT_HTTPHEADER => ['X-Foo: bar'],
136 $request = new Request('PUT', 'http://example.org/', ['X-Foo' => 'bar'], 'boo');
144 CURLOPT_HTTPHEADER => ['X-Foo: bar'],
291 $this->assertEquals('Foo', $result['response']->getBodyAsString());
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1Foo() {\n * this.a = 1;\n * this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.forIn(new…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1Foo() {\n * this.a = 1;\n * this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.keys(new
/plugin/dw2pdf/vendor/psr/log/
H A DREADME.md27 class Foo
/plugin/elasticsearch/vendor/psr/log/
H A DREADME.md27 class Foo
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md17 - [257: Skip parsing annotations containing dashes, such as `@Foo-bar`, or `@Foo-`](https://github.…
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst48 class Foo
84 class Foo
147 class Foo
172 class Foo
182 /** @Foo(requiredField="value") */
185 /** @Foo */
235 use MyCompany\Annotations\Foo;
240 * @Foo(PHP_EOL)
242 * @Foo({SomeClass::FOO, SomeClass::BAR})
268 use MyCompany\Annotations\Foo;
[all …]
H A Dindex.rst9 class Foo
68 $reflectionClass = new ReflectionClass(Foo::class);
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md100 Flexible entities are very simple. If we declare `Foo\Bar\Bar` as a flexible
101 entity, we will be able to access it with the `Foo\Bar\Bar` name or `Foo\Bar`.
104 `Foo\Bar\Exception` class in the `Foo/Bar/Exception.php` file. But after few
106 `Exception` directory. In this case, `Foo\Bar\Exception` should move as
107 `Foo\Bar\Exception\Exception`. If this latter is declared as a flexible entity,
111 Hoa\Consistency\Consistency::flexEntity('Foo\Bar\Exception\Exception');
146 For instance, to map the `Foo\Bar` namespace to the `Source/` directory:
150 $autoloader->addNamespace('Foo\Bar', 'Source');
153 $baz = new Foo\Bar\Baz(); // automatically loaded!
/plugin/findologicxmlexport/vendor/hoa/event/
H A DREADME.md97 new Hoa\File\Write('Foo.log')
101 This way, all exceptions will be printed on the `Foo.log` file.
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DREADME.md109 `hoa://Data/Etc/Configuration/Foo.php`: Maybe the `Data` directory does not
112 `Foo.php` configuration file. This is an **abstract path for a resource**.
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst77 replaced with ``.``. So, if you class would be named ``Vendor\Package\Foo``, the metadata file woul…
78 at ``$someDir/Vendor.Package.Foo.(xml|yml)``. For more information, see the :doc:`reference <refere…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst642 new Comment('Foo'),
663 <text><![CDATA[Foo]]></text>
777 <full_name><![CDATA[Foo Bar]]></full_name>
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DXmlSerializationTest.php387 self::assertEquals('Foo Bar', $this->xpathFirstToString($xml, './ns3:author'));
394 self::assertAttributeEquals('Foo Bar', 'author', $deserialized);
433 …$object = new ObjectWithXmlRootNamespace('This is a nice title.', 'Foo Bar', new \DateTime('2011-0…
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/fixtures/f003/
H A DFoo.php5 class Foo class
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/fixtures/f005/
H A DFoo.php5 class Foo class

123456