Home
last modified time | relevance | path

Searched refs:acronym (Results 51 – 70 of 70) sorted by path

123

/plugin/odt/renderer/
H A Dpage.php889 * @param string $acronym
891 function acronym($acronym) { function in renderer_plugin_odt_page
892 $this->document->addPlainText($acronym);
/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/pgn4web/pgn4web/
H A Dpgn-standard.txt225 character set. ("ISO" is an acronym for the International Standards
/plugin/prosemirror/
H A Drenderer.php588 public function acronym($acronym) argument
590 $this->cdata($acronym);
/plugin/revealjs/
H A Drenderer.php284 function acronym($acronym){ function in renderer_plugin_revealjs
285 $this->doc .= $this->_xmlEntities($acronym);
/plugin/s5/
H A Drenderer.php174 function acronym($acronym){ function in renderer_plugin_s5
175 $this->doc .= $this->_xmlEntities($acronym);
/plugin/s5/ui/yatil/
H A Dpretty.css115 acronym { selector
/plugin/s5reloaded/
H A Drenderer.php237 function acronym($acronym){ argument
238 $this->doc .= $this->_xmlEntities($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/siteexport/renderer/
H A Dpdf.php343 public function acronym($acronym) { argument
354 parent::acronym($acronym);
/plugin/struct/renderer/
H A Dcsv.php178 public function acronym($acronym) argument
180 $this->cdata($acronym);
/plugin/text/
H A Drenderer.php377 function acronym($acronym) { function in renderer_plugin_text
378 if ( array_key_exists($acronym, $this->acronyms) ) {
379 $title = $this->acronyms[$acronym];
380 $this->doc .= $acronym.' ('.$title.')';
382 $this->doc .= $acronym;
/plugin/twcheckliste/
H A Drenderer.php.old150 function acronym($acronym){
151 $this->doc .= $this->_xmlEntities($acronym);
/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/wysiwyg/fckeditor/editor/js/
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.InlineNonEmptyElements
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
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
/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);

123