Searched full:"foo =" (Results 76 – 100 of 289) sorted by relevance
12345678910>>...12
| /plugin/davcal/vendor/sabre/http/tests/HTTP/ |
| H A D | ClientTest.php | 14 $request = new Request('GET', 'http://example.org/', ['X-Foo' => 'bar']); 43 $request = new Request('HEAD', 'http://example.org/', ['X-Foo' => 'bar']); 71 $request = new Request('HEAD', 'http://example.org/', ['X-Foo' => 'bar']); 79 $request = new Request('GET', 'http://example.org/', ['X-Foo' => 'bar']); 109 $request = new Request('PUT', 'http://example.org/', ['X-Foo' => 'bar'], $h); 136 $request = new Request('PUT', 'http://example.org/', ['X-Foo' => 'bar'], 'boo');
|
| /plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ |
| D | TextTest.php | 61 'PROP;P1=V1;ENCODING=QUOTED-PRINTABLE:foo=0D=0Abar' 69 "PROP;P1=V1;ENCODING=QUOTED-PRINTABLE:foo=0D=0Abarxxxxxxxxxxxxxxxxxxxxxxxxxx=\r\n xxx"
|
| /plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ |
| D | TextTest.php | 61 'PROP;P1=V1;ENCODING=QUOTED-PRINTABLE:foo=0D=0Abar' 69 "PROP;P1=V1;ENCODING=QUOTED-PRINTABLE:foo=0D=0Abarxxxxxxxxxxxxxxxxxxxxxxxxxx=\r\n xxx"
|
| /plugin/asciidocjs/node_modules/has-flag/ |
| D | readme.md | 47 hasFlag('foo=bar'); 58 $ node foo.js -f --unicorn --foo=bar -- --rainbow
|
| /plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ |
| H A D | TextTest.php | 61 'PROP;P1=V1;ENCODING=QUOTED-PRINTABLE:foo=0D=0Abar' 69 "PROP;P1=V1;ENCODING=QUOTED-PRINTABLE:foo=0D=0Abarxxxxxxxxxxxxxxxxxxxxxxxxxx=\r\n xxx"
|
| /plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ |
| D | TextTest.php | 61 'PROP;P1=V1;ENCODING=QUOTED-PRINTABLE:foo=0D=0Abar' 69 "PROP;P1=V1;ENCODING=QUOTED-PRINTABLE:foo=0D=0Abarxxxxxxxxxxxxxxxxxxxxxxxxxx=\r\n xxx"
|
| /plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/ |
| H A D | WriterTest.php | 93 'foo' => 'bar', 100 'foo' => 'bar', 112 <attributes foo="bar"/> 113 <verbose foo="bar">syntax</verbose>
|
| /plugin/struct/_test/ |
| H A D | AssignmentsTest.php | 48 $this->assertEquals(['foo' => ['foo' => false]], $ass->getPages()); 180 'foo' => false 184 'foo' => false
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/ |
| D | MacroTest.php | 36 'foo' => new ConstantExpression(null, 1), 55 "foo" => \$__foo__,
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
| D | TemplateWrapperTest.php | 51 $this->assertEquals('FOOBAR', $wrapper->renderBlock('foo', ['foo' => 'FOO'])); 64 $wrapper->displayBlock('foo', ['foo' => 'FOO']);
|
| /plugin/move/_test/ |
| D | handler.test.php | 56 ':foo' => 'bar', // absolute link that moved 58 'foo' => 'used:to:be:foo', // relative link that did not move
|
| /plugin/asciidocjs/node_modules/pug-attrs/ |
| D | README.md | 50 //=> '" foo=\\"bar\\"" + pugRuntime.attr("baz", getBaz(), true, true) + " quux"' 56 // => ' foo="bar" baz="baz<>" quux'
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/ |
| H A D | PluginUpdatePropertiesTest.php | 22 '{DAV:}foo' => 'bar', 26 '{DAV:}foo' => 403,
|
| /plugin/meta/_test/ |
| D | rendering.test.php | 64 …self::assertEquals(array('foo' => false, 'link_target' => false), p_get_metadata($id, 'relation re… 78 …self::assertEquals(array('foo' => false), p_get_metadata($id, 'relation references', METADATA_REND…
|
| /plugin/asciidocjs/node_modules/pug-runtime/ |
| D | README.md | 22 assert(runtime.attr('foo', 'bar', true, true) === ' foo="bar"'); 32 assert(attr('foo', 'bar', true, true) === ' foo="bar"');
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/ |
| D | PumpStreamTest.php | 15 'metadata' => ['foo' => 'bar'], 20 $this->assertEquals(['foo' => 'bar'], $p->getMetadata());
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceDirectory/Resource/ |
| D | ProjectsLocationsNamespacesServicesEndpoints.php | 104 * annotations.foo=bar` returns endpoints that have `owner` in annotation key 105 * but value is not `sd` AND have key/value `foo=bar` * `doesnotexist.foo=bar`
|
| D | ProjectsLocationsNamespaces.php | 122 * "namespace-a" is not * `labels.owner!=sd AND labels.foo=bar` returns 124 * key/value `foo=bar` * `doesnotexist.foo=bar` returns an empty list. Note that
|
| /plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/ |
| D | WriterTest.php | 93 'foo' => 'bar', 100 'foo' => 'bar', 112 <s:attributes foo="bar"/> 113 <s:verbose foo="bar">syntax</s:verbose>
|
| /plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/xml/ |
| D | virtual_attributes.xml | 2 <result foo="bar"/>
|
| D | xml_discriminator_namespace_attribute.xml | 2 <result xmlns:foo="http://example.com/" foo:type="child"/>
|
| D | xml_discriminator_namespace.xml | 2 <result xmlns:foo="http://example.com/">
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/ |
| D | empty_token.test | 6 return ['foo' => 'foo']
|
| /plugin/findologicxmlexport/vendor/myclabs/deep-copy/fixtures/f008/ |
| D | A.php | 11 $this->foo = $foo;
|
| /plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/_fixture/ |
| D | class_with_method_that_declares_anonymous_class2.php | 4 $foo = new class {
|
12345678910>>...12