Searched refs:valid_regex (Results 1 – 10 of 10) sorted by relevance
278 const gchar * valid_regex,
473 if (valid_regex ($alert->{'value'}) == 0) {481 return $status if (valid_regex ($alert->{'value'}) == 1 && $data !~ m/$alert->{'value'}/i);484 return $status if (valid_regex ($alert->{'value'}) == 1 && $data =~ m/$alert->{'value'}/i);3159 next if (valid_regex ($single_value) == 0 || $trap_value !~ m/^$single_value$/i);3168 next if (valid_regex ($agent) == 0 || $trap_agent !~ m/^$agent$/i );3183 next if (valid_regex ($custom_oid) == 0 || $trap_custom_oid !~ m/^$custom_oid$/i);3683 …$critical_str = (defined ($critical_str) && valid_regex ($critical_str) == 1) ? safe_output($criti…3684 …$warning_str = (defined ($warning_str) && valid_regex ($warning_str) == 1) ? safe_output($warning_…
1389 sub valid_regex ($) { subroutine
347 valid_regex - a validation regular expression for EXT_TOOLBAR_STRING