Home
last modified time | relevance | path

Searched refs:valign (Results 1 – 25 of 65) sorted by relevance

123

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DColumns.php48 $valign = 'J';
50 $valign = $this->getAlign($attr['VALIGN']);
53 $valign = '';
56 $this->mpdf->SetColumns($attr['COLUMN-COUNT'], $valign, $attr['COLUMN-GAP']);
58 $this->mpdf->SetColumns($attr['COLUMN-COUNT'], $valign);
/plugin/fedauth/js/
Dadmin.js254 _throbber: function (margin, valign) { argument
256 valign = typeof valign !== 'undefined' ? valign : 'middle';
257 …E+'lib/images/throbber.gif" alt="..." style="margin: '+margin+'px; vertical-align: '+valign+';"/>';
/plugin/odt/ODT/styles/
DODTTextStyle.php248 $valign = $properties ['vertical-align'];
249 if (!empty($valign)) {
250 if ( $valign == 'sub' ) {
253 } elseif ( $valign == 'super' ) {
DODTParagraphStyle.php349 $valign = $properties ['vertical-align'];
350 if (!empty($valign)) {
351 if ( $valign == 'sub' ) {
354 } elseif ( $valign == 'super' ) {
/plugin/itrackviewer/
Dsyntax.php149 $txt = '<iframe align="left" valign="top" title="'.$param['alt'].
219 $txt .= '<td valign="top">';
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
Dmglyph.js19 ….rw=i.offsetWidth/b.em;l.bbox.h=i.offsetHeight/b.em;if(m.valign){l.bbox.d=-b.length2em(m.valign,n,…
/plugin/diagramsnet/lib/plugins/
Dupdate.js93 desc.tooltip, desc.align, desc.valign, desc.offset);
258valign: 'top', image: {src: 'https://www.draw.io/mxgraph/images/warning.gif', width: 26, height: 2… property
/plugin/wysiwyg/fckeditor/_samples/lasso/
Dsampleposteddata.lasso44 <td valign="top" nowrap><b>[#this->first]</b></td>
/plugin/grensladawritezor/fckeditor/_samples/lasso/
Dsampleposteddata.lasso44 <td valign="top" nowrap><b>[#this->first]</b></td>
/plugin/wysiwyg/fckeditor/_samples/asp/
Dsampleposteddata.asp47 <td valign="top" nowrap><b><%=sForm%></b></td>
/plugin/grensladawritezor/fckeditor/_samples/asp/
Dsampleposteddata.asp47 <td valign="top" nowrap><b><%=sForm%></b></td>
/plugin/diagramsnet/lib/js/diagramly/util/
DmxAsyncCanvas.js180 mxAsyncCanvas.prototype.text = function(x, y, w, h, str, align, valign, wrap, format, overflow, cli… argument
DmxJsCanvas.js634 mxJsCanvas.prototype.text = function(x, y, w, h, str, align, valign, wrap, format, overflow, clip, … argument
658 switch (valign)
729 switch (valign)
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
Dmglyph.js19 …;var n=this.SVGgetScale();l.Add(b.MGLYPH(this.img.img,m.width,m.height,m.valign,o,n,{"aria-label":…
/plugin/grensladawritezor/fckeditor/_samples/cfm/
Dsample01.cfm77 <td valign="top" bgcolor="lightskyblue">#key#</td>
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/css/
Dasciidoctor.css268 th.valign-top,td.valign-top{vertical-align:top}
269 th.valign-bottom,td.valign-bottom{vertical-align:bottom}
270 th.valign-middle,td.valign-middle{vertical-align:middle}
/plugin/diagramsnet/lib/js/diagramly/vsdx/
DmxVsdxCanvas2D.js722 mxVsdxCanvas2D.prototype.text = function(x, y, w, h, str, align, valign, wrap, format, overflow, cl… argument
1036 switch(valign)
/plugin/abc2/
Dall.css53 td[valign="center"] {vertical-align: top;}
/plugin/math2/phpmathpublisher/
Dmathpublisher.php1637 $valign=$v-1000;
1638 return '<img src="'.$pathtoimg."math_".$v."_".$nameimg.'" style="vertical-align:'.$valign.'px;'.' d…
/plugin/datepicker/script/jscalendar-1.0/
Dcalendar.js1427 var valign = opts.substr(0, 1);
1433 switch (valign) {
/plugin/diagramsnet/lib/shapes/
DmxSysML.js48 var valign = this.style['symbol' + counter + 'VerticalAlign'];
78 if (valign == mxConstants.ALIGN_MIDDLE)
82 else if (valign == mxConstants.ALIGN_BOTTOM)
/plugin/diagramsnet/lib/js/grapheditor/
DFormat.js4160 …var valign = mxUtils.getValue(ss.style, mxConstants.STYLE_VERTICAL_ALIGN, mxConstants.ALIGN_MIDDLE…
4161 setSelected(top, valign == mxConstants.ALIGN_TOP);
4162 setSelected(middle, valign == mxConstants.ALIGN_MIDDLE);
4163 setSelected(bottom, valign == mxConstants.ALIGN_BOTTOM);
DShapes.js1892 var valign = this.style['symbol' + counter + 'VerticalAlign'];
1922 if (valign == mxConstants.ALIGN_MIDDLE)
1926 else if (valign == mxConstants.ALIGN_BOTTOM)
/plugin/diagramsnet/lib/math/jax/element/mml/
Djax.js19 …d:a.INHERIT,mathcolor:a.INHERIT,alt:"",src:"",width:a.AUTO,height:a.AUTO,valign:"0em"}});a.mrow=a.… property
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php4734 …$fill = 0, $link = '', $currentx = 0, $lcpaddingL = 0, $lcpaddingR = 0, $valign = 'M', $spanfill =… argument
4868 if ($valign == 'T') {
4870 } elseif ($valign == 'B') {
6450 $valign = & $this->flowingBlockAttr['valign'];
7753 $valign = & $this->flowingBlockAttr['valign'];
8667 $valign = 'M';
12536 $valign = 'bottom';
12539 $valign = 'top';
12551 …"100%" style="border-collapse: collapse; margin: 0; vertical-align: ' . $valign . '; color: #00000…
12554 $html .= ' border-' . $valign . ': 0.1mm solid #000000;';

123