Home
last modified time | relevance | path

Searched refs:message (Results 1551 – 1575 of 1663) sorted by path

1...<<61626364656667

/plugin/twofactorgoogleauth/
H A DQRCode.php441 $message = $data;
443 $message[] = 0;
446 if ($message[$i]) {
447 $leadterm = $this->qr_log[$message[$i]];
450 $message[$i + $j] ^= $this->qr_exp[$term];
454 return array_slice($message, $num_data, $num_error);
/plugin/twofactorsmsappliance/
H A Dhelper.php102 public function transmitMessage($subject, $message, $force = false){ argument
110 $url = str_replace('$msg', rawurlencode($message), $url);
/plugin/twofactorsmsgateway/
H A Dgateway.txt7 Alltel@message.alltel.com
H A Dhelper.php130 public function transmitMessage($subject, $message, $force = false){ argument
166 $mail->setText($message);
/plugin/txt2tags/
H A Dconfig.t2t11 % dokuwiki like in some settings or message. We turn it into H2.
/plugin/unameban/lang/en/
H A Dintro.txt5 error message telling them about the ban and the explanation you gave.
/plugin/upgrade/HTTP/
H A DHTTPClient.php435 * If a message is received with both a Transfer-Encoding header field and a Content-Length
440 // for keep alive we need to read the whole message to clean up the socket for the next read
575 * @param string $message Description of what is being read
580 protected function sendData($socket, $data, $message) { argument
588 throw new HTTPClientException(sprintf('Timeout while sending %s (%.3fs)',$message, $time_used), -100);
590 throw new HTTPClientException("Socket disconnected while writing $message");
605 throw new HTTPClientException("Failed writing to socket while sending $message", -100);
618 * @param string $message Description of what is being read
625 protected function readData($socket, $nbytes, $message, $ignore_eof = false) { argument
634 sprintf('Timeout while reading %s after %d bytes (%.3fs)', $message,
675 readLine($socket, $message) global() argument
[all...]
/plugin/upgrade/
H A Dadmin.php193 * Print the given message and flush buffers
196 * @param string $message
198 public function log($level, $message)
200 echo '<div class="log-' . $level . '">' . $message . '</div>';
183 log($level, $message) global() argument
H A Dcli.php67 public function log($level, $message, array $context = array())
70 $message = strip_tags($message);
71 $message = htmlspecialchars_decode($message);
72 $message = preg_replace('/\s+/', ' ', $message);
73 parent::log($level, $message, $context);
65 log($level, $message, array $context = array()) global() argument
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md78 By default, the CLI class registers an exception handler and will print the exception's message to the end user and
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php185 * @param \Exception|string $error either an exception or an error message
220 * @param string $message
223 protected function logMessage($level, $message, array $context = array()) argument
234 $message = $this->interpolate($message, $context);
235 $this->colors->ptln($prefix . $message, $color, $channel);
239 * Interpolates context values into the message placeholders.
241 * @param $message
245 protected function interpolate($message, array $context = array()) argument
256 // interpolate replacement values into the message an
[all...]
H A DCLI.php18 * @param string $message
23 public function emergency($message, array $context = array()) argument
25 $this->log('emergency', $message, $context);
34 * @param string $message
37 public function alert($message, array $context = array()) argument
39 $this->log('alert', $message, $context);
47 * @param string $message
50 public function critical($message, array $context = array()) argument
52 $this->log('critical', $message, $context);
59 * @param string $message
62 error($message, array $context = array()) global() argument
76 warning($message, array $context = array()) global() argument
89 notice($message, array $context = array()) global() argument
102 info($message, array $context = array()) global() argument
113 debug($message, array $context = array()) global() argument
123 log($level, $message, array $context = array()) global() argument
[all...]
H A DException.php24 * @param string $message The Exception message to throw.
28 public function __construct($message = "", $code = 0, \Exception $previous = null) argument
33 parent::__construct($message, $code, $previous);
H A DPSR3CLIv3.php20 public function log($level, string|\Stringable $message, array $context = []): void argument
22 $this->logMessage($level, $message, $context);
/plugin/vbsso/includes/
H A Dapi.php24 $message = !is_string($error) ? $error[0] : $error;
26 …turn array(SHAREDAPI_EVENT_FIELD_ERROR_CODE => '', SHAREDAPI_EVENT_FIELD_ERROR_MESSAGE => $message,
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js388 function JsUnitException(comment, message) { argument
391 this.jsUnitMessage = message;
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2-compressed.js28 …exception){with(firebug){var message=_exception.description||_exception.message||_exception;if(_ex… variable
29 d.console.addLine().attribute.addClass("Error").update("<strong>Error: </strong>"+message,true);}},…
H A Dfirebug-lite-1.2.js917 var message = _exception.description||_exception.message||_exception; variable
919message+=' ('+(_exception.name&&(_exception.name+', ')||'')+getFileName(_exception.fileName)+', '+…
921 … d.console.addLine().attribute.addClass("Error").update("<strong>Error: </strong>"+message,true);
H A Dfirebug-lite-1.4.js1237 this.ErrorCopy=function(message){this.message=message argument
2108 msg+=result.message||result;
2335 }catch(e){var msg=e.message||e;
4480 var m=re.exec(message);
4481 return m?m[1]:message
4502 }}}}},copyError:function(error){var message=[this.getMessage(error.message),error.href,"Line "+erro…
4503 copyToClipboard(message.join("\n"))
5088 }}else{throw error.message
8075 }FBL.ErrorCopy=function(message){this.message=message argument
8184 this.writeRow.call(this,message,className);
[all …]
/plugin/webcomics/
H A Dsyntax.php58 $message = '';
84 $message = str_replace('%COMIC%', $match, $this->getLang('unknown'));
85 return array('', $message);
/plugin/webcomponent/_test/
H A Djs.test.php29 $message = "";
34 $message = $e->getMessage();
36 …php, /lib/exe/fetch.php, /lib/exe/detail.php, /lib/exe/ajax.php are supported currently",$message);
/plugin/webdav/core/
H A DUtils.php207 * @param string $message
212 public static function interpolate($message, array $context = []) argument
224 return strtr($message, $replace);
233 * @param string $message
236 public static function log($level, $message, $context = []) argument
245 'message' => self::interpolate($message, $context),
/plugin/webdav/vendor/psr/log/Psr/Log/
H A DAbstractLogger.php17 * @param string $message
33 * @param string $message
40 $this->log(LogLevel::ALERT, $message, $context);
48 * @param string $message
62 * @param string $message
69 $this->log(LogLevel::ERROR, $message, $context);
78 * @param string $message
91 * @param string $message
106 * @param string $message
113 $this->log(LogLevel::INFO, $message, $context);
[all …]
H A DLoggerInterface.php25 * @param string $message
38 * @param string $message
43 public function alert($message, array $context = array()); argument
50 * @param string $message
61 * @param string $message
66 public function error($message, array $context = array()); argument
74 * @param string $message
84 * @param string $message
96 * @param string $message
106 * @param string $message
[all …]
H A DLoggerTrait.php18 * @param string $message
34 * @param string $message
41 $this->log(LogLevel::ALERT, $message, $context);
49 * @param string $message
63 * @param string $message
70 $this->log(LogLevel::ERROR, $message, $context);
79 * @param string $message
92 * @param string $message
107 * @param string $message
120 * @param string $message
[all …]

1...<<61626364656667