Home
last modified time | relevance | path

Searched refs:message (Results 851 – 875 of 1663) sorted by relevance

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

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcache-api-1.1.1.jar ... init> (java.lang.String) String message public void <init> (java.lang. ...
/plugin/combo/ComboStrap/
H A DDatabasePageRow.php650 $message = "The page ($this->markupPath) is already in the database with the uid ($pageIdAbbr).";
652 $message = "The page ($this->markupPath) cannot be replicated to the database because it has the same page id abbreviation ($pageIdAbbr) than the page ($duplicatePage)";
654 throw new ExceptionBadState($message);
935 $message = "The pages ($existingPages) have all the same page id ($pageIdValue)";
936 throw new ExceptionRuntimeInternal($message, self::CANONICAL);
1012 $message = "The existing pages ($existingPages) have all the same canonical ($canonicalValue), return the first one";
1013 LogUtility::error($message, self::CANONICAL);
1054 $message = "Internal Error: An exception has occurred with the page search from a PATH: " . $e->getMessage();
1055 LogUtility::log2file($message);
1056 throw new ExceptionNotFound($message);
[all...]
H A DIcon.php68 $message = "The svg icon file ($mediaDokuPath) does not exists. If you want an icon from an icon library, indicate a name without extension.";
69 throw new ExceptionNotExists($message, Icon::ICON_CANONICAL_NAME);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMessageFormatter.php176 private function headers(MessageInterface $message) argument
179 foreach ($message->getHeaders() as $name => $values) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DChromePHPHandler.php93 $message = $this->processRecord($record);
94 $messages[] = $message;
/plugin/strata/
H A Dstyle.css5 .dokuwiki div.strata-debug-message { /* the error message */
22 .dokuwiki div.strata-debug-message.strata-debug-continued { /* error message is followed by something */
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DMockRunner.php4 protected function runFailed($message) argument
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php114 …$prevErrorHandler = set_error_handler(function ($level, $message, $file, $line) use (&$prevErrorHa…
116 throw new ParseException($message, $this->getParser()->getRealCurrentLineNb() + 1);
119 return $prevErrorHandler ? $prevErrorHandler($level, $message, $file, $line) : false;
/plugin/stopforumspam2/
H A Dhelper.php176 …* @return array ('succeeded' => [TRUE if succeeded, or FALSE if failed], 'message' => [a message t…
179 …$email == null or $username == null) return array('succeeded' => FALSE, 'message' => $this->getLan…
181 … if ($api == '') return array('succeeded' => FALSE, 'message' => $this->getLang('lackingAPI'));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DVlv.php281 $message = $this->client->sendAndReceive($this->search, $this->createVlvControl($contextId), $this->sort);
282 $control = $message->controls()->get(Control::OID_VLV_RESPONSE);
288 $response = $message->getResponse();
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php378 foreach ($messages as $message) {
380 if ($message['level'] > $highestLevel) {
382 $highestLevel = $message['level'];
383 $warningMessage = $message['message'];
386 switch ($message['level']) {
397 … throw new DAV\Exception\UnsupportedMediaType('Validation error in vCard: ' . $message['message']);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/metadata/SimpleInternalObject/
H A DException.yml4 message:
/plugin/diagramsnet/lib/
H A Delectron.js67 console.log('Error in urlParams.json file: ' + e.message);
145message: 'The document has unsaved changes. Do you really want to quit without saving?' //mxResour…
674 message: 'You application is up-to-date',
837 message: 'Update available.\n\nWould you like to download and install new version?',
852 progressBar.detail = 'Error occurred while fetching updates. ' + (e && e.message? e.message : e)
929 message: 'A new version of ' + app.name + ' has been downloaded',
991 log.error(e.message, {stack: e.stack});
1083 log.error(e.message, {stack: e.stack});
1182 throw new Error('Error during PDF combination: ' + e.message);
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
H A DInstantiator.php135 …set_error_handler(static function ($code, $message, $file, $line) use ($reflectionClass, & $error)…
138 $message,
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataDateTime.php87 $message = "The date time ($this) has a default value ($defaultValue) that is not valid. Error: {$e->getMessage()}";
88 LogUtility::internalError($message);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php355 $message = null;
356 if (is_array($value) && array_key_exists('message', $value)) {
357 $message = $value['message'];
372 WebDriverException::throwException($value['error'], $message, $results);
378 WebDriverException::throwException($status, $message, $results);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DPublicKey.php25 public function verify($message, $signature); argument
H A DPrivateKey.php25 public function sign($message); argument
/plugin/combo/resources/theme/default/components/css/
H A Dmessage.css2 .message-cs > .signature {
/plugin/telleveryone/db/
H A Dupdate0001.sql5 message TEXT NOT NULL, field
/plugin/structnotification/db/
H A Dupdate0001.sql8 message TEXT NOT NULL field
/plugin/issuelinks/services/
H A DGitHub.service.php201 $message = '<p>';
202 $message .= $this->configError;
203 …$message .= " Please go to $link and generate a new token for this plugin with the scopes $scopes.…
204 $message .= '</p>';
205 $configForm->addHTML($message);
H A DGitLab.service.php151 $message = '<p>';
152 $message .= $this->configError;
153 …$message .= "Please go to $link and generate a new token for this plugin with the <b>api</b> scope…
154 $message .= '</p>';
156 $configForm->addHTML($message);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/
H A DEmptyLogger.php35 public function log($level, $message, array $context = []) argument
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php221 * @param string $message
224 private function hmacsha1($key, $message) { argument
232 $hmac = pack('H*', sha1(($key ^ $opad) . pack('H*', sha1(($key ^ $ipad) . $message))));

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