Home
last modified time | relevance | path

Searched +defs:text +defs:align (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/inc/parser/
H A Drenderer.php189 public function toc_additem($id, $text, $level)
200 public function header($text, $level, $pos)
225 public function cdata($text)
435 public function unformatted($text)
445 public function preformatted($text)
470 public function file($text, $lang = null, $file = null)
481 public function code($text, $lang = null, $file = null)
677 $align = null,
699 $align = null,
720 $align = null,
[all …]
H A Dxhtml.php202 public function toc_additem($id, $text, $level)
221 public function header($text, $level, $pos, $returnonly = false)
293 public function cdata($text)
588 public function unformatted($text)
614 public function preformatted($text)
627 public function file($text, $language = null, $filename = null, $options = null)
640 public function code($text, $language = null, $filename = null, $options = null)
655 public function _highlight($type, $text, $language = null, $filename = null, $options = null)
1188 $align = null,
1273 $align = null,
[all …]
H A Dmetadata.php123 public function cdata($text)
144 public function toc_additem($id, $text, $level)
167 public function header($text, $level, $pos)
294 public function preformatted($text)
322 public function file($text, $lang = null, $file = null)
334 public function code($text, $language = null, $file = null)
613 $align = null,
640 $align = null,
/dokuwiki/lib/scripts/
H A Dmedia.js17 align: false, property
192 jQuery.each(opt.btns, function (i, text) { argument
859 dw_mediamanager.forbid('linkonly', {align: false, size: false}); property
926 function dw_mediamanager_item_select(edid, mediaid, opts, align, keepopen) { argument