Home
last modified time | relevance | path

Searched refs:height (Results 26 – 50 of 87) sorted by last modified time

1234

/dokuwiki/lib/images/menu/
H A Dfolder-multiple-image.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M7 15l4.5-6 3.5 4.5 2.5-3L21 15m1-11h-8l-2-2H6a2 2 0 0 0-2 2v12a (…)
H A Dsettings.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 15.5A3.5 3.5 0 0 1 8.5 12 3.5 3.5 0 0 1 12 8.5a3.5 3.5 0 0 1 (…)
/dokuwiki/inc/parser/
H A Dmetadata.php604 * @param int $height height of media in pixel argument
613 $height = null,
631 * @param int $height height of media in pixel
640 $height = null,
625 externalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null) global() argument
H A Drenderer.php670 * @param int $height height of media in pixel
679 $height = null,
692 * @param int $height height of media in pixel
701 $height = null,
714 * @param int $height height of media in pixel
722 $height = null,
734 * @param int $height heigh
606 internalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null) global() argument
621 externalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null) global() argument
635 internalmedialink($src, $title = null, $align = null, $width = null, $height = null, $cache = null) global() argument
649 externalmedialink($src, $title = null, $align = null, $width = null, $height = null, $cache = null) global() argument
[all...]
/dokuwiki/lib/plugins/logviewer/
H A Dstyle.less17 max-height: 80vh;
/dokuwiki/lib/plugins/extension/
H A Dadmin.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20.5 11H19V7a2 2 0 0 0-2-2h-4V3.5A2.5 2.5 0 0 0 10.5 1 2.5 2.5 (…)
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css15 height: 1px;
27 line-height: 1.3;
43 height: 100%;
91 height: 100%;
134 height: 0;
136 line-height: 0;
170 line-height: normal;
217 height: 2.1em;
225 height: auto;
299 height
[all...]
/dokuwiki/vendor/splitbrain/slika/src/
H A DImageMagickAdapter.php63 public function resize($width, $height) argument
65 if ($width == 0 && $height == 0) {
69 if ($height == 0) $height = '';
71 $size = $width . 'x' . $height;
82 public function crop($width, $height) argument
84 if ($width == 0 && $height == 0) {
88 if ($width == 0) $width = $height;
89 if ($height == 0) $height
[all...]
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt137 Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}}
143 Resize to given width and height: {{wiki:dokuwiki-128.png?200x50}}
/dokuwiki/lib/scripts/
H A Dpage.js173 $content.css('min-height', $content.height()).show();
194 $content.css('min-height',''); // remove min-height again
/dokuwiki/lib/plugins/styling/
H A Dadmin.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M17.5 12a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 17.5 9a1.5 1.5 0 0 (…)
/dokuwiki/lib/styles/
H A Dall.css9 line-height: 0;
10 height: 0;
71 height: 1.2em;
76 height: 1.2em;
H A Dscreen.css88 height: 1px !important;
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_admin.less30 min-height: 1.5em;
36 height: 1.5em;
H A D_diff.css111 line-height: 1;
135 height: 1.5em; /* height is necessary for longer options in Webkit */
H A D_fileuploader.css37 height: 100%;
38 min-height: 70px;
86 height: 15px;
H A D_media_fullscreen.css56 min-height: 20px;
136 line-height: 1.4em;
197 line-height: 1;
227 line-height: 1;
256 min-height: 130px;
266 line-height: 1.2;
275 height: 90px;
280 max-height: 90px;
308 max-height: 50px;
322 height
[all...]
H A D_media_popup.css13 height: 100%;
19 height: 100%;
37 height: 100%;
H A D_modal.css23 height: 193px;
28 line-height: 1;
41 min-height: 16px;
H A D_search.less72 max-height: 50vh;
H A Dcontent.less137 min-height: 16px;
324 height: 5px;
H A Ddesign.less33 line-height: 1.2;
38 height: 64px;
149 height: 14px;
H A Dmobile.less178 height: auto !important;
263 /* force same height on search input and tools select */
266 height: 2.1em;
267 line-height: 2.1em;
324 @media only screen and (max-height: 400px) {
H A Dpagetools.less18 height: 190px;
19 min-height: 190px; /* 30 (= height of icons) x 6 (= maximum number of possible tools) + 2x5 */
20 height: auto;
27 @item-height: (@ico-width + @ico-margin);
61 line-height: @item-height;
63 height: @item-height;
72 height
[all...]
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedImage.php19 public $width, $height, $description;

1234