Home
last modified time | relevance | path

Searched refs:vh (Results 1 – 25 of 118) sorted by relevance

12345

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
DColorModeConverter.php170 * @param float $vh
174 public function hue2rgb($v1, $v2, $vh) argument
176 if ($vh < 0) {
177 ++$vh;
180 if ($vh > 1) {
181 --$vh;
184 if ((6 * $vh) < 1) {
185 return ($v1 + ($v2 - $v1) * 6 * $vh);
188 if ((2 * $vh) < 1) {
192 if ((3 * $vh) < 2) {
[all …]
/plugin/farm/
Dvirtualhostconfig.class.php76 $vh = $this->getVH();
83 if(!in_array($a->getName(), array_values($vh))) {
101 $vh = array();
103 if(preg_match('`^\s*([^\s]+)\s+([^\s#]+)`', $l, $m)) $vh[$m[1]] = $m[2];
105 return $vh;
Danimal.class.php668 $vh = @file_get_contents(DOKU_FARM_PLUGIN.'virtual_hosts.php');
669 …l', 'return preg_replace(\'`^([^\s]+)\s`\', \'$1\', $l);'), explode("\n", $vh))), create_function(…
673 fwrite($fp, $vh."\n".$host.' '.$name);
/plugin/bpmnio/css/
Deditor.less2 height: 60vh;
6 height: 60vh;
10 height: 60vh;
/plugin/combo/resources/theme/default/components/css/
H A Drailbar-off-canvas.css10 top: 45vh;
21 top: 45vh;
H A Drailbar-fixed.css15 max-height: 85vh;
/plugin/asciidocjs/node_modules/clean-css/lib/options/
Dcompatibility.js69 vh: true, property
115 vh: false, property
/plugin/simplenavi/
Dstyle.less4 max-width: 50vh;
/plugin/drawio/
Dstyle.css9 height:100vh;
/plugin/preview/
Dstyle.less6 max-height: 50vh;
/plugin/botmon/
H A Dstyle.less24 top: ~"calc(50vh - 110px)";
118 bottom: calc(50vh - 2.5rem);
/plugin/combo/resources/theme/default/pages/templates/
H A Dholy.css53 height: calc(100vh - 5rem);
/plugin/revealjs/css/
Dreveal.scss17 height: 100vh;
18 height: calc( var(--vh, 1vh) * 100 );
1069 margin: 10vh 0;
1724 max-height: 70vh;
1733 height: 30vh;
1741 max-height: 60vh;
1747 height: 40vh;
Dreveal.css14 height: 100vh;
15 height: calc( var(--vh, 1vh) * 100);
998 margin: 10vh 0;
1568 max-height: 70vh;
1575 height: 30vh;
1581 max-height: 60vh; }
1585 height: 40vh; }
/plugin/myshortcuts/
H A Dstyle.css39 max-height: 80vh;
/plugin/datatables/assets/datatables.net-buttons/css/
Dmixins.scss64 max-height: 100vh;
Dbuttons.jqueryui.css282 max-height: 100vh;
Dbuttons.foundation.min.css1 …n-left:-100px}}div.dt-buttons.button-group.fixed>:last-child{max-height:100vh;overflow:auto}div.dt…
Dbuttons.foundation.css208 max-height: 100vh;
/plugin/iframeinterwiki/
H A DREADME.md135 {{url>app>dashboard.php 100%,80vh noscroll|Application Dashboard}}
/plugin/bookcreator/
Dstyle.css241 height: 50vh;
/plugin/struct/
H A Dstyle.less562 max-height: 33vh;
/plugin/dirtylittlehelper/mermaid/editor/docs/
D29.29.js.map1 … units: [\n [\n '(em|ex|ch|rem|vmin|vmax|vw|vh|vm|cm|mm|in|px|pt|pc…
D16.16.js.map1 … units: [\n [\n '(em|ex|ch|rem|vmin|vmax|vw|vh|vm|cm|mm|in|px|pt|pc…
/plugin/c3chart/assets/
Dd3.min.js2vh:t<-1?-vh:Math.asin(t)}function Nn(t){return(t=Eh(t/2))*t}function kn(){}function Sn(t,n){t&&Rh.…

12345