Home
last modified time | relevance | path

Searched refs:displayMessage (Results 1 – 3 of 3) sorted by relevance

/plugin/logindelay/action/
Dlogin.php44 $this->displayMessage($delay);
66 $this->displayMessage($delay);
74 $this->displayMessage($delay);
88 protected function displayMessage($allowedRetry) function in action_plugin_logindelay_login
/plugin/aichat/script/
DAIChatChat.js67 this.displayMessage(this.getAttribute('hello') || 'Hello, how can I help you?', {});
229 this.displayMessage(row[0]);
230 this.displayMessage(row[1], row[2]);
265 const p = this.displayMessage(message);
275 this.displayMessage(response.answer, response.sources); // display the answer
278 this.displayMessage(LANG.plugins.aichat.error, {});
325 displayMessage(message, sources = null) { method in AIChatChat
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
DLiveChatMessageSnippet.php29 public $displayMessage; variable in Google\\Service\\YouTube\\LiveChatMessageSnippet
86 public function setDisplayMessage($displayMessage) argument
88 $this->displayMessage = $displayMessage;
95 return $this->displayMessage;