Home
last modified time | relevance | path

Searched refs:reason (Results 76 – 100 of 711) sorted by relevance

12345678910>>...29

/plugin/davcal/vendor/sabre/dav/bin/
H A Dgooglecode_upload.py107 return resp.status, resp.reason, location
186 status, reason, url = upload(file_path, project_name, user_name, password,
198 return status, reason, url
234 status, reason, url = upload_find_auth(file_path, options.project,
243 print 'Google Code upload server said: %s (%s)' % (reason, status)
/plugin/blogtng/exe/
H A Dtrackback.php89 * @param string $reason
91 function _printTrackbackError($reason = '') { argument
95 '<message>' . $reason . '</message>' . NL .
/plugin/nobadbrowser/
H A Daction.php78 $reason= $this->cnf['reason'];
82 You are at risk because __${parameter}__ is: __${reason}__.
103 'reason' => $this->binfo['browser'] . " " . $this->binfo['version'] ,
111 'reason' => $this->binfo['browser_maker'] ,
120 'reason' => $this->binfo['browser'] . " " . $this->binfo['version'],
129 'reason' => $this->binfo['browser'] ,
138 'reason' => $this->binfo['browser_maker'] ,
147 'reason' => $this->binfo['parent'] ,
156 'reason'
[all...]
/plugin/freechat/phpfreechat/src/commands/
H A Dleave.class.php25 $reason = isset($params[2]) ? $params[2] : '';
101 if ($reason != "") $cmdp["param"] .= " (".$reason.")";
124 $cmdp["param"] = $reason;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRetryMiddleware.php105 return function ($reason) use ($req, $options) {
111 $reason
113 return \GuzzleHttp\Promise\rejection_for($reason);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DPromiseInterface.php68 * @param mixed $reason
72 public function reject($reason); argument
H A DEach.php85 function ($reason, $idx, PromiseInterface $aggregate) {
86 $aggregate->reject($reason);
H A DEachPromise.php186 function ($reason) use ($idx, $key) {
190 $reason,
H A DFulfilledPromise.php75 public function reject($reason) argument
/plugin/davcal/vendor/sabre/event/tests/
H A DPromiseTest.php127 }, function($reason) use (&$realResult) {
129 $realResult = $reason;
163 $promise->error(function($reason) {
165 $this->assertEquals('foo', $reason);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md56 function ($reason) {
129 rejection reason.
136 echo $reason;
153 throw new Exception($reason);
154 })->then(null, function ($reason) {
172 })->then(null, function ($reason) {
173 assert($reason === 'Error!');
188 ->then(null, function ($reason) {
238 the rejection reason is an instance of `\Exception` the reason is thrown.
347 - `reject($reason)`
[all …]
/plugin/ipban/
H A Daction.php73 list($range, $dt, /*user*/, $reason) = explode("\t", trim($ban));
80 $reason,
/plugin/elasticsearch/vendor/react/promise/src/
H A DDeferred.php39 public function reject($reason = null) argument
43 \call_user_func($this->rejectCallback, $reason);
H A Dfunctions.php203 $rejecter = function ($reason) use ($i, &$reasons, &$toReject, $toResolve, $reject) {
208 $reasons[$i] = $reason;
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DREADME.md149 $group['first'] = new Hoa\Exception\Exception('First reason');
150 $group['second'] = new Hoa\Exception\Exception('Second reason');
153 $group['third'] = new Hoa\Exception\Group('Third reason');
154 $group['third']['fourth'] = new Hoa\Exception\Exception('Fourth reason');
165 * • {main}: (0) First reason
168 * • {main}: (0) Second reason
171 * • {main}: (0) Third reason
176 * • {main}: (0) Fourth reason
/plugin/linkback/exe/
H A Dtrackback.php173 function _printTrackbackError($reason = '') { argument
177 '<message>' . $reason . '</message>' . NL .
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md99 $deferred->reject(mixed $reason = null);
137 $deferred->reject(mixed $reason = null);
143 `$promise->then()`) called with `$reason`.
145 If `$reason` itself is a promise, the promise will be rejected with the outcome
168 and an associated value, or rejection (failure) and an associated reason.
195 reason as the first argument.
264 Additionally, you can type hint the `$reason` argument of `$onRejected` to catch
269 ->otherwise(function (\RuntimeException $reason) {
273 ->otherwise(function ($reason) {
293 rejected promise's reason
[all...]
H A DCHANGELOG.md59 $rejected = new React\Promise\RejectedPromise($reason);
63 $rejected = React\Promise\reject($reason);
207 when initialized with a promise instead of a value/reason.
/plugin/authgoogle/google/contrib/
H A DGoogle_AdexchangebuyerService.php506 public $reason; variable in Google_CreativeDisapprovalReasons
514 public function setReason( $reason) { argument
515 $this->reason = $reason;
518 return $this->reason;
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js16716 return reason;
16736 return reason;
16918 reason: reason,
16942 reason = _ref.reason;
16951 reason: reason
16997 reason: reason
17019 reason: reason
17033 reason = _ref2.reason;
17041 reason: reason
17085 reason: reason
[all …]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.Encoding.txt
/plugin/ckgedit/lang/en/
H A Dscayt.txt1 …y Scayt and sent for spell-checking to a Scayt server. While there is no reason to believe this is…
/plugin/nssearch/
H A Daction.php21 // The page results don't have an edittable query for some reason, so filter invalid results after the search.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-factory.asciidoc10 There is little reason to provide your own ConnectionFactory, but if you need to
/plugin/webdav/vendor/sabre/dav/
H A DCONTRIBUTING.md24 reason the feature can't live in a project you own.
72 your pull request. If unittests are not included though for whatever reason,

12345678910>>...29