Home
last modified time | relevance | path

Searched refs:answer (Results 1 – 25 of 90) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DMultipleChoiceSubmission.php25 public $answer; variable in Google\\Service\\Classroom\\MultipleChoiceSubmission
30 public function setAnswer($answer) argument
32 $this->answer = $answer;
39 return $this->answer;
H A DShortAnswerSubmission.php25 public $answer; variable in Google\\Service\\Classroom\\ShortAnswerSubmission
30 public function setAnswer($answer) argument
32 $this->answer = $answer;
39 return $this->answer;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer.php25 public $answer; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer
46 public function setAnswer($answer) argument
48 $this->answer = $answer;
55 return $this->answer;
H A DGoogleCloudDialogflowV2FaqAnswer.php25 public $answer; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2FaqAnswer
50 public function setAnswer($answer) argument
52 $this->answer = $answer;
59 return $this->answer;
H A DGoogleCloudDialogflowV2beta1FaqAnswer.php25 public $answer; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1FaqAnswer
50 public function setAnswer($answer) argument
52 $this->answer = $answer;
59 return $this->answer;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleCloudContactcenterinsightsV1FaqAnswerData.php25 public $answer; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1FaqAnswerData
50 public function setAnswer($answer) argument
52 $this->answer = $answer;
59 return $this->answer;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessQA/
H A DUpsertAnswerRequest.php28 public function setAnswer(Answer $answer) argument
30 $this->answer = $answer;
37 return $this->answer;
/plugin/aichat/lang/en/
H A Dprompt_question.txt
H A Dprompt_noanswer.txt
/plugin/quizlib/
H A Dsyntax.php101 foreach ($answers as $answer){
102 …put type="radio" name="q'.$questioncount.'" value="a'.$answercount.'">'.$answer.'</label></li>' . …
111 foreach ($answers as $answer){
112 … type="checkbox" name="q'.$questioncount.'" value="a'.$answercount.'">'.$answer.'</label></li>' . …
/plugin/aichat/
H A Dcli.php238 $history[] = [$result['question'], $result['answer']];
393 * Print the given detailed answer in a nice way
395 * @param array $answer
398 protected function printAnswer($answer)
400 $this->colors->ptln($answer['answer'], Colors::C_LIGHTCYAN);
402 $this->printSources($answer['sources']);
184 printAnswer($answer) global() argument
H A Dhelper.php167 * @return array ['question' => $question, 'answer' => $answer, 'sources' => $sources]
191 * @return array ['question' => $question, 'answer' => $answer, 'sources' => $sources]
219 $answer = $this->getChatModel()->getAnswer($messages);
224 'answer' => $answer,
349 * Construct the prompt to define the answer language
362 $languagePrompt = 'Always answer in ' . $isoLangnames[$conf['lang']] . '.';
367 $languagePrompt = 'Always answer i
[all...]
/plugin/authucenter/lib/uc_client/model/
H A Duser.php129 …function add_user($username, $password, $email, $uid = 0, $questionid = '', $answer = '', $regip =… argument
134 …$sqladd .= $questionid > 0 ? " secques='".$this->quescrypt($questionid, $answer)."'," : " secques=…
141 …function edit_user($username, $oldpw, $newpw, $email, $ignoreoldpw = 0, $questionid = '', $answer argument
159 $sqladd .= ($sqladd ? ',' : '')." secques='".$this->quescrypt($questionid, $answer)."'";
227 function quescrypt($questionid, $answer) { argument
228 return $questionid > 0 && $answer != '' ? substr(md5($answer.md5($questionid)), 16, 8) : '';
/plugin/authucenter/lib/uc_client/control/
H A Duser.php69 $answer = $this->input('answer');
78 $uid = $_ENV['user']->add_user($username, $password, $email, 0, $questionid, $answer, $regip);
90 $answer = $this->input('answer');
95 … = $_ENV['user']->edit_user($username, $oldpw, $newpw, $email, $ignoreoldpw, $questionid, $answer);
112 $answer = $this->input('answer');
135 } elseif($checkques && $user['secques'] != $_ENV['user']->quescrypt($questionid, $answer)) {
/plugin/qna/style/
H A Ddefault.less19 div.qna-answer {
20 background-image: url(images/answer.png);
H A Dsymbols.less45 div.qna-answer {
47 background-image: url(images/answer-symbols.png);
H A Dmemes.less47 div.qna-answer {
48 background-image: url(images/answer-memes.png);
/plugin/jenkins/jenkinsapi/
H A Djenkins.php28 $answer = curl_exec($this->client);
29 $answer_decoded = json_decode($answer, true);
/plugin/gemini/
H A Dcli.php176 $answer = $this->generateResponse($url_elems['path']);
177 if ($answer) {
178 $response = "20 " . $answer['mime'] . "\r\n";
179 $body = $answer['body'];
/plugin/gitlabapi/gitlab/
H A Dgitlabapi.php27 $answer = curl_exec($this->client);
28 $answer_decoded = json_decode($answer, true);
/plugin/gitlabproject/gitlab/
H A Dgitlab.php30 $answer = curl_exec($this->client);
31 $answer_decoded = json_decode($answer, true);
/plugin/quizlib/scripts/
H A Dquizlib.js102 var answer = this.answers[i];
119 if (userAnswer.length == 1 && !Array.isArray(answer)) {
125 questionResults.push(Utils.compare(userAnswer, answer));
/plugin/aichat/script/
H A DAIChatChat.js228 this.#history.push([response.question, response.answer, response.sources]);
232 this.displayMessage(response.answer, response.sources); // display the answer
/plugin/fedauth/Auth/OpenID/
H A DServer.php399 function answer($signatory) function in Auth_OpenID_CheckAuthRequest
444 function answer($secret) function in Auth_OpenID_PlainTextServerSession
539 function answer($secret) function in Auth_OpenID_DiffieHellmanSHA1ServerSession
652 function answer($assoc) function in Auth_OpenID_AssociateRequest
662 $this->session->answer($assoc->secret));
974 function answer($allow, $server_url = null, $identity = null, function in Auth_OpenID_CheckIDRequest
1717 return $request->answer($this->signatory);
1730 return $request->answer($assoc);
/plugin/authucenter/lib/uc_client/
H A Dclient.php355 function uc_user_register($username, $password, $email, $questionid = '', $answer = '', $regip = ''… argument
356 …word'=>$password, 'email'=>$email, 'questionid'=>$questionid, 'answer'=>$answer, 'regip' => $regip…
359 function uc_user_login($username, $password, $isuid = 0, $checkques = 0, $questionid = '', $answer argument
361 …uid'=>$isuid, 'checkques'=>$checkques, 'questionid'=>$questionid, 'answer'=>$answer, 'ip' => $ip));
388 …uc_user_edit($username, $oldpw, $newpw, $email, $ignoreoldpw = 0, $questionid = '', $answer = '') { argument
389 …ewpw, 'email'=>$email, 'ignoreoldpw'=>$ignoreoldpw, 'questionid'=>$questionid, 'answer'=>$answer));

1234