Home
last modified time | relevance | path

Searched refs:height (Results 1 – 25 of 2358) sorted by relevance

12345678910>>...95

/plugin/odt/ODT/
Dpage.php22 var $height = 29.7; variable in pageFormat
71 $height = 14.8;
76 $height = 21;
81 $height = 42;
86 $height = 17.6;
91 $height = 25;
96 $height = 35.3;
101 $height = 27.94;
106 $height = 35.56;
111 $height = 33.02;
[all …]
DODTImage.php18 * @param string $height Height of the picture (NULL=original size)
26 …public static function addImage(ODTInternalParams $params, $src, $width = NULL, $height = NULL, $a… argument
38 if (!$width && !$height) {
39 …list($width, $height) = ODTUtility::getImageSizeString($src, $width, $height, true, $params->units…
41 …list($width, $height) = ODTUtility::getImageSizeString($src, $width, $height, false, $params->unit…
72 svg:width="'.$width.'" svg:height="'.$height.'" >';
76 svg:width="'.$width.'" svg:height="'.$height.'" >';
129 …function addStringAsSVGImage(ODTInternalParams $params, $string, $width = NULL, $height = NULL, $a… argument
135 if (!$width || !$height) {
136 …list($width, $height) = ODTUtility::getImageSizeString($string, $width, $height, true, $params->un…
[all …]
/plugin/colorswatch/
Dstyle.css7 --tiny-height: 1;
9 --small-height: 4;
11 --middle-height: 6;
13 --large-height: 8;
20 min-height: calc(var(--tiny-height) * 1rem);
25 height: calc(var(--ratio) * var(--tiny-height) * 1rem);
29 min-height: calc(var(--small-height) * 1rem);
34 height: calc(var(--ratio) * var(--small-height) * 1rem);
38 min-height: calc(var(--middle-height) * 1rem);
43 height: calc(var(--ratio) * var(--middle-height) * 1rem);
[all …]
/plugin/combo/resources/background/
Dbackground1.svg11 …<rect id="Rectangle_689" data-name="Rectangle 689" class="cls-1" width="89" height="75" transform=…
12 …<rect id="Rectangle_690" data-name="Rectangle 690" class="cls-1" width="89" height="75" transform=…
13 …<rect id="Rectangle_691" data-name="Rectangle 691" class="cls-1" width="89" height="75" transform=…
14 …<rect id="Rectangle_692" data-name="Rectangle 692" class="cls-1" width="89" height="75" transform=…
15 …<rect id="Rectangle_694" data-name="Rectangle 694" class="cls-1" width="89" height="75" transform=…
16 …<rect id="Rectangle_695" data-name="Rectangle 695" class="cls-1" width="89" height="75" transform=…
17 …<rect id="Rectangle_696" data-name="Rectangle 696" class="cls-1" width="89" height="75" transform=…
18 …<rect id="Rectangle_697" data-name="Rectangle 697" class="cls-1" width="89" height="75" transform=…
19 …<rect id="Rectangle_698" data-name="Rectangle 698" class="cls-1" width="89" height="75" transform=…
20 …<rect id="Rectangle_699" data-name="Rectangle 699" class="cls-1" width="89" height="75" transform=…
[all …]
/plugin/svgpureinsert/
Dhelper.php26 list($width, $height) = $this->readSVGsize($cachefile);
27 return array($cachefile, $width, $height);
40 list($width, $height) = $this->readSVGsize($cachefile, true);
41 return array($cachefile, $width, $height);
113 $height = $attributes['height'];
115 if(substr($width, -1, 1) == '%' || substr($height, -1, 1) == '%') {
117 list(, , $width, $height) = explode(' ', $attributes['viewbox']);
122 $height = $this->convertToPixel($height);
126 if(!$height) $height = $default[0];
135 $attributes['viewBox'] = "0 0 $width $height";
[all …]
/plugin/popupviewer/
Dscript.js66 height: 0 property
71 height : 13, property
87 height: '' property
92 height : '', property
175 height: content.height(), property
184 …_.resizePopup(popupData.width, popupData.height, additionalContent.innerHeight(), image, false, po…
209 height: content.height() property
255 … _.resizePopup(popupData.width, popupData.height, null, content, true, popupData.hasNextPrevious);
360 var prevHeight = content.height();
362 offsetElement.css({width:'auto', height: 'auto'}); property
[all …]
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/
Dtemp.css5 height: 560px;
10 height: 555px;
16 width: 770px; height:555px;
20 height:200px;
23 height:95px;
29 height: 90px
35 height:50%;
40 height:0px; width:0px;
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/
Dtemp.css5 height: 560px;
10 height: 555px;
16 width: 770px; height:555px;
20 height:200px;
23 height:95px;
29 height: 90px
35 height:50%;
40 height:0px; width:0px;
/plugin/translation/flags/
Duz.svg1height="100%" transform="scale(-1 1)"/></g><use xlink:href="#b" width="100%" height="100%" transfo…
/plugin/combo/vendor/php-webdriver/webdriver/lib/
DWebDriverDimension.php13 private $height; variable in Facebook\\WebDriver\\WebDriverDimension
21 * @param int|float $height
23 public function __construct($width, $height) argument
26 $this->height = $height;
36 return (int) $this->height;
57 return $this->height === $dimension->getHeight() && $this->width === $dimension->getWidth();
/plugin/vshare/syntax/
Dvideo.php87 [$width, $height] = $this->parseSize($userparams);
90 $url = $this->insertPlaceholders($this->sites[$site]['url'], $vid, $width, $height);
105 'height' => $height,
157 * @param int|string $height
160 public function sizeToStyle($width, $height) argument
167 if ($height && $height == (int)$height) {
168 $height .= 'px';
173 if ($height) $style .= 'height:' . $height . ';';
210 * @param int|string $height
213 public function insertPlaceholders($url, $vid, $width, $height) argument
[all …]
/plugin/latexport/helpers/
Dinternal_media.php20 * @param int $height height of media in pixel
38 private $height; variable in InternalMedia
52 * @param int $height height of media in pixel
56 function __construct($src, $title, $align, $width, $height, $cache, $linking) { argument
62 $this->height = $height;
90 return $this->height;
107 return "$this->src ($this->align $this->width x $this->height) '$this->title'";
/plugin/icon/
DSVG.php24 protected $height = '1.2em'; variable in dokuwiki\\plugin\\icon\\SVG
35 join("\n", [$this->url, $this->color, $this->width, $this->height]),
76 * @param string $height
79 public function setHeight($height) argument
82 if ($height == 'auto' || $height == '') {
83 $this->height = $height;
88 if (preg_match('/^\d*\.?\d+(px|em|ex|pt|in|pc|mm|cm|rem|vh|vw)?$/', $height)) {
89 $this->height = $height;
93 $this->height = '1.3em'; // fall back to default
208 if ($this->height) $svg->setAttribute('height', $this->height);
/plugin/html2pdf/html2pdf/html2ps/
Doutput.fastps.l2.class.php34 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { argument
37 while ($cy+$height > $bottom) {
39 $cy -= $height;
44 while ($cy-$height < $y + $oy) {
46 $cy += $height;
66 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) { argument
69 while ($cy+$height > $bottom) {
75 $cy -= $height;
80 while ($cy+$height > $bottom) {
86 $cy -= $height;
[all …]
/plugin/phosphor/
Dphosphor.php111 if ($p1['height']) $p['height'] = $p1['height'];
135 …ml($background['src'], array( 'w' => $background['width'], 'h' => $background['height'] ) ) . ');';
138 if ( empty($background['height']) ) {
140 … $background['height'] = round(($background['width'] * $info[1]) / MAX(0.001, $info[0]));
143 … $style .= 'background-size:' . $background['width'] . 'px ' . $background['height'] . 'px;';
144 …['width'])?$params['width']:$background['width'] . 'px') .'; height:' . $background['height'] . 'p…
/plugin/diagramsnet/lib/img/lib/mscae/
DAzure_Data_Explorer_Clusters.svg1height="60.002"><path d="M60 0H0l60 60z" fill="#0078d4"/><g fill="#b8d432"><rect x="-3.108" y="43.…
/plugin/svgimg2/
Dhelper.php35 $height = intval($data['height']);
43 $height = empty( $height ) ? '' : ' -h' . intval($height);
49 $height,
59 if ( !empty($height) ) $param .= intval($height);
73 $height = empty( $height ) ? '' : ' -h ' . intval($height);
77 $height,
/plugin/bpmnio/data/
Dbpmn_close.text33 <omgdc:Bounds x="104" y="78" width="668" height="297" />
36 <omgdc:Bounds x="242" y="187" width="30" height="30" />
38 <omgdc:Bounds x="212" y="219" width="90" height="22" />
42 <omgdc:Bounds x="508" y="182" width="40" height="40" />
44 <omgdc:Bounds x="483" y="234" width="90" height="24" />
48 <omgdc:Bounds x="340" y="275" width="100" height="80" />
51 <omgdc:Bounds x="648" y="184" width="36" height="36" />
53 <omgdc:Bounds x="621" y="220" width="90" height="20" />
57 <omgdc:Bounds x="340" y="162" width="100" height="80" />
59 <omgdc:Bounds x="118.85714721679688" y="47" width="82.28570556640625" height="12" />
[all …]
/plugin/fckg/fckeditor/editor/plugins/autogrow/
Dfckplugin.js37 if ( newHeight != window.frameElement.height )
39 window.frameElement.style.height = newHeight + "px" ;
59 GetEffectiveHeight : function( height ) argument
61 if ( height < FCKAutoGrow.MIN_HEIGHT )
62 height = FCKAutoGrow.MIN_HEIGHT;
66 if ( max && max > 0 && height > max )
67 height = max;
70 return height;
/plugin/asciidocjs/node_modules/window-size/
Dindex.js13 var height;
18 height = process.stdout.getWindowSize(1)[1];
21 height = tty.getWindowSize()[0];
23 height = process.stdout.columns;
30 height: height,
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/specimen_files/
Dspecimen_stylesheet.css18 body {line-height: 1;}
84 height: 31px;
118 line-height: 1em;
125 line-height: 1.1em;
145 .psample_row1 { height: 120px;}
146 .psample_row1 { height: 120px;}
147 .psample_row2 { height: 160px;}
148 .psample_row3 { height: 160px;}
149 .psample_row4 { height: 160px;}
156 line-height: 1.3em;
[all …]
/plugin/mathpublish/phpmathpublisher/
DMathExpression.php290 $height = $top + $bottom;
303 $height = max(imagesy($img[$i]), $height);
308 $result = imagecreate(max($width, 1), max($height, 1));
310 imagefilledrectangle($result, 0, 0, $width - 1, $height - 1, $white);
335 $height = $height1 + $height2 + 4;
336 $result = imagecreate(max($width + 5, 1), max($height, 1));
340 imagefilledrectangle($result, 0, 0, $width + 4, $height - 1, $white);
363 $height = ceil($height2 / 2 + $height1);
365 $result = imagecreate(max($width, 1), max($height, 1));
367 imagefilledrectangle($result, 0, 0, $width - 1, $height - 1, $white);
[all …]
/plugin/dw2pdf/vendor/setasign/fpdi/src/
DFpdfTplTrait.php97 * @param float|int|null $height The height.
102 …public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize =… argument
121 $newSize = $this->getTemplateSize($tpl, $width, $height);
149 * @param float|int|null $height The height.
152 public function getTemplateSize($tpl, $width = null, $height = null) argument
158 if ($width === null && $height === null) {
160 $height = $this->templates[$tpl]['height'];
162 $width = $height * $this->templates[$tpl]['width'] / $this->templates[$tpl]['height'];
165 if ($height === null) {
166 $height = $width * $this->templates[$tpl]['height'] / $this->templates[$tpl]['width'];
[all …]
/plugin/dwcommits/
Dscript.js74 if(!dom.style.height) {
75 dom.style.height = '200px';
78 var h = parseInt(dom.style.height);
80 dom.style.height = h+'px';
86 if(!dom.style.height) {
87 dom.style.height = "50px";
90 var h = parseInt(dom.style.height);
93 dom.style.height = h+'px';
/plugin/indexmenu2/cms/templates/TabControl/FlatPanel/
Ddesign.css3 …ttom: 423px solid #ece9d8; /* calculated as li.tabBodyContainer.height + a.tabHead.height + ul.tab…
18 height: 20px;
19 line-height: 20px; /* used to align text vertically */
27 height: 22px;
28 line-height: 24px;
29 …in-top: -2px; /* should match this active state height - inactive state height */
50 height: 400px;

12345678910>>...95