Home
last modified time | relevance | path

Searched refs:message (Results 26 – 38 of 38) sorted by path

12

/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php106 * stuff, if you're trying to diagnose why an encrypted message isn't decrypting, etc.
549 * @throws \LengthException if the intended encoded message length is too short
590 throw new \LengthException('Intended encoded message length too short');
649 throw new \LengthException('Intended encoded message length too short');
3277 sign($message) global() argument
3301 verify($message, $signature) global() argument
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php111 * to them in that way because RFC4254 toggles the meaning. the client sends a SSH_MSG_CHANNEL_OPEN message with
129 * Returns the message numbers
135 * Returns the message content
149 * Outputs the message numbers real-time
642 * Contains the type of the last sent message
874 * Quoting from the RFC, "in some jurisdictions, sending a warning message before
1624 Strings::shift($response, 1); // skip past the message number (it should be SSH_MSG_KEXINIT)
1686 throw new NoSupportedAlgorithmsException('No compatible client to server message authentication algorithms found');
1692 throw new NoSupportedAlgorithmsException('No compatible server to client message authentication algorithms found');
2470 list($message)
4288 _append_log($message_number, $message) global() argument
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php261 * @param string $message
266 public function sign($message)
273 $message,
184 sign($message) global() argument
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md218 * PHP 7 Support: Fixed deprecated message for old style constructors. [#489](https://github.com/simplepie/simplepie/pull/489)
219 * Fixed the error message shown when a feed has an empty body. [#487](https://github.com/simplepie/simplepie/pull/487)
220 * Added an error message when the XML or PCRE PHP extensions are missing. [#468](https://github.com/simplepie/simplepie/pull/468)
224 * Refactored the UTF-8 conversion error message. [#467](https://github.com/simplepie/simplepie/pull/467)
263 * Added the `feed_url` to a returned error message. [#348](https://github.com/simplepie/simplepie/pull/348)
285 * Fixed an instance where an error message in `SimplePie` was not being triggered correctly. [#348](https://github.com/simplepie/simplepie/pull/348)
289 * Improved the error message when a feed cannot be found. [#348](https://github.com/simplepie/simplepie/pull/348)
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php147 public static function error($message, $level, $file, $line) argument
176 @error_log("$note: $message in $file on line $line", 0);
180 return $message;
H A DParser.php228 $this->error_string = $error->message;
/dokuwiki/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
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php240 * Check if a message with the given level should be logged
254 * @param \Exception|string $error either an exception or an error message
289 * @param string $message
292 protected function logMessage($level, $message, array $context = array())
300 $message = $this->interpolate($message, $context);
304 $message = $info['icon'] . $message;
307 $this->colors->ptln($message, $info['color'], $info['channel']);
311 * Interpolates context values into the message placeholder
223 logMessage($level, $message, array $context = array()) global() argument
245 interpolate($message, array $context = array()) global() argument
[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);

12