Home
last modified time | relevance | path

Searched refs:correct (Results 1 – 25 of 177) sorted by relevance

12345678

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
DGrade.php25 public $correct; variable in Google\\Service\\Forms\\Grade
33 public function setCorrect($correct) argument
35 $this->correct = $correct;
42 return $this->correct;
/plugin/flashcards/
Dscript.js80 if (index === question.correct) {
92 correct: question.correct, property
94 isCorrect: selectedIndex === question.correct,
97 if (selectedIndex === question.correct) {
111 correct: question.correct, property
144 if (j === result.correct) {
Dstyle.css29 #flashcards-container .correct {
/plugin/oauthdiscordserver/
Daction.php38 if (!$inServer) throw new Exception('Not a member of the correct server');
51 if (!$inRole) throw new Exception("User doesn't have the correct role");
/plugin/navi/_test/
DExternalLinksTest.php70 ], $actualPages, 'the correct pages in the correct order');
/plugin/quizlib/
Dscript.js34 function handleAnswers(question, no, correct) { argument
35 if (!correct) {
DREADME.md17 * radio buttons (exactly one correct answer)
18 * checkbox (one or more correct answers)
21correct answers ("rightanswers") and the string for the submit button ("submit"). Each element of …
Dstyle.css22 .quizlib-correct {
/plugin/blockquote/
Dplugin.info.txt6 desc Write quotations in a semantically correct way
/plugin/authshibboleth/
DCHANGELOG.md3 * correct typo in function name getUserDisplayNameFromTpl -> retrieveUserDisplayNameFromTpl (thanks…
/plugin/swiftmail/lang/nl/
Dintro.txt3 …uWiki. Je kunt het gebruiken om te controleren of je de SwiftMail plugin correct hebt geconfiguree…
/plugin/smtp/lang/nl/
Dintro.txt3 …n DokuWiki. Je kunt het gebruiken om te controleren of je de SMTP plugin correct hebt geconfiguree…
/plugin/saml/lang/en/
Dintro.txt5 …data/2007-06/FederationMetadata.xml%%''. Simply paste this URL (with the correct server name) belo…
/plugin/adfs/lang/en/
Dintro.txt5 …data/2007-06/FederationMetadata.xml%%''. Simply paste this URL (with the correct server name) belo…
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DHTML.AllowedCommentsRegexp.txt10 correct anchor metacharacters <code>^regex$</code>, otherwise you may accept
/plugin/googleads/
DCHANGELOG.md18 - [GA-2] - Replaced CHANGELOG.md with the correct one
/plugin/edittable/less/
Deditbutton.less3 margin-top: -1.7em; // this is correct for dokuwiki template, but we adjust it via JS later
/plugin/matrixnotifierwas/vendor/psr/http-message/
DCHANGELOG.md27 to point to the correct section of RFC 7230.
/plugin/authgooglesheets/vendor/psr/http-message/
DCHANGELOG.md27 to point to the correct section of RFC 7230.
/plugin/html2pdf/html2pdf/html2ps/
DTODO2 update FetcherLocalFile so that it returns correct base url
/plugin/mikioplugin/
Dscript.js420 var correct = 0;
541 correct++;
551 correct++;
573 …status.push(parent.attr('data-result-correct').replace('$1', correct).replace('$2', questionCount)…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dendpoint-closure.asciidoc4 The client uses an Endpoint closure to dispatch API requests to the correct
/plugin/asciidocjs/node_modules/has-proto/
DCHANGELOG.md12 - [meta] correct URLs and description [`ef34483`](https://github.com/inspect-js/has-proto/commit/ef…
/plugin/quiz/
Dstyle.css47 div.quiz-block div.quiz-correct {
/plugin/spellcheck/
Dscript.js222 this.correct = function (id, word){ method
238 this.correct(id,encodeURIComponent(word));

12345678