Home
last modified time | relevance | path

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

/dokuwiki/inc/parser/
H A Drenderer.php677 $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 Dxhtml.php1188 $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 Dmetadata.php613 $align = null,
640 $align = null,
/dokuwiki/lib/scripts/
H A Dmedia.js17 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