| /plugin/multipoll/ |
| D | syntax.php | 59 $questions = array(); 77 $questions[] = $q; 84 if(count($questions) > 1) { // if more than 1 question => only keep questions with text 85 $questions = array_filter($questions, create_function('$e', 'return ($e["q"] != "");')); 88 return array(trim($title), $questions, $opts); 100 $questions = $data[1]; 135 if(!isset($questions[$q])) continue; 137 if($questions[$q]['m']) { 167 if(!$voted) $renderer->doc .= $this->_pollForm($questions, $renderer); 174 $renderer->doc .= $this->_pollResults($questions, $poll, $renderer); [all …]
|
| D | INFO | 7 desc allows to create multi polls (multiple questions, multiple answers), from poll plugin
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessQA/ |
| D | ListQuestionsResponse.php | 51 public function setQuestions($questions) argument 53 $this->questions = $questions; 60 return $this->questions;
|
| /plugin/aichat/cli/ |
| D | simulate.php | 46 $questions = $this->readInputFile($input); 58 $results[$name] = $this->simulate($questions, $info); 68 protected function simulate($questions, $model) argument 77 foreach ($questions as $q) { 184 $questions = explode("\n\n", $lines); 185 $questions = array_map('trim', $questions); 186 return $questions;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/ |
| D | QuestionGroupItem.php | 61 public function setQuestions($questions) argument 63 $this->questions = $questions; 70 return $this->questions;
|
| /plugin/flashcards/ |
| D | syntax.php | 65 $questions = []; 92 $questions[] = [ 105 'questions' => $questions, 117 …$questions = json_encode($data['questions'], JSON_HEX_TAG | JSON_HEX_APOS | JSON_HEX_QUOT | JSON_H… 142 const originalQuestions = {$questions};
|
| D | script.js | 34 function repeatQuestions(questions, count) { argument 37 repeated.push(...questions);
|
| /plugin/quizlib/scripts/ |
| D | quizlib.js | 61 this.questions = []; property in Quiz 80 this.questions.push(this.container.children[i]); 84 if (this.answers.length != this.questions.length) { 100 for (var i=0; i < this.questions.length; i++) { 101 var question = this.questions[i]; 202 for (var i=0; i < this.questions.length; i++) { 203 question = this.questions[i];
|
| D | README.md | 9 - Supports an unlimited number of quizzes, questions and answers 11 - Optional flagging of unanswered questions
|
| /plugin/mikioplugin/ |
| H A D | script.js | 376 var questions = parent.children('.mikiop-quiz-item'); 379 for (var i = 0; i < questions.length; i++) { 380 if (jQuery(questions[i]).is(':visible')) { 387 jQuery(questions[i + 1]).hide(); 388 jQuery(questions[i]).show(); 403 var questions = parent.children('.mikiop-quiz-item'); 406 for (var i = 0; i < questions.length; i++) { 407 if (jQuery(questions[i]).is(':visible')) { 410 if (i >= questions.length - 1) { 414 jQuery(questions[i - 1]).hide(); [all …]
|
| /plugin/dw2pdf/vendor/mpdf/qrcode/.github/ |
| D | CONTRIBUTING.md | 8 Please do not abuse it as a general questions or troubleshooting location. 13 For these questions please use [Discussions](https://github.com/mpdf/mpdf/discussions). Add your en… 16 You can also use the [mpdf tag](https://stackoverflow.com/questions/tagged/mpdf)
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/.github/ |
| D | CONTRIBUTING.md | 8 Please do not abuse it as a general questions or troubleshooting location. 13 For these questions please use [Discussions](https://github.com/mpdf/mpdf/discussions). Add your en… 16 You can also use the [mpdf tag](https://stackoverflow.com/questions/tagged/mpdf)
|
| /plugin/aichat/ |
| D | AGENTS.md | 7 …s wiki pages as embeddings in a vector database and allows users to ask questions about wiki conte… 103 - Converts follow-up questions into standalone questions using chat history 123 - Processes questions with chat history
|
| /plugin/survey/ |
| D | plugin.info.txt | 6 desc Dokuwiki plugin to generate user surveys with multiple levels of questions and answers
|
| D | README.md | 3 Dokuwiki plugin to generate user surveys with multiple levels of questions and answers
|
| /plugin/mermaid/.github/ISSUE_TEMPLATE/ |
| H A D | feature_request.md | 10 Please think about these questions to help me assess your feature request:
|
| /plugin/elasticsearch/vendor/ruflin/elastica/ |
| D | README.md | 13 If you have questions, don't hesitate to ask them on [Stack Overflow](http://stackoverflow.com/ques…
|
| /plugin/webdav/vendor/sabre/xml/ |
| D | README.md | 20 … to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any questions.
|
| /plugin/icalevents/vendor/sabre/xml/ |
| D | README.md | 20 … to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any questions.
|
| /plugin/asciidocjs/node_modules/to-fast-properties/ |
| D | readme.md | 5 [Read more.](http://stackoverflow.com/questions/24987896/)
|
| /plugin/davcal/vendor/sabre/xml/ |
| H A D | README.md | 20 … to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any questions.
|
| /plugin/formatplus2/ |
| D | README.md | 6 ….9, so I have inserted a snippet found [here](https://stackoverflow.com/questions/9645803/whats-th…
|
| /plugin/skipentity/ |
| D | README | 17 Any questions should be raised here on github as an issue.
|
| /plugin/asciidocjs/node_modules/get-caller-file/ |
| D | README.md | 8 Inspired by http://stackoverflow.com/questions/13227489
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | MyBusinessQA.php | 62 'questions',
|