Home
last modified time | relevance | path

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

/plugin/ragasker/
H A Daction.php20 …$this->sendJson(['ragasker_response' => '<span style="color:red">' . hsc($L('no_apikey')) . '</spa…
45 …$this->sendJson(['ragasker_response' => '<span style="color:red">' . hsc($L('error_api')) . '</spa…
51 … $this->sendJson(['ragasker_response' => $step1msg, 'step' => 1, 'keywords' => $keywords]);
122 $this->sendJson([
178 $this->sendJson([
213 private function sendJson($arr) { function in action_plugin_ragasker