Home
last modified time | relevance | path

Searched refs:question (Results 26 – 50 of 123) sorted by relevance

12345

/plugin/admnote/
H A Dstyle.css18 …--adm-question-pic: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" …
138 .admonition.question {
141 .question>.admonition-title {
144 .question>.admonition-title::before {
146 -webkit-mask-image: var(--adm-question-pic);
147 mask-image: var(--adm-question-pic);
H A DREADME.md27 …stract', 'bug', 'danger', 'example', 'failure', 'information', 'note', 'question', 'quote', 'achie…
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dquestion.svg1 <svg class="bi bi-question" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dquestion-circle-fill.svg1 <svg class="bi bi-question-circle-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dquestion-square-fill.svg1 <svg class="bi bi-question-square-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dquestion-circle.svg1 <svg class="bi bi-question-circle" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dquestion-diamond-fill.svg1 <svg class="bi bi-question-diamond-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dquestion-square.svg1 <svg class="bi bi-question-square" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dquestion-octagon-fill.svg1 <svg class="bi bi-question-octagon-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dquestion-diamond.svg1 <svg class="bi bi-question-diamond" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dquestion-octagon.svg1 <svg class="bi bi-question-octagon" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/aichat/lang/en/
H A Dprompt_question.txt
/plugin/aichat/script/
H A DAIChatChat.js51 this.#input.placeholder = this.getAttribute('placeholder') || 'Your question...';
211 * Submit the given question to the server
221 // show original question for now
228 this.#history.push([response.question, response.answer, response.sources]);
230 p.textContent = response.question; // replace original question with interpretation
231 p.title = message; // show original question on hover
311 * Send a question to the server
318 formData.append('question', message);
/plugin/bootnote/
H A DREADME.md21 * Question : display a note with question sign : `<bootnote question>...Note...</bootnote>`
/plugin/freechat/phpfreechat/themes/phoenity/smileys/
H A Dtheme.txt17 question.gif :? :-? :o? [?] (?) :?:
/plugin/advanced/lang/en/config/
H A Dmime.txt3 …the browser to present a download dialog, even if a browser plugin for the file in question exists.
/plugin/autolink4/lang/en/
H A Dadmin_help.txt5 * Text to find. This can include certain regular expression characters, like square brackets and question marks. Pipe (|) and parentheses are not allowed.
/plugin/gitbacked/
H A DREADME.md11 If you have encountered a problem, you have a good idea, or just have a question, please, create a …
/plugin/mikioplugin/
H A Dscript.js422 var result = '<div class="mikiop-quiz-question">Result</div>';
442 var question = stripHtml(jQuery(questions[i]).attr('data-question'));
445 if (regex.test(question)) {
446 question = question.match(regex)[1];
450 result += '<p class="mikiop-quiz-result-question"><strong>' + question + '</strong>' + (showNewLine ? '<br>' : ' ');
525 result += "No answer set for question";
/plugin/fckg/action/entities/utils/
H A Dentities.txt179 inverted question mark
/plugin/ckgdoku/action/entities/utils/
H A Dentities.txt179 inverted question mark
/plugin/metaheaders/
H A DREADME50 question at the DokuWiki forum [3] (preferred) or IRC channel [4].
/plugin/ckgedit/action/entities/utils/
H A Dentities.txt179 inverted question mark
/plugin/authgoogle/google/contrib/
H A DGoogle_OrkutService.php1770 public $question; variable in Google_CommunityPoll
1889 public function setQuestion( $question) { argument
1890 $this->question = $question;
1893 return $this->question;
/plugin/tagfilter/script/select2/
H A DREADME.md59 Have a question? Ask on our mailing list!

12345