Home
last modified time | relevance | path

Searched refs:acronym (Results 51 – 70 of 70) sorted by last modified time

123

/plugin/latexit/
H A Drenderer.php806 * @param string $acronym The Acronym.
808 function acronym($acronym) { argument
809 $this->doc .= $this->_latexSpecialChars($acronym);
/plugin/odp/
H A Drenderer.php833 function acronym($acronym) { function in renderer_plugin_odp
834 $this->doc .= $this->_xmlEntities($acronym);
/plugin/mellelexport/
H A Drenderer.php662 …function acronym($acronym) {call_user_func_array(array($this, '__call'), array(__FUNCTION__, func_… function in renderer_plugin_mellelexport
/plugin/twcheckliste/
H A Drenderer.php.old150 function acronym($acronym){
151 $this->doc .= $this->_xmlEntities($acronym);
/plugin/html2pdf/snorriheim/
H A Dprint.css198 acronym{ selector
H A Ddesign.css404 div.dokuwiki acronym {
/plugin/geonav/tpl/startermap/css/
H A Dbasic.css279 acronym, selector
283 acronym[title],
288 em acronym,
/plugin/dokutexit/
H A Dlatex.php355 function acronym($acronym) { function in Doku_Renderer_latex
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/eventline/
H A Dplain.php72 function acronym($acronym) { argument
73 $this->doc .= ' ' . $acronym . ' ';
/plugin/s5reloaded/
H A Drenderer.php237 function acronym($acronym){ argument
238 $this->doc .= $this->_xmlEntities($acronym);
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.css33 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
H A Dscreen.css1 …rgin:0 auto;}div.dokuwiki img.middle{vertical-align:middle;}div.dokuwiki acronym{cursor:help;borde…
/plugin/nroff/
H A Drenderer.php409 function acronym($acronym) { argument
410 $this->doc .= $acronym;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js42acronym:1,b:1,bdo:1,big:1,cite:1,code:1,del:1,dfn:1,em:1,font:1,i:1,ins:1,label:1,kbd:1,q:1,samp:1… property in FCKListsLib.InlineNonEmptyElements
51acronym:1,bdo:1,'var':1,'#':1,abbr:1,code:1,br:1,i:1,cite:1,kbd:1,u:1,strike:1,s:1,tt:1,strong:1,q… property in FCK.DTD.K
H A Dfckeditorcode_gecko.js41acronym:1,b:1,bdo:1,big:1,cite:1,code:1,del:1,dfn:1,em:1,font:1,i:1,ins:1,label:1,kbd:1,q:1,samp:1… property in FCKListsLib.InlineChildReqElements
50acronym:1,bdo:1,'var':1,'#':1,abbr:1,code:1,br:1,i:1,cite:1,kbd:1,u:1,strike:1,s:1,tt:1,strong:1,q… property in FCK.DTD.K
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcklistslib.js37 …InlineChildReqElements : { abbr:1,acronym:1,b:1,bdo:1,big:1,cite:1,code:1,del:1,dfn:1,em:1,font:1,… property in FCKListsLib.InlineChildReqElements
40 …InlineNonEmptyElements : { a:1,abbr:1,acronym:1,b:1,bdo:1,big:1,cite:1,code:1,del:1,dfn:1,em:1,fon… property in FCKListsLib.InlineNonEmptyElements
/plugin/wysiwyg/fckeditor/editor/dtd/
H A Dfck_xhtml10strict.js32 …D = X({sub:1, bdo:1, 'var':1, sup:1, br:1, kbd:1, map:1, samp:1, b:1, acronym:1, '#':1, abbr:1, co…
36 …r':1, div:1, object:1, sup:1, map:1, dl:1, del:1, fieldset:1, ul:1, b:1, acronym:1, a:1, blockquot… property in FCK.DTD.H
100 acronym: L,
H A Dfck_xhtml10transitional.js35 …G = X({b:1, acronym:1, bdo:1, 'var':1, '#':1, abbr:1, code:1, br:1, i:1, cite:1, kbd:1, u:1, strik…
39 …, dir:1, map:1, dl:1, applet:1, del:1, isindex:1, fieldset:1, ul:1, b:1, acronym:1, a:1, blockquot… property in FCK.DTD.K
113 acronym: L,
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …sindex:1,p:1,small:1,div:1,dir:1,em:1,frame:1,meta:1,sub:1,bdo:1,label:1,acronym:1,sup:1,body:1,xm… property in hljs.HTML_TAGS

123