Home
last modified time | relevance | path

Searched refs:return (Results 901 – 925 of 1083) sorted by relevance

1...<<31323334353637383940>>...44

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md133 // Notice that we have to return a request object
134 return $request->withHeader('X-Foo', 'Bar');
333 return a request, but rather creates a request, sends the request, and returns
809 * All response header helper functions return a string rather than mixing Header objects and string…
927 return $client;
953 return $client;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D44.44.js.map1 … 'if',\n 'in',\n 'param',\n 'process',\n 'return',\n 'switch…
H A D46.46.js.map1 … 'or',\n 'pass',\n 'print',\n 'raise',\n 'return',\n 'try',\…
H A D64.64.js.map1 …while',\n 'for',\n 'break',\n 'continue',\n 'return',\n 'packag…
H A D28.28.js.map1 …'!is',\n 'null',\n 'object',\n 'package',\n 'return',\n 'super'…
H A D13.13.js.map1 …ete',\n 'typeof',\n 'in',\n 'instanceof',\n 'return',\n 'throw'…
H A D63.63.js.map1 …l',\n 'public',\n 'repeat',\n 'required',\n 'return',\n 'right'…
H A D17.17.js.map1 …hrow',\n 'while',\n 'deferred',\n 'hide',\n 'return',\n 'with',…
H A D53.53.js.map1 … 'move',\n 'mut',\n 'pub',\n 'ref',\n 'return',\n 'self',…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_io.cfm228 return "" ;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md141 * Boolean attributes like those in the `GeoIP2\Record\Traits` class now return
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md101 a consistent return type of the method.
/plugin/bible/bible_douayRheims/
H A DJeremias.txt57 …ll he return to her any more? shall not that woman be polluted, and defiled? but thou hast prostit…
63 …3:7. And when she had done all these things, I said: Return to me, and she did not return. And her…
82 …4:1. If thou wilt return, O Israel, saith the Lord, return to me: if thou wilt take away thy stumb…
212 …em turned away with a stubborn revolting? they have laid hold on lying, and have refused to return.
518 …nor bemoan him with your tears: lament him that goeth away, for he shall return no more, nor see h…
535 …22:27. And they shall not return into the land, whereunto they lift up their mind to return thithe…
762 …31:17. And there is hope for thy last end, saith the Lord: and the children shall return to their …
766 …ct thy heart into the right way, wherein thou hast walked: return, O virgin of Israel, return to t…
1077 … Egypt: and that shall return into the land of Juda, to which they have a desire to return to dwel…
1186 49:6. And afterwards I will cause the captives of the children of Ammon to return, saith the Lord.
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php727 $return = self::SimpleXMLelement2array($XMLobject);
729 return $return;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md116 of the dummy will always return `null` and the dummy will never throw any exceptions.
157 argument - `'123'` to always return `'value'`. But that's only for this
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php1483 foreach ($configuration as $method => $return) {
1484 $o->method($method)->willReturn($return);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md209 Let's get the document that we just indexed. This will simply return the document:
410 Elasticsearch will now create that index with your chosen settings, and return an acknowledgement:
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md76 * Parser: Simplify a return condition. (Ivan Enderlin, 2016-02-22T11:07:57+01:00)
/plugin/socialshareprivacy2/SSP/
H A DREADME.md8 two times. But in return for this extra click a user can only be tracked be this
168 Remove all social share buttons. This will return all elements in the set back
334 return $('<div>ENABLED</div>');
1189 return $('<iframe scrolling="no" frameborder="0" allowtransparency="true"></iframe>').attr(
1287 …* `$('img').filter(':visible').filter(function () { return $(this).parents('.social_share_privacy_…
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md287 function takes two arguments and it needs to return a valid DOM element.
293 return li;
309 return li;
1006 * Fixed: Conflict with prototypeJS which caused tainted return value from `toArray`
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md85 * Added explicit return annotation to `Elastica\Multi\ResultSet::current()` and `Elastica\Multi\ResultSet::offsetGet()` by @franmomu [2056](https://github.com/ruflin/Elastica/pull/2056)
215 * Changed the return type of `AbstractUpdateAction::getRefresh` to `boolean|string` [#1791](https://github.com/ruflin/Elastica/pull/1791)
366 * Elastica\Reindex does not return an Index anymore but a Response.
426 * Made result sets adhere to `\Iterator` interface definition that they implement. Specifically, you need to call `valid()` on the result set before calling `current()`. When using `foreach` this is done by PHP automatically. When `valid` returns false, the return value of `current` is undefined instead of false. [#1506](https://github.com/ruflin/Elastica/pull/1506)
603 The getters now return the right bool value for whichever string representation is used like 'true', '1', 'on', 'yes'. [#1251](https://github.com/ruflin/Elastica/pull/1251)
626 - Deprecated both `prefix_len` & `min_word_len` fields in `Elastica\Suggest\CandidateGenerator\DirectGenerator` as these now return errors when using the phrase suggester to querying terms.
673 - Updated Elastica\Test\TypeTest::testGetDocumentWithFieldsSelection The stored_fields parameter will only return stored fields — it will no longer extract values from the _source
861 - `Elastica\Result->getDocument` and `Elastica\ResultSet->getDocuments` for return `\Elastica\Document`. https://github.com/ruflin/Elastica/issues/960
1018 - Elastica\Response::getTransferInfo will not return "request_header" by default. [#868](https://github.com/ruflin/Elastica/pull/868)
1083 - Index optimize method to return Respons
[all...]
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md39 - a php primitive or pseudo-primitive such as a string or void (`@var string` or `@return void`).
/plugin/authhttp/
H A DREADME61 - the user's real name: authhttp will simply return the user's login name here.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc130 so on), you can tell the client to return a more verbose response. This is

1...<<31323334353637383940>>...44