Home
last modified time | relevance | path

Searched refs:body_pattern (Results 1 – 13 of 13) sorted by relevance

/dports/www/tikiwiki/tiki-21.2/lib/mailin/
H A Dusermailinlib.php56 * @param mixed $body_pattern Pattern to match in the body
61 private function matchPattern($subj_pattern, $subject, $body_pattern, &$body) argument
72 if (! empty($body_pattern)) {
73 if (stripos($body, $body_pattern, 0) !== false) {
142 …function add_user_mailin_struct($username, $subj_pattern, $body_pattern, $structure_id, $page_id, … argument
144 …$bindvars = [$username, $subj_pattern, $body_pattern, (int)$structure_id, (int)$page_id, $is_activ…
149 …function update_user_mailin_struct($mailin_struct_id, $username, $subj_pattern, $body_pattern, $st… argument
152 …$bindvars = [$username, $subj_pattern, $body_pattern, (int)$structure_id, (int)$page_id, $is_activ…
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-user_mailin.php34 $body_pattern = $mailinBodyPattNew; variable
52 …$usermailinlib->add_user_mailin_struct($user, $subj_pattern, $body_pattern, $structure_id, $page_i…
82 $body_pattern = $_REQUEST['mailinBodyPatt' . $i]; variable
95 …date_user_mailin_struct($mailin_struct_id, $username, $subj_pattern, $body_pattern, $structure_id,…
/dports/x11/mako/mako-1.6/
H A Dcriteria.c40 regfree(&criteria->body_pattern); in destroy_criteria()
127 if (spec.body_pattern) { in match_criteria()
128 bool ret = match_regex_criteria(&criteria->body_pattern, notif->body); in match_criteria()
345 if (regcomp(&criteria->body_pattern, value, in apply_criteria_field()
350 criteria->spec.body_pattern = true; in apply_criteria_field()
547 if (criteria->spec.body && criteria->spec.body_pattern) { in validate_criteria()
H A Dtypes.c250 spec->body_pattern || in mako_criteria_spec_any()
/dports/www/tikiwiki/tiki-21.2/installer/schema/
H A D20130623_create_mailin_user_struct_tiki.sql5 `body_pattern` varchar(255) NULL,
/dports/mail/elm/elm2.5.8/src/
H A Dpattern.c276 static char body_pattern[SLEN]; in pattern_match() local
309 (void) strcpy(inpbuf, body_pattern); in pattern_match()
315 sel_pat = strcpy(body_pattern, inpbuf); in pattern_match()
/dports/x11/mako/mako-1.6/include/
H A Dcriteria.h34 regex_t body_pattern; member
H A Dtypes.h56 bool body_pattern; member
/dports/www/tikiwiki/tiki-21.2/templates/
H A Dtiki-admin_mailin_routes.tpl26 <td>{$ustruct.body_pattern}</td>
H A Dtiki-user_mailin.tpl47 …dyPatt{$smarty.foreach.mstruct.iteration}" size="25" value="{$ustruct.body_pattern}" onchange="str…
/dports/mail/grepmail/grepmail-5.3033/
H A Dgrepmail1005 my $body_pattern = $modified_pattern;
1006 $body_pattern =~ s/\$email\b/\$\$email_body/g;
1007 eval " \$matchesEmail = $body_pattern ? 1 : 0 ";
H A Dgrepmail.old992 my $body_pattern = $modified_pattern;
993 $body_pattern =~ s/\$email\b/\$\$email_body/g;
994 eval " \$matchesEmail = $body_pattern ? 1 : 0 ";
/dports/devel/py-rope/rope-0.18.0/rope/refactor/
H A Dextract.py201 self.body_pattern = None
254 region_matches = finder.get_matches(collector.body_pattern,
306 collector.body_pattern = parts.get_body_pattern()