Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 155) sorted by relevance

1234567

/dokuwiki/lib/images/fileicons/svg/
H A Dphp.svg1h-2.9l-1.6 8.4h2.4zM17.8 65c-.1 0-.3-.1-.3-.2-.1-.1-.1-.2-.1-.4l4.2-22.2c0-.2.2-.4.4-.4h9.2c2.9 0 …
H A Dmp4.svg1h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2zm10…
H A Dogv.svg1h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2zm10…
H A Dwebm.svg1h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2zm10…
H A Dcs.svg1h-3.7v3.8h3.7v3.7h-3.7v3.8h-3.8v-3.8h-3.7v3.8h-3.8v-3.8h-3.7v-3.7h3.7v-3.8h-3.7v-3.7h3.7v-3.8h3.8v…
H A Dcpp.svg1 ….9z"/><path class="st2" d="M66.9 51.9h-3.7v3.7h-3.8v-3.7h-3.7v-3.8h3.7v-3.7h3.8v3.7h3.7zm13.2 0h-3…
H A Dpy.svg1h-9.5v1.8h12.6v6.5c-.1.4-.2.9-.5 1.4-.3.5-1.1 1.3-1.6 1.7-1.7 1.1-4.3 1.8-7.7 2h-3.8zm8.7-4c1.2-.2…
/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/lib/images/smileys/
H A Dbiggrin.svg1h-3V22h3zm-4 0v2.5h-3V22h3zm-4 0v2.5h-3V22h3zM11 22h.5v2.5H8.051C8.29 23.084 9.517 22 11 22zm0 6c-…
H A Dsilenced.svg1 …-.72-.197-1.049.287-1.171.547l-1.64-.784L24 25.255v-2.254h-2v2h-2v-2h-2.001v2H16v-2h-2v2h-2v-2h-2v…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php170 $h = $hash->hash($str);
171 $h = substr($h, 0, 32);
175 $h[0] = $h[0] & chr(0xF8);
176 $h = strrev($h);
177 $h[0] = ($h[0] & chr(0x3F)) | chr(0x40);
180 $dA = new BigInteger($h, 256);
269 $h = $a->add($b);
271 $e = $h->subtract($temp->multiply($temp));
276 $y3 = $g->multiply($h);
277 $t3 = $e->multiply($h);
[all …]
H A DEd448.php111 $h = $hash->hash($str);
112 $h = substr($h, 0, 57);
116 $h[0] = $h[0] & chr(0xFC);
117 $h = strrev($h);
118 $h[0] = "\0";
119 $h[1] = $h[1] | chr(0x80);
122 $dA = new BigInteger($h, 256);
214 $h = $z1->multiply($z1);
215 $j = $e->subtract($this->two->multiply($h));
265 $h = $x1->add($y1)->multiply($x2->add($y2));
[all …]
/dokuwiki/lib/plugins/extension/images/
H A Dcoffee.svg1h-26.189z" style="fill:#ecedef"/><path d="M401.369 161.937H110.63l17.103-68.409h256.534z" style="f…
/dokuwiki/lib/images/menu/
H A D03-draft_android-studio.svg1 … 9V5.5A1.5 1.5 0 0 1 10.5 4h.5V2M9.44 13.43c.78.37 1.65.57 2.56.57.91 0 1.78-.2 2.56-.57L13.1 10.9
/dokuwiki/lib/plugins/config/lang/sv/
H A Dintro.txt3 … den här sidan för att göra inställningar i din Dokuwiki. För hjälp angående specifika inställning…
5 …d den här insticksmodulen. Inställningar med en blå bakgrund är standardvärden, och inställningar …
7 Kom i håg att trycka på knappen **Spara** innan du lämnar den här sidan, annars kommer ändringarna …
/dokuwiki/inc/Cache/
H A DCacheImageMod.php16 * @param int $h new height in pixel
20 public function __construct($file, $w, $h, $ext, $crop) argument
22 $fullext = '.media.' . $w . 'x' . $h;
/dokuwiki/inc/lang/sk/
H A Dpreview.txt1 ====== Náhľad ======
3 Tu je náhľad, ako bude dokument vyzerať. **Pozor: Súbor zatiaľ nie je uložený**!
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php113 $h = $m_i[1]->subtract($m_i[2]);
114 $h = $h->multiply($this->coefficients[2]);
115 list(, $h) = $h->divide($this->primes[1]);
116 $m = $m_i[2]->add($h->multiply($this->primes[2]));
124 $h = $m_i->subtract($m);
125 $h = $h->multiply($this->coefficients[$i]);
126 list(, $h) = $h->divide($this->primes[$i]);
128 $m = $m->add($r->multiply($h));
144 $h = $m_i[1]->subtract($m_i[2]);
145 $h = $h->multiply($this->coefficients[2]);
[all …]
/dokuwiki/lib/images/interwiki/
H A Dwpes.svg1h-80l-1 1v7c0 2 2 3 4 3 10 0 29 2 21 19l-70 166-3-1-43-88 37-72c8-15 10-24 25-24 2 0 4-1 4-3v-7l-1…
H A Dwppl.svg1h-80l-1 1v7c0 2 2 3 4 3 10 0 29 2 21 19l-70 166-3-1-43-88 37-72c8-15 10-24 25-24 2 0 4-1 4-3v-7l-1…
H A Dwpde.svg1h-80l-1 1v7c0 2 2 3 4 3 10 0 29 2 21 19l-70 166-3-1-43-88 37-72c8-15 10-24 25-24 2 0 4-1 4-3v-7l-1…
H A Dwp.svg1h-80l-1 1v7c0 2 2 3 4 3 10 0 29 2 21 19l-70 166-3-1-43-88 37-72c8-15 10-24 25-24 2 0 4-1 4-3v-7l-1…
H A Dwpfr.svg1h-80l-1 1v7c0 2 2 3 4 3 10 0 29 2 21 19l-70 166-3-1-43-88 37-72c8-15 10-24 25-24 2 0 4-1 4-3v-7l-1…
H A Dwpmeta.svg1h-80l-1 1v7c0 2 2 3 4 3 10 0 29 2 21 19l-70 166-3-1-43-88 37-72c8-15 10-24 25-24 2 0 4-1 4-3v-7l-1…
H A Dwpjp.svg1h-80l-1 1v7c0 2 2 3 4 3 10 0 29 2 21 19l-70 166-3-1-43-88 37-72c8-15 10-24 25-24 2 0 4-1 4-3v-7l-1…

1234567