Home
last modified time | relevance | path

Searched refs:foo (Results 326 – 350 of 405) sorted by relevance

1...<<11121314151617

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md200 $original = Psr7\Utils::streamFor('foo');
204 // foo
274 $original = Psr7\Utils::streamFor('foo');
400 PHP style arrays into an associative array (e.g., `foo[a]=1&foo[b]=2`
401 will be parsed into `['foo[a]' => '1', 'foo[b]' => '2'])`.
508 $stream = GuzzleHttp\Psr7\Utils::streamFor('foo');
792 Example: `http://example.org//foo///bar.html` → `http://example.org/foo/bar.html`
/plugin/condition/
H A DREADME.md9 …se of parenthesis is allowed, negation is achieved by using heading ! (ex !foo=bar or !(a=b || c<d…
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md29 'x-foo' => ['baz']
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DJsonSerializationTest.php386 $c2->foo = 'bar';
391 $c3->foo = $tag;
H A DGraphNavigatorTest.php166 public $foo = 'bar'; variable in JMS\\Serializer\\Tests\\Serializer\\SerializableClass
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG691 …ned" test and the "default" filter (now works with more than one call (foo.bar.foo) and for both v…
721 …* added a way to ignore a missing template when using the "include" tag ({% include "foo" ignore m…
722 …* added support for an array of templates to the "include" and "extends" tags ({% include ['foo', …
735 * fixed regression introduced in 1.1.1 ({{ block(foo|lower) }})
833 …th keys" and "hashes without keys" is not supported anymore ([1, "foo": "bar"] or {"foo": "bar", 1…
860 {{ foo|odd }} must now be written {{ foo is odd }}
880 …* added support for is*() methods for attributes (foo.bar now looks for foo->getBar() or foo->isBa…
955 * added a long-syntax for the set tag ({% set foo %}...{% endset %})
1039 * extended set tag to support expression as value ({% set foo as 'foo' ~ 'bar' %} )
1064 * added support for method calls with arguments ({{ foo.bar('a', 43) }})
/plugin/zip/pear/File/
H A DArchive.php280 foreach($URL as $key => $foo) {
597 foreach($dest as $key => $foo) {
729 foreach ($sources as $index => $foo) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md5 This release fixes an issue in which annotations such as `@foo-bar`
6 and `@foo-` were incorrectly recognised as valid, and both erroneously
7 parsed as `@foo`.
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php438 $backend->getCalendarObjectByUID('principals/user2', 'foo')
803 '{DAV:}unknown' => 'foo',
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamDecoratorTraitTest.php29 fwrite($this->c, 'foo');
41 ->will($this->throwException(new \Exception('foo')));
46 $this->assertStringContainsString('foo', $msg);
51 $this->assertEquals('foo', (string) $this->b);
63 $this->assertEquals('foo', $this->b->read(10));
88 $this->assertEquals('foo', $this->b->getContents());
121 $this->b->write('foo');
128 $this->b->foo;
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml781 foo = bar
792 { 'file' => 'MoreClass.py', 'line' => 58, 'code' => "foo = bar" } ] } )
1342 #:foo and bar# are
1358 'indicators' => "this has no comments. #:foo and bar# are both text.",
1410 - /foo/bar
1411 - d:/foo/bar
1412 - foo/bar
1415 [ 12, '12', '12', '12', '12', '/foo/bar', 'd:/foo/bar', 'foo/bar', '/a.*b/' ]
/plugin/flowplay2/flowplayer/
H A Djavascript.txt94 addCuePoints([ { name: 'cue1', time: 5, parameters: { foo: 1, bar: 'x' } },
95 { name: 'cue2', time: 45, parameters: { foo: 2, bar: 'xy' } } ])
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst291 arguments. For instance, a call to ``'foo'|a_path_b()`` will result in the
292 following PHP call: ``twig_path('a', 'b', 'foo')``.
358 arguments. For instance, a call to ``a_path_b('foo')`` will result in the
359 following PHP call: ``twig_path('a', 'b', 'foo')``.
844 foo.test
847 foo.test
850 foo.test
H A Dapi.rst424 {{ foo ? "Twig<br />" : "<br />Twig" }} {# won't be escaped #}
427 {{ foo ? text : "<br />Twig" }} {# will be escaped #}
430 {{ foo ? text|raw : "<br />Twig" }} {# won't be escaped #}
433 {{ foo ? text|escape : "<br />Twig" }} {# the result of the expression won't be escaped #}
466 concatenation, ``{{ foo|raw ~ bar }}`` won't give the expected result as
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md95 $isValidIdentifier = Hoa\Consistency\Consistency::isIdentifier('foo');
178 var_dump($xcallable('foo'));
190 $xcallable->distributeArguments(['foo']);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php364 $foo = new stdClass;
366 $this->assertContains($foo, new TestIterator([$foo]));
369 $this->assertContains($foo, new TestIterator([new stdClass]));
2646 $obj->foo = 'bar';
2662 $obj->foo = 'bar';
H A DConstraintTest.php569 $a->foo = 'bar';
575 $c->foo = 'bar';
579 $c->related->foo = "a\nb\nc\nd\ne\nf\ng\nh\ni\nj\nk";
583 $d->foo = 'bar';
587 $d->related->foo = "a\np\nc\nd\ne\nf\ng\nh\ni\nw\nk";
/plugin/linkback/
H A Dhttp.php170 list ($key, $value, $foo) = explode('=', $cookie);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php68 $b->foo($this->event, 'pre', 'Foo', 'json', $this->dispatcher);
/plugin/mytemplate/
H A DREADME84 LIST = (5, true, "foo"),
117 [INCLUDE:namespace:foo:template]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php648 public $foo; variable in Twig_TemplatePropertyObjectDefinedWithUndefinedValue
652 $this->foo = @$notExist;
/plugin/structtemplate/_vagrant/
H A DVagrantfile52 # Thanks to http://foo-o-rama.com/vagrant--stdin-is-not-a-tty--fix.html
/plugin/codeprettify/code-prettify/
H A DREADME.md153 foo();
168 int x = foo(); /* This is a comment <span class="nocode">This is not code</span>
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md130 "foo" => "bar",
182 "foo" => "bar",
256 {{{foo}}}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DSandboxTest.php346 public function foo() function in FooObject

1...<<11121314151617