Home
last modified time | relevance | path

Searched +full:height +(+path:plugin +path:captcha) -(+path:plugin +path:captcha +path:lang) (Results 1 – 6 of 6) sorted by relevance

/plugin/captcha/
H A Dfiglet.php47 public $height; variable in phpFiglet
70 $this->height = $hp[1];
90 * for each font height.
96 $start = $this->commentLines + ($asciValue - 32) * $this->height;
99 for ($a = 0; $a < $this->height; $a++) {
129 for ($i = 0; $i < $this->height; $i++) {
H A Dhelper.php263 $h = $this->getConf('height');
340 $y = 100; // our max height
360 $svg->addAttribute('height', $y . 'px');
374 '<span class="svg" style="width:%spx; height:%spx">%s</span>',
376 $this->getConf('height'),
397 '<img src="%s?%s" width="%d" height="%d" alt="" />',
401 $this->getConf('height')
424 '<a href="%s?%s" class="JSnocheck audiolink" title="%s" style="height: %spx">%s</a>',
428 $this->getConf('height'),
H A DEasySVG.php107 * Set the line height from default (1) to custom value
260 * Function takes UTF-8 encoded string and size, returns width and height of the whole text
262 * @return array ($width, $height)
273 $height = $lineHeight;
282 $height += $lineHeight * $this->font->lineHeight;
294 return [$width, $height];
H A Dstyle.css
/plugin/captcha/conf/
H A Ddefault.php14 $conf['height'] = 30;
H A Dmetadata.php27 $meta['height'] = array('numeric', '_pattern' => '/[0-9]+/');