Home
last modified time | relevance | path

Searched refs:Align (Results 1 – 25 of 62) sorted by relevance

123

/plugin/divalign2/
H A Dcommon.php104 $Align = ucfirst ($align);
107 <style:style style:name="Text.Divalign.$Align" style:display-name="Text.Divalign.$Align" style:fami…
113 $renderer->autostyles["Text.Divalign.$Align"]= $st;
117 $renderer->doc.= "<text:p text:style-name=\"Text.Divalign.$Align\">";
152 $Align = ucfirst ($alignment);
153 $name = 'Plugin DivAlign2 '.$Align;
154 $style_name = 'Plugin_DivAlign2_'.$Align;
164 $Align = ucfirst ($align);
168 $renderer->p_open('Plugin_DivAlign2_'.$Align);
/plugin/combo/ComboStrap/
H A DGridTag.php7 use ComboStrap\TagAttribute\Align; alias
34 * @deprecated with the new {@link Align} (30/04/2022)
42 * @deprecated - contained/fit type was the same and has been deprecated for the {@link Align} attribute and the width value (grow/shrink)
142 $defaultAlign[Align::X_AXIS] = Align::X_CENTER_CHILDREN;
150 $defaultAlign[Align::Y_AXIS] = "y-center-children";
168 * Align default
171 $aligns = $attributes->getValues(Align::ALIGN_ATTRIBUTE, []);
179 $attributes->addComponentAttributeValue(Align::ALIGN_ATTRIBUTE, $value);
H A DMediaMarkup.php7 use ComboStrap\TagAttribute\Align; alias
540 $attributes[Align::ALIGN_ATTRIBUTE] = $this->align;
570 * Align on the url has precedence
598 $this->extraMediaTagAttributes->addComponentAttributeValue(Align::ALIGN_ATTRIBUTE, $align);
669 $this->extraMediaTagAttributes->addComponentAttributeValue(Align::ALIGN_ATTRIBUTE, $this->getAlign());
729 $align = $tagAttributes->getValueAndRemoveIfPresent(Align::ALIGN_ATTRIBUTE);
829 $this->align = $fetchUrl->getQueryPropertyValueAndRemoveIfPresent(Align::ALIGN_ATTRIBUTE);
H A DConditionalLength.php5 use ComboStrap\TagAttribute\Align; alias
345 return Align::DEFAULT_AXIS;
H A DTagAttributes.php16 use ComboStrap\TagAttribute\Align; alias
162 const MULTIPLE_VALUES_ATTRIBUTES = [self::CLASS_KEY, self::REL, Align::ALIGN_ATTRIBUTE];
579 Align::processAlignAttributes($this);
/plugin/combo/ComboStrap/Tag/
H A DBoxTag.php11 use ComboStrap\TagAttribute\Align; alias
56 $align = $openingTag->getAttribute(Align::ALIGN_ATTRIBUTE);
H A DAdTag.php27 use ComboStrap\TagAttribute\Align; alias
153 ->setComponentAttributeValue(Align::ALIGN_ATTRIBUTE, "center text-align")
/plugin/combo/syntax/
H A Dcontentlist.php12 use ComboStrap\TagAttribute\Align; alias
92 Align::ALIGN_ATTRIBUTE => Align::Y_TOP_CHILDREN, // To have the number at the top and not centered as for a combostrap flex
/plugin/vertical/
H A Dplugin.info.txt5 name Table Vertical Align
H A DREADME.md1 # Table Vertical Align
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/
H A Dtables.md24 | Default-Align | Left-Aligned | Center Aligned | Right Aligned |
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dtables.md24 | Default-Align | Left-Aligned | Center Aligned | Right Aligned |
/plugin/combo/ComboStrap/TagAttribute/
H A DAlign.php15 class Align class
H A DBackgroundAttribute.php286 $mediaCallStackArray[Align::ALIGN_ATTRIBUTE] = null;
/plugin/revealjs/
H A Dexample_presentation.dokuwiki322 ==== Align Left ====
328 ==== Align Right ====
334 ==== Align Center ====
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmtable.js19Align(O[aI][aG],aF,0,au+l)}if(aI<O.length-1){au-=Math.max(0,I[aI]+z[aI+1]+T[aI])}}au=g}var ah=1.5*…
/plugin/combo/
H A Ddeleted.files36 class/Align.php
237 ComboStrap/Align.php
/plugin/statdisplay/pchart/
H A DpChart.php1054 …ox(Point $point1, Point $point2, $Text, $Angle = 0, Color $color = null, $Align = ALIGN_LEFT, Shad… argument
1075 if ($Align == ALIGN_TOP_LEFT) {
1078 if ($Align == ALIGN_TOP_CENTER) {
1082 if ($Align == ALIGN_TOP_RIGHT) {
1086 if ($Align == ALIGN_LEFT) {
1090 if ($Align == ALIGN_CENTER) {
1094 if ($Align == ALIGN_RIGHT) {
1098 if ($Align == ALIGN_BOTTOM_LEFT) {
1102 if ($Align == ALIGN_BOTTOM_CENTER) {
1106 if ($Align == ALIGN_BOTTOM_RIGHT) {
/plugin/statistics/inc/pchart/
H A DpChart.php1127 public function drawTextBox(Point $point1, Point $point2, $Text, $Angle = 0, Color $color = null, $Align = ALIGN_LEFT, ShadowProperties $shadowProperties = null, Color $backgroundColor = null, $Alpha = 100) { argument
1150 if($Align == ALIGN_TOP_LEFT) {
1153 if($Align == ALIGN_TOP_CENTER) {
1159 if($Align == ALIGN_TOP_RIGHT) {
1163 if($Align == ALIGN_LEFT) {
1169 if($Align == ALIGN_CENTER) {
1175 if($Align == ALIGN_RIGHT) {
1179 if($Align == ALIGN_BOTTOM_LEFT) {
1183 if($Align == ALIGN_BOTTOM_CENTER) {
1187 if($Align
[all...]
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties103 align=Align
H A Deditor.properties.bak99 align=Align
H A Deditor_zh-CN.properties99 align=Align
/plugin/ckgedit/ckeditor/lang/
H A Den.js.4.95 …ter":"Center","justify":"Justify","alignLeft":"Align Left","alignRight":"Align Right","alignCenter…
/plugin/projects/pchart/pchart/
H A Dpchart.php1100 …function drawTextBox($X1,$Y1,$X2,$Y2,$Text,$Angle=0,$R=255,$G=255,$B=255,$Align=ALIGN_LEFT,$Shadow… argument
1111 if ( $Align == ALIGN_TOP_LEFT ) { $X = $X1+1; $Y = $Y1+$this->FontSize+1; }
1112 …if ( $Align == ALIGN_TOP_CENTER ) { $X = $X1+($AreaWidth/2)-($TextWidth/2); $Y = $Y1+$this->Fon…
1113 if ( $Align == ALIGN_TOP_RIGHT ) { $X = $X2-$TextWidth-1; $Y = $Y1+$this->FontSize+1; }
1114 if ( $Align == ALIGN_LEFT ) { $X = $X1+1; $Y = $Y1+($AreaHeight/2)-($TextHeight/2); }
1115 …if ( $Align == ALIGN_CENTER ) { $X = $X1+($AreaWidth/2)-($TextWidth/2); $Y = $Y1+($AreaHeig…
1116 …if ( $Align == ALIGN_RIGHT ) { $X = $X2-$TextWidth-1; $Y = $Y1+($AreaHeight/2)-($TextHeigh…
1117 if ( $Align == ALIGN_BOTTOM_LEFT ) { $X = $X1+1; $Y = $Y2-1; }
1118 if ( $Align == ALIGN_BOTTOM_CENTER ) { $X = $X1+($AreaWidth/2)-($TextWidth/2); $Y = $Y2-1; }
1119 if ( $Align == ALIGN_BOTTOM_RIGHT ) { $X = $X2-$TextWidth-1; $Y = $Y2-1; }
/plugin/charter/lib/pchart/
H A DpChart.class.php1124 …function drawTextBox($X1,$Y1,$X2,$Y2,$Text,$Angle=0,$R=255,$G=255,$B=255,$Align=ALIGN_LEFT,$Shadow… argument
1135 if ( $Align == ALIGN_TOP_LEFT ) { $X = $X1+1; $Y = $Y1+$this->FontSize+1; }
1136 …if ( $Align == ALIGN_TOP_CENTER ) { $X = $X1+($AreaWidth/2)-($TextWidth/2); $Y = $Y1+$this->Fon…
1137 if ( $Align == ALIGN_TOP_RIGHT ) { $X = $X2-$TextWidth-1; $Y = $Y1+$this->FontSize+1; }
1138 if ( $Align == ALIGN_LEFT ) { $X = $X1+1; $Y = $Y1+($AreaHeight/2)-($TextHeight/2); }
1139 …if ( $Align == ALIGN_CENTER ) { $X = $X1+($AreaWidth/2)-($TextWidth/2); $Y = $Y1+($AreaHeig…
1140 …if ( $Align == ALIGN_RIGHT ) { $X = $X2-$TextWidth-1; $Y = $Y1+($AreaHeight/2)-($TextHeigh…
1141 if ( $Align == ALIGN_BOTTOM_LEFT ) { $X = $X1+1; $Y = $Y2-1; }
1142 if ( $Align == ALIGN_BOTTOM_CENTER ) { $X = $X1+($AreaWidth/2)-($TextWidth/2); $Y = $Y2-1; }
1143 if ( $Align == ALIGN_BOTTOM_RIGHT ) { $X = $X2-$TextWidth-1; $Y = $Y2-1; }

123