Home
last modified time | relevance | path

Searched refs:alignment (Results 1 – 25 of 169) sorted by relevance

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DMediaProperties.php25 public $alignment; variable in Google\\Service\\Forms\\MediaProperties
34 public function setAlignment($alignment) argument
36 $this->alignment = $alignment;
43 return $this->alignment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DTabStop.php25 public $alignment; variable in Google\\Service\\Docs\\TabStop
32 public function setAlignment($alignment) argument
34 $this->alignment = $alignment;
41 return $this->alignment;
H A DParagraphStyle.php26 public $alignment; variable in Google\\Service\\Docs\\ParagraphStyle
87 public function setAlignment($alignment) argument
89 $this->alignment = $alignment;
96 return $this->alignment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DShadow.php25 public $alignment; variable in Google\\Service\\Slides\\Shadow
52 public function setAlignment($alignment) argument
54 $this->alignment = $alignment;
61 return $this->alignment;
H A DParagraphStyle.php25 public $alignment; variable in Google\\Service\\Slides\\ParagraphStyle
52 public function setAlignment($alignment) argument
54 $this->alignment = $alignment;
61 return $this->alignment;
/plugin/divalign2/
H A Dcommon.php151 foreach ($alignments as $alignment) {
152 $Align = ucfirst ($alignment);
158 $properties ['text-align'] = $alignment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCreativeAsset.php36 public $alignment; variable in Google\\Service\\Dfareporting\\CreativeAsset
251 public function setAlignment($alignment) argument
253 $this->alignment = $alignment;
260 return $this->alignment;
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php880 $alignment = null;
884 $alignment = 'left';
889 $alignment = $alignment === 'left' ? 'center' : 'right';
892 $alignments []= $alignment;
918 $alignment = $alignments[$index];
921 'style' => 'text-align: '.$alignment.';',
/plugin/emoji/assets/css/
H A Demojione.css9 /* Inline alignment adjust the margins */
/plugin/emoji/
H A Dall.css9 /* Inline alignment adjust the margins */
/plugin/combo/resources/images/
H A Derror-bad-format.svg8 alignment-baseline="middle"
/plugin/latexit/tests/dw_orig_test_files/
H A Dtest8.txt17 ^ Table with alignment ^^^
/plugin/mapillary/
H A DCHANGES9 * support for Dokuwiki (left/right/none) media alignment convention
/plugin/google_adsense2/
H A Dstyle.css33 /* floating alignment */
/plugin/math2/phpmathpublisher/
H A DCHANGELOG2 …corresponding to the formulas are now generated only once. The vertical alignment parameter is now…
/plugin/diagrams/
H A Dstyle.less
/plugin/photogallery/phpThumb/
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/latexit/tests/my/
H A Dtest8.latex47 \multicolumn{3}{|c|}{\textbf{Table with alignment}} \\
/plugin/latexport/implementation/
H A Ddecorator_persister.php990 …$this->appendContent(" \\multicolumn{".$colspan."}".$this->alignment($align)."{\\multirow{".$ro…
1013 …$this->appendContent(" \\multicolumn{".$colspan."}".$this->alignment($align)."{\\multirow{".$ro…
1016 function alignment($align) { function in DecoratorPersister
/plugin/c3chart/
H A DREADME.md67 | `align` | Chart alignment, can be `left`, `right` or `center`. |
86 | `align` | Default alignment of charts. |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DClouderrorreporting.php157 'alignment' => [
/plugin/xlsx2dw/
H A Dscript.js288 alignmentHorizontal: cell.style?.alignment?.horizontal || "left",
305 alignmentHorizontal: cell.style?.alignment?.horizontal || "left",
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor_zh-CN.properties.bak35 alignment=Alignment
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java1433 protected String labelPosition, alignment; field in EditorActions.SetLabelPositionAction
1439 public SetLabelPositionAction(String labelPosition, String alignment) { in SetLabelPositionAction() argument
1441 this.alignment = alignment; in SetLabelPositionAction()
1460 graph.setCellStyles(mxConstants.STYLE_ALIGN, alignment); in actionPerformed()
1466 alignment); in actionPerformed()
/plugin/diagrams/script/
H A DDiagramsForm.js105 type: 'select', 'label': LANG.plugins.diagrams.alignment, 'name': 'align', 'options':

1234567