| /plugin/nodetailsxhtml/syntax/ |
| D | acronym.php | 19 private $acronyms = array(); variable in syntax_plugin_nodetailsxhtml_acronym 39 $this->acronyms = getAcronyms(); 44 $acronyms = array(); 45 foreach( $this->acronyms as $key => $value ) { 46 if ( !strstr($key, '_') ) { unset($this->acronyms[$key]); continue; } 47 $acronyms[] = str_replace('_', ' ', $key); 50 if(!count($acronyms)) return; 53 $acronyms = array_map('Doku_Lexer_Escape',$acronyms); 54 $this->pattern = '(?<=^|'.$bound.')(?:'.join('|',$acronyms).')(?='.$bound.')'; 58 if(!count($this->acronyms)) return;
|
| /plugin/confmanager/action/ |
| 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/ |
| 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/ |
| D | action.php | 37 $acronyms = array_keys(getAcronyms()); 38 usort($acronyms, array($this,'compare')); 41 'acronyms' => $acronyms,
|
| /plugin/acronymedit/ |
| 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/ |
| D | acronyms.txt | 1 …acronyms (terminology) automatically. If your browser supports the <acronym> tag, you can hover yo…
|
| /plugin/advanced/lang/en/ |
| D | config.txt | 12 | ''acronyms.conf'' | ''acronyms.local.conf'' | [[doku>abbreviat…
|
| /plugin/acronym4glossary/ |
| D | README | 1 Dokuwiki Plugin that uses the acronyms to let you easily create a glossary
|
| D | plugin.info.txt | 6 desc This plugin uses the acronyms to build a glossary
|
| /plugin/siteexport/renderer/ |
| D | pdf.php | 346 $this->acronymsExchanged = $this->acronyms; 347 $this->acronyms = array(); 350 $this->acronyms[str_replace('_', ' ', $key)] = $value;
|
| /plugin/advanced/lang/fr/config/ |
| D | acronyms.txt | 5 === Exemple du fichier acronyms.conf ===
|
| /plugin/combo/ComboStrap/ |
| H A D | MarkupDynamicRender.php | 52 $this->renderer->acronyms = getAcronyms();
|
| /plugin/nodetailsxhtml/ |
| D | renderer.php | 341 $this->acronymsExchanged = $this->acronyms; 342 $this->acronyms = array(); 345 $this->acronyms[str_replace('_', ' ', $key)] = $value;
|
| /plugin/flowcharts/ |
| D | syntax.php | 139 $Renderer->acronyms = getAcronyms();
|
| /plugin/aichat/ |
| D | renderer.php | 326 if (array_key_exists($acronym, $this->acronyms)) { 327 $title = $this->acronyms[$acronym];
|
| /plugin/text/ |
| D | renderer.php | 378 if ( array_key_exists($acronym, $this->acronyms) ) { 379 $title = $this->acronyms[$acronym];
|
| /plugin/epub/scripts/ |
| D | ebook.php | 50 $Renderer->acronyms = array();
|
| /plugin/nsexport/packer/ziphtml/ |
| D | packer.php | 59 $this->Renderer->acronyms = getAcronyms();
|
| /plugin/dokutexit/ |
| 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]]);
|
| D | texitrender.php | 270 $Renderer->acronyms = getAcronyms();
|
| /plugin/twcheckliste/ |
| D | renderer.php.old | 148 * No acronyms in a presentation
|
| /plugin/webcode/syntax/ |
| D | basis.php | 66 $Renderer->acronyms = getAcronyms();
|
| /plugin/interwikiformatting/ |
| D | README.md | 12 …re all words except articles, conjunctions, prepositions, and uppercase acronyms start with a capi…
|
| /plugin/fckg/action/ |
| D | edit.php | 2693 $Renderer->acronyms = array();
|
| /plugin/xml/ |
| D | renderer.php | 320 $this->doc .= '<acronym data="' . $this->_xmlEntities($this->acronyms[$acronym]) . '">';
|