/plugin/aichat/ |
H A D | helper.php | 163 * Ask a question with a chat history 165 * @param string $question 167 * @return array ['question' => $question, 'answer' => $answer, 'sources' => $sources] 170 public function askChatQuestion($question, $history = []) 173 $contextQuestion = $this->rephraseChatQuestion($question, $history); 175 // Only use the rephrased question if it has more history than the chat history provides 177 $question = $contextQuestion; 180 $contextQuestion = $question; 182 return $this->askQuestion($question, 88 askChatQuestion($question, $history = []) global() argument 105 askQuestion($question) global() argument 145 rephraseChatQuestion($question, $history) global() argument [all...] |
H A D | action.php | 43 $question = $INPUT->post->str('question'); 49 'question' => $question, 57 $result = $helper->askChatQuestion($question, $history); 73 'question' => $result['question'], 80 $question, 82 'interpretation' => $result['question'], 94 'question' [all...] |
/plugin/quizlib/scripts/ |
H A D | quizlib.js | 101 var question = this.questions[i]; 105 this.clearHighlights(question); 122 unansweredQs.push(question); 150 Quiz.prototype.clearHighlights = function(question) { argument 152 var questionWarnings = question.getElementsByClassName(this.Classes.QUESTION_WARNING); 158 …var highlightedQuestions = [question.getElementsByClassName(this.Classes.CORRECT), question.getEle… 169 var tempElements = question.getElementsByClassName(this.Classes.TEMP); 201 var question; 203 question = this.questions[i]; 205 …question.getElementsByClassName(this.Classes.QUESTION_TITLE)[0].classList.add(this.Classes.CORRECT… [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/ |
H A D | GoogleCloudDialogflowV2FaqAnswer.php | 41 public $question; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2FaqAnswer 106 public function setQuestion($question) argument 108 $this->question = $question; 115 return $this->question;
|
H A D | GoogleCloudDialogflowV2beta1FaqAnswer.php | 41 public $question; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1FaqAnswer 106 public function setQuestion($question) argument 108 $this->question = $question; 115 return $this->question;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/ |
H A D | GoogleCloudContactcenterinsightsV1FaqAnswerData.php | 41 public $question; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1FaqAnswerData 106 public function setQuestion($question) argument 108 $this->question = $question; 115 return $this->question;
|
/plugin/quizlib/ |
H A D | README.md | 15 There a three kinds of question formats you can use: 32 …<question title="1. What is the answer to life, the universe and everything?" type="text"></questi… 33 …<question title="2. Your enemy's father..." type="radio">is a hamster|smells of elderberries</ques… 34 …question title="3. Which factors will contribute to the end of humanity as we know it?" type="chec… 47 <div class="quizlib-card quizlib-question"> 49 <div class="quizlib-question-answers"> 54 <div class="quizlib-card quizlib-question"> 55 <div class="quizlib-question-title">2. Your enemy's father...</div> 56 <div class="quizlib-question-answers"> 64 <div class="quizlib-card quizlib-question"> [all …]
|
H A D | style.css | 6 .quizlib-question { 10 .quizlib-question-title {} 12 .quizlib-question-answers ul { 16 .quizlib-question-warning {
|
H A D | syntax.php | 85 foreach ($xml->children() as $question){ 87 foreach ($question->attributes() as $attribute=>$attributevalue){ 99 $answers = explode('|', $question); 109 $answers = explode('|', $question);
|
H A D | script.js | 34 function handleAnswers(question, no, correct) { argument 36 var answers = question.getElementsByTagName('input');
|
/plugin/aichat/lang/en/ |
H A D | prompt_rephrase.txt |
|
H A D | prompt_noanswer.txt |
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/ |
H A D | QuestionItem.php | 44 public function setQuestion(Question $question) argument 46 $this->question = $question; 53 return $this->question;
|
/plugin/qna/syntax/ |
H A D | block.php | 57 $question = trim(substr($match, 4)); 59 if ($question != '') { 60 $identifier = $this->questionToIdentifier($question); 62 $data = array('open_question', $question, $identifier);
|
/plugin/multipoll/ |
H A D | syntax.php | 188 foreach($questions as $question) { 189 …ultipoll_question" id="poll_question_'.$q.'">'.$renderer->_xmlEntities($question['q']).'</div>'."\… 191 foreach($question['a'] as $a) { 220 foreach($questions as $question) { 221 …oll_question" id="multipoll_question_'.$q.'">'.$renderer->_xmlEntities($question['q']).'</div>'."\… 222 foreach($question['a'] as $a) { 224 if($question['m']) {
|
/plugin/vote/ |
H A D | syntax.php | 45 $question = htmlspecialchars( $regx_result[1] ); 59 return array( $title, $param, $question, $options ); 71 list( $title, $param, $question, $options ) = $data; 78 if ( $question ) { 79 $output .= '<div>'.$question.'</div>';
|
/plugin/qna/style/ |
H A D | symbols.less | 11 span.qna-toc-question * { 27 div.qna-question { 29 background-image: url(images/question-symbols.png);
|
H A D | memes.less | 11 span.qna-toc-question * { 28 div.qna-question { 29 background-image: url(images/question-memes.png);
|
H A D | default.less | 6 div.qna-question { 7 background-image: url(images/question.png);
|
/plugin/bootswrapper/exe/help/ |
H A D | callout.txt | 5 <callout type="question" icon="true"> 101 <callout type="question" icon="true"> 103 This is a question callout (alias of ''important''). 112 <callout type="question" icon="true"> [...] </callout> 146 …' ''success'' ''info'' ''warning'' ''danger'' (''question'' ''tip'') | Type of callout \\ \\ ''qu…
|
/plugin/quiz/ |
H A D | script.js | 1 function plgQuiz_send(quiz_ID, question){ argument 25 plgQuiz_myParam += ajax.encVar("next_question", question);
|
H A D | style.css | 5 div.quiz-block div.quiz-question { 8 background-image: url(images/question.png);
|
H A D | class_quiz.php | 294 function checkanswer($question, $answer_array = null) { argument 296 if ($this->parseQuiz() !== false && $question > 0) { 298 $a = $data['questions'][$question]; 303 $your_answer = $_POST['answers'][$question]; 311 $your_answer = $_POST['answers'][$question]; 317 $your_answers = $_POST['answers'][$question];
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
H A D | CalendarTest.php | 75 $question = array( 79 $result = $this->calendar->getProperties($question); 81 foreach($question as $q) $this->assertArrayHasKey($q,$result);
|
/plugin/bootnote/ |
H A D | style.css | 79 .s-question-sign { 83 div.s-question-sign>div { 172 .n-question-sign {
|