Home
last modified time | relevance | path

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

/plugin/aichat/script/
H A DAIChatChat.js52 this.displayMessage(this.getAttribute('hello') || 'Hello, how can I help you?', {});
197 this.displayMessage(row[0]);
198 this.displayMessage(row[1], row[2]);
222 const p = this.displayMessage(message);
232 this.displayMessage(response.answer, response.sources); // display the answer
235 this.displayMessage('Sorry, something went wrong', {});
281 displayMessage(message, sources = null) {
249 displayMessage(message, sources = null) { global() method in AIChatChat
/plugin/logindelay/action/
H A 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/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DLiveChatMessageSnippet.php29 public $displayMessage; variable in Google\\Service\\YouTube\\LiveChatMessageSnippet
86 public function setDisplayMessage($displayMessage) argument
88 $this->displayMessage = $displayMessage;
95 return $this->displayMessage;