Home
last modified time | relevance | path

Searched defs:question (Results 51 – 75 of 3033) sorted by relevance

12345678910>>...122

/dports/www/elgg/elgg-3.3.23/vendor/symfony/console/Helper/
H A DQuestionHelper.php44 public function ask(InputInterface $input, OutputInterface $output, Question $question)
154 private function doAsk(OutputInterface $output, Question $question)
201 protected function writePrompt(OutputInterface $output, Question $question)
221 protected function formatChoiceQuestionChoices(ChoiceQuestion $question, $tag)
257 …private function autocomplete(OutputInterface $output, Question $question, $inputStream, array $au…
472 …ivate function validateAttempts(callable $interviewer, OutputInterface $output, Question $question)
/dports/www/phpbb3/phpBB3/vendor/symfony/console/Helper/
H A DQuestionHelper.php44 public function ask(InputInterface $input, OutputInterface $output, Question $question)
154 private function doAsk(OutputInterface $output, Question $question)
201 protected function writePrompt(OutputInterface $output, Question $question)
221 protected function formatChoiceQuestionChoices(ChoiceQuestion $question, $tag)
257 …private function autocomplete(OutputInterface $output, Question $question, $inputStream, array $au…
472 …ivate function validateAttempts(callable $interviewer, OutputInterface $output, Question $question)
/dports/www/bolt/bolt-2.2.24/vendor/symfony/console/Symfony/Component/Console/Helper/
H A DDialogHelper.php46 …public function select(OutputInterface $output, $question, $choices, $default = null, $attempts = …
102 …public function ask(OutputInterface $output, $question, $default = null, array $autocomplete = nul…
238 public function askConfirmation(OutputInterface $output, $question, $default = true)
263 public function askHiddenResponse(OutputInterface $output, $question, $fallback = true)
340 …public function askAndValidate(OutputInterface $output, $question, $validator, $attempts = false, …
369 …public function askHiddenResponseAndValidate(OutputInterface $output, $question, $validator, $atte…
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Console/Helper/
H A DQuestionHelper.php44 public function ask(InputInterface $input, OutputInterface $output, Question $question)
154 private function doAsk(OutputInterface $output, Question $question)
201 protected function writePrompt(OutputInterface $output, Question $question)
221 protected function formatChoiceQuestionChoices(ChoiceQuestion $question, $tag)
257 …private function autocomplete(OutputInterface $output, Question $question, $inputStream, array $au…
472 …ivate function validateAttempts(callable $interviewer, OutputInterface $output, Question $question)
/dports/www/matomo/piwik/vendor/symfony/console/Symfony/Component/Console/Helper/
H A DDialogHelper.php46 …public function select(OutputInterface $output, $question, $choices, $default = null, $attempts = …
102 …public function ask(OutputInterface $output, $question, $default = null, array $autocomplete = nul…
238 public function askConfirmation(OutputInterface $output, $question, $default = true)
263 public function askHiddenResponse(OutputInterface $output, $question, $fallback = true)
340 …public function askAndValidate(OutputInterface $output, $question, $validator, $attempts = false, …
369 …public function askHiddenResponseAndValidate(OutputInterface $output, $question, $validator, $atte…
/dports/devel/pear-Symfony_Component_Console/Console-2.4.4/Symfony/Component/Console/Helper/
H A DDialogHelper.php43 …public function select(OutputInterface $output, $question, $choices, $default = null, $attempts = …
99 …public function ask(OutputInterface $output, $question, $default = null, array $autocomplete = nul…
234 public function askConfirmation(OutputInterface $output, $question, $default = true)
259 public function askHiddenResponse(OutputInterface $output, $question, $fallback = true)
336 …public function askAndValidate(OutputInterface $output, $question, $validator, $attempts = false, …
366 …public function askHiddenResponseAndValidate(OutputInterface $output, $question, $validator, $atte…
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/console/Helper/
H A DQuestionHelper.php44 public function ask(InputInterface $input, OutputInterface $output, Question $question)
154 private function doAsk(OutputInterface $output, Question $question)
196 protected function writePrompt(OutputInterface $output, Question $question)
216 protected function formatChoiceQuestionChoices(ChoiceQuestion $question, $tag)
252 …private function autocomplete(OutputInterface $output, Question $question, $inputStream, array $au…
467 …ivate function validateAttempts(callable $interviewer, OutputInterface $output, Question $question)
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/symfony/console/Helper/
H A DQuestionHelper.php44 public function ask(InputInterface $input, OutputInterface $output, Question $question)
154 private function doAsk(OutputInterface $output, Question $question)
201 protected function writePrompt(OutputInterface $output, Question $question)
221 protected function formatChoiceQuestionChoices(ChoiceQuestion $question, $tag)
257 …private function autocomplete(OutputInterface $output, Question $question, $inputStream, array $au…
472 …ivate function validateAttempts(callable $interviewer, OutputInterface $output, Question $question)
/dports/www/moodle310/moodle/question/type/randomsamatch/
H A Dquestiontype.php54 public function get_question_options($question) {
64 public function save_question_options($question) {
121 protected function initialise_question_instance(question_definition $question, $questiondata) {
168 public function get_random_guess_score($question) {
223 public function export_to_xml($question, qformat_xml $format, $extra=null) {
/dports/www/moodle311/moodle/question/type/randomsamatch/
H A Dquestiontype.php54 public function get_question_options($question) {
64 public function save_question_options($question) {
121 protected function initialise_question_instance(question_definition $question, $questiondata) {
168 public function get_random_guess_score($question) {
223 public function export_to_xml($question, qformat_xml $format, $extra=null) {
/dports/www/moodle39/moodle/question/type/randomsamatch/
H A Dquestiontype.php54 public function get_question_options($question) {
64 public function save_question_options($question) {
121 protected function initialise_question_instance(question_definition $question, $questiondata) {
168 public function get_random_guess_score($question) {
223 public function export_to_xml($question, qformat_xml $format, $extra=null) {
/dports/lang/ruby26/ruby-2.6.9/lib/rubygems/
H A Duser_interaction.rb101 def alert(statement, question = nil) argument
109 def alert_error(statement, question = nil) argument
124 def ask(question) argument
138 def ask_yes_no(question, default = nil) argument
145 def choose_from_list(question, list) argument
229 def choose_from_list(question, list) argument
252 def ask_yes_no(question, default=nil) argument
288 def ask(question) argument
302 def ask_for_password(question) argument
339 def alert(statement, question=nil) argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/pytest/doc/en/
H A Dfaq.rst105 .. _monkeypatch: monkeypatch.html
106 .. _tmpdir: tmpdir.html
107 .. _capture: capture.html
108 .. _fixtures: fixture.html
110 .. _`why pytest_pyfuncarg__ methods?`:
112 .. _`Convention over Configuration`: http://en.wikipedia.org/wiki/Convention_over_Configuration
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/pytest/doc/en/
H A Dfaq.rst114 .. _monkeypatch: monkeypatch.html
115 .. _tmpdir: tmpdir.html
116 .. _capture: capture.html
117 .. _fixtures: fixture.html
119 .. _`why pytest_pyfuncarg__ methods?`:
121 .. _`Convention over Configuration`: http://en.wikipedia.org/wiki/Convention_over_Configuration
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pytest/doc/en/
H A Dfaq.rst105 .. _monkeypatch: monkeypatch.html
106 .. _tmpdir: tmpdir.html
107 .. _capture: capture.html
108 .. _fixtures: fixture.html
110 .. _`why pytest_pyfuncarg__ methods?`:
112 .. _`Convention over Configuration`: http://en.wikipedia.org/wiki/Convention_over_Configuration
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/pytest/doc/en/
H A Dfaq.rst105 .. _monkeypatch: monkeypatch.html
106 .. _tmpdir: tmpdir.html
107 .. _capture: capture.html
108 .. _fixtures: fixture.html
110 .. _`why pytest_pyfuncarg__ methods?`:
112 .. _`Convention over Configuration`: http://en.wikipedia.org/wiki/Convention_over_Configuration
/dports/devel/py-pytest/pytest-4.6.11/doc/en/
H A Dfaq.rst105 .. _monkeypatch: monkeypatch.html
106 .. _tmpdir: tmpdir.html
107 .. _capture: capture.html
108 .. _fixtures: fixture.html
110 .. _`why pytest_pyfuncarg__ methods?`:
112 .. _`Convention over Configuration`: http://en.wikipedia.org/wiki/Convention_over_Configuration
/dports/www/moodle311/moodle/question/type/
H A Dquestiontypebase.php113 public function is_question_manual_graded($question, $otherquestionsinuse) {
199 public function create_editing_form($submiturl, $question, $category,
253 public function get_extra_question_bank_actions(stdClass $question): array {
265 public function display_question_editing_page($mform, $question, $wizardnow) {
364 public function save_question($question, $form) {
516 public function save_question_options($question) {
550 public function save_question_answers($question) {
851 public function get_question_options($question) {
1023 protected function initialise_question_answers(question_definition $question,
1091 public function actual_number_of_questions($question) {
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/composer/composer/src/Composer/IO/
H A DNullIO.php93 public function ask($question, $default = null)
101 public function askConfirmation($question, $default = true)
109 public function askAndValidate($question, $validator, $attempts = false, $default = null)
117 public function askAndHideAnswer($question)
125 …public function select($question, $choices, $default, $attempts = false, $errorMessage = 'Value "%…
/dports/www/moodle310/moodle/mod/survey/
H A Dreport.php212 $question = $questions[$val]; variable
220 $question = $questions[$val]; variable
260 $question = $questions[$val]; variable
268 $question = $questions[$val]; variable
322 if (!$question = $DB->get_record("survey_questions", array("id"=>$qid))) { variable
419 $question = $questions[$val]; variable
427 $question = $questions[$val]; variable
443 $question = $questions[$val]; variable
H A Ddownload.php179 $question = $questions[$qid]; variable
217 $question = $questions[$qid]; variable
254 $question = $questions[$qid]; variable
293 $question = $questions[$qid]; variable
325 $question = $questions[$qid]; variable
352 $question = $questions[$qid]; variable
/dports/www/moodle311/moodle/mod/survey/
H A Dreport.php212 $question = $questions[$val]; variable
220 $question = $questions[$val]; variable
260 $question = $questions[$val]; variable
268 $question = $questions[$val]; variable
322 if (!$question = $DB->get_record("survey_questions", array("id"=>$qid))) { variable
419 $question = $questions[$val]; variable
427 $question = $questions[$val]; variable
443 $question = $questions[$val]; variable
/dports/www/moodle39/moodle/mod/survey/
H A Dreport.php212 $question = $questions[$val]; variable
220 $question = $questions[$val]; variable
260 $question = $questions[$val]; variable
268 $question = $questions[$val]; variable
322 if (!$question = $DB->get_record("survey_questions", array("id"=>$qid))) { variable
419 $question = $questions[$val]; variable
427 $question = $questions[$val]; variable
443 $question = $questions[$val]; variable
/dports/www/moodle310/moodle/question/type/multichoice/
H A Dquestiontype.php40 public function get_question_options($question) {
62 protected function create_default_options($question) {
88 public function save_question_options($question) {
206 protected function initialise_question_instance(question_definition $question, $questiondata) {
/dports/www/moodle39/moodle/question/type/multichoice/
H A Dquestiontype.php40 public function get_question_options($question) {
62 protected function create_default_options($question) {
88 public function save_question_options($question) {
206 protected function initialise_question_instance(question_definition $question, $questiondata) {

12345678910>>...122