/dports/irc/unreal/Unreal3.2.10.7/ |
H A D | badwords.message.conf | 33 badword message { word "pussy"; }; 34 badword message { word "fuck"; }; 35 badword message { word "whore"; }; 36 badword message { word "slut"; }; 37 badword message { word "shit"; }; 39 badword message { word "bitch"; }; 40 badword message { word "cunt"; }; 42 badword message { word "penis"; }; 46 badword message { word "fag"; }; 48 badword message { word "gay"; }; [all …]
|
H A D | badwords.quit.conf | 33 badword quit { word "pussy"; }; 34 badword quit { word "fuck"; }; 35 badword quit { word "whore"; }; 36 badword quit { word "slut"; }; 37 badword quit { word "shit"; }; 39 badword quit { word "bitch"; }; 40 badword quit { word "cunt"; }; 42 badword quit { word "penis"; }; 46 badword quit { word "fag"; }; 48 badword quit { word "gay"; }; [all …]
|
H A D | badwords.channel.conf | 33 badword channel { word "pussy"; }; 34 badword channel { word "fuck"; }; 35 badword channel { word "whore"; }; 36 badword channel { word "slut"; }; 37 badword channel { word "shit"; }; 39 badword channel { word "bitch"; }; 40 badword channel { word "cunt"; }; 42 badword channel { word "penis"; }; 46 badword channel { word "fag"; }; 48 badword channel { word "gay"; }; [all …]
|
/dports/www/mybb/mybb-mybb_1829/admin/modules/config/ |
H A D | badwords.php | 70 $badword = $parser->generate_regex($badword); variable 139 $badword = $db->fetch_array($query); variable 142 if(!$badword['bid']) 164 log_admin_action($badword['bid'], $badword['badword']); 180 $badword = $db->fetch_array($query); variable 183 if(!$badword['bid']) 250 $badword_data = $badword; 314 $badword['badword'] = htmlspecialchars_uni($badword['badword']); 315 $badword['replacement'] = htmlspecialchars_uni($badword['replacement']); 316 if(!$badword['replacement']) [all …]
|
/dports/misc/diction/diction-1.11/ |
H A D | diction.c | 187 badword=bp->phrase; in diction() 191 ++badword; in diction() 198 while ((*badword==tolower(*str) || *badword==*str) && *badword && *str) { ++badword; ++str; } in diction() 199 if ((*badword=='\0' && !isalpha(*str)) || (*badword=='~' && isalpha(*str))) in diction() 235 badword=s-1; in diction() 236 while (badword>sent && !isalpha(*badword)) --badword; in diction() 237 if (badword>sent) in diction() 240 while (badword>sent && isalpha(*badword)) --badword; in diction() 241 if (!isalpha(*badword)) ++badword; in diction() 243 while (*badword==*str && badword<s && isalpha(*str)) { ++badword; ++str; } in diction() [all …]
|
/dports/www/moodle310/moodle/filter/censor/ |
H A D | filter.php | 71 foreach ($badwords as $badword) { 72 $badword = trim($badword); 74 …$words[] = new filterobject($badword, '<span class="censoredtexthighlight" title="'.$badword.'">',… 75 false, false, $badword); 77 … $words[] = new filterobject($badword, '<span class="censoredtext" title="'.$badword.'">', 78 '</span>', false, false, str_pad('',strlen($badword),'*'));
|
/dports/www/moodle311/moodle/filter/censor/ |
H A D | filter.php | 71 foreach ($badwords as $badword) { 72 $badword = trim($badword); 74 …$words[] = new filterobject($badword, '<span class="censoredtexthighlight" title="'.$badword.'">',… 75 false, false, $badword); 77 … $words[] = new filterobject($badword, '<span class="censoredtext" title="'.$badword.'">', 78 '</span>', false, false, str_pad('',strlen($badword),'*'));
|
/dports/www/moodle39/moodle/filter/censor/ |
H A D | filter.php | 71 foreach ($badwords as $badword) { 72 $badword = trim($badword); 74 …$words[] = new filterobject($badword, '<span class="censoredtexthighlight" title="'.$badword.'">',… 75 false, false, $badword); 77 … $words[] = new filterobject($badword, '<span class="censoredtext" title="'.$badword.'">', 78 '</span>', false, false, str_pad('',strlen($badword),'*'));
|
/dports/irc/atheme-services/atheme-7.2.9/modules/contrib/ |
H A D | cs_badwords.c | 29 char *badword; member 111 db_write_word(db, bw->badword); in write_badword_db() 127 const char *badword = db_sread_word(db); in db_h_bw() local 142 bw->badword = sstrdup(badword); in db_h_bw() 184 if (!match(bw->badword, data->msg)) in on_channel_message() 291 if (!irccasecmp(bw->badword, word)) in cs_cmd_badwords() 303 bw->badword = sstrdup(word); in cs_cmd_badwords() 342 if (!irccasecmp(bw->badword, word)) in cs_cmd_badwords() 345 command_success_nodata(si, _("Bad word \2%s\2 has been deleted."), bw->badword); in cs_cmd_badwords() 351 free(bw->badword); in cs_cmd_badwords() [all …]
|
/dports/devel/p5-Test-Group/Test-Group-0.20/t/maintainer/ |
H A D | nodebugwords.t | 32 foreach my $badword (qw(DESIGNME FIXME DOCUMENTME XXX)) { 33 next unless m/\b$badword\b/; 34 diag "$badword found at $file line $lineno";
|
/dports/devel/p5-Test-Spelling/Test-Spelling-0.25/t/ |
H A D | fake_checker.t | 19 my $badword = 'Xzaue'; 20 $spell_cmd = $^X . qq< -ane "print grep { /$badword/i } \@F">; 31 diag => "Errors:\n $badword", 34 add_stopwords(lc $badword);
|
/dports/math/p5-Math-GMP/Math-GMP-2.22/xt/ |
H A D | 99_spellcheck.t | 54 my %badword; 58 ++$badword{$word}; 60 my $count = keys %badword; 66 for (sort keys %badword) {
|
/dports/net/p5-Net-SSH-Perl/Net-SSH-Perl-2.14/t/ |
H A D | 99-spellcheck.t | 55 my %badword; 59 $badword{$word}++; 61 my $count = keys %badword; 67 for (sort keys %badword) {
|
/dports/irc/unreal/Unreal3.2.10.7/src/modules/ |
H A D | m_message.c | 928 int bwlen = strlen(badword->word); in fast_badword_match() 929 if ((badword->type & BADW_TYPE_FAST_L) && (badword->type & BADW_TYPE_FAST_R)) in fast_badword_match() 930 return (our_strcasestr(line, badword->word) ? 1 : 0); in fast_badword_match() 933 while((p = our_strcasestr(p, badword->word))) in fast_badword_match() 935 if (!(badword->type & BADW_TYPE_FAST_L)) in fast_badword_match() 940 if (!(badword->type & BADW_TYPE_FAST_R)) in fast_badword_match() 961 char *replacew = badword->replace ? badword->replace : REPLACEWORD; in fast_badword_replace() 974 pold = our_strcasestr(pold, badword->word); in fast_badword_replace() 980 searchn = strlen(badword->word); in fast_badword_replace() 990 if (!(badword->type & BADW_TYPE_FAST_L) && (pold != startw)) { in fast_badword_replace() [all …]
|
/dports/www/Stikked/Stikked-0.13.0/htdocs/system/helpers/ |
H A D | text_helper.php | 279 foreach ($censored as $badword) 281 $badword = str_replace('\*', '\w*?', preg_quote($badword, '/')); 285 "/({$delim})(".$badword.")({$delim})/i", 290 …elseif (preg_match_all("/{$delim}(".$badword."){$delim}/i", $str, $matches, PREG_PATTERN_ORDER | P…
|
/dports/www/codeigniter/CodeIgniter-3.1.11/system/helpers/ |
H A D | text_helper.php | 279 foreach ($censored as $badword) 281 $badword = str_replace('\*', '\w*?', preg_quote($badword, '/')); 285 "/({$delim})(".$badword.")({$delim})/i", 290 …elseif (preg_match_all("/{$delim}(".$badword."){$delim}/i", $str, $matches, PREG_PATTERN_ORDER | P…
|
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/Parsing/ParserMode/ |
H A D | Wordblock.php | 33 foreach ($this->badwords as $badword) { 34 $this->pattern .= $sep.'(?<=\b)(?i)'. Lexer::escape($badword).'(?-i)(?=\b)';
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/stylelint/lib/rules/comment-word-blacklist/ |
H A D | README.md | 23 ["/^TODO:/", "badword"] 40 /* some badword */
|
/dports/net-mgmt/nagios-check_postgres/check_postgres-2.25.0/t/ |
H A D | 99_spellcheck.t | 43 my %badword; 46 $badword{$word}++; 48 my $count = keys %badword; 54 for (sort keys %badword) {
|
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/ |
H A D | test_spellfile.vim | 201 for badword in ['five', 'onetwox', 204 call assert_equal([badword, 'bad'], spellbadword(badword)) 240 for badword in ['four', 'onetwox', 'onexone'] 241 call assert_equal([badword, 'bad'], spellbadword(badword))
|
/dports/irc/anope/anope-2.0.9/modules/commands/ |
H A D | bs_badwords.cpp | 329 const BadWord *badword; in DoDelete() local 333 badword = badwords->GetBadWord(i); in DoDelete() 335 if (word.equals_ci(badword->word)) in DoDelete() 346 Log(override ? LOG_OVERRIDE : LOG_COMMAND, source, this, ci) << "DEL " << badword->word; in DoDelete() 348 …source.Reply(_("\002%s\002 deleted from %s bad words list."), badword->word.c_str(), ci->name.c_st… in DoDelete()
|
/dports/www/mybb/mybb-mybb_1829/inc/ |
H A D | class_parser.php | 720 foreach($this->badwords_cache as $bid => $badword) 722 if(!$badword['replacement']) 724 $badword['replacement'] = "*****"; 727 if(!$badword['regex']) 729 $badword['badword'] = $this->generate_regex($badword['badword']); 732 $message = preg_replace('#'.$badword['badword'].'#is', $badword['replacement'], $message); 745 * @param string $badword The word defined to replace.
|
/dports/net-mgmt/pnp/pnp4nagios-0.6.26/lib/kohana/system/helpers/ |
H A D | text.php | 188 foreach ((array) $badwords as $key => $badword) 190 $badwords[$key] = str_replace('\*', '\S*?', preg_quote((string) $badword));
|
/dports/net-mgmt/pnp-icinga2/pnp4nagios-0.6.26/lib/kohana/system/helpers/ |
H A D | text.php | 188 foreach ((array) $badwords as $key => $badword) 190 $badwords[$key] = str_replace('\*', '\S*?', preg_quote((string) $badword));
|
/dports/devel/p5-Class-Multimethods/Class-Multimethods-1.700/ |
H A D | README | 61 my $badword = new BadWord("fubar"); 69 print find($indx, $badword); # CALLS 3.
|