Home
last modified time | relevance | path

Searched refs:questions (Results 1 – 25 of 11164) sorted by relevance

12345678910>>...447

/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.linuxquestions.org2 Disallow: /questions/attachment.php
3 Disallow: /questions/avatar.php
4 Disallow: /questions/editpost.php
5 Disallow: /questions/member.php
7 Disallow: /questions/misc.php
11 Disallow: /questions/online.php
16 Disallow: /questions/report.php
17 Disallow: /questions/lqspy.php
23 Disallow: /questions/images/
30 Disallow: /questions/user/
[all …]
/dports/deskutils/mindforger/mindforger-1.52.0/lib/test/resources/apiary-repository/memory/
H A DPolls Hypermedia API.md19 "rel": [ "questions" ],
20 "href": "/questions"
29 "questions": { "href": "/questions" }
33 ## Questions Collection [/questions{?page}]
40 + Relation: questions
48 "href": "/questions",
63 "href": "/questions?page=2"
67 "href": "/questions"
260 "href": "/questions/1"
385 Resources related to questions in the API.
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.ilTestRandomQuestionSetQuestionCollection.php17 private $questions = array(); variable in ilTestRandomQuestionSetQuestionCollection
19 public function setQuestions($questions) argument
21 $this->questions = $questions;
26 return $this->questions;
31 $this->questions[] = $question;
38 return current($this->questions);
43 return next($this->questions);
48 return key($this->questions);
58 return reset($this->questions);
87 shuffle($this->questions);
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.ilTestRandomQuestionSetQuestionCollection.php17 private $questions = array(); variable in ilTestRandomQuestionSetQuestionCollection
19 public function setQuestions($questions) argument
21 $this->questions = $questions;
26 return $this->questions;
31 $this->questions[] = $question;
38 return current($this->questions);
43 return next($this->questions);
48 return key($this->questions);
58 return reset($this->questions);
87 shuffle($this->questions);
[all …]
/dports/www/tikiwiki/tiki-21.2/templates/
H A Dtiki-take_survey.tpl10 {section name=ix loop=$questions}
13 …{if $questions[ix].type eq 'h' and not empty($questions[ix].explode.0) and $questions[ix].explode.…
18 {if $questions[ix].type eq 'h'}
19 {$htag = (empty($questions[ix].explode.1)) ? 'h3' : $questions[ix].explode.1}
24 {if $questions[ix].type eq 'c'}
34 {elseif $questions[ix].type eq 't'}
36 {if !empty($questions[ix].cols)}
48 {if $questions[ix].explode.0 > 0}
54 {if $questions[ix].explode.1 > 0}
84 {elseif $questions[ix].type eq 'r' or $questions[ix].type eq 's'}
[all …]
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/test/
H A Dtest_yn.py32 from supybot import questions
60 answer = questions.yn('up', default='y')
65 questions.expect = mock.Mock(return_value='n')
67 answer = questions.yn('up', default='n')
74 answer = questions.yn('up')
79 questions.expect = mock.Mock(return_value='n')
81 answer = questions.yn('up')
88 answer = questions.yn('up', default='y')
95 answer = questions.yn('up', default='y')
102 answer = questions.yn('up', default='n')
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/libmdns-0.2.6/src/dns_parser/
H A Dparser.rs13 let mut questions = Vec::with_capacity(header.questions as usize); in parse() localVariable
45 questions: questions, in parse()
113 questions: 1, in parse_example_query()
141 questions: 1, in parse_example_response()
183 questions: 1, in parse_ns_response()
236 questions: 1, in parse_multiple_answers()
281 questions: 1, in parse_srv_query()
318 questions: 1, in parse_srv_response()
373 questions: 1, in parse_mx_response()
422 questions: 1, in parse_aaaa_response()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/libmdns-0.2.4/src/dns_parser/
H A Dparser.rs13 let mut questions = Vec::with_capacity(header.questions as usize); in parse() localVariable
45 questions: questions, in parse()
113 questions: 1, in parse_example_query()
141 questions: 1, in parse_example_response()
183 questions: 1, in parse_ns_response()
236 questions: 1, in parse_multiple_answers()
281 questions: 1, in parse_srv_query()
318 questions: 1, in parse_srv_response()
373 questions: 1, in parse_mx_response()
422 questions: 1, in parse_aaaa_response()
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Tester/
H A DCommandTesterTest.php93 $questions = [
103 $helper->ask($input, $output, new Question($questions[0]));
104 $helper->ask($input, $output, new Question($questions[1]));
105 $helper->ask($input, $output, new Question($questions[2]));
118 $questions = [
145 $questions = [
170 $questions = [
192 $questions = [
201 $io->ask($questions[0]);
202 $io->ask($questions[1]);
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Tester/
H A DCommandTesterTest.php93 $questions = [
103 $helper->ask($input, $output, new Question($questions[0]));
104 $helper->ask($input, $output, new Question($questions[1]));
105 $helper->ask($input, $output, new Question($questions[2]));
118 $questions = [
145 $questions = [
170 $questions = [
192 $questions = [
201 $io->ask($questions[0]);
202 $io->ask($questions[1]);
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/symfony/console/Tests/Tester/
H A DCommandTesterTest.php93 $questions = [
103 $helper->ask($input, $output, new Question($questions[0]));
104 $helper->ask($input, $output, new Question($questions[1]));
105 $helper->ask($input, $output, new Question($questions[2]));
118 $questions = [
145 $questions = [
170 $questions = [
192 $questions = [
201 $io->ask($questions[0]);
202 $io->ask($questions[1]);
[all …]
/dports/www/kanboard/kanboard-1.2.21/vendor/symfony/console/Tests/Tester/
H A DCommandTesterTest.php93 $questions = [
103 $helper->ask($input, $output, new Question($questions[0]));
104 $helper->ask($input, $output, new Question($questions[1]));
105 $helper->ask($input, $output, new Question($questions[2]));
118 $questions = [
147 $questions = [
174 $questions = [
196 $questions = [
205 $io->ask($questions[0]);
206 $io->ask($questions[1]);
[all …]
/dports/www/moodle310/moodle/lib/tests/
H A Dquestionlib_test.php102 $questions = array(
613 $question1 = $questions[0];
614 $question2 = $questions[1];
650 $question1 = $questions[0];
651 $question2 = $questions[1];
689 $question1 = $questions[0];
690 $question2 = $questions[1];
722 $question1 = $questions[0];
723 $question2 = $questions[1];
774 $question1 = $questions[0];
[all …]
/dports/www/moodle311/moodle/lib/tests/
H A Dquestionlib_test.php102 $questions = array(
613 $question1 = $questions[0];
614 $question2 = $questions[1];
650 $question1 = $questions[0];
651 $question2 = $questions[1];
689 $question1 = $questions[0];
690 $question2 = $questions[1];
722 $question1 = $questions[0];
723 $question2 = $questions[1];
774 $question1 = $questions[0];
[all …]
/dports/www/moodle39/moodle/lib/tests/
H A Dquestionlib_test.php102 $questions = array(
613 $question1 = $questions[0];
614 $question2 = $questions[1];
650 $question1 = $questions[0];
651 $question2 = $questions[1];
689 $question1 = $questions[0];
690 $question2 = $questions[1];
722 $question1 = $questions[0];
723 $question2 = $questions[1];
774 $question1 = $questions[0];
[all …]
/dports/www/moodle310/moodle/mod/quiz/tests/behat/
H A Dediting_require_previous.feature27 And the following "questions" exist:
42 And the following "questions" exist:
58 And the following "questions" exist:
61 | Test questions | random | Random (Test questions) | 0 |
74 And the following "questions" exist:
94 And the following "questions" exist:
114 And the following "questions" exist:
118 | Test questions | random | Random (Test questions) | 0 |
133 And the following "questions" exist:
152 And the following "questions" exist:
[all …]
H A Dediting_section_headings.feature6 questions within a section.
28 And the following "questions" exist:
55 And the following "questions" exist:
84 And the following "questions" exist:
123 And the following "questions" exist:
153 And the following "questions" exist:
176 And the following "questions" exist:
206 And the following "questions" exist:
236 And the following "questions" exist:
261 And the following "questions" exist:
[all …]
H A Dediting_remove_multiple_questions.feature2 Feature: Edit quiz page - remove multiple questions
5 I need to be able to delete many questions questions.
19 | Course | C1 | Test questions |
27 Given the following "questions" exist:
61 Given the following "questions" exist:
95 Given the following "questions" exist:
110 Given the following "questions" exist:
130 # Delete all questions in page. Page contains multiple questions
144 Given the following "questions" exist:
171 Given the following "questions" exist:
[all …]
/dports/www/moodle311/moodle/mod/quiz/tests/behat/
H A Dediting_require_previous.feature27 And the following "questions" exist:
42 And the following "questions" exist:
58 And the following "questions" exist:
61 | Test questions | random | Random (Test questions) | 0 |
74 And the following "questions" exist:
94 And the following "questions" exist:
114 And the following "questions" exist:
118 | Test questions | random | Random (Test questions) | 0 |
133 And the following "questions" exist:
152 And the following "questions" exist:
[all …]
H A Dediting_section_headings.feature6 questions within a section.
28 And the following "questions" exist:
55 And the following "questions" exist:
84 And the following "questions" exist:
123 And the following "questions" exist:
153 And the following "questions" exist:
176 And the following "questions" exist:
206 And the following "questions" exist:
236 And the following "questions" exist:
261 And the following "questions" exist:
[all …]
H A Dediting_remove_multiple_questions.feature2 Feature: Edit quiz page - remove multiple questions
5 I need to be able to delete many questions questions.
19 | Course | C1 | Test questions |
27 Given the following "questions" exist:
61 Given the following "questions" exist:
95 Given the following "questions" exist:
110 Given the following "questions" exist:
130 # Delete all questions in page. Page contains multiple questions
144 Given the following "questions" exist:
171 Given the following "questions" exist:
[all …]
/dports/www/moodle39/moodle/mod/quiz/tests/behat/
H A Dediting_require_previous.feature27 And the following "questions" exist:
42 And the following "questions" exist:
58 And the following "questions" exist:
61 | Test questions | random | Random (Test questions) | 0 |
74 And the following "questions" exist:
94 And the following "questions" exist:
114 And the following "questions" exist:
118 | Test questions | random | Random (Test questions) | 0 |
133 And the following "questions" exist:
152 And the following "questions" exist:
[all …]
H A Dediting_section_headings.feature6 questions within a section.
28 And the following "questions" exist:
55 And the following "questions" exist:
84 And the following "questions" exist:
123 And the following "questions" exist:
153 And the following "questions" exist:
176 And the following "questions" exist:
206 And the following "questions" exist:
236 And the following "questions" exist:
261 And the following "questions" exist:
[all …]
H A Dediting_remove_multiple_questions.feature2 Feature: Edit quiz page - remove multiple questions
5 I need to be able to delete many questions questions.
19 | Course | C1 | Test questions |
27 Given the following "questions" exist:
61 Given the following "questions" exist:
95 Given the following "questions" exist:
110 Given the following "questions" exist:
130 # Delete all questions in page. Page contains multiple questions
144 Given the following "questions" exist:
171 Given the following "questions" exist:
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/web-server-lib/web-server/default-web-root/htdocs/servlets/examples/
H A Dquiz.rkt21 "english-measure-questions.rktd")
22 (define *questions-per-quiz* 5)
38 (define all-questions (second quiz))
74 (let choose-questions ([questions questions]
78 (let ([qstn (list-ref questions (random (length questions)))])
79 (choose-questions
83 questions)
122 (list 0 0 0) questions answers))
179 (let ([*questions-per-quiz*
180 (if (> *questions-per-quiz* (length all-questions))
[all …]

12345678910>>...447