Home
last modified time | relevance | path

Searched refs:message (Results 1001 – 1025 of 1663) sorted by relevance

1...<<41424344454647484950>>...67

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DEngine.php820 * @param string $message The log message
823 private function log($level, $message, array $context = array()) argument
826 $this->logger->log($level, $message, $context);
/plugin/combo/ComboStrap/
H A DSiteConfig.php253 $message = "The rem configuration value ($value) is not a integer. Error: {$e->getMessage()}";
254 LogUtility::msg($message);
255 throw new ExceptionNotFound($message);
/plugin/openid/
H A Daction.php155 $message = sprintf($this->getLang('complete_registration_notice'), $this->_self('openid'));
156 msg($message, 2);
231 msg($this->getLang('openid_authentication_failed') . ': ' . $response->message, -1);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md5 * Clearer error message for unexpected method calls (@meridius)
6 * Clearer error message for aggregate exceptions (@meridius)
195 * Fix broken UnexpectedCallException message
196 * Trim AggregateException message
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md102 * The message class should be a lot faster now for looking up headers. No more
159 serializes the objects into a standard HTTP message. This is mainly for
162 human-readable HTTP status message. This part has been removed from
234 [psr-http]: https://github.com/php-fig/fig-standards/blob/master/proposed/http-message.md
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php435 $message = sprintf('Expected %s, got ', $expected);
436 $message .= ($this->lexer->lookahead === null)
441 $message .= ' in ' . $this->context;
444 $message .= '.';
446 throw AnnotationException::syntaxError($message);
/plugin/schedule/
H A Dschedules.class.php78 function message ($type, $text) { function in schedules
79 return $this->scheduleRoot->message ($type, $text);
88 return isset ($this->scheduleRoot->message[$type]);
523 $this->message ('info', $this->getLang ('notMemberError'));
529 $this->message ('error', $this->getLang ('noAudienceError'));
531 $this->message ('error', $this->getLang ('noMemberError'));
533 $this->message ('error', $this->getLang ('noTypeError'));
535 $this->message ('error', $this->getLang ('noTitleError'));
537 $this->message ('error', $this->getLang ('noWhereError'));
543 $this->message ('error', $request ['from'].' : '.$this->getLang ('pastError'));
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DSuiteTest.php229 $message = $lastSkippedResult->thrownException()->getMessage();
231 …Contains('Test for DataProviderDependencyTest::testDependency skipped by data provider', $message);
/plugin/combo/syntax/
H A Dfrontmatter.php186 foreach ($messages as $message) {
187 $message->sendToLogUtility();
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java.bak977 protected String fieldname, message;
982 public PromptPropertyAction(Object target, String message) {
983 this(target, message, message);
989 public PromptPropertyAction(Object target, String message,
992 this.message = message;
1012 (Component) e.getSource(), "Value", message,
1555 protected String key, message;
1561 public PromptValueAction(String key, String message) {
1563 this.message = message;
1576 mxResources.get("value"), message,
/plugin/authgooglesheets/
H A Dcomposer.lock201 "psr/http-message": "^1.0"
410 "psr/http-message": "~1.0",
414 "psr/http-message-implementation": "1.0"
473 "description": "PSR-7 message implementation that also provides common utility methods",
476 "message",
879 "name": "psr/http-message",
883 "url": "https://github.com/php-fig/http-message.git",
888 …"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418a…
917 "homepage": "https://github.com/php-fig/http-message",
920 "http-message",
[all …]
/plugin/qrcode/syntax/
H A Di_nigmacode.php208 case 'message':
/plugin/deniedpage/
H A DREADME3 Show specific page instead of denied message.
/plugin/externalembed/helper/
H A DcacheInterface.php145 $message = $api_response['error']['message'];
/plugin/imgpaste/
H A Dscript.js59 box.innerText = data.message;
/plugin/combo/resources/snippet/js/
H A Dcombo-html.js26 msg += `Railbar error: the script element (${error.element.className}) returns the following error ${error.error.message}\n`;
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js150 message.indexOf('SecurityError') >= 0 || message.indexOf('NS_ERROR_FAILURE') >= 0 ||
157 if (message == EditorUi.lastErrorMessage || (message != null && url != null &&
158 ((message.indexOf('Script error') != -1) || (message.indexOf('extension') != -1))))
165 else if (message != null && message.indexOf('DocumentClosedError') < 0)
3891 (resp.message == '' && resp.name != null) ? resp.name : resp.message,
3931 if (e.message != null)
4054 if (e.message != null)
11940 message: data}), '*');
12112 msg.message = data;
12278 msg.message = data;
[all …]
/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php783 function Services_JSON_Error($message = 'unknown error', $code = null, argument
786 parent::PEAR_Error($message, $code, $mode, $options, $userinfo);
797 function Services_JSON_Error($message = 'unknown error', $code = null, argument
/plugin/authucenter/lib/uc_client/control/
H A Dpm.php67 $message = $this->input('message');
128 $lastpmid = $_ENV['pm']->replypm($plid, $this->user['uid'], $this->user['username'], $message);
130 …_ENV['pm']->sendpm($this->user['uid'], $this->user['username'], $msgto, $subject, $message, $type);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php684 * @param string $message
688 public function error($message) { argument
693 $this->info['error'][] = $message;
701 * @param string $message
705 public function warning($message) { argument
706 $this->info['warning'][] = $message;
2297 public $message; variable in getid3_exception
/plugin/showlogin2/
H A DREADME.md7 …ogin). This plugin shows the login dialog instead of the „access denied“ message, not in addition …
/plugin/wrapadd/
H A DREADME.md39 Function: Adds simple message boxes
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php241 public function _verify($message = '') argument
243 Assert::assertSame($this->expected, $this->actual, $message);
/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/importfacebookevents/
H A Dsyntax.php194 …ure{url},description,feed.limit(10){from{name,picture},created_time,type,message,link,permalink_ur…
374 $description = $quoteprefix.$post['message'];

1...<<41424344454647484950>>...67