Home
last modified time | relevance | path

Searched refs:acronyms (Results 1 – 25 of 29) sorted by relevance

12

/plugin/nodetailsxhtml/syntax/
H A Dacronym.php20 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 Dregisterconfig.php49 $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 Dacronyms.txt3acronyms (terminology) automatically. You can hover your mouse on an abbreviation to see a short e…
5 === Example of acronyms.conf ===
/plugin/codemirror/
H A Daction.php37 $acronyms = array_keys(getAcronyms());
38 usort($acronyms, array($this,'compare'));
41 'acronyms' => $acronyms,
/plugin/acronymedit/
H A DREADME.md5 …is to provide online editor for dokuwiki acronyms. Basicly it is very simple viewer and editor for…
/plugin/confmanager/lang/en/
H A Dacronyms.txt1acronyms (terminology) automatically. If your browser supports the <acronym> tag, you can hover yo…
/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/advanced/lang/en/
H A Dconfig.txt12 | ''acronyms.conf'' | ''acronyms.local.conf'' | [[doku>abbreviat…
/plugin/advanced/lang/fr/config/
H A Dacronyms.txt5 === Exemple du fichier acronyms.conf ===
/plugin/siteexport/renderer/
H A Dpdf.php346 $this->acronymsExchanged = $this->acronyms;
347 $this->acronyms = array();
350 $this->acronyms[str_replace('_', ' ', $key)] = $value;
/plugin/combo/ComboStrap/
H A DMarkupDynamicRender.php52 $this->renderer->acronyms = getAcronyms();
/plugin/nodetailsxhtml/
H A Drenderer.php339 $this->acronymsExchanged = $this->acronyms;
340 $this->acronyms = array();
343 $this->acronyms[str_replace('_', ' ', $key)] = $value;
/plugin/flowcharts/
H A Dsyntax.php139 $Renderer->acronyms = getAcronyms();
/plugin/text/
H A Drenderer.php378 if ( array_key_exists($acronym, $this->acronyms) ) {
379 $title = $this->acronyms[$acronym];
/plugin/nsexport/packer/ziphtml/
H A Dpacker.php59 $this->Renderer->acronyms = getAcronyms();
/plugin/epub/scripts/
H A Debook.php50 $Renderer->acronyms = array();
/plugin/dokutexit/
H A Dlatex.php47 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 Dtexitrender.php270 $Renderer->acronyms = getAcronyms();
/plugin/twcheckliste/
H A Drenderer.php.old148 * No acronyms in a presentation
/plugin/webcode/syntax/
H A Dbasis.php66 $Renderer->acronyms = getAcronyms();
/plugin/interwikiformatting/
H A DREADME.md12 …re all words except articles, conjunctions, prepositions, and uppercase acronyms start with a capi…
/plugin/fckg/action/
H A Dedit.php2693 $Renderer->acronyms = array();
/plugin/xml/
H A Drenderer.php320 $this->doc .= '<acronym data="' . $this->_xmlEntities($this->acronyms[$acronym]) . '">';
/plugin/ckgdoku/action/
H A Dedit.php1126 $Renderer->acronyms = array();

12