Home
last modified time | relevance | path

Searched refs:glossary (Results 1 – 22 of 22) sorted by last modified time

/plugin/farmer/_animal/data/pages/wiki/
H A Ddokuwiki.txt37 * [[doku>glossary|Glossary]]
/plugin/deeplautotranslate/
H A Daction.php66 // no translations for the glossary namespace
96 // redirect to glossary ns start if glossary ns is called
119 // handle glossary namespace init when we are in it
130 // this also checks if the glossary feature is enabled
135 // check if we are in a glossary definition
139 // page deleted --> delete glossary
165 // no matches --> delete glossary
294 // create glossary landing page
302 foreach ($available_glossaries as $glossary) {
[all...]
/plugin/structautolink/
H A Drenderer.php16 protected $glossary = []; variable in renderer_plugin_structautolink
98 $glossary = [];
100 $glossary[$row[0]->getValue()] = $row[1]->getValue();
103 return $glossary;
109 * @param array[] $glossary [pageid => [terms, ...], ...]
111 public function setGlossary($glossary) argument
113 $this->glossary = $glossary;
123 if (!$this->glossary) {
130 foreach ($this->glossary as $terms) {
155 foreach (array_keys($this->glossary) as $num => $id) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Translate/
H A DTranslateTextGlossaryConfig.php25 public $glossary; variable in Google\\Service\\Translate\\TranslateTextGlossaryConfig
34 public function setGlossary($glossary) argument
36 $this->glossary = $glossary;
43 return $this->glossary;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1 … },\n {\n \"name\": \"doc-glossary\"\n …
/plugin/showsamples/
H A Dstyle.css54 div.showSamples div.slide ul li div div.glossary div {
/plugin/acronym4glossary/
H A DREADME1 Dokuwiki Plugin that uses the acronyms to let you easily create a glossary
H A Dplugin.info.txt6 desc This plugin uses the acronyms to build a glossary
/plugin/glossary/
H A Dglossary.class.php20 class glossary { class
81 glossary::createDirIsNeeded ($this->cacheRootDir);
82 glossary::createDirIsNeeded ($this->dataRootDir);
86 glossary::createDirIsNeeded ($this->cacheDir);
88 glossary::createDirIsNeeded ($this->dataDir);
H A Dplugin.info.txt1 base glossary
6 desc Managed glossary
7 url http://www.dokuwiki.org/plugin:glossary
H A Dajax.php17 $glossary = new glossary ($glossaryPlugin, $_REQUEST ['glossary']['ns']); variable
25 $glossary->clearCache (null);
34 $glossary->poll ();
37 $glossary->printProposal ();
39 case $glossary->prop.'remove':
40 $glossary->adminProposal ();
42 case $glossary->def.'remove':
43 case $glossary->def.'update':
44 $glossary->adminDefinition ();
46 $glossary->adminGlossaries ();
[all …]
H A DTODO.txt2 * bug si 2 "{{glossary..." dans la même "div"
H A Dstyle.css8 counter-reset: glossary;
11 div.glossary table {
16 div.glossary table tr {
20 div.glossary table tr.title {
25 div.glossary table tr.odd {
28 div.glossary table tr.even {
32 div.glossary table th,
33 div.glossary table td {
56 div.glossary table th {
97 div.glossary .popup {
[all …]
/plugin/glossary/syntax/
H A Dspan.php100 $glossary = new glossary ($this, $ns);
103 $renderer->doc .= $glossary->getDefinitionSize ();
106 $renderer->doc .= $glossary->getProposalSize ();
109 $renderer->doc .= $glossary->getPollSize ();
H A Ddiv.php84 $glossary = new glossary ($this, $ns);
86 $glossary->$cmd ($arg);
89 foreach ($glossary->message as $type => $msg)
/plugin/glossary/lang/fr/
H A DwordTemplate.txt1 | Ne dites plus : | <glossary stop/> <glossary word>@@WORD@@</glossary> |
H A DpageTemplate.txt5 @@WORD@@@@TRANSLATE@@| Votre avis : | {{glossary poll="@@POL@@"}} |
9 {{glossary list}}
H A DtranslateTemplate.txt1 | Dites : | <glossary one-way/> <glossary translate>@@TRANSLATE@@</glossary> |
/plugin/glossary/lang/en/
H A DpageTemplate.txt5 @@WORD@@@@TRANSLATE@@| Your score : | {{glossary poll="@@POL@@"}} |
9 {{glossary list}}
H A DtranslateTemplate.txt1 | Say: | <glossary one-way/> <glossary translate>@@TRANSLATE@@</glossary> |
H A DwordTemplate.txt1 | Don't say: | <glossary stop/> <glossary word>@@WORD@@</glossary> |
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Ddokuwiki.txt37 * [[doku>wiki:glossary|Glossary]]