Home
last modified time | relevance | path

Searched refs:foo (Results 351 – 375 of 405) sorted by relevance

1...<<11121314151617

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md305 $request->getEventDispatcher()->addListener('foo', function (Event $event) { /* ... */ } );
307 $request->getEmitter()->on('foo', function (Event $event, $name) { /* ... */ } );
404 $request->getBody()->setField('foo', 'bar');
706 $command = $client->getCommand('foo', array(
713 $command = $client->getCommand('foo', array(
873 $request = $client->get('http://www.foo.com');
875 // >> http://www.foo.com/
881 $request = $client->get('http://www.foo.com');
883 // >> http://www.foo.com
H A DCHANGELOG.md641 …For example `foo&bar=baz` is now correctly parsed and recognized as `foo&bar=baz` rather than `foo
734 (e.g. `$collection->setPath('foo/baz/bar', 'test'); echo $collection['foo']['bar']['bar'];`)
1269 * [Http] Added support for uploading multiple files using the same name (foo[0], foo[1])
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst308 …or(field = "type", disabled = false, map = {"car": "Car", "moped": "Moped"}, groups={"foo", "bar"})
552 * @Discriminator(field = "type", map = {"car": "Car", "moped": "Moped"}, groups={"foo", "bar"})
577 * @Discriminator(field = "type", map = {"car": "Car", "moped": "Moped"}, groups={"foo", "bar"})
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst274 ``'foo'|a_path_b()`` will result in the following arguments to be passed to
275 the filter: ``('a', 'b', 'foo')``.
964 foo.test
967 foo.test
970 foo.test
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Darrays.js473 return a.foo === null;
516 return a.foo === null;
H A Dfunctions.js150 assert.deepEqual(upper.cache, {foo: 'FOO', bar: 'BAR'});
151 upper.cache = {foo: 'BAR', bar: 'FOO'}; property in upper.cache
/plugin/dokutexit/
H A DREADME.md96 …eX integration. This means that bad things may happen if you have *foo\-bar* and *foo\_bar* in the…
/plugin/tline/
H A DCHANGES.txt178 IE. Eg <div class 'foo bar' /> should be selected with css selector .foo.bar (or .bar.foo)
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md600 [foo]: http://example.com/ "Optional Title Here"
601 [foo]: http://example.com/ 'Optional Title Here'
602 [foo]: http://example.com/ (Optional Title Here)
771 A backtick-delimited string in a code span: `` `foo` ``
777 <p>A backtick-delimited string in a code span: <code>`foo`</code></p>
/plugin/switchpanel/
H A DREADME.md123 2,foo,bar
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js341 foo.bar;
/plugin/indexmenu2/cms/extensions/tests/
H A DjsUnitCore.js1 …tFunctionName(I.callee)+'\n';if(I.caller==I){i+='*';break}}}else{var l;try{foo.bar}catch(l){var o=…
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dview.js415 attributes: {foo: 'bar'}
H A Dcollection.js596 assert.equal(collection.create({foo: 'bar'}, {validate: true}), false);
648 var m = collection.create({foo: 'bar'});
/plugin/codemirror/dist/modes/
H A Dgfm.min.js.map1 …engine\n // And then limited url schemes to the CommonMark list, so foo:bar isn't matched a…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D16.16.js.map1 …n ['(\\\\.|#(?=[^{])|%|(@identifier)|:)+', 'tag'] // selector (.foo, div, ...)\n …
H A D57.57.js.map1 …n ['(\\\\.|#(?=[^{])|%|(@identifier)|:)+', 'tag'] // selector (.foo, div, ...)\n …
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst33 private $foo;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md185 - `(new Uri)->withPath('foo')->withHost('example.com')` will throw an exception
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js4694 assert.strictEqual(actual.foo.b.c.d, actual.foo.b.c.d.foo.b.c.d);
14919 assert.strictEqual(actual.foo.b.c.d, actual.foo.b.c.d.foo.b.c.d);
16632 var foo = new Foo,
16633 actual = func(foo, resolve(foo, 'a'));
16664 var foo = new Foo,
16665 actual = func(foo, resolve(foo, symbol));
16672 actual = func(foo, resolve(foo, symbol2));
17872 var foo = new Foo;
17873 assert.deepEqual(func(foo, resolve(foo, ['a', 'c'])), expected);
17909 var foo = new Foo,
[all …]
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst208 AnnotationReader::addGlobalIgnoredName('foo');
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md40 * `%s`: The tested value as string, e.g. `"/foo/bar"`.
/plugin/fckg/scripts/
H A Dvki_kb.js1097 var foo = this.offsetWidth;
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md9237 // => 'foo-bar'
9240 // => 'foo-bar'
9243 // => 'foo-bar'
9268 // => 'foo bar'
9271 // => 'foo bar'
9274 // => 'foo bar'
9767 // => '--foo-bar--'
9798 _.toUpper('--foo-bar--');
9837 // => ['foo', 'bar']
10970 _.mixin({ 'foo': _.constant('foo') });
[all …]
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt401 If you don't want any highlighting but want a downloadable file, specify a dash (''-'') as the language code: ''%%<code - myfile.foo>%%''.

1...<<11121314151617