Home
last modified time | relevance | path

Searched refs:hold_chars (Results 1 – 4 of 4) sorted by relevance

/dports/chinese/phpbb3-tw/phpBB3/includes/captcha/
H A Dcaptcha_non_gd.php49 $char_widths = $hold_chars = array();
62 if (empty($hold_chars[$char]))
64 …$hold_chars[$char] = str_split(base64_decode($this->filtered_pngs[$char]['data']), $raw_width + 1);
85 …$image .= $this->randomise(substr($hold_chars[$code{$j}][$i - $offset_y - 1], 1), $char_widths[$j]…
101 unset($hold_chars);
/dports/www/phpbb3/phpBB3/phpbb/captcha/
H A Dnon_gd.php45 $char_widths = $hold_chars = array();
58 if (empty($hold_chars[$char]))
60 …$hold_chars[$char] = str_split(base64_decode($this->filtered_pngs[$char]['data']), $raw_width + 1);
81 …$image .= $this->randomise(substr($hold_chars[$code[$j]][$i - $offset_y - 1], 1), $char_widths[$j]…
97 unset($hold_chars);
/dports/chinese/phpbb-tw/phpBB2/includes/
H A Dusercp_confirm.php96 $hold_chars = array(); variable
114 if (empty($hold_chars[$char]))
116 …$hold_chars[$char] = explode("\n", chunk_split(base64_decode($_png[$char]['data']), $_png[$char]['…
118 $image .= randomise(substr($hold_chars[$char][$l], 1), $char_widths[$j]);
/dports/www/phpbb/phpBB2/includes/
H A Dusercp_confirm.php96 $hold_chars = array(); variable
114 if (empty($hold_chars[$char]))
116 …$hold_chars[$char] = explode("\n", chunk_split(base64_decode($_png[$char]['data']), $_png[$char]['…
118 $image .= randomise(substr($hold_chars[$char][$l], 1), $char_widths[$j]);