Home
last modified time | relevance | path

Searched refs:acronym (Results 1 – 25 of 70) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/
H A DAuditRefs.php26 public $acronym; variable in Google\\Service\\PagespeedInsights\\AuditRefs
44 public function setAcronym($acronym) argument
46 $this->acronym = $acronym;
53 return $this->acronym;
/plugin/acronym/
H A Dplugin.info.txt1 base acronym
2 name acronym
6 desc acronym tag for Dokuwiki
7 url http://www.staerk.de/thorsten/acronym-plugin
H A Dsyntax.php72 … $this->Lexer->addEntryPattern('<acronym title=.*?>(?=.*?</acronym>)',$mode,'plugin_acronym');
/plugin/acronym/test/
H A Dacronym-test.txt1 This a <acronym title="three letter acronym">TLA</acronym>.
/plugin/confmanager/lang/en/
H A Dacronyms.txt1 … and acronyms (terminology) automatically. If your browser supports the <acronym> tag, you can hov…
3 …rds will be marked. Eg. an acronym that is used within a word will not result in a acronym tooltip…
/plugin/s5/
H A Drenderer.php174 function acronym($acronym){ argument
175 $this->doc .= $this->_xmlEntities($acronym);
/plugin/dw2pdf/
H A Drenderer.php231 * @param string $acronym
233 public function acronym($acronym)
235 $this->doc .= $this->_xmlEntities($acronym);
213 acronym($acronym) global() argument
/plugin/text/
H A Drenderer.php377 function acronym($acronym) { argument
378 if ( array_key_exists($acronym, $this->acronyms) ) {
379 $title = $this->acronyms[$acronym];
380 $this->doc .= $acronym.' ('.$title.')';
382 $this->doc .= $acronym;
/plugin/dw2markdown/
H A Drenderer.php391 * @param string $acronym
393 function acronym($acronym) { function in Renderer_Plugin_dw2markdown
394 $this->doc .= $acronym;
/plugin/s5reloaded/
H A Drenderer.php237 function acronym($acronym){ function in renderer_plugin_s5reloaded
238 $this->doc .= $this->_xmlEntities($acronym);
/plugin/combo/ComboStrap/
H A DLinkMarkup.php251 $acronym = "";
281 * (the acronym is added to the description, later)
283 $acronym = LowQualityPage::LOW_QUALITY_PROTECTION_ACRONYM;
324 $acronym = PagePublicationDate::LATE_PUBLICATION_PROTECTION_ACRONYM;
338 if (!empty($acronym)) {
339 $description = $description . " ($acronym)";
/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/struct/renderer/
H A Dcsv.php178 public function acronym($acronym) argument
180 $this->cdata($acronym);
/plugin/confmanager/lang/zh/
H A Dacronyms.txt1 [[doku>DokuWiki]] 的可以自动标记的缩写和缩略语(术语)。如果您的浏览器支持<acronym>标记,您将鼠标悬停在一个缩写上可以看到一个简短的解释。例如,如果鼠标定位在 ''XML'…
/plugin/confmanager/lang/ko/
H A Dacronyms.txt1 [[doku>DokuWiki]] 는 축약어나 머리글자(기술용어)를 자동으로 표시할 수 있습니다. 브라우저가 <acronym> 태그를 지원하는 경우에 마우스 커서를 해당 축약어 위…
/plugin/confmanager/lang/ja/
H A Dacronyms.txt2 Web ブラウザが <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/eventline/
H A Dplain.php72 function acronym($acronym) { function in Doku_Renderer_plain
73 $this->doc .= ' ' . $acronym . ' ';
/plugin/siteexport/renderer/
H A Dpdf.php343 public function acronym($acronym) { argument
354 parent::acronym($acronym);
/plugin/twcheckliste/
H A Drenderer.php.old150 function acronym($acronym){
151 $this->doc .= $this->_xmlEntities($acronym);
/plugin/latexport/implementation/
H A Ddecorator.php633 * @param string $acronym
635 function acronym($acronym) { argument
637 $this->decorator->acronym($acronym);
/plugin/revealjs/
H A Drenderer.php284 function acronym($acronym){ function in renderer_plugin_revealjs
285 $this->doc .= $this->_xmlEntities($acronym);
/plugin/nodetailsxhtml/
H A Drenderer.php336 function acronym($acronym) {
347 parent::acronym($acronym);
377 acronym($acronym) global() argument
/plugin/gemini/
H A Drenderer.php188 public function acronym($acronym) function in renderer_plugin_gemini
190 $this->cdata($acronym);

123