Searched refs:vh (Results 1 – 25 of 118) sorted by relevance
12345
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/ |
| D | ColorModeConverter.php | 170 * @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/ |
| D | virtualhostconfig.class.php | 76 $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;
|
| D | animal.class.php | 668 $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/ |
| D | editor.less | 2 height: 60vh; 6 height: 60vh; 10 height: 60vh;
|
| /plugin/combo/resources/theme/default/components/css/ |
| H A D | railbar-off-canvas.css | 10 top: 45vh; 21 top: 45vh;
|
| H A D | railbar-fixed.css | 15 max-height: 85vh;
|
| /plugin/asciidocjs/node_modules/clean-css/lib/options/ |
| D | compatibility.js | 69 vh: true, property 115 vh: false, property
|
| /plugin/simplenavi/ |
| D | style.less | 4 max-width: 50vh;
|
| /plugin/drawio/ |
| D | style.css | 9 height:100vh;
|
| /plugin/preview/ |
| D | style.less | 6 max-height: 50vh;
|
| /plugin/botmon/ |
| H A D | style.less | 24 top: ~"calc(50vh - 110px)"; 118 bottom: calc(50vh - 2.5rem);
|
| /plugin/combo/resources/theme/default/pages/templates/ |
| H A D | holy.css | 53 height: calc(100vh - 5rem);
|
| /plugin/revealjs/css/ |
| D | reveal.scss | 17 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;
|
| D | reveal.css | 14 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 D | style.css | 39 max-height: 80vh;
|
| /plugin/datatables/assets/datatables.net-buttons/css/ |
| D | mixins.scss | 64 max-height: 100vh;
|
| D | buttons.jqueryui.css | 282 max-height: 100vh;
|
| D | buttons.foundation.min.css | 1 …n-left:-100px}}div.dt-buttons.button-group.fixed>:last-child{max-height:100vh;overflow:auto}div.dt…
|
| D | buttons.foundation.css | 208 max-height: 100vh;
|
| /plugin/iframeinterwiki/ |
| H A D | README.md | 135 {{url>app>dashboard.php 100%,80vh noscroll|Application Dashboard}}
|
| /plugin/bookcreator/ |
| D | style.css | 241 height: 50vh;
|
| /plugin/struct/ |
| H A D | style.less | 562 max-height: 33vh;
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 29.29.js.map | 1 … units: [\n [\n '(em|ex|ch|rem|vmin|vmax|vw|vh|vm|cm|mm|in|px|pt|pc…
|
| D | 16.16.js.map | 1 … units: [\n [\n '(em|ex|ch|rem|vmin|vmax|vw|vh|vm|cm|mm|in|px|pt|pc…
|
| /plugin/c3chart/assets/ |
| D | d3.min.js | 2 …vh:t<-1?-vh:Math.asin(t)}function Nn(t){return(t=Eh(t/2))*t}function kn(){}function Sn(t,n){t&&Rh.…
|
12345