Searched defs:align (Results 1 – 4 of 4) sorted by relevance
/dokuwiki/inc/parser/ |
H A D | renderer.php | 677 $align = null, 699 $align = null, 720 $align = null, 740 $align = null, 830 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1) 848 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1)
|
H A D | xhtml.php | 1188 $align = null, 1273 $align = null, 1536 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) 1574 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) 1674 $align = null, 1878 public function _getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render)
|
H A D | metadata.php | 613 $align = null, 640 $align = null,
|
/dokuwiki/lib/scripts/ |
H A D | media.js | 17 align: false, property 859 dw_mediamanager.forbid('linkonly', {align: false, size: false}); property 926 function dw_mediamanager_item_select(edid, mediaid, opts, align, keepopen) { argument
|