Home
last modified time | relevance | path

Searched refs:align (Results 551 – 575 of 1189) sorted by path

1...<<21222324252627282930>>...48

/plugin/doodle3/
H A Dstyle.css3 text-align: center;
8 text-align: center;
/plugin/doodle4/
H A Dstyle.css3 text-align: center;
8 text-align: center;
/plugin/dropfiles/
H A Dstyle.less6 align-items: center;
28 align-items: center;
H A Dyarn.lock57 align-text@^0.1.1, align-text@^0.1.3:
59 …resolved "https://registry.yarnpkg.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c2…
403 center-align@^0.1.1:
405 …resolved "https://registry.yarnpkg.com/center-align/-/center-align-0.1.3.tgz#aa0d32629b6ee97220041…
407 align-text "^0.1.3"
468 center-align "^0.1.1"
469 right-align "^0.1.1"
1130 wide-align "^1.1.0"
2433 right-align@^0.1.1:
2437 align-text "^0.1.1"
[all …]
/plugin/dw2markdown/
H A Drenderer.php541 * @param string $align left|center|right
544 function tableheader_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) { argument
559 * @param string $align left|center|right
562 function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) { argument
/plugin/dw2pdf/conf/
H A Dstyle.css25 text-align: left;
57 text-align: right;
61 text-align: center;
65 text-align: left;
/plugin/dw2pdf/
H A Drenderer.php197 * @param string $align left|center|right
207 $align = null,
215 if ($align == 'center') {
216 $out .= '<div align="center" style="text-align: center">';
219 $out .= parent::_media($src, $title, $align, $width, $height, $cache, $render);
221 if ($align == 'center') {
267 '<img src="%s" width="16" height="16" style="vertical-align: middle" class="%s" />%s',
191 _media($src, $title = NULL, $align = NULL, $width = NULL, $height = NULL, $cache = NULL, $render = true) global() argument
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md279 - vertical-align can use lengths e.g. 0.5em
371 - vertical-align:super|sub can be nested using `<span>` elements
373 - CSS vertical-align:0.5em (or %) now supported
556 - Decimal mark alignment e.g. text-align: "." center;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php39 function Write($h, $txt, $currentx = 0, $link = '', $directionality = 'ltr', $align = '', $fill = 0) argument
41 if (!$align) {
43 $align = 'R';
45 $align = 'L';
84 $this->mpdf->Cell($w, $h, $tmp, 0, 2, $align, $fill, $link);
128 $this->mpdf->Cell($w, $h, $tmp, 0, 2, $align, $fill, $link);
132 if ($align === 'J') {
149 $this->mpdf->Cell($w, $h, $tmp, 0, 2, $align, $fill, $link);
180 $this->mpdf->Cell($w, $h, substr($s, $j, $i - $j), 0, 2, $align, $fill, $link);
223 $this->mpdf->Cell($w, $h, substr($s, $j, $i - $j), 0, 2, $align,
278 CircularText($x, $y, $r, $text, $align = 'top', $fontfamily = '', $fontsizePt = 0, $fontstyle = '', $kerning = 120, $fontwidth = 100, $divider = '') global() argument
[all...]
H A DForm.php837 function SetFormText($w, $h, $name, $value = '', $default = '', $title = '', $flags = [], $align = 'L', $hidden = false, $maxlen = -1, $js = '', $background_col = false, $border_col = false)
840 if ($align === 'C') {
841 $align = '1';
842 } elseif ($align === 'R') {
843 $align = '2';
845 $align = '0';
896 'Q' => $align,
938 function SetFormChoice($w, $h, $name, $flags, $array, $align = 'L', $js = '')
942 $align = '2';
944 $align
839 SetFormText($w, $h, $name, $value = '', $default = '', $title = '', $flags = [], $align = 'L', $hidden = false, $maxlen = 1, $js = '', $background_col = false, $border_col = false) global() argument
940 SetFormChoice($w, $h, $name, $flags, $array, $align = 'L', $js = '') global() argument
[all...]
H A DMpdf.php4524 function WriteCell($w, $h = 0, $txt = '', $border = 0, $ln = 0, $align = '', $fill = 0, $link = '', $currentx = 0)
4561 $this->Cell($w, $h, $txt, $border, $ln, $align, $fill, $link, $currentx, 0, 0, 'M', 0, false, $OTLdata, $textvar);
4734 function Cell($w, $h = 0, $txt = '', $border = 0, $ln = 0, $align = '', $fill = 0, $link = '', $currentx = 0, $lcpaddingL = 0, $lcpaddingR = 0, $valign = 'M', $spanfill = 0, $exactWidth = false, $OTLdata = false, $textvar = 0, $lineBox = false)
4867 // Vertical align (for Images)
5134 if ($align == 'R') {
5136 } elseif ($align == 'C') {
5138 } elseif ($align == 'L' or $align == 'J') {
5838 $align = '',
5886 if (!$align) {
4494 WriteCell($w, $h = 0, $txt = '', $border = 0, $ln = 0, $align = '', $fill = 0, $link = '', $currentx = 0) global() argument
4704 Cell($w, $h = 0, $txt = '', $border = 0, $ln = 0, $align = '', $fill = 0, $link = '', $currentx = 0, $lcpaddingL = 0, $lcpaddingR = 0, $valign = 'M', $spanfill = 0, $exactWidth = false, $OTLdata = false, $textvar = 0, $lineBox = false) global() argument
5808 MultiCell($w, $h, $txt, $border = 0, $align = '', $fill = 0, $link = '', $directionality = 'ltr', $encoded = false, $OTLdata = false, $maxrows = false) global() argument
6192 Write($h, $txt, $currentx = 0, $link = '', $directionality = 'ltr', $align = '', $fill = 0) global() argument
10563 CircularText($x, $y, $r, $text, $align = 'top', $fontfamily = '', $fontsize = 0, $fontstyle = '', $kerning = 120, $fontwidth = 100, $divider = '') global() argument
[all...]
/plugin/dwcommits/
H A Dadmin.php270 …ptln('<tr><td align="right"><input type="submit" name="cmd[fetch]" value="'.$this->getLang('btn_…
275 …ptln('<td align="right"><input type="submit" name="cmd[merge]" value="'. $this->getLang('btn_merg…
279 …ptln('<td>&nbsp;&nbsp;<td align="right"><input type="submit" name="cmd[add]" value="'.$this->getL…
284 …ptln('<td>&nbsp;&nbsp;<td align="right"><input type="submit" name="cmd[commit]" value="'.$this->g…
297 ptln('<tr><td colspan="2" align="right">');
304 …ptln('<tr><th align="center" colspan="2">' . $this->getLang('repo_names') . '&nbsp;&nbsp;&nbsp;</t…
305 …ptln('<tr><td align="left"><input type="submit" name="cmd[repro]" value="'.$this->getLang('btn_re…
313 …ptln('<tr><th align="center" colspan="2">' . $this->getLang('branch_names') . '&nbsp;&nbsp;&nbsp;<…
314 …ptln('<tr><td align="left"><input type="submit" name="cmd[branch]" value="'.$this->getLang('btn_b…
H A Dstyle.css8 div.dwc_msgareatop { text-align: center; }
29 div.dwc_help_btn, div.closer { text-align: right; padding-right: 150px; }
/plugin/dwmenu/
H A Dstyle.css6 .dwmenu_item{display:inline-block;padding: 5px 2px;vertical-align: top;}
/plugin/dwtimeline/
H A Dprint.css49 text-align: center;
60 text-align: center;
68 text-align: center;
74 text-align: center;
89 text-align: center;
93 text-align: center;
106 text-align: center;
H A Dstyle.less66 text-align: center;
99 text-align: center;
174 text-align: unset;
182 text-align: center;
201 text-align: right;
205 text-align: left;
230 vertical-align: top;
237 text-align: center;
249 text-align: center;
349 text-align: center !important;
/plugin/dwtimeline/syntax/
H A Ddwtimeline.php16 protected static $align; variable in syntax_plugin_dwtimeline_dwtimeline
92 $data['align'] = self::$align; // Set Standard Alignment
112 …pttitle[0]] = self::checkValues(hsc(trim($opttitle[1],' "')),array('horz', 'vert') , self::$align);
H A Dmilestone.php60 $data['align'] = parent::$align;
H A Dtimeline.php48 parent::$align = $this->getConf('align');
51 parent::$align = $data['align'];
/plugin/editions/
H A Dstyle.css15 text-align: right;
45 text-align: justify;
/plugin/edittable/less/
H A Deditor.less13 text-align: right;
18 text-align: center;
/plugin/edittable/lib/
H A Dhandsontable.full.js5260 exports.align = align;
5345 function align(range, type, alignment, cellDescriptor, propertySetter) {
40487 (0, _utils.align)(range, type, alignment, function (row, col) {
40527 (0, _utils.align)(range, type, alignment, function (row, col) {
40567 (0, _utils.align)(range, type, alignment, function (row, col) {
40607 (0, _utils.align)(range, type, alignment, function (row, col) {
40648 (0, _utils.align)(range, type, alignment, function (row, col) {
40688 (0, _utils.align)(range, type, alignment, function (row, col) {
40728 (0, _utils.align)(range, type, alignment, function (row, col) {
H A Dhandsontable.less176 vertical-align: top;
238 text-align: center;
433 text-align: left;
436 text-align: center;
439 text-align: right;
442 text-align: justify;
448 vertical-align: top;
475 text-align: center;
669 text-align: center;
711 text-align: center;
[all …]
/plugin/edittable/renderer/
H A Dinverse.php503 function internalmedia($src, $title = null, $align = null, $width = null, argument
507 if($align === 'center' || $align === 'right') {
530 if($align === 'center' || $align === 'left') {
539 function externalmedia($src, $title = null, $align = null, $width = null, argument
541 $this->internalmedia($src, $title, $align, $width, $height, $cache, $linking);
613 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) { argument
614 $this->_cellopen('th', $colspan, $align, $rowspan);
617 function _cellopen($tag, $colspan, $align, $rowspan) { argument
646 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { argument
647 $this->_cellopen('td', $colspan, $align, $rowspan);
H A Djson.php71 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) { argument
72 $this->_tablefield_open('th', $colspan, $align, $rowspan);
79 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { argument
80 $this->_tablefield_open('td', $colspan, $align, $rowspan);
95 private function _tablefield_open($tag, $colspan, $align, $rowspan) { argument
106 $this->tmetacell['align'] = $align;

1...<<21222324252627282930>>...48