/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/ |
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/ |
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
|
D | syntax.php | 72 … $this->Lexer->addEntryPattern('<acronym title=.*?>(?=.*?</acronym>)',$mode,'plugin_acronym');
|
/plugin/acronym/test/ |
D | acronym-test.txt | 1 This a <acronym title="three letter acronym">TLA</acronym>.
|
/plugin/confmanager/lang/en/ |
D | acronyms.txt | 1 … 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/ |
D | renderer.php | 174 function acronym($acronym){ function in renderer_plugin_s5 175 $this->doc .= $this->_xmlEntities($acronym);
|
/plugin/dw2pdf/ |
D | renderer.php | 231 * @param string $acronym 233 public function acronym($acronym) function in renderer_plugin_dw2pdf 235 $this->doc .= $this->_xmlEntities($acronym);
|
/plugin/aichat/ |
D | renderer.php | 324 public function acronym($acronym) function in renderer_plugin_aichat 326 if (array_key_exists($acronym, $this->acronyms)) { 327 $title = $this->acronyms[$acronym]; 328 $this->doc .= $acronym . ' (' . $title . ')'; 330 $this->doc .= $acronym;
|
/plugin/text/ |
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/ |
D | renderer.php | 391 * @param string $acronym 393 function acronym($acronym) { argument 394 $this->doc .= $acronym;
|
/plugin/s5reloaded/ |
D | renderer.php | 237 function acronym($acronym){ function in renderer_plugin_s5reloaded 238 $this->doc .= $this->_xmlEntities($acronym);
|
/plugin/combo/ComboStrap/ |
D | LinkMarkup.php | 257 $acronym = ""; 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/ |
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… property 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 100 acronym: L,
|
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… property 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 113 acronym: L,
|
/plugin/struct/renderer/ |
D | csv.php | 178 public function acronym($acronym) function in renderer_plugin_struct_csv 180 $this->cdata($acronym);
|
/plugin/confmanager/lang/zh/ |
D | acronyms.txt | 1 [[doku>DokuWiki]] 的可以自动标记的缩写和缩略语(术语)。如果您的浏览器支持<acronym>标记,您将鼠标悬停在一个缩写上可以看到一个简短的解释。例如,如果鼠标定位在 ''XML'…
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
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 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
|
/plugin/confmanager/lang/ko/ |
D | acronyms.txt | 1 [[doku>DokuWiki]] 는 축약어나 머리글자(기술용어)를 자동으로 표시할 수 있습니다. 브라우저가 <acronym> 태그를 지원하는 경우에 마우스 커서를 해당 축약어 위…
|
/plugin/confmanager/lang/ja/ |
D | acronyms.txt | 2 Web ブラウザが <acronym> タグに対応してれば、略語の上にマウスポインタを乗せることにより、簡単な説明をツールチップとして表示できます。
|
/plugin/siteexport/renderer/ |
D | pdf.php | 343 public function acronym($acronym) { function in renderer_plugin_siteexport_pdf 354 parent::acronym($acronym);
|
/plugin/eventline/ |
D | plain.php | 72 function acronym($acronym) { function in Doku_Renderer_plain 73 $this->doc .= ' ' . $acronym . ' ';
|
/plugin/twcheckliste/ |
D | renderer.php.old | 150 function acronym($acronym){ 151 $this->doc .= $this->_xmlEntities($acronym);
|
/plugin/nodetailsxhtml/ |
D | renderer.php | 336 function acronym($acronym) { function in renderer_plugin_nodetailsxhtml 347 parent::acronym($acronym);
|
/plugin/latexport/implementation/ |
D | decorator.php | 633 * @param string $acronym 635 function acronym($acronym) { argument 637 $this->decorator->acronym($acronym);
|
/plugin/revealjs/ |
D | renderer.php | 284 function acronym($acronym){ function in renderer_plugin_revealjs 285 $this->doc .= $this->_xmlEntities($acronym);
|