Home
last modified time | relevance | path

Searched refs:replacement_word (Results 1 – 18 of 18) sorted by relevance

/dports/chinese/phpbb-tw/phpBB2/includes/
H A Dtopic_review.php28 global $orig_word, $replacement_word;
80 if ( empty($orig_word) && empty($replacement_word) )
83 $replacement_word = array();
85 obtain_word_list($orig_word, $replacement_word);
172 $post_subject = preg_replace($orig_word, $replacement_word, $post_subject);
173 $message = preg_replace($orig_word, $replacement_word, $message);
H A Dfunctions_post.php628 $replacement_word = array();
629 obtain_word_list($orig_word, $replacement_word);
634 …$topic_title = (count($orig_word)) ? preg_replace($orig_word, $replacement_word, unprepare_message…
H A Dfunctions.php666 function obtain_word_list(&$orig_word, &$replacement_word) argument
685 $replacement_word[] = $row['replacement'];
/dports/www/phpbb/phpBB2/includes/
H A Dtopic_review.php28 global $orig_word, $replacement_word;
80 if ( empty($orig_word) && empty($replacement_word) )
83 $replacement_word = array();
85 obtain_word_list($orig_word, $replacement_word);
172 $post_subject = preg_replace($orig_word, $replacement_word, $post_subject);
173 $message = preg_replace($orig_word, $replacement_word, $message);
H A Dfunctions_post.php628 $replacement_word = array();
629 obtain_word_list($orig_word, $replacement_word);
634 …$topic_title = (count($orig_word)) ? preg_replace($orig_word, $replacement_word, unprepare_message…
H A Dfunctions.php666 function obtain_word_list(&$orig_word, &$replacement_word) argument
685 $replacement_word[] = $row['replacement'];
/dports/chinese/phpbb-tw/phpBB2/
H A Dprivmsg.php599 $replacement_word = array(); variable
600 obtain_word_list($orig_word, $replacement_word);
604 $post_subject = preg_replace($orig_word, $replacement_word, $post_subject);
605 $private_message = preg_replace($orig_word, $replacement_word, $private_message);
1520 $orig_word = $replacement_word = array(); variable
1521 obtain_word_list($orig_word, $replacement_word);
1570 $replacement_word = array(); variable
1571 obtain_word_list($orig_word, $replacement_word);
1901 $replacement_word = array(); variable
1902 obtain_word_list($orig_word, $replacement_word);
[all …]
H A Dposting.php63 $orig_word = $replacement_word = array(); variable
665 $replacement_word = array(); variable
666 obtain_word_list($orig_word, $replacement_word);
696 …$preview_username = ( !empty($username) ) ? preg_replace($orig_word, $replacement_word, $preview_u…
697 …$preview_subject = ( !empty($subject) ) ? preg_replace($orig_word, $replacement_word, $preview_sub…
698 …$preview_message = ( !empty($preview_message) ) ? preg_replace($orig_word, $replacement_word, $pre…
809 $replacement_word = array(); variable
H A Dmodcp.php902 $replacement_word = array(); variable
903 obtain_word_list($orig_word, $replacement_word);
936 $post_subject = preg_replace($orig_word, $replacement_word, $post_subject);
937 $message = preg_replace($orig_word, $replacement_word, $message);
1149 $replacement_word = array(); variable
1150 obtain_word_list($orig_word, $replacement_word);
1221 $topic_title = preg_replace($orig_word, $replacement_word, $topic_title);
H A Dviewtopic.php470 $replacement_word = array(); variable
471 obtain_word_list($orig_word, $replacement_word);
478 $topic_title = preg_replace($orig_word, $replacement_word, $topic_title);
750 …$vote_info[$i]['vote_option_text'] = preg_replace($orig_word, $replacement_word, $vote_info[$i]['v…
779 …$vote_info[$i]['vote_option_text'] = preg_replace($orig_word, $replacement_word, $vote_info[$i]['v…
800 $vote_title = preg_replace($orig_word, $replacement_word, $vote_title);
1116 $post_subject = preg_replace($orig_word, $replacement_word, $post_subject);
H A Dsearch.php803 $replacement_word = array(); variable
804 obtain_word_list($orig_word, $replacement_word);
988 $topic_title = preg_replace($orig_word, $replacement_word, $topic_title);
989 … $searchset[$i]['post_subject'] != "" ) ? preg_replace($orig_word, $replacement_word, $searchset[$…
991 $message = preg_replace($orig_word, $replacement_word, $message);
1063 $topic_title = preg_replace($orig_word, $replacement_word, $searchset[$i]['topic_title']);
H A Dviewforum.php349 $replacement_word = array(); variable
350 obtain_word_list($orig_word, $replacement_word);
454 …$topic_title = ( count($orig_word) ) ? preg_replace($orig_word, $replacement_word, $topic_rowset[$…
/dports/www/phpbb/phpBB2/
H A Dprivmsg.php599 $replacement_word = array(); variable
600 obtain_word_list($orig_word, $replacement_word);
604 $post_subject = preg_replace($orig_word, $replacement_word, $post_subject);
605 $private_message = preg_replace($orig_word, $replacement_word, $private_message);
1520 $orig_word = $replacement_word = array(); variable
1521 obtain_word_list($orig_word, $replacement_word);
1570 $replacement_word = array(); variable
1571 obtain_word_list($orig_word, $replacement_word);
1901 $replacement_word = array(); variable
1902 obtain_word_list($orig_word, $replacement_word);
[all …]
H A Dposting.php63 $orig_word = $replacement_word = array(); variable
665 $replacement_word = array(); variable
666 obtain_word_list($orig_word, $replacement_word);
696 …$preview_username = ( !empty($username) ) ? preg_replace($orig_word, $replacement_word, $preview_u…
697 …$preview_subject = ( !empty($subject) ) ? preg_replace($orig_word, $replacement_word, $preview_sub…
698 …$preview_message = ( !empty($preview_message) ) ? preg_replace($orig_word, $replacement_word, $pre…
809 $replacement_word = array(); variable
H A Dmodcp.php902 $replacement_word = array(); variable
903 obtain_word_list($orig_word, $replacement_word);
936 $post_subject = preg_replace($orig_word, $replacement_word, $post_subject);
937 $message = preg_replace($orig_word, $replacement_word, $message);
1149 $replacement_word = array(); variable
1150 obtain_word_list($orig_word, $replacement_word);
1221 $topic_title = preg_replace($orig_word, $replacement_word, $topic_title);
H A Dviewtopic.php470 $replacement_word = array(); variable
471 obtain_word_list($orig_word, $replacement_word);
478 $topic_title = preg_replace($orig_word, $replacement_word, $topic_title);
750 …$vote_info[$i]['vote_option_text'] = preg_replace($orig_word, $replacement_word, $vote_info[$i]['v…
779 …$vote_info[$i]['vote_option_text'] = preg_replace($orig_word, $replacement_word, $vote_info[$i]['v…
800 $vote_title = preg_replace($orig_word, $replacement_word, $vote_title);
1116 $post_subject = preg_replace($orig_word, $replacement_word, $post_subject);
H A Dsearch.php803 $replacement_word = array(); variable
804 obtain_word_list($orig_word, $replacement_word);
988 $topic_title = preg_replace($orig_word, $replacement_word, $topic_title);
989 … $searchset[$i]['post_subject'] != "" ) ? preg_replace($orig_word, $replacement_word, $searchset[$…
991 $message = preg_replace($orig_word, $replacement_word, $message);
1063 $topic_title = preg_replace($orig_word, $replacement_word, $searchset[$i]['topic_title']);
H A Dviewforum.php349 $replacement_word = array(); variable
350 obtain_word_list($orig_word, $replacement_word);
454 …$topic_title = ( count($orig_word) ) ? preg_replace($orig_word, $replacement_word, $topic_rowset[$…