Home
last modified time | relevance | path

Searched refs:height (Results 751 – 775 of 3220) sorted by relevance

1...<<31323334353637383940>>...129

/plugin/latexport/implementation/
H A Ddecorator_persister.php781 * @param int $height height of media in pixel
788 $height = null, $cache = null, $linking = null, argument
797 list($width, $height) = getimagesize($filename);
875 …function externalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache =… argument
883 …function internalmedialink($src, $title = null, $align = null, $width = null, $height = null, $cac… argument
890 …function externalmedialink($src, $title = null, $align = null, $width = null, $height = null, $cac… argument
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktablehandler.js309 if ( geometry.width >= geometry.height )
313 rowIdx = baseRowIdx + ( colIdx - baseColIdx ) % geometry.height ;
320 if ( g.width != geometry.width || g.height != geometry.height )
329 for ( rowIdx = baseRowIdx ; rowIdx < baseRowIdx + geometry.height ; rowIdx++ )
338 if ( g.width != geometry.width || g.height != geometry.height )
370 for ( var i = 0 ; i < selectionGeometry.height ; i++ )
823 if ( refGeometry.height != nextGeometry.height || refGeometry.y != nextGeometry.y )
/plugin/achart/assets/
H A Dapexcharts.css132 height: 12px;
158 height: 0;
159 line-height: 0;
225 height: 0;
315 height: 0;
429 height: auto;
450 height: 20px;
451 line-height: 24px;
678 height: 100%;
690 height: 200%;
/plugin/statdisplay/pchart/
H A DGDCanvas.php531 …function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $wid… argument
533 $width = $height;
536 $Step = 360 / (2 * M_PI * max ( $width, $height ));
539 $X = cos ( $i * M_PI / 180 ) * $height + $center->getX();
548 …public function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowPro… argument
550 $width = $height;
554 $Step = 360 / (2 * M_PI * max ( $width, $height ));
557 $X1 = cos ( $i * M_PI / 180 ) * $height + $center->getX();
559 $X2 = cos ( (180 - $i) * M_PI / 180 ) * $height + $center->getX();
569 if (($Y1 - 1) > $center->getY() - max ( $width, $height )) {
/plugin/statistics/inc/pchart/
H A DGDCanvas.php604 function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null) { argument
606 $width = $height;
609 $Step = 360 / (2 * M_PI * max($width, $height));
612 $X = cos($i * M_PI / 180) * $height + $center->getX();
623 public function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null) { argument
625 $width = $height;
629 $Step = 360 / (2 * M_PI * max($width, $height));
632 $X1 = cos($i * M_PI / 180) * $height + $center->getX();
634 $X2 = cos((180 - $i) * M_PI / 180) * $height + $center->getX();
648 if(($Y1 - 1) > $center->getY() - max($width, $height)) {
[all...]
/plugin/diagramsnet/lib/js/diagramly/
H A DMinimal.js36 div.style.height = '100%';
202 elt.style.height = '32px';
210 elt.style.height = '32px';
584 elt.style.height = '24px';
612 elt.style.height = '24px';
1546 elt.style.height = '30px';
1579 btn.style.height = '30px';
1867 ui.diagramContainer.style.height = (gb.height + 46) + 'px';
2122 foldImg.style.height = '12px';
2233 picker.style.height = '';
[all …]
H A DGraphViewer.js205 (bounds.height + 1));
392 img.width * s, img.height * s));
590 bounds.width, bounds.height, bounds.x, bounds.y);
713 this.graph.container.style.height = '';
857 this.graph.getGraphBounds().height +
903 if (this.graphConfig.resize != false || container.style.height == '')
958 bounds.height + 2 * this.graph.border > maxHeight))
1034 container.style.height = height + 'px';
1146 toolbar.style.height = this.toolbarHeight + 'px';
1499 tagsComponent.div.style.height = 'auto';
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js121 td.style.height = '16px';
177 td.style.height = '16px';
207 clrInput.style.height = '0px';
755 var height = Math.ceil(bounds.height / scale);
1140 heightInput.value = height;
1159 heightInput.value = height;
1178 heightInput.value = height;
1396 img.style.height = '9px';
1826 cross.style.height = '14px';
1912 div.style.height = '100%';
[all …]
/plugin/callflow/
H A Draphael.js2013 height: height,
6966 this.height = height || this.height;
6980 height = con.height;
6990 height = height || 342;
6992 height: height,
7978 this.height = height;
7980 height == +height && (height += "px");
7982 cs.height = height;
8049 height = height || 342;
8051 res.height = height;
[all …]
/plugin/advrack/
H A Draphael.js2013 height: height,
6972 this.height = height || this.height;
6986 height = con.height;
6996 height = height || 342;
6998 height: height,
7984 this.height = height;
7986 height == +height && (height += "px");
7988 cs.height = height;
8055 height = height || 342;
8057 res.height = height;
[all …]
/plugin/struct/
H A Dstyle.less147 line-height: 2em;
179 line-height: 1.5em;
263 height: 2em;
448 height: 100%;
481 height: 1.2em;
562 max-height: 33vh;
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DConfig.svelte57 height: 200px;
58 max-height: 300px;
/plugin/revealjs/
H A Ddoku-substitutes.css34 line-height: 0;
35 height: 0px;
/plugin/imagecarousel/
H A Dall.less61 line-height: 1.5em;
65 line-height: 1.5em;
/plugin/pgn4web/pgn4web/
H A Dmini.css29 height: 24px;
37 height: 28px;
/plugin/dtable/
H A Dstyle.css25 line-height: 20px;
26 height: 20px;
/plugin/externalembed/
H A Dscreen.css7 height: 100%;
30 height: 100%;
/plugin/combo/resources/theme/default/pages/partials/
H A Dpage-side-md-collapsable.hbs5 <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18"
15 <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18"
/plugin/s5reloaded/ui/thesis/
H A Dslides.js1216 pg.style.height = 100 + '%';
1380 pg.style.height = 100 + '%';
1675 ctx.quadraticCurveTo(x,y+height,x+radius,y+height);
1677 ctx.quadraticCurveTo(x+width,y+height,x+width,y+height-radius);
1791 height = Math.max(height,rw);
1797 S2L = ctx.createRadialGradient(x+rw+rh,y+height-rw+yy+rh,0,x+rw,y+height-rw+yy,rw);
1821 ctx.bezierCurveTo(x,y+height,x+width,y+height,x+width,y+rh+dh)
1827 S2L = ctx.createLinearGradient(x,y+(height/2),x+width,y+(height/2));
1837 ctx.bezierCurveTo(x,y+height,x+width,y+height,x+width,y+rh+dh)
1925 ctx.moveTo(x,y+height);
[all …]
/plugin/navpath/
H A Dall.less3 line-height: 1.5;
/plugin/mermaid/
H A Dmermaid.css3 height: 100%;
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmenclose.js19height:this.HTMLpx(K+P-2*N),left:this.HTMLpx(N,0.5),top:this.HTMLpx(N,0.5)},path:"m "+Q+",0 qx 0,"…
/plugin/mathpublish/phpmathpublisher/
H A DHelper.php769 * @param $height
773 public function parenthesis($height, $style) argument
775 $image = $this->displaySymbol($style, $height);
796 $height = $top + $bottom;
797 $result = imagecreate(max($width, 1), max($height, 1));
799 imagefilledrectangle($result, 0, 0, $width - 1, $height - 1, $white);
803 //ImageRectangle($result,0,0,$width-1,$height-1,$black);
827 $height = $top + $bottom;
828 $result = imagecreate(max($width, 1), max($height, 1));
831 imagefilledrectangle($result, 0, 0, $width - 1, $height
[all...]
/plugin/dokuprism/prism/
H A Dprism.css3 code[class*=language-],pre[class*=language-]{color:#000;background:0 0;text-shadow:0 1px #fff;font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection{text-shadow:none;background:#b3d4fc}code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#905}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#690}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#9a6e3a;background:hsla(0,0%,100%,.5)}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.class-name,.token.function{color:#dd4a68}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}
4 div.code-toolbar{position:relative}div.code-toolbar>.toolbar{position:absolute;z-index:10;top:.3em;right:.2em;transition:opacity .3s ease-in-out;opacity:0}div.code-toolbar:hover>.toolbar{opacity:1}div.code-toolbar:focus-within>.toolbar{opacity:1}div.code-toolbar>.toolbar>.toolbar-item{display:inline-block}div.code-toolbar>.toolbar>.toolbar-item>a{cursor:pointer}div.code-toolbar>.toolbar>.toolbar-item>button{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}div.code-toolbar>.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar>.toolbar-item>span{color:#bbb;font-size:.8em;padding:0 .5em;background:#f5f2f0;background:rgba(224,224,224,.2);box-shadow:0 2px 0 0 rgba(0,0,0,.2);border-radius:.5em}div.code-toolbar>.toolbar>.toolbar-item>a:focus,div.code-toolbar>.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar>.toolbar-item>button:focus,div.code-toolbar>.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar>.toolbar-item>span:focus,div.code-toolbar>.toolbar>.toolbar-item>span:hover{color:inherit;text-decoration:none}
5 .prism-previewer,.prism-previewer:after,.prism-previewer:before{position:absolute;pointer-events:none}.prism-previewer,.prism-previewer:after{left:50%}.prism-previewer{margin-top:-48px;width:32px;height:32px;margin-left:-16px;z-index:10;opacity:0;-webkit-transition:opacity .25s;-o-transition:opacity .25s;transition:opacity .25s}.prism-previewer.flipped{margin-top:0;margin-bottom:-48px}.prism-previewer:after,.prism-previewer:before{content:'';position:absolute;pointer-events:none}.prism-previewer:before{top:-5px;right:-5px;left:-5px;bottom:-5px;border-radius:10px;border:5px solid #fff;box-shadow:0 0 3px rgba(0,0,0,.5) inset,0 0 10px rgba(0,0,0,.75)}.prism-previewer:after{top:100%;width:0;height:0;margin:5px 0 0 -7px;border:7px solid transparent;border-color:rgba(255,0,0,0);border-top-color:#fff}.prism-previewer.flipped:after{top:auto;bottom:100%;margin-top:0;margin-bottom:5px;border-top-color:rgba(255,0,0,0);border-bottom-color:#fff}.prism-previewer.active{opacity:1}.prism-previewer-angle:before{border-radius:50%;background:#fff}.prism-previewer-angle:after{margin-top:4px}.prism-previewer-angle svg{width:32px;height:32px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.prism-previewer-angle[data-negative] svg{-webkit-transform:scaleX(-1) rotate(-90deg);-moz-transform:scaleX(-1) rotate(-90deg);-ms-transform:scaleX(-1) rotate(-90deg);-o-transform:scaleX(-1) rotate(-90deg);transform:scaleX(-1) rotate(-90deg)}.prism-previewer-angle circle{fill:transparent;stroke:#2d3438;stroke-opacity:.9;stroke-width:32;stroke-dasharray:0,500}.prism-previewer-gradient{background-image:linear-gradient(45deg,#bbb 25%,transparent 25%,transparent 75%,#bbb 75%,#bbb),linear-gradient(45deg,#bbb 25%,#eee 25%,#eee 75%,#bbb 75%,#bbb);background-size:10px 10px;background-position:0 0,5px 5px;width:64px;margin-left:-32px}.prism-previewer-gradient:before{content:none}.prism-previewer-gradient div{position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;border-radius:10px;border:5px solid #fff;box-shadow:0 0 3px rgba(0,0,0,.5) inset,0 0 10px rgba(0,0,0,.75)}.prism-previewer-color{background-image:linear-gradient(45deg,#bbb 25%,transparent 25%,transparent 75%,#bbb 75%,#bbb),linear-gradient(45deg,#bbb 25%,#eee 25%,#eee 75%,#bbb 75%,#bbb);background-size:10px 10px;background-position:0 0,5px 5px}.prism-previewer-color:before{background-color:inherit;background-clip:padding-box}.prism-previewer-easing{margin-top:-76px;margin-left:-30px;width:60px;height:60px;background:#333}.prism-previewer-easing.flipped{margin-bottom:-116px}.prism-previewer-easing svg{width:60px;height:60px}.prism-previewer-easing circle{fill:#2d3438;stroke:#fff}.prism-previewer-easing path{fill:none;stroke:#fff;stroke-linecap:round;stroke-width:4}.prism-previewer-easing line{stroke:#fff;stroke-opacity:.5;stroke-width:2}@-webkit-keyframes prism-previewer-time{0%{stroke-dasharray:0,500;stroke-dashoffset:0}50%{stroke-dasharray:100,500;stroke-dashoffset:0}100%{stroke-dasharray:0,500;stroke-dashoffset:-100}}@-o-keyframes prism-previewer-time{0%{stroke-dasharray:0,500;stroke-dashoffset:0}50%{stroke-dasharray:100,500;stroke-dashoffset:0}100%{stroke-dasharray:0,500;stroke-dashoffset:-100}}@-moz-keyframes prism-previewer-time{0%{stroke-dasharray:0,500;stroke-dashoffset:0}50%{stroke-dasharray:100,500;stroke-dashoffset:0}100%{stroke-dasharray:0,500;stroke-dashoffset:-100}}@keyframes prism-previewer-time{0%{stroke-dasharray:0,500;stroke-dashoffset:0}50%{stroke-dasharray:100,500;stroke-dashoffset:0}100%{stroke-dasharray:0,500;stroke-dashoffset:-100}}.prism-previewer-time:before{border-radius:50%;background:#fff}.prism-previewer-time:after{margin-top:4px}.prism-previewer-time svg{width:32px;height:32px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.prism-previewer-time circle{fill:transparent;stroke:#2d3438;stroke-opacity:.9;stroke-width:32;stroke-dasharray:0,500;stroke-dashoffset:0;-webkit-animation:prism-previewer-time linear infinite 3s;-moz-animation:prism-previewer-time linear infinite 3s;-o-animation:prism-previewer-time linear infinite 3s;animation:prism-previewer-time linear infinite 3s}
/plugin/structgeohash/
H A Dstyle.css4 height: 300px;

1...<<31323334353637383940>>...129