/plugin/nodetailsxhtml/syntax/ |
H A D | acronym.php | 20 private $acronyms = array(); variable in syntax_plugin_nodetailsxhtml_acronym 28 'desc' => 'Acronym Extension to enable acronyms with whitespaces (represented as "_")', 40 $this->acronyms = getAcronyms(); 45 $acronyms = array(); 46 foreach( $this->acronyms as $key => $value ) { 47 if ( !strstr($key, '_') ) { unset($this->acronyms[$key]); continue; } 48 $acronyms[] = str_replace('_', ' ', $key); 51 if(!count($acronyms)) return; 54 $acronyms = array_map('Doku_Lexer_Escape',$acronyms); [all...] |
/plugin/confmanager/action/ |
H A D | registerconfig.php | 49 $acronyms = new ConfigManagerTwoLineCascadeConfig('acronyms'); 50 $acronyms->setName($this->getLang('Acronyms')); 51 $acronyms->setDescription($this->getDescription('acronyms')); 52 $event->data[] = $acronyms;
|
/plugin/advanced/lang/en/config/ |
H A D | acronyms.txt | 3 …acronyms (terminology) automatically. You can hover your mouse on an abbreviation to see a short e… 5 === Example of acronyms.conf ===
|
/plugin/codemirror/ |
H A D | action.php | 37 $acronyms = array_keys(getAcronyms()); 38 usort($acronyms, array($this,'compare')); 41 'acronyms' => $acronyms,
|
/plugin/acronymedit/ |
H A D | README.md | 5 …is to provide online editor for dokuwiki acronyms. Basicly it is very simple viewer and editor for…
|
/plugin/confmanager/lang/en/ |
H A D | acronyms.txt | 1 [[doku>DokuWiki]] can mark abbreviations and acronyms (terminology) automatically. If your browser supports the <acronym> tag, you can hover your mouse on an abbreviation to see a short explanation, shown as a tooltip. For example, if the mouse is positioned over ''CMS'' (which is included in the default acronyms list), the tooltip displays ''Content Management System''.
|
/plugin/acronym4glossary/ |
H A D | README | 1 Dokuwiki Plugin that uses the acronyms to let you easily create a glossary
|
H A D | plugin.info.txt | 6 desc This plugin uses the acronyms to build a glossary
|
/plugin/advanced/lang/en/ |
H A D | config.txt | 12 | ''acronyms.conf'' | ''acronyms.local.conf'' | [[doku>abbreviat…
|
/plugin/advanced/lang/fr/config/ |
H A D | acronyms.txt | 5 === Exemple du fichier acronyms.conf ===
|
/plugin/siteexport/renderer/ |
H A D | pdf.php | 346 $this->acronymsExchanged = $this->acronyms; 347 $this->acronyms = array(); 350 $this->acronyms[str_replace('_', ' ', $key)] = $value;
|
/plugin/combo/ComboStrap/ |
H A D | MarkupDynamicRender.php | 52 $this->renderer->acronyms = getAcronyms();
|
/plugin/nodetailsxhtml/ |
H A D | renderer.php | 339 $this->acronymsExchanged = $this->acronyms; 340 $this->acronyms = array(); 343 $this->acronyms[str_replace('_', ' ', $key)] = $value;
|
/plugin/flowcharts/ |
H A D | syntax.php | 139 $Renderer->acronyms = getAcronyms();
|
/plugin/text/ |
H A D | renderer.php | 378 if ( array_key_exists($acronym, $this->acronyms) ) { 379 $title = $this->acronyms[$acronym];
|
/plugin/nsexport/packer/ziphtml/ |
H A D | packer.php | 59 $this->Renderer->acronyms = getAcronyms();
|
/plugin/epub/scripts/ |
H A D | ebook.php | 50 $Renderer->acronyms = array();
|
/plugin/dokutexit/ |
H A D | latex.php | 47 var $acronyms = array(); variable in Doku_Renderer_latex 357 if (!isset($this->_acronyms_used[$this->acronyms[$acronym]])) { 359 $this->putent($this->acronyms[$acronym], 1); 361 $this->_acronyms_used[$this->acronyms[$acronym]] = $this->_footnote_index; 364 $this->put($this->_acronyms_used[$this->acronyms[$acronym]]);
|
H A D | texitrender.php | 270 $Renderer->acronyms = getAcronyms();
|
/plugin/twcheckliste/ |
H A D | renderer.php.old | 148 * No acronyms in a presentation
|
/plugin/webcode/syntax/ |
H A D | basis.php | 66 $Renderer->acronyms = getAcronyms();
|
/plugin/interwikiformatting/ |
H A D | README.md | 12 …re all words except articles, conjunctions, prepositions, and uppercase acronyms start with a capi…
|
/plugin/fckg/action/ |
H A D | edit.php | 2693 $Renderer->acronyms = array();
|
/plugin/xml/ |
H A D | renderer.php | 320 $this->doc .= '<acronym data="' . $this->_xmlEntities($this->acronyms[$acronym]) . '">';
|
/plugin/ckgdoku/action/ |
H A D | edit.php | 1126 $Renderer->acronyms = array();
|