| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/ |
| D | MultipleChoiceSubmission.php | 25 public $answer; variable in Google\\Service\\Classroom\\MultipleChoiceSubmission 30 public function setAnswer($answer) argument 32 $this->answer = $answer; 39 return $this->answer;
|
| D | ShortAnswerSubmission.php | 25 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/ |
| D | GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer.php | 25 public $answer; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer 46 public function setAnswer($answer) argument 48 $this->answer = $answer; 55 return $this->answer;
|
| D | GoogleCloudDialogflowV2beta1FaqAnswer.php | 25 public $answer; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1FaqAnswer 50 public function setAnswer($answer) argument 52 $this->answer = $answer; 59 return $this->answer;
|
| D | GoogleCloudDialogflowV2FaqAnswer.php | 25 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/ |
| D | GoogleCloudContactcenterinsightsV1FaqAnswerData.php | 25 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/ |
| D | UpsertAnswerRequest.php | 28 public function setAnswer(Answer $answer) argument 30 $this->answer = $answer; 37 return $this->answer;
|
| /plugin/questionnaire/ |
| D | syntax.php | 124 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/ |
| D | question.prompt | 1 …nts as context to answer the users question. If you don't know the answer, just say that you don't…
|
| /plugin/quizlib/ |
| D | syntax.php | 101 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/ |
| D | user.php | 129 …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/ |
| D | update0001.sql | 12 answer TEXT NOT NULL, field 15 PRIMARY KEY (page, question, answer, answered_by)
|
| /plugin/aichat/RemoteResponse/ |
| D | LlmReply.php | 13 public $answer; variable in dokuwiki\\plugin\\aichat\\RemoteResponse\\LlmReply 20 $this->answer = $data['answer'];
|
| /plugin/flashcards/ |
| D | script.js | 62 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/ |
| D | user.php | 69 $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/ |
| D | cli.php | 176 $answer = $this->generateResponse($url_elems['path']); 177 if ($answer) { 178 $response = "20 " . $answer['mime'] . "\r\n"; 179 $body = $answer['body'];
|
| /plugin/qna/style/ |
| D | default.less | 19 div.qna-answer { 20 background-image: url(images/answer.png);
|
| D | symbols.less | 45 div.qna-answer { 47 background-image: url(images/answer-symbols.png);
|
| D | memes.less | 47 div.qna-answer { 48 background-image: url(images/answer-memes.png);
|
| /plugin/jenkins/jenkinsapi/ |
| D | jenkins.php | 28 $answer = curl_exec($this->client); 29 $answer_decoded = json_decode($answer, true);
|
| /plugin/gitlabapi/gitlab/ |
| D | gitlabapi.php | 36 $answer = curl_exec($this->client); 37 return json_decode($answer, true);
|
| /plugin/quizlib/scripts/ |
| D | quizlib.js | 102 var answer = this.answers[i]; 119 if (userAnswer.length == 1 && !Array.isArray(answer)) { 125 questionResults.push(Utils.compare(userAnswer, answer));
|
| /plugin/gitlabproject/gitlab/ |
| D | gitlab.php | 30 $answer = curl_exec($this->client); 31 $answer_decoded = json_decode($answer, true);
|
| /plugin/mikioplugin/ |
| H A D | script.js | 453 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/ |
| D | Server.php | 399 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);
|