Home
last modified time | relevance | path

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

/plugin/captcha/
H A Dhelper.php262 $w = $this->getConf('width');
359 $svg->addAttribute('width', $x . 'px');
374 '<span class="svg" style="width:%spx; height:%spx">%s</span>',
375 $this->getConf('width'),
397 '<img src="%s?%s" width="%d" height="%d" alt="" />',
400 $this->getConf('width'),
528 // \u200B ZERO WIDTH SPACE
H A DEasySVG.php260 * Function takes UTF-8 encoded string and size, returns width and height of the whole text
262 * @return array ($width, $height)
272 $width = 0;
281 $width = $lineWidth > $width ? $lineWidth : $width;
291 // only keep the widest line's width
292 $width = $lineWidth > $width ? $lineWidth : $width;
[all...]
H A Dstyle.css
H A Dfiglet.flf10 of new full-width/kern/smush alternatives, but default output is NOT changed.
/plugin/captcha/conf/
H A Ddefault.php13 $conf['width'] = 125;
H A Dmetadata.php26 $meta['width'] = array('numeric', '_pattern' => '/[0-9]+/');