Home
last modified time | relevance | path

Searched full:"foo =" (Results 76 – 100 of 289) sorted by relevance

12345678910>>...12

/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php14 $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/
DTextTest.php61 '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/
DTextTest.php61 '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/
Dreadme.md47 hasFlag('foo=bar');
58 $ node foo.js -f --unicorn --foo=bar -- --rainbow
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php61 '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/
DTextTest.php61 '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 DWriterTest.php93 'foo' => 'bar',
100 'foo' => 'bar',
112 <attributes foo="bar"/>
113 <verbose foo="bar">syntax</verbose>
/plugin/struct/_test/
H A DAssignmentsTest.php48 $this->assertEquals(['foo' => ['foo' => false]], $ass->getPages());
180 'foo' => false
184 'foo' => false
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
DMacroTest.php36 'foo' => new ConstantExpression(null, 1),
55 "foo" => \$__foo__,
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
DTemplateWrapperTest.php51 $this->assertEquals('FOOBAR', $wrapper->renderBlock('foo', ['foo' => 'FOO']));
64 $wrapper->displayBlock('foo', ['foo' => 'FOO']);
/plugin/move/_test/
Dhandler.test.php56 ':foo' => 'bar', // absolute link that moved
58 'foo' => 'used:to:be:foo', // relative link that did not move
/plugin/asciidocjs/node_modules/pug-attrs/
DREADME.md50 //=> '" foo=\\"bar\\"" + pugRuntime.attr("baz", getBaz(), true, true) + " quux"'
56 // => ' foo="bar" baz="baz&lt;&gt;" quux'
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginUpdatePropertiesTest.php22 '{DAV:}foo' => 'bar',
26 '{DAV:}foo' => 403,
/plugin/meta/_test/
Drendering.test.php64 …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/
DREADME.md22 assert(runtime.attr('foo', 'bar', true, true) === ' foo="bar"');
32 assert(attr('foo', 'bar', true, true) === ' foo="bar"');
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
DPumpStreamTest.php15 'metadata' => ['foo' => 'bar'],
20 $this->assertEquals(['foo' => 'bar'], $p->getMetadata());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceDirectory/Resource/
DProjectsLocationsNamespacesServicesEndpoints.php104 * 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`
DProjectsLocationsNamespaces.php122 * "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/
DWriterTest.php93 '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/
Dvirtual_attributes.xml2 <result foo="bar"/>
Dxml_discriminator_namespace_attribute.xml2 <result xmlns:foo="http://example.com/" foo:type="child"/>
Dxml_discriminator_namespace.xml2 <result xmlns:foo="http://example.com/">
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
Dempty_token.test6 return ['foo' => 'foo']
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/fixtures/f008/
DA.php11 $this->foo = $foo;
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/_fixture/
Dclass_with_method_that_declares_anonymous_class2.php4 $foo = new class {

12345678910>>...12