Home
last modified time | relevance | path

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

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
DMultipleChoiceSubmission.php25 public $answer; variable in Google\\Service\\Classroom\\MultipleChoiceSubmission
30 public function setAnswer($answer) argument
32 $this->answer = $answer;
39 return $this->answer;
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/
DGoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer.php25 public $answer; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer
46 public function setAnswer($answer) argument
48 $this->answer = $answer;
55 return $this->answer;
DGoogleCloudDialogflowV2beta1FaqAnswer.php25 public $answer; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1FaqAnswer
50 public function setAnswer($answer) argument
52 $this->answer = $answer;
59 return $this->answer;
DGoogleCloudDialogflowV2FaqAnswer.php25 public $answer; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2FaqAnswer
50 public function setAnswer($answer) argument
52 $this->answer = $answer;
59 return $this->answer;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
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/
DUpsertAnswerRequest.php28 public function setAnswer(Answer $answer) argument
30 $this->answer = $answer;
37 return $this->answer;
/plugin/questionnaire/
Dsyntax.php124 foreach ($q['a'] as $num => $answer) {
125 … $form->addCheckbox('questionnaire[' . $question . '][' . $num . ']', $answer)->val($answer);
129 foreach ($q['a'] as $answer) {
130 … $form->addRadioButton('questionnaire[' . $question . ']', $answer)->val($answer);
269 foreach ($answers as $answer) {
270 $record['answer'] = $answer;
/plugin/aichat/lang/en/
Dquestion.prompt1 …nts as context to answer the users question. If you don't know the answer, just say that you don't…
/plugin/quizlib/
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/authucenter/lib/uc_client/model/
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/questionnaire/db/
Dupdate0001.sql12 answer TEXT NOT NULL, field
15 PRIMARY KEY (page, question, answer, answered_by)
/plugin/aichat/RemoteResponse/
DLlmReply.php13 public $answer; variable in dokuwiki\\plugin\\aichat\\RemoteResponse\\LlmReply
20 $this->answer = $data['answer'];
/plugin/flashcards/
Dscript.js62 question.answers.forEach((answer, index) => {
65 button.innerText = answer;
141 const answer = result.answers[j];
150 answersHTML += `<li style="color: ${color};">${answer}</li>`;
/plugin/authucenter/lib/uc_client/control/
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/gemini/
Dcli.php176 $answer = $this->generateResponse($url_elems['path']);
177 if ($answer) {
178 $response = "20 " . $answer['mime'] . "\r\n";
179 $body = $answer['body'];
/plugin/qna/style/
Ddefault.less19 div.qna-answer {
20 background-image: url(images/answer.png);
Dsymbols.less45 div.qna-answer {
47 background-image: url(images/answer-symbols.png);
Dmemes.less47 div.qna-answer {
48 background-image: url(images/answer-memes.png);
/plugin/jenkins/jenkinsapi/
Djenkins.php28 $answer = curl_exec($this->client);
29 $answer_decoded = json_decode($answer, true);
/plugin/gitlabapi/gitlab/
Dgitlabapi.php36 $answer = curl_exec($this->client);
37 return json_decode($answer, true);
/plugin/quizlib/scripts/
Dquizlib.js102 var answer = this.answers[i];
119 if (userAnswer.length == 1 && !Array.isArray(answer)) {
125 questionResults.push(Utils.compare(userAnswer, answer));
/plugin/gitlabproject/gitlab/
Dgitlab.php30 $answer = curl_exec($this->client);
31 $answer_decoded = json_decode($answer, true);
/plugin/mikioplugin/
H A Dscript.js453 var answer = jQuery(questions[i]).attr('data-answer');
456 if(answer != undefined) {
508 } else if(answer != undefined) {
524 if(answer == undefined) {
526 } else if(answer.indexOf('|') !== -1) {
527 var answerArray = answer.split('|');
550 … if (selectedItems.length > 0 && answer.localeCompare(selectedItems[0]) == 0) {
/plugin/fedauth/Auth/OpenID/
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);

12345