Home
last modified time | relevance | path

Searched refs:alignment (Results 151 – 169 of 169) sorted by path

1234567

/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md28 - #128 Fix table renderer which including default alignment (@tanakahisateru)
/plugin/mikioplugin/
H A DREADME.md186 - Fixed a text alignment not being applied in alerts [#8](https://github.com/nomadjimbob/mikioplugin/issues/8)
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js29070 var alignment = (0, _core_utils.getInheritableProperty)({
29075 if (!Number.isInteger(alignment) || alignment < 0 || alignment > 2) {
29076 alignment = null;
29079 _this4.data.textAlignment = alignment;
H A Dpdf.worker.js.map1alignment","maximumLength","renderForms","_processCheckBox","customAppearance","exportValueOptions…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …L locales) margin is always reset,\n // to prevent incorrect outline alignment if a new documen…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt199 * Bugfix: "wmt" alignment broken for built-in fonts
223 using alignment values: {xoffset}x{yoffset} (eg: "10x20")
680 alignment of left/right/top/bottom/center respectively.
878 <a> is the alignment (same as for "wmi" and "wmt");
1010 alignment (one of BR, BL, TR, TL, C, R, L, T, B, *
1020 <a> is the alignment (one of BR, BL, TR, TL, C, R, L,
H A Dphpthumb.readme.txt335 <a> is the alignment (same as for "wmi" and "wmt");
356 <a> is the alignment (one of BR, BL, TR, TL, C,
394 <a> is the alignment (one of BR, BL, TR, TL, C, R, L,
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php2912 …@list($bands, $colors, $width, $height, $alignment, $opacity, $margin_x, $margin_y) = explode('|',…
2917 $alignment = ($alignment ? $alignment : 'BR');
2921 …istogramOverlay($this->gdimg_output, $bands, $colors, $width, $height, $alignment, $opacity, $marg…
3074 …@list($filename, $alignment, $opacity, $margin['x'], $margin['y'], $rotate_angle) = explode('|', $…
3076 $alignment = ($alignment ? $alignment : 'BR');
3079 if (!preg_match('#^([0-9\\.\\-]*)x([0-9\\.\\-]*)$#i', $alignment, $matches)) {
3097 if (preg_match('#^([0-9\\.\\-]*)x([0-9\\.\\-]*)$#i', $alignment, $matches)) {
3114 $alignment = $watermark_dest_x.'x'.$watermark_dest_y;
3116 …$phpthumbFilters->WatermarkOverlay($this->gdimg_output, $img_watermark, $alignment, $opacity, $mar…
3130 …@list($text, $size, $alignment, $hex_color, $ttffont, $opacity, $margin, $angle, $bg_color, $bg_op…
[all …]
H A Dphpthumb.filters.php633 …ramOverlay(&$gdimg, $bands='*', $colors='', $width=0.25, $height=0.25, $alignment='BR', $opacity=5… argument
675 $this->WatermarkOverlay($gdimg, $gdHist, $alignment, $opacity, $margin_x, $margin_y);
1119 if (preg_match('#^([0-9\\.\\-]*)x([0-9\\.\\-]*)(@[LCR])?$#i', $alignment, $matches)) {
1122 $alignment = (@$matches[4] ? $matches[4] : 'L');
1173 if ($alignment == '*') {
1191 switch ($alignment) {
1271 switch ($alignment) {
1341 switch ($alignment) {
1425 …public function WatermarkOverlay(&$gdimg_dest, &$img_watermark, $alignment='*', $opacity=50, $marg… argument
1438 if (preg_match('#^([0-9\\.\\-]*)x([0-9\\.\\-]*)$#i', $alignment, $matches)) {
[all …]
/plugin/plantuml/
H A DREADME.markdown13 * Control the display witdh, height and alignment.
/plugin/quickstats/
H A Dstyle.css28 margin-left: 60px; /* aligns with basics left alignment */
H A Dstyle.wide.css28 margin-left: 60px; /* aligns with basics left alignment */
/plugin/revealjs/
H A DREADME.md199 * alignment of images: either left or right or centered
/plugin/twofactorgoogleauth/
H A DQRCode.php498 $alignment = $this->qr_alignment_patterns[$version - 2];
499 foreach ($alignment as $i) {
500 foreach ($alignment as $j) {
/plugin/typography/
H A DREADME.md24 | `va` | vertical-align | sets the vertical alignment |
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js464 var alignment = rowStyle && rowStyle.alignment || colStyle && colStyle.alignment;
465 if (alignment) style.alignment = alignment;
21230 if (model.alignment) {
21231 this.map.alignment.render(xmlStream, model.alignment);
21288 alignment: this.map.alignment.model,
22326 if (model.alignment) {
22339 if (model.alignment) {
22340 this.map.alignment.render(xmlStream, model.alignment);
22837 if (model.alignment) {
22838 style.alignment = model.alignment;
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs10918 /* 18.8.1 alignment CT_CellAlignment */
10919 case '<alignment': case '<alignment/>':
10920 var alignment = {};
10921 if(y.vertical) alignment.vertical = y.vertical;
10922 if(y.horizontal) alignment.horizontal = y.horizontal;
10923 if(y.textRotation != null) alignment.textRotation = y.textRotation;
10924 if(y.indent) alignment.indent = y.indent;
10925 if(y.wrapText) alignment.wrapText = parsexmlbool(y.wrapText);
10926 xf.alignment = alignment;
10928 case '</alignment>': break;
[all …]
/plugin/xlsx2dw/
H A Dscript.js288 alignmentHorizontal: cell.style?.alignment?.horizontal || "left",
305 alignmentHorizontal: cell.style?.alignment?.horizontal || "left",

1234567