Home
last modified time | relevance | path

Searched refs:return (Results 1 – 25 of 1083) sorted by path

12345678910>>...44

/plugin/404manager/
H A Daction.php595 $return = true
607 $return = true
/plugin/actionrenderer/
H A Drenderer.php417 …ull, $align = null, $width = null, $height = null, $cache = null, $linking = null, $return = false) argument
423 …ull, $align = null, $width = null, $height = null, $cache = null, $linking = null, $return = false) argument
/plugin/adfs/phpsaml/
H A DCHANGELOG187 * login, logout and processSLO now return ->redirectTo instead of just call it.
238 * Now after validate a message, if fails a method getError of the object will return the cause.
H A DREADME.md669 The IdP will then return the SAML Response to the user's client. The client is then forwarded to th…
732 The `getSPMetadata` will return the metadata signed or not based
884 `$auth->processResponse`, the `getAttributes()` will return an
1028 The IdP will return the Logout Response through the user's client to the
1462 * `redirect` - Executes a redirection to the provided url (or return the
1548 1. First time you access to `index.php` view, you can select to login and return
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt30 - Document potentially dangerous return value behaviour. (Thijs Kinkhorst)
42 - Add comments to warn about return values of verify(). (Thijs Kinkhorst)
43 - Fix tests to properly check return code of verify(). (Thijs Kinkhorst)
87 - return encrypted node from XMLSecEnc::encryptNode() when replace is set to
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php51 * @return string
55 return 0x02 . $index . 0x03;
63 * @return string
83 return $text;
91 * @return string[]
95 return array_map(function ($value) {
101 return $value;
113 * @return string[]
129 return $lines;
145 * @return strin
[all...]
/plugin/airtable/
H A DLICENSE619 copy of the Program in return for a fee.
/plugin/alphaindex/
H A Dsyntax.php309 $return = true;
313 if ($opts['level'] == $lvl) $return = false;
314 if ($opts['nons']) return $return;
340 'open' => $return);
342 return $return;
/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/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1return exports\n/******/ \treturn __webpack_require__(0);\n/******/ })\n/*************************…
/plugin/authdrupal8/
H A Dpassword.inc34 return './0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';
45 * @return
71 return $output;
87 * @return
99 return $output;
109 * @return
114 return DRUPAL_MIN_HASH_COUNT;
117 return DRUPAL_MAX_HASH_COUNT;
119 return (int) $count_log2;
138 * @return
[all...]
/plugin/authfacebook/lib/HttpClients/
H A DFacebookCurlHttpClient.php141 $return = [];
144 $return[] = $key . ': ' . $value;
147 return $return;
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md211 The return value of `JWT::decode` is the generic PHP object `stdClass`. If you'd like to handle wit…
215 // return type is stdClass
228 - Add parameter typing and return types where possible
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md196 calls return unexpected 401 or 403 errors.
447 Some services return XML or similar by default, rather than JSON, which is what the library support…
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DModel.php187 $return = array();
192 $return[$key] = $this->nullPlaceholderCheck($a_value);
195 return $return;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A D.php_cs23 return $config;
H A DCHANGELOG.md399 * Removed the fluent interfaces (i.e., `return $this`) from requests,
660 * Command objects can now return the validation errors encountered by the command
825 * All response header helper functions return a string rather than mixing Header objects and string…
1059 * Magic methods return the result of a command
1082 * Magic methods on a Guzzle\Service\Client now return the command un-executed.
1113 * Bug: Fixed cases where CURLM_CALL_MULTI_PERFORM return codes were causing curl transactions to fa…
1147 * Stream and EntityBody objects will now return the file position to the previous position after a …
1199 * Batch divisors can now return iterators or arrays
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/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md82 return "Hello, " . $value;
99 promise. The return value of a promise is what's forwarded to the next
114 return $nextPromise;
171 return new RejectedPromise($reason);
180 does not return a rejected promise, downstream `$onFulfilled` callbacks are
189 return "It's ok";
213 // Calling wait will return the value of the promise.
229 function. It will simply return the previously resolved value.
254 promise into the current state of execution (i.e., return the value of the
403 return $reactPromise;
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A D.php_cs.dist56 return $config;
H A DCHANGELOG.md187 - `(new Uri())->withScheme('http')` will return `'http://localhost'`
243 streams, which can sometimes return fewer bytes than requested with `fread`.
H A DREADME.md221 this value and return fewer or more bytes than requested. Any extra data
223 the read() function of the PumpStream. The provided callable MUST return
264 return $result;
329 Will return `null` if the response is not printable.
410 This function can use the return value of `parse()` to build a query
501 number of suggested bytes to read. The callable can return any number of
502 bytes, but MUST return `false` when there is no more data to return. The
647 …as the default port of the current scheme. `Psr\Http\Message\UriInterface::getPort` may return null
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md109 …ds log/debug/info/notice/warning/error/critical/alert/emergency now have explicit void return types
141 …* Added scalar type hints and return hints in all the places it was possible. Switched strict_type…
/plugin/authgooglesheets/vendor/psr/http-message/
H A DCHANGELOG.md21 - Updated all `@return self` annotation references in interfaces to use
22 `@return static`, which more closelly follows the semantics of the
24 - Updated the `MessageInterface::getHeaders()` return annotation to use the

12345678910>>...44