Home
last modified time | relevance | path

Searched refs:acronym (Results 26 – 50 of 70) sorted by relevance

123

/plugin/latexport/implementation/
H A Ddecorator_persister.php604 * @param string $acronym
606 function acronym($acronym) { argument
607 $this->cdata($acronym);
/plugin/confmanager/lang/de/
H A Dacronyms.txt1 …n Abkürzungen und Akronyme automatisch markieren. Wenn dein Browser den <acronym>-Tag unterstützt,…
/plugin/confmanager/lang/fr/
H A Dacronyms.txt1 … et acronymes automatiquement. Si votre navigateur comprend la balise ''<acronym>'', vous pouvez s…
/plugin/confmanager/lang/nl/
H A Dacronyms.txt1 …en en acroniemen (terminologie) automatisch markeren. Als je browser de <acronym> tag ondersteunt,…
/plugin/epub/
H A Drenderer.php169 function acronym($acronym) { argument
170 $this->doc .= $this->_xmlEntities($acronym);
/plugin/xml/
H A Drenderer.php319 function acronym($acronym) { function in renderer_plugin_xml
320 $this->doc .= '<acronym data="' . $this->_xmlEntities($this->acronyms[$acronym]) . '">';
321 $this->doc .= $this->_xmlEntities($acronym);
/plugin/actionrenderer/
H A Drenderer.php321 public function acronym($acronym) argument
/plugin/geonav/tpl/startermap/css/
H A Dbasic.css279 acronym, selector
283 acronym[title],
288 em acronym,
/plugin/prosemirror/
H A Drenderer.php588 public function acronym($acronym) argument
590 $this->cdata($acronym);
/plugin/dokutexit/
H A Dlatex.php355 function acronym($acronym) { argument
356 $this->put($acronym);
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]]);
/plugin/edittable/renderer/
H A Dinverse.php330 function acronym($acronym) { function in renderer_plugin_edittable_inverse
332 $this->doc .= $acronym;
/plugin/nroff/
H A Drenderer.php409 function acronym($acronym) { function in renderer_plugin_nroff
410 $this->doc .= $acronym;
/plugin/latexit/
H A Drenderer.php806 * @param string $acronym The Acronym.
808 function acronym($acronym) { argument
809 $this->doc .= $this->_latexSpecialChars($acronym);
/plugin/acronym/
H A DREADME20 2011-06-30: forked mediasyntax to acronym
/plugin/mellelexport/
H A Drenderer.php662 …function acronym($acronym) {call_user_func_array(array($this, '__call'), array(__FUNCTION__, func_… argument
/plugin/odp/
H A Drenderer.php833 function acronym($acronym) { argument
834 $this->doc .= $this->_xmlEntities($acronym);
/plugin/html2pdf/snorriheim/
H A Dprint.css198 acronym{ selector
H A Ddesign.css404 div.dokuwiki acronym {
/plugin/odt/renderer/
H A Dpage.php889 * @param string $acronym
891 function acronym($acronym) { argument
892 $this->document->addPlainText($acronym);
/plugin/s5/ui/yatil/
H A Dpretty.css115 acronym { selector
/plugin/latexit/_test/
H A Drenderer.test.php451 $this->r->acronym("text");
456 $this->r->acronym('\{}&%$#_~^<>');
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/specimen_files/
H A Dspecimen_stylesheet.css9 a, abbr, acronym, address, big, cite, code, selector
/plugin/offline/ui/dokuwiki/
H A Dprint.css1 …-size:80%;}a.fn_bot{vertical-align:super;font-size:80%;font-weight:bold;}acronym{border:0;}table.i… selector
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D45.45.js.map1 … 'when'\n ],\n tags: [\n 'a',\n 'abbr',\n 'acronym',\n 'addre…
/plugin/diagramsnet/lib/js/sanitizer/
H A Dsanitizer.min.js72 $.f={a:0,abbr:0,acronym:0,address:0,applet:272,area:2,article:0,aside:0,audio:0,b:0,base:274,basefo… property in $.f
74 $.Q={a:"HTMLAnchorElement",abbr:"HTMLElement",acronym:"HTMLElement",address:"HTMLElement",applet:"H… property in $.Q

123