Home
last modified time | relevance | path

Searched refs:message (Results 576 – 600 of 1663) sorted by relevance

1...<<21222324252627282930>>...67

/plugin/findologicxmlexport/vendor/hoa/exception/
H A DException.php58 * @param string $message Formatted message.
64 $message, argument
69 parent::__construct($message, $code, $arguments, $previous);
H A DError.php52 * @param string $message Message.
59 $message, argument
69 parent::__construct($message, $code);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DPreconditionFailed.php33 * @param string $message
36 function __construct($message, $header = null) { argument
38 parent::__construct($message);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DPreconditionFailed.php33 * @param string $message
36 function __construct($message, $header = null) { argument
38 parent::__construct($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/mantis/lib/
H A Dnusoap.php1111 var $message = array(); variable in nusoap_xmlschema
6463 var $message = array(); variable in nusoap_parser
6769 if (isset($this->message[$pos]['nil']) && $this->message[$pos]['nil']) {
6773message[$pos]['xattrs']['!'] = $this->decodeSimple($this->message[$pos]['cdata'], $this->message[$…
6777message[$pos]['xattrs']['!'] = $this->decodeSimple($this->message[$pos]['cdata'], $this->message[$…
6779 $this->message[$pos]['xattrs']['!'] = $this->message[$pos]['cdata'];
6783 $this->message[$pos]['result'] = $this->message[$pos]['xattrs'];
6787 if (isset($this->message[$pos]['nil']) && $this->message[$pos]['nil']) {
6790message[$pos]['result'] = $this->decodeSimple($this->message[$pos]['cdata'], $this->message[$pos][…
6794message[$pos]['result'] = $this->decodeSimple($this->message[$pos]['cdata'], $this->message[$paren…
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerDispatchHandler.php32 * @param LdapMessageRequest $message argument
40 public function handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): void
42 $context = new RequestContext($message->controls(), $token);
43 $request = $message->getRequest();
64 $queue->sendMessage($this->responseFactory->getStandardResponse($message));
/plugin/guestbook/
H A Dstyle.css37 div.message {
47 div.message h1 {
53 div.message p {
58 div.message span {
71 div.message form.edit {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DTicketListener.php134 $message = 'Automatically closed by PHPUnit (test passed).';
140 $message = 'Automatically reopened by PHPUnit (test failed).';
174 $this->updateTicket($ticket, $newStatus, $message, $resolution);
190 * @param string $message
193 abstract protected function updateTicket($ticketId, $newStatus, $message, $resolution); argument
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DException.php53 $message = '';
55 $message = '. Message was: "' . $other->getMessage() . '" at'
63 $message
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DTestCase.php18 * @param string $message
20 function assertVObjEquals($expected, $actual, $message = '') { argument
45 $message
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DTestCase.php18 * @param string $message
20 function assertVObjEquals($expected, $actual, $message = '') { argument
45 $message
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DTestCase.php18 * @param string $message
20 function assertVObjEquals($expected, $actual, $message = '') { argument
45 $message
/plugin/rrdgraph/inc/
H A Derrorimage.php32 …* @param String $message Error message. This is rendered with a normal typeface on the second row …
34 public static function outputErrorImage($title, $message) { argument
35 …$messageWidth = imagefontwidth(self::FONT) * strlen($message) + self::BORDER_SPACING * 2 + self::B…
52 … imagestring($image, self::FONT, self::BORDER_WIDTH + self::BORDER_SPACING, $y, $message, $cBlack);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DCallTimesPrediction.php66 $message = sprintf(
79 $message = sprintf(
93 $message = sprintf(
105 throw new UnexpectedCallsCountException($message, $method, $this->times, $calls);
/plugin/tgnotify/
H A DCHANGELOG.rst18 * Feature: Page URL added to message
19 * Feature: Username or IP address added to message
25 * Feature: user name in message can be enabled/disabled in plugin config
26 * Feature: user address (ip or fqdn) in message can be enabled/disabled in plugin config
/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/siteexport/inc/
H A Djavahelp.php46 $this->functions->debug->message("Setting up translation:", array(
63 $this->functions->debug->message("HelpSetPre-Name: {$hsPrename}", null, 3);
64 $this->functions->debug->message("Translation-Root: {$translationRoot}", null, 3);
65 $this->functions->debug->message("HSFiles:", $translationHSFiles, 1);
84 …$this->functions->debug->message("Generating JavaHelpDocZip for language '$lang'", $tsRootPath, 3);
98 $this->functions->debug->message("Writing Default HS File for Language:", $lang, 3);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dgrammar.jison60 | 'title' message { yy.parser.yy.setTitle($2); }
64 : 'note' placement actor message { $$ = new Diagram.Note($3, $2, $4); }
65 | 'note' 'over' actor_pair message { $$ = new Diagram.Note($3, Diagram.PLACEMENT.OVER, $4); }
79 : actor signaltype actor message
106 message
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DResponseFactory.php45 public function getStandardResponse(LdapMessageRequest $message, int $resultCode = ResultCode::SUCCESS, string $diagnostic = ''): LdapMessageResponse
48 $request = $message->getRequest();
71 $message->getMessageId(),
77 * Retrieve an extended error, which has a message ID of zero.
79 public function getExtendedError(string $message, int $errorCode, ?string $responseName = null): LdapMessageResponse
83 new ExtendedResponse(new LdapResult($errorCode, '', $message), $responseName)
44 getStandardResponse(LdapMessageRequest $message, int $resultCode = ResultCode SUCCESS, string $diagnostic = '') global() argument
78 getExtendedError(string $message, int $errorCode, string $responseName = null) global() argument
/plugin/odt2dw/
H A Daction.php67 $message = $this->getConf('formIntroMessage');
68 if ( $message == 'default' ) $message = $this->getLang('formIntroMessage');
69 if ($message) echo p_render('xhtml',p_get_instructions($message),$info);
243 function _msg( $message, $type=null, $force=false ) { argument
263 if ( is_array( $message ) ) {
264 $output = $message[0];
266 $output = $message;
287 …if ( $this->debug > 3 ) echo '<p>message : '.$message.' |output : '.$output.' |val : '.$val.' |err…
295 …$content = $output.' : '.$this->getLang( $output ).( is_array( $message ) ? ' : '.$message[1] : ''…
/plugin/schedule/
H A DscheduleRoot.class.php86 …var $message = array (); // messages to display : "notify" =>, "info" =>, "success" =>, "error" => variable in scheduleRoot
95 function message ($type, $text) { function in scheduleRoot
96 if (isset ($this->message[$type]))
97 $this->message[$type] .= '<br/>'.NL;
98 $this->message[$type] .= $text;
101 if (isset ($this->message[$type]))
102 $this->message[$type] = '<br/>'.NL.$this->message[$type];
103 $this->message[$type] = $text.$this->message[$type];
110 $this->message ('notify', '<pre>'.$text.'</pre>');
116 …$this->message ('error', $dt_date["Y"]."-".$dt_date["d"]."-".$dt_date["m"]." : ".$this->plugin->ge…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DEmacs.php64 $message = $error['message'];
66 $message .= ' ('.$error['source'].')';
70 … echo $report['filename'].':'.$line.':'.$column.': '.$type.' - '.$message.PHP_EOL;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2731.phpt2 GH-2731: Empty exception message cannot be expected
23 Failed asserting that exception message is empty but is 'message'.
/plugin/stale/
H A Daction.php49 $message = "You don't have the right to touch";
52 $message = $stale->stale();
56 $jsonArray = array("message" => $message);

1...<<21222324252627282930>>...67