Home
last modified time | relevance | path

Searched refs:Foo (Results 101 – 125 of 128) sorted by relevance

123456

/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest-fp.js947 function Foo() {} function
948 Foo.prototype = { 'b': 2 }; class
952 actual = extend(object)(new Foo);
1519 function Foo() {} function
1520 Foo.prototype.a = _.noop;
1521 fp.mixin(new Foo);
1570 function Foo() {} function
1571 Foo.mixin = object.mixin;
1572 Foo.mixin(source);
1574 assert.ok('a' in Foo);
[all …]
/plugin/webdav/vendor/psr/log/
H A DREADME.md27 class Foo
/plugin/authgooglesheets/vendor/psr/log/
H A DREADME.md27 class Foo
/plugin/elasticsearch/vendor/psr/log/
H A DREADME.md27 class Foo
/plugin/dw2pdf/vendor/psr/log/
H A DREADME.md27 class Foo
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dutility.js346 var Foo = function(){}; function
347 Foo.prototype.bar = 1; class
348 assert.strictEqual(_.result(new Foo, 'bar', 2), 1);
H A Dobjects.js556 function Foo() { this.a = 1; } class in AnonymousFunction235956211700
557 Foo.prototype.constructor = null; class
560 …assert.strictEqual(_.isEqual(new Foo, other), false, 'Objects from different constructors are not …
/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/symfony/yaml/Tests/Command/
H A DLintCommandTest.php148 class Foo class
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md171 class: "Foo\Var"
177 class: "Foo\\Var"
/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/indexnumber/
H A DREADME.md55 ^Foo^Bar^
/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/combo/vendor/symfony/yaml/
H A DCHANGELOG.md224 class: "Foo\Var"
230 class: "Foo\\Var"
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md5735 function Foo() {
6280 function Foo() {
6971 function Foo() {
7015 function Foo() {
7361 function Foo() {
7397 function Foo() {
7435 function Foo() {
7471 function Foo() {
7506 function Foo() {
9591 // => 'Foo Bar'
[all …]
/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/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/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dgithub-sample.md95 &copy; 2004 Foo Corporation
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md102 <td>Foo</td>
483 tell application "Foo"
491 <pre><code>tell application "Foo"
506 &copy; 2004 Foo Corporation
512 &amp;copy; 2004 Foo Corporation
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt87 <Buglist OPEN summary:Foo group_by:status extras:assigned_to,priority>
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DREADME.md39 $log->warning('Foo');
/plugin/webdav/vendor/sabre/http/
H A DREADME.md105 $response->setHeader('X-Foo', 'bar');
194 $request->setHeader('X-Foo', 'Bar');
/plugin/davcal/vendor/sabre/http/
H A DREADME.md105 $response->setHeader('X-Foo', 'bar');
194 $request->setHeader('X-Foo', 'Bar');
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php1021 $mock = $this->getMockBuilder(Foo::class)->setMethods(['bar'])->getMock();
/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())`.

123456