/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/ |
H A D | AuditRefs.php | 26 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 D | plugin.info.txt | 1 base acronym 2 name acronym 6 desc acronym tag for Dokuwiki 7 url http://www.staerk.de/thorsten/acronym-plugin
|
H A D | syntax.php | 72 … $this->Lexer->addEntryPattern('<acronym title=.*?>(?=.*?</acronym>)',$mode,'plugin_acronym');
|
/plugin/acronym/test/ |
H A D | acronym-test.txt | 1 This a <acronym title="three letter acronym">TLA</acronym>.
|
/plugin/confmanager/lang/en/ |
H A D | acronyms.txt | 1 [[doku>DokuWiki]] can mark abbreviations and acronyms (terminology) automatically. If your browser supports the <acronym> tag, you can hover your mouse on an abbreviation to see a short explanation, shown as a tooltip. For example, if the mouse is positioned over ''CMS'' (which is included in the default acronyms list), the tooltip displays ''Content Management System''. 3 Note: only full words will be marked. Eg. an acronym that is used within a word will not result in a acronym tooltip. Example: CMS is an acronym, myCMS is not.
|
/plugin/s5/ |
H A D | renderer.php | 174 function acronym($acronym){ function in renderer_plugin_s5 175 $this->doc .= $this->_xmlEntities($acronym);
|
/plugin/dw2pdf/ |
H A D | renderer.php | 231 * @param string $acronym 233 public function acronym($acronym) 235 $this->doc .= $this->_xmlEntities($acronym); 213 acronym($acronym) global() argument
|
/plugin/text/ |
H A D | renderer.php | 377 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/dw2markdown/ |
H A D | renderer.php | 391 * @param string $acronym 393 function acronym($acronym) { function in Renderer_Plugin_dw2markdown 394 $this->doc .= $acronym;
|
/plugin/s5reloaded/ |
H A D | renderer.php | 237 function acronym($acronym){ argument 238 $this->doc .= $this->_xmlEntities($acronym);
|
/plugin/combo/ComboStrap/ |
H A D | LinkMarkup.php | 257 $acronym = ""; 285 * (the acronym is added to the description, later) 287 $acronym = LowQualityPage::LOW_QUALITY_PROTECTION_ACRONYM; 328 $acronym = PagePublicationDate::LATE_PUBLICATION_PROTECTION_ACRONYM; 342 if (!empty($acronym)) { 343 $description = $description . " ($acronym)";
|
/plugin/wysiwyg/fckeditor/editor/dtd/ |
H A D | fck_xhtml10strict.js | 32 …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 D | fck_xhtml10transitional.js | 35 …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 D | csv.php | 178 public function acronym($acronym) argument 180 $this->cdata($acronym);
|
/plugin/confmanager/lang/zh/ |
H A D | acronyms.txt | 1 [[doku>DokuWiki]] 的可以自动标记的缩写和缩略语(术语)。如果您的浏览器支持<acronym>标记,您将鼠标悬停在一个缩写上可以看到一个简短的解释。例如,如果鼠标定位在 ''XML''(默认的首字母缩写词列表里面有它),工具提示将显示可扩展标记语言(Extensible Markup Language)。
|
/plugin/confmanager/lang/ko/ |
H A D | acronyms.txt | 1 [[doku>DokuWiki]] 는 축약어나 머리글자(기술용어)를 자동으로 표시할 수 있습니다. 브라우저가 <acronym> 태그를 지원하는 경우에 마우스 커서를 해당 축약어 위로 가져다대면 툴팁으로 표시되는 짧은 설명을 볼 수 있습니다. 예를 들어 마우스 커서가 "CMS"를 가르키는 경우에(CMS는 기본 축약어 목록에 포함되어 있습니다.) "Content Management System"이 툴팁 형태로 표시됩니다.
|
/plugin/confmanager/lang/ja/ |
H A D | acronyms.txt | 2 Web ブラウザが <acronym> タグに対応してれば、略語の上にマウスポインタを乗せることにより、簡単な説明をツールチップとして表示できます。
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fcklistslib.js | 37 …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 D | plain.php | 72 function acronym($acronym) { function in Doku_Renderer_plain 73 $this->doc .= ' ' . $acronym . ' ';
|
/plugin/siteexport/renderer/ |
H A D | pdf.php | 343 public function acronym($acronym) { function in renderer_plugin_siteexport_pdf 354 parent::acronym($acronym);
|
/plugin/twcheckliste/ |
H A D | renderer.php.old | 150 function acronym($acronym){ 151 $this->doc .= $this->_xmlEntities($acronym);
|
/plugin/latexport/implementation/ |
H A D | decorator.php | 633 * @param string $acronym 635 function acronym($acronym) { argument 637 $this->decorator->acronym($acronym);
|
/plugin/revealjs/ |
H A D | renderer.php | 284 function acronym($acronym){ function in renderer_plugin_revealjs 285 $this->doc .= $this->_xmlEntities($acronym);
|
/plugin/nodetailsxhtml/ |
H A D | renderer.php | 336 function acronym($acronym) { 347 parent::acronym($acronym); 377 acronym($acronym) global() argument
|
/plugin/gemini/ |
H A D | renderer.php | 188 public function acronym($acronym) function in renderer_plugin_gemini 190 $this->cdata($acronym);
|