Home
last modified time | relevance | path

Searched refs:string_to_check (Results 1 – 19 of 19) sorted by relevance

/dports/textproc/R-cran-pystr/pystr/R/
H A Dpystr_endswith.R32 string_to_check = substr(str, start, end) functionVar
33 start_check = nchar(string_to_check) - nchar(suffix) + 1
34 end_check = nchar(string_to_check)
35 letters_to_check = substr(string_to_check, start_check, end_check)
H A Dpystr_find.R28 string_to_check = substr(str, start, end) functionVar
30 for(i in 1:nchar(string_to_check)) {
33 letters_to_check = substr(string_to_check, start_check, end_check)
H A Dpystr_rfind.R28 string_to_check = substr(str, start, end) functionVar
30 for(i in nchar(string_to_check):1) {
33 letters_to_check = substr(string_to_check, start_check, end_check)
H A Dpystr_startswith.R32 string_to_check = substr(str, start, end) functionVar
35 letters_to_check = substr(string_to_check, start_check, end_check)
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/
H A Dpts_strings.php249 foreach($r as $string_to_check)
251 if(strpos($string, $string_to_check) !== false)
253 $has_in_string = $string_to_check;
264 foreach($r as $string_to_check)
266 if(stripos($string, $string_to_check) !== false)
268 $has_in_string = $string_to_check;
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/dird/
H A Dua_acl.cc54 static bool is_regex(std::string string_to_check) in is_regex() argument
56 return std::string::npos != string_to_check.find_first_of(".()[]|^$+?*"); in is_regex()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/dird/
H A Dua_acl.cc54 static bool is_regex(std::string string_to_check) in is_regex() argument
56 return std::string::npos != string_to_check.find_first_of(".()[]|^$+?*"); in is_regex()
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/dird/
H A Dua_acl.cc53 static bool is_regex(std::string string_to_check) in is_regex() argument
55 return std::string::npos != string_to_check.find_first_of(".()[]|^$+?*"); in is_regex()
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/dird/
H A Dua_acl.cc53 static bool is_regex(std::string string_to_check) in is_regex() argument
55 return std::string::npos != string_to_check.find_first_of(".()[]|^$+?*"); in is_regex()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/dird/
H A Dua_acl.cc54 static bool is_regex(std::string string_to_check) in is_regex() argument
56 return std::string::npos != string_to_check.find_first_of(".()[]|^$+?*"); in is_regex()
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/dird/
H A Dua_acl.cc54 static bool is_regex(std::string string_to_check) in is_regex() argument
56 return std::string::npos != string_to_check.find_first_of(".()[]|^$+?*"); in is_regex()
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/dird/
H A Dua_acl.cc54 static bool is_regex(std::string string_to_check) in is_regex() argument
56 return std::string::npos != string_to_check.find_first_of(".()[]|^$+?*"); in is_regex()
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/dird/
H A Dua_acl.cc54 static bool is_regex(std::string string_to_check) in is_regex() argument
56 return std::string::npos != string_to_check.find_first_of(".()[]|^$+?*"); in is_regex()
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/dird/
H A Dua_acl.cc53 static bool is_regex(std::string string_to_check) in is_regex() argument
55 return std::string::npos != string_to_check.find_first_of(".()[]|^$+?*"); in is_regex()
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/dird/
H A Dua_acl.cc54 static bool is_regex(std::string string_to_check) in is_regex() argument
56 return std::string::npos != string_to_check.find_first_of(".()[]|^$+?*"); in is_regex()
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/dird/
H A Dua_acl.cc54 static bool is_regex(std::string string_to_check) in is_regex() argument
56 return std::string::npos != string_to_check.find_first_of(".()[]|^$+?*"); in is_regex()
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/dird/
H A Dua_acl.cc53 static bool is_regex(std::string string_to_check) in is_regex() argument
55 return std::string::npos != string_to_check.find_first_of(".()[]|^$+?*"); in is_regex()
/dports/mail/rspamd-devel/rspamd-93430bb/src/lua/
H A Dlua_util.c2170 const guchar *string_to_check = lua_tolstring (L, 1, &len_of_string); local
2174 if (string_to_check) {
2179 U8_NEXT (string_to_check, index, len_of_string, char_to_check);
2226 const gchar *string_to_check = lua_tolstring (L, 1, &len_of_string); local
2228 if (string_to_check) {
2229 while (*string_to_check != '\0') {
2230 if (g_ascii_isdigit(*string_to_check)) {
2233 else if (g_ascii_isalpha(*string_to_check)) {
2236 string_to_check++;
2261 const gchar *string_to_check = lua_tolstring (L, 1, &len_of_string); local
[all …]
/dports/mail/rspamd/rspamd-3.1/src/lua/
H A Dlua_util.c2170 const guchar *string_to_check = lua_tolstring (L, 1, &len_of_string); local
2174 if (string_to_check) {
2179 U8_NEXT (string_to_check, index, len_of_string, char_to_check);
2226 const gchar *string_to_check = lua_tolstring (L, 1, &len_of_string); local
2228 if (string_to_check) {
2229 while (*string_to_check != '\0') {
2230 if (g_ascii_isdigit(*string_to_check)) {
2233 else if (g_ascii_isalpha(*string_to_check)) {
2236 string_to_check++;
2261 const gchar *string_to_check = lua_tolstring (L, 1, &len_of_string); local
[all …]