Home
last modified time | relevance | path

Searched refs:cut (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php289 * @param bool $cut
293 protected function wordwrap($str, $width = 75, $break = "\n", $cut = false) argument
312 if ($cut) {
/dokuwiki/inc/
H A DPassHash.php146 * applied (unless, $cut is false).
150 * @param bool $cut Apply length restriction to existing salt?
152 public function init_salt(&$salt, $len = 32, $cut = true)
156 $cut = true; // for new hashes we alway apply length restriction
158 if (strlen($salt) > $len && $cut) $salt = substr($salt, 0, $len);
157 init_salt(& $salt, $len = 32, $cut = true) global() argument
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini85 ; cut off points for mobile devices