Home
last modified time | relevance | path

Searched refs:get_any_char (Results 1 – 20 of 20) sorted by relevance

/dports/www/phpbb3/phpBB3/phpbb/console/command/fixup/
H A Dupdate_hashes.php84 WHERE user_password ' . $this->db->sql_like_expression('$H$' . $this->db->get_any_char()) . '
85 OR user_password ' . $this->db->sql_like_expression('$CP$' . $this->db->get_any_char());
96 WHERE user_password ' . $this->db->sql_like_expression('$H$' . $this->db->get_any_char()) . '
97 OR user_password ' . $this->db->sql_like_expression('$CP$' . $this->db->get_any_char());
/dports/www/phpbb3/phpBB3/phpbb/search/
H A Dbase.php251 …" OR search_keywords " . $db->sql_like_expression($db->get_any_char() . $word . $db->get_any_char(…
272 …ch_authors ' . $db->sql_like_expression($db->get_any_char() . ' ' . (int) $author . ' ' . $db->get…
/dports/www/phpbb3/phpBB3/phpbb/db/migration/data/v30x/
H A Dlocal_url_bbcode.php40 …ch ' . $this->db->sql_like_expression($this->db->get_any_char() . 'LOCAL_URL' . $this->db->get_any…
H A Drelease_3_0_7_rc1.php79 WHERE template_filename ' . $this->db->sql_like_expression($this->db->get_any_char() . '.txt');
H A Drelease_3_0_9_rc1.php92 WHERE group_name ' . $this->db->sql_like_expression('EXT_GROUP_' . $this->db->get_any_char());
/dports/www/phpbb3/phpBB3/phpbb/cron/task/core/
H A Dupdate_hashes.php101 WHERE user_password ' . $this->db->sql_like_expression('$H$' . $this->db->get_any_char()) . '
102 OR user_password ' . $this->db->sql_like_expression('$CP$' . $this->db->get_any_char());
/dports/www/phpbb3/phpBB3/phpbb/db/driver/
H A Dfactory.php103 public function get_any_char() function in phpbb\\db\\driver\\factory
105 return $this->get_driver()->get_any_char();
H A Ddriver_interface.php51 public function get_any_char(); function
H A Ddriver.php143 public function get_any_char() function in phpbb\\db\\driver\\driver
/dports/www/phpbb3/phpBB3/includes/acp/
H A Dacp_permission_roles.php263 WHERE auth_option " . $db->sql_like_expression($permission_type . $db->get_any_char()) . "
326 WHERE auth_option " . $db->sql_like_expression($permission_type . $db->get_any_char()) . "
536 WHERE auth_option " . $db->sql_like_expression($permission_type . $db->get_any_char());
H A Dacp_prune.php469 …AND username_clean ' . $db->sql_like_expression(str_replace('*', $db->get_any_char(), utf8_clean_s…
470 …? ' AND user_email ' . $db->sql_like_expression(str_replace('*', $db->get_any_char(), $email)) . '…
H A Dacp_users.php2559 WHERE auth_option ' . $db->sql_like_expression($db->get_any_char() . '_') . '
2579 WHERE auth_option " . $db->sql_like_expression($db->get_any_char() . '_') . "
H A Dauth.php1053 WHERE auth_option " . $db->sql_like_expression($permission_type . $db->get_any_char());
H A Dacp_permissions.php1268 WHERE auth_option ' . $db->sql_like_expression($permission_type . $db->get_any_char());
/dports/www/phpbb3/phpBB3/
H A Dmemberlist.php981 …rname_clean ' . $db->sql_like_expression(utf8_clean_string($username_chars) . $db->get_any_char());
1115 …D u.username_clean ' . $db->sql_like_expression(str_replace('*', $db->get_any_char(), utf8_clean_s…
1116 …' AND u.user_email ' . $db->sql_like_expression(str_replace('*', $db->get_any_char(), $email)) . '…
1117 … AND u.user_jabber ' . $db->sql_like_expression(str_replace('*', $db->get_any_char(), $jabber)) . …
1239 …ql_where .= ' AND u.username_clean NOT ' . $db->sql_like_expression(chr($i) . $db->get_any_char());
1244 …AND u.username_clean ' . $db->sql_like_expression(substr($first_char, 0, 1) . $db->get_any_char());
H A Dsearch.php176 …? ' username_clean ' . $db->sql_like_expression(str_replace('*', $db->get_any_char(), utf8_clean_s…
190 … ? ' post_username ' . $db->sql_like_expression(str_replace('*', $db->get_any_char(), utf8_clean_s…
203 …*') !== false) ? ' ' . $db->sql_like_expression(str_replace('*', $db->get_any_char(), utf8_clean_s…
/dports/www/phpbb3/phpBB3/phpbb/log/
H A Dlog.php844 …$i] = $this->db->sql_like_expression($this->db->get_any_char() . $keywords[$i] . $this->db->get_an…
/dports/www/phpbb3/phpBB3/phpbb/auth/
H A Dauth.php1079 …$sql_opts = "AND $key " . $db->sql_like_expression(str_replace('%', $db->get_any_char(), $auth_opt…
1110 … $sql[] = $key . ' ' . $db->sql_like_expression(str_replace('%', $db->get_any_char(), $option));
/dports/www/phpbb3/phpBB3/includes/ucp/
H A Ducp_profile.php794 $keys[$key] = $db->sql_like_expression($id . $db->get_any_char());
/dports/www/phpbb3/phpBB3/includes/
H A Dfunctions_admin.php2480 AND o.auth_option " . $db->sql_like_expression('m_' . $db->get_any_char()),