Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 136) sorted by path

123456

/dokuwiki/data/media/wiki/
H A Ddokuwiki.svg28 <linearGradient id="h" x1="213.97" x2="244.79" y1="220.07" y2="265.4" gradientUnits="userSpaceOnUse">
70 <path d="m213.97 234.58 2.188-14.429 15.22 6.088 21.494 29.948-20.406 9.218-18.495-30.826z" fill="url(#h)" transform="matrix(.99993 0 0 .99598 -158.095 -157.774)"/>
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt450 | //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). |
458 {{rss>http://slashdot.org/index.rss 5 author date 1h }}
460 {{rss>http://slashdot.org/index.rss 5 author date 1h }}
/dokuwiki/inc/Cache/
H A DCacheImageMod.php16 * @param int $h new height in pixel
20 public function __construct($file, $w, $h, $ext, $crop)
22 $fullext = '.media.' . $w . 'x' . $h;
21 __construct($file, $w, $h, $ext, $crop) global() argument
/dokuwiki/inc/
H A DJpegMeta.php483 $h = $this->getField('File.Height');
486 if($w >= $h){
489 }elseif($h > $maxheight){
490 $ratio = $maxheight/$h;
493 if($h >= $maxheight){
494 $ratio = $maxheight/$h;
842 $h = $this->getHeight();
844 return "width='" . $w . "' height='" . $h . "'";
H A Dcommon.php615 $h = $more['h'] ?? null;
616 if ($w || $h || $isexternalimage) {
617 $more['tok'] = media_get_token($id, $w, $h);
622 if (empty($more['h'])) unset($more['h']);
628 if (preg_match_all('/\b(w|h)=(\d*)\b/', $more, $matches, PREG_SET_ORDER) || $isexternalimage) {
629 $resize = ['w' => 0, 'h' => 0];
634 $more .= 'tok=' . media_get_token($id, $resize['w'], $resize['h']);
/dokuwiki/inc/Ui/Media/
H A DDisplay.php31 * @param int $h bounding box height to resize pixel based images to
34 public function getPreviewHtml($w, $h) argument
37 $src = ml($this->mediaFile->getId(), ['w' => $w, 'h' => $h]);
46 'height' => $h,
99 $h = $this->mediaFile->getHeight();
100 if ($w && $h) {
101 return $w . '&#215;' . $h;
/dokuwiki/inc/lang/az/
H A Dnewpage.txt
H A Dpreview.txt
H A Dstopwords.txt
/dokuwiki/inc/lang/cs/
H A Dstopwords.txt
/dokuwiki/inc/lang/cy/
H A Drevisions.txt
/dokuwiki/inc/lang/fi/
H A Dlocked.txt
H A Dregister.txt
/dokuwiki/inc/lang/fr/
H A Dmailtext.txt
H A Dregistermail.txt
H A Duploadmail.txt
/dokuwiki/inc/lang/hu/
H A Dstopwords.txt
/dokuwiki/inc/lang/is/
H A Dlogin.txt
H A Dresendpwd.txt
/dokuwiki/inc/lang/ku/
H A Dnewpage.txt
/dokuwiki/inc/lang/pt-br/
H A Dstopwords.txt
/dokuwiki/inc/lang/sk/
H A Dpreview.txt
H A Dsearchpage.txt
/dokuwiki/inc/lang/sv/
H A Dconflict.txt
H A Deditrev.txt

123456