Home
last modified time | relevance | path

Searched refs:height (Results 351 – 375 of 3092) sorted by relevance

1...<<11121314151617181920>>...124

/plugin/stlviewer/stlviewer/
H A DCanvasRenderer.js51 _canvasHeight = _canvas.height,
173 _canvasHeight = height * _pixelRatio;
176 _canvas.height = _canvasHeight;
184 _canvas.style.height = height + 'px';
202 this.setViewport( 0, 0, width, height );
212 _viewportHeight = height * _pixelRatio;
868 canvas.height = image.height * ( mirrorY ? 2 : 1 );
951 height = texture.image.height * texture.repeat.y;
954 v0 = ( v0 + offsetY ) * height;
957 v1 = ( v1 + offsetY ) * height;
[all …]
/plugin/latexport/implementation/
H A Ddecorator.php832 * @param int $height height of media in pixel
839 … $height = null, $cache = null, $linking = null, $positionInGroup = 1, $totalInGroup = 1) { argument
851 * @param int $height height of media in pixel
856 $height = null, $cache = null, $linking = null) { argument
858 $this->decorator->externalmedia($src, $title, $align, $width, $height, $cache, $linking);
868 * @param int $height height of media in pixel
872 $width = null, $height = null, $cache = null) { argument
874 $this->decorator->internalmedialink($src, $title, $align, $width, $height, $cache);
884 * @param int $height height of media in pixel
888 $width = null, $height = null, $cache = null) { argument
[all …]
/plugin/odp/
H A Drenderer.php1029 $height=NULL, $cache=NULL, $linking=NULL) { argument
1056 if($height) {
1057 $height = 'svg:height="'.(($height/96.0)*2.54).'cm"';
1059 $height = 'svg:rel-height="100%"';
1071 '.$width.' '.$height.' >';
1331 if(!$width || !$height){
1335 $height = $info[1];
1337 $height = round(($width * $info[1]) / $info[0]);
1343 $height = (($height/96.0)*2.54);
1347 $height = $height.'cm" style:rel-height="scale';
[all …]
/plugin/pagestat/
H A Dstyle.css20 height: 88%;
40 height: 400px;
81 height: 95%;
128 height: 88%;
199 height: auto;
206 height: auto;
270 div.pt_pa_sub .ui-selectable li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; }
/plugin/combo/resources/theme/default/components/css/
H A Dminimap.css11 background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="250" height="195"><g fill="rgb(204,204,204)" transform="translate(-7.897 -268.6)"><rect rx="0" y="286.829" x="12.897" height="175" width="200" opacity=".517"/><path d="M13.23 458.808l39.687-132.291h198.437l-39.687 132.291z" fill-rule="evenodd"/><rect rx="0" y="273.6" x="39.688" height="13" width="90"/></g></svg>');
14 height: 1em;
22 line-height: 1.42857;
62 line-height: 1.42857;
116 line-height: 1;
/plugin/openlayersmap/ol7/
H A Dol-layerswitcher.css
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dglobal.css5 height: 100%;
54 height: 0;
83 height: 100%;
118 height: 0;
/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.css37 height: 170px;
47 height: 170px;
57 height: 16px;
69 height: 16px;
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.pagebreak.php15 mm2pt($media->height() - $media->margins['top']));
60 mm2pt($media->height() - $media->margins['top']));
131 mm2pt($media->height() - $media->margins['top']));
198 mm2pt($media->height() - $media->margins['top']));
H A Dtest.widows.php36 mm2pt($media->height() - $media->margins['top']));
81 mm2pt($media->height() - $media->margins['top']));
126 mm2pt($media->height() - $media->margins['top']));
/plugin/html5video2/
H A Dstyle.css7 height: 100%;
387 height: 0;
455 height: 1px;
551 height: 3em;
649 height: 0em;
749 height: 3em;
811 height: 1px;
1012 height: 1px;
1027 height: 3em;
1043 height: 8em;
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dfirebug.css69 height: 16px;
168 height: 10px;
177 height: 10px;
186 height: 12px;
194 height: 12px;
216 height: 1.5em;
385 height: 16px;
439 height: 15px;
511 height: 17px;
735 height: 40px
[all …]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap.js878 return box.y + box.height / 2;
986 diagram.height = 0; // min height
996 title.height = bb.height + (TITLE_PADDING + TITLE_MARGIN) * 2;
1001 diagram.height += title.height;
1010 a.height = bb.height + (ACTOR_PADDING + ACTOR_MARGIN) * 2;
1044 s.height = bb.height;
1161 actor.height = height;
1180 y += s.height;
1254 var h = box.height - 2 * margin;
1405 height: this.diagram.height + 'px'
[all …]
H A Dsequence-diagram-snap-min.js6height/2}function clamp(x,min,max){return x<min?min:x>max?max:x}function wobble(x1,y1,x2,y2){asser… argument
H A Dsequence-diagram.js878 return box.y + box.height / 2;
996 title.height = bb.height + (TITLE_PADDING + TITLE_MARGIN) * 2;
1001 diagram.height += title.height;
1010 a.height = bb.height + (ACTOR_PADDING + ACTOR_MARGIN) * 2;
1044 s.height = bb.height;
1161 actor.height = height;
1180 y += s.height;
1405 height: this.diagram.height + 'px'
1479 y = y - bb.height / 2;
1635 this.diagram.height
[all …]
/plugin/openlayersmap/
H A DStaticMap.php78 private $height;
105 * @param int $height
129 int $height,
144 $this->height = $height;
242 $zoomFactorPowered = ($this->height / 2) / (40.7436654315252 * ($vy1 - $vy0));
274 [$this->zoom, $this->lat, $this->lon, $this->width, $this->height, serialize($this->markers), $this->maptype, $this->kmlFileName, $this->gpxFileName, $this->geojsonFileName]
360 $this->image = imagecreatetruecolor($this->width, $this->height);
362 $startY = floor($this->centerY - ($this->height / $this->tileSize) / 2);
364 $endY = ceil($this->centerY + ($this->height /
149 private $height; global() variable in dokuwiki\\plugin\\openlayersmap\\StaticMap
200 __construct(float $lat, float $lon, int $zoom, int $width, int $height, string $maptype, array $markers, string $gpx, string $kml, string $geojson, string $mediaDir, string $tileCacheBaseDir, bool $autoZoomExtent = true, string $apikey = '') global() argument
[all...]
/plugin/whoisonline/
H A Dstyle.css5 height:25px;
43 height:auto;
49 height:16px;
/plugin/explorertree/
H A Dstyle.css11 min-height: 300px;
12 max-height: 800px;
23 width: 9px; height: 9px;
/plugin/diagrams/script/
H A Dprosemirror.js13 height: {default: null},
42 height: node.attrs.height,
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js277 var gh = geo.height * s.scale;
316 y = (geo.height - y + geo.y - s.dy) * s.scale;
317 var h = geo.height * s.scale;
341 y = (geo.height - y + geo.y - s.dy) * s.scale;
342 var h = geo.height * s.scale;
368 var h = geo.height * s.scale;
407 var h = geo.height * s.scale;
488 canvas.height = this.height;
737 h = strSize.height * 2;
802 lastH = Math.max(lastH, strRect.height);
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.page.margin.class.php125 $this->put_height_constraint(new HCConstraint(array($this->height, false),
186 $this->put_top(-$this->get_extra_top() +mm2pt($media->height()));
199 $this->put_top(-$this->get_extra_top() +mm2pt($media->height()));
217 $this->put_top(-$this->get_extra_top() +mm2pt($media->height()));
235 $this->put_top(-$this->get_extra_top() +mm2pt($media->height()));
253 $this->put_top(-$this->get_extra_top() +mm2pt($media->height()));
266 $this->put_top(-$this->get_extra_top() +mm2pt($media->height()));
377 $this->put_top(-$this->get_extra_top() +mm2pt($media->height() - $media->margins['top']));
394 … $this->put_top(-$this->get_extra_top() +mm2pt($media->height() - $media->margins['top']) - $left);
430 $this->put_top(-$this->get_extra_top() +mm2pt($media->height() - $media->margins['top']));
[all …]
/plugin/statdisplay/
H A Dstyle.css3 height: 15px;
10 height: 100%;
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dsquare-fill.svg1 <svg class="bi bi-square-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2 <rect width="16" height="16" rx="2"/>
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/
H A Djplayer.pink.flag.css34 line-height: 1.6;
59 height: 270px;
83 height: 100%;
109 height: 80px; }
112 height: 50px; }
139 height: 34px;
229 height: 18px;
287 height: 13px;
302 height: 100%;
309 height: 100%;
[all …]
/plugin/rrdgraph/inc/
H A Derrorimage.php39 …$height = imagefontheight(self::TITLE_FONT) + imagefontheight(self::FONT) + self::BORDER_SPACING *…
41 $image = imagecreatetruecolor($width, $height);
47 …elf::BORDER_WIDTH, self::BORDER_WIDTH, $width - self::BORDER_WIDTH - 1, $height - self::BORDER_WID…

1...<<11121314151617181920>>...124