Home
last modified time | relevance | path

Searched refs:message (Results 776 – 800 of 1663) sorted by relevance

1...<<31323334353637383940>>...67

/plugin/combo/ComboStrap/
H A DIconTag.php72 $message = "Icon ({$tagAttribute->getValue("name")}). Error while rendering: {$e->getMessage()}";
73 $html = "<span class=\"text-danger $errorClass\">" . hsc(trim($message)) . "</span>";
74 LogUtility::warning($message, self::CANONICAL, $e);
H A DFetcherMarkupWebcode.php113 $message = "The cache file should exists";
115 throw new ExceptionRuntimeInternal($message);
117 LogUtility::internalError($message);
/plugin/combo/ComboStrap/Tag/
H A DShareTag.php100 $message = "Getting the icon for the social channel ($brandButton) returns an error ({$e->getMessage()}";
102 throw new ExceptionRuntime($message, self::CANONICAL, 1, $e);
104 $rendererHtml .= LogUtility::wrapInRedForHtml($message);
H A DBarTag.php80 $message = null;
91 $message = "No heading was found in the section bar ($id). An heading is mandatory for navigation within device.";
119 PluginUtility::EXIT_MESSAGE => $message
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerWhoAmIHandler.php36 public function handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): void
50 $message->getMessageId(),
33 handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options) global() argument
/plugin/authucenter/lib/uc_client/model/
H A Dpm.php185 function sendpm($fromuid, $fromusername, $touids, $subject, $message, $type = 0) { argument
186 if(!$fromuid || !$fromusername || !$touids || !$message) {
221 …$message = @preg_replace($_CACHE['badwords']['findpattern'], $_CACHE['badwords']['replace'], $mess…
224 $subject = $this->removecode(trim($message), 80);
228 $lastsummary = $this->removecode(trim(stripslashes($message)), 150);
269 …id, message, dateline, delstatus) VALUES('$pmid', '$plid', '$fromuid', '$message', '".$this->base-…
285 function replypm($plid, $fromuid, $fromusername, $message) { argument
286 if(!$plid || !$fromuid || !$fromusername || !$message) {
327 …$message = @preg_replace($_CACHE['badwords']['findpattern'], $_CACHE['badwords']['replace'], $mess…
329 $lastsummary = $this->removecode(trim(stripslashes($message)), 150);
[all …]
/plugin/redirect2/
H A Dsyntax.php62 $message = '<div class="notify">'.sprintf($this->getLang('redirect_to'), $link).'</div>';
64 return array($page, $message);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DPage.php11 $message = 'The number of items must not exceed the count value';
12 parent::__construct($message);
/plugin/mdpage/vendor/cebe/markdown/bin/
H A Dmarkdown161 function error($message, $callback = null) { argument
163 fwrite($fe, "Error: " . $message . "\n");
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.js79 this.message = message;
90 this.message = message;
238 message: 14, property in parser.parser.symbols_
777 function ParseError(message, hash) { argument
781 this.message = (message || '');
792 throw new ParseError(message, hash);
847 function AssertException(message) { this.message = message; } argument
849 return 'AssertException: ' + this.message;
852 function assert(exp, message) { argument
854 throw new AssertException(message);
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DESLintSniff.php109 $phpcsFile->addErrorOnLine($error->message, $error->line, $error->ruleId);
111 $phpcsFile->addWarningOnLine($error->message, $error->line, $error->ruleId);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DErrorLogHandler.php43 … $message = sprintf('The given message type "%s" is not supported', print_r($messageType, true));
45 throw new \InvalidArgumentException($message);
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCard.php244 $message = 'vCards on CardDAV servers MUST have a UID property.';
248 $message = 'Adding a UID to a vCard property is recommended.';
256 'message' => $message,
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCard.php244 $message = 'vCards on CardDAV servers MUST have a UID property.';
248 $message = 'Adding a UID to a vCard property is recommended.';
256 'message' => $message,
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php276 * @param string $message
282 public function sign($message) argument
289 $message,
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php244 $message = 'vCards on CardDAV servers MUST have a UID property.';
248 $message = 'Adding a UID to a vCard property is recommended.';
256 'message' => $message,
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php213 …public function handleError(int $code, string $message, string $file = '', int $line = 0, ?array $… argument
222 …logger->log($level, self::codeToString($code).': '.$message, ['code' => $code, 'message' => $messa…
232 return (bool) ($this->previousErrorHandler)($code, $message, $file, $line, $context);
/plugin/batchedit/
H A Dinterface.php70 * Accepts message array that starts with message id followed by optional arguments.
72 public function __construct($message) { argument
74 $this->data = $message;
81 * Accepts message array that starts with message id followed by optional arguments.
83 public function __construct($message) { argument
85 $this->data = $message;
150 foreach ($messages as $message) {
151 print('<div class="' . $message
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dexception-stack.phpt22 message
36 message
/plugin/todo/
H A Dscript.js65 if (data.message) {
66 alert(data.message);
/plugin/sentry/
H A Dhelper.php96 * @param string $message the raw message string
99 public function logMessage($message, array $extra = []) argument
106 'message' => $message,
/plugin/combo/syntax/
H A Dtooltip.php246 $message = $data[PluginUtility::EXIT_MESSAGE] ?? null;
247 if ($message !== null) {
248 $renderer->doc .= LogUtility::wrapInRedForHtml($message);
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php1794 public $message; variable in Google_AddressesScopedListWarning
1809 $this->message = $message;
2118 public $message; variable in Google_DisksScopedListWarning
2133 $this->message = $message;
2701 public $message; variable in Google_InstancesScopedListWarning
2716 $this->message = $message;
3074 $this->message = $message;
3508 $this->message = $message;
3576 $this->message = $message;
3642 $this->message = $message;
[all …]
/plugin/icalevents/vendor/bin/
H A Dgenerate_vcards232 foreach($result as $message) {
233 echo " " . $message['message'] . "\n";
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dgenerate_vcards232 foreach($result as $message) {
233 echo " " . $message['message'] . "\n";

1...<<31323334353637383940>>...67