Home
last modified time | relevance | path

Searched refs:height (Results 51 – 75 of 3348) sorted by last modified time

12345678910>>...134

/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.faq.txt67 Q: Is there are way to determine the new height and width of the
68 generated thumbnail (so I can put it in the <img> width/height)?
70 way to pass on any additional info such as width/height.
80 echo "<img src=\"$url\" width=\"$newW\" height=\"$newH\">';
H A Dphpthumb.readme.txt203 h = max height of output thumbnail in pixels
205 hp = max height for portrait images
207 hl = max height for landscape images
209 hs = max height for square images
219 sh = height of source rectangle (default = fullheight)
334 source image width/height;
388 ^Y = source image height in pixels
390 ^y = thumbnail height in pixels
463 least 1 pixel of width and height always remains.
570 box of at most (width * height) pixels
[all …]
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default153 …height'] = 0; // default maximum thumbnail height. If this is zero then default height is the…
158 $PHPTHUMB_CONFIG['error_image_height'] = 100; // default height for error images
H A Dphpthumb.class.php2912 …@list($bands, $colors, $width, $height, $alignment, $opacity, $margin_x, $margin_y) = explode('|',…
2916 $height = ($height ? $height : 0.25);
2921 …$phpthumbFilters->HistogramOverlay($this->gdimg_output, $bands, $colors, $width, $height, $alignme…
3748 public function SourceImageIsTooLarge($width, $height) { argument
3754 return (bool) (($width * $height * 5) > $available_memory);
3756 return (bool) (($width * $height) > $this->config_max_source_pixels);
4336 public function ErrorImage($text, $width=0, $height=0, $forcedisplay=false) { argument
4338 $height = ($height ? $height : $this->config_error_image_height);
4383 $height = max($height, count($LinesOfText) * $FontHeight);
4395 } elseif ($gdimg_error = imagecreate($width, $height)) {
[all …]
H A Dphpthumb.filters.php633 …public function HistogramOverlay(&$gdimg, $bands='*', $colors='', $width=0.25, $height=0.25, $alig… argument
1010 $height = imagesy($gdimg);
1011 if ($gdimg_mask = imagecreatetruecolor($width, $height)) {
1018 for ($y = 0; $y < $height; $y++) {
1034 $height = imagesy($gdimg);
1037 for ($y = 0; $y < $height; $y++) {
1056 $height = imagesy($image);
1057 $image_copy = imagecreatetruecolor($width, $height);
1059 imagecopy($image_copy, $image, 0, 0, 0, 0, $width, $height);
H A Dphpthumb.functions.php213 public static function TranslateWHbyAngle($width, $height, $angle) { argument
215 return array($width, $height);
217 $newwidth = (abs(sin(deg2rad($angle))) * $height) + (abs(cos(deg2rad($angle))) * $width);
218 $newheight = (abs(sin(deg2rad($angle))) * $width) + (abs(cos(deg2rad($angle))) * $height);
302 …public static function ScaleToFitInBox($width, $height, $maxwidth=null, $maxheight=null, $allow_en… argument
304 $maxheight = (null === $maxheight ? $height : $maxheight);
310 if (($height > $maxheight) || ($height < $maxheight)) {
311 $scale_y = ($maxheight / $height);
H A Dphpthumb.gif.php145 function gif_getSize($gif, &$width, &$height) argument
149 $height = $gif->height();
152 if (!$myGIF->getSize($gif, $width, $height)) {
850 public function getSize($lpszFileName, &$width, &$height) argument
864 $height = $gfh->m_nHeight;
1157 public function height() function in CGIF
/plugin/photogallery/
H A Dall.less116 /* height: 100%;
158 height: 48px;
171 height: 132px;
/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/dokuprism/
H A Dstyle.css10 line-height: 1;
16 line-height: 1;
/plugin/sqlite/
H A Dstyle.less38 height: 10em;
/plugin/structstatus/
H A Dstyle.less12 height: 14px;
31 height: (14px * @factor);
/plugin/starred/pix/
H A Dstar-outline.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 15.…
H A Dstar.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 17.…
/plugin/starred/
H A Dstyle.less3 height: 1em;
/plugin/structprogress/
H A Dstyle.less9 height: 20px;
16 height: 20px;
/plugin/encryptedpasswords/
H A Dstyle.less14 height: 1em;
H A Dprint.less10 height: 1em;
/plugin/nodetailsxhtml/
H A Drenderer.php408 * @param int $height height of media in pixel
472 * @param int $height height of media in pixel
477 public function _getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render) {
478 $link = parent::_getMediaLinkConf( $src, $title, $align, $width, $height, $cache, $render );
235 internalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null, $return = NULL) global() argument
/plugin/qna/style/
H A Dmemes.less33 min-height: 75px;
53 min-height: 75px;
/plugin/batchedit/
H A Dadmin.svg1 <svg viewBox="0 0 24 24" width="24" height="24"><path d="M19.63 14.66l-.852 1.352a2.5 2.5 0 0 0-.275-.016 2.5 2.5 0 0 0-1.031.225L16.245 15.2 (…)
H A Dinterface.css43 height: 24px;
48 height: 24px;
147 height: 40px;
209 min-height: 4em;
/plugin/batchedit/images/
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 (…)
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dchevron-double-down.svg1 <svg class="bi bi-chevron-double-down" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dchevron-double-left.svg1 <svg class="bi bi-chevron-double-left" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">

12345678910>>...134