/moodle/code/contrib/contrib/old/blog/lib/weblib.php: $text = eregi_replace('(]*>([^<]*))','\\3 [ \\2 ]', $text); /moodle/code/contrib/contrib/old/blog/lib/weblib.php: $text = eregi_replace('(]*>([^<]*))','\\3 [ \\2 ]', $text); /moodle/code/contrib/contrib/old/blog/lib/weblib.php: $text = eregi_replace("([^a-z])language([[:space:]]*)=", "\\1Xlanguage=", $text); /moodle/code/contrib/contrib/old/blog/lib/weblib.php: $text = eregi_replace("([^a-z])on([a-z]+)([[:space:]]*)=", "\\1Xon\\2=", $text); /moodle/code/contrib/contrib/old/blog/lib/weblib.php: $text = eregi_replace(">([[:space:]]+)<", "><", $text); /moodle/code/contrib/contrib/old/blog/lib/weblib.php: $text = eregi_replace("([\n\r])<", " <", $text); /moodle/code/contrib/contrib/old/blog/lib/weblib.php: $text = eregi_replace(">([\n\r])", "> ", $text); /moodle/code/contrib/contrib/old/blog/lib/weblib.php: $text = eregi_replace("([[:space:]]|^|\(|\[)([[:alnum:]]+)://([^[:space:]]*)([[:alnum:]#?/&=])", /moodle/code/contrib/contrib/old/blog/lib/weblib.php: $text = eregi_replace("([[:space:]]|^|\(|\[)www\.([^[:space:]]*)([[:alnum:]#?/&=])", /moodle/code/contrib/contrib/old/blog/lib/weblib.php: //$list_of_words = eregi_replace("[^-a-zA-Z0-9&.']", " ", $needle); // bug 3101 /moodle/code/contrib/contrib/old/blog/lib/weblib.php: $list_of_words_cp = eregi_replace(' +', '|', $list_of_words_cp); /moodle/code/contrib/contrib/old/blog/lib/weblib.php: $haystack = eregi_replace("$list_of_words_cp", "$left_string"."\\1"."$right_string", $haystack); /moodle/code/contrib/contrib/old/gradebook_cdc/1.5/lib/moodlelib.php: $param = eregi_replace('[^a-zA-Z]', '', $param); /moodle/code/contrib/contrib/old/gradebook_cdc/1.5/lib/moodlelib.php: $param = eregi_replace('[^A-Za-z0-9]', '', $param); /moodle/code/contrib/contrib/old/gradebook_cdc/1.5/lib/moodlelib.php: $string = eregi_replace("\.\.+", '', $string); /moodle/code/contrib/contrib/old/gradebook_cdc/1.5/lib/moodlelib.php: $string = eregi_replace("_+", '_', $string); /moodle/code/contrib/contrib/old/auth_ntlm/1.6/auth/ntlm/oncampuslogin.php: $string = eregi_replace("[^(-\.[:alnum:])]", "", $frm->username); /moodle/code/contrib/contrib/old/auth_ntlm/1.6/auth/ntlm/offcampuslogin.php: $string = eregi_replace("[^(-\.[:alnum:])]", "", $frm->username); /moodle/code/contrib/contrib/old/auth_ntlm/1.53/login/offcampuslogin.php: $string = eregi_replace("[^(-\.[:alnum:])]", "", $frm->username); /moodle/code/contrib/contrib/old/auth_ntlm/1.7/auth/ntlm/oncampuslogin.php: $string = eregi_replace("[^(-\.[:alnum:])]", "", $frm->username); /moodle/code/contrib/contrib/old/auth_ntlm/1.7/auth/ntlm/offcampuslogin.php: $string = eregi_replace("[^(-\.[:alnum:])]", "", $frm->username); /moodle/code/contrib/contrib/patches/dms/mydms/inc/inc.OutUtils.php: $str = eregi_replace('('.$word.')', '\\1', $str); /moodle/code/contrib/contrib/patches/dfws/webservice/apis/config.lib.php: $string = eregi_replace("[^(-\.[:alnum:])]", "", $frm->username); /moodle/code/contrib/contrib/patches/mobile/customscripts/login/index.php: $string = eregi_replace("[^(-\.[:alnum:])]", "", $frm->username); /moodle/code/contrib/contrib/patches/fft/index.php:$studentsql=eregi_replace(',','',$student); /moodle/code/contrib/contrib/patches/fft/index.php:$studentsql=eregi_replace(' ','',$studentsql); /moodle/code/contrib/contrib/patches/fft/gift_export.php: $text = eregi_replace('=','\=',$text); /moodle/code/contrib/contrib/patches/fft/gift_export.php: $text = eregi_replace('#','\#',$text); /moodle/code/contrib/contrib/patches/fft/gift_export.php: $text = eregi_replace('{','\{',$text); /moodle/code/contrib/contrib/patches/fft/gift_export.php: $text = eregi_replace('}','\}',$text); /moodle/code/contrib/contrib/patches/fft/gift_export.php: $text = eregi_replace("\n",'
',$text); /moodle/code/contrib/contrib/patches/fft/gift_export.php: $text = eregi_replace("\r",'
',$text); /moodle/code/contrib/contrib/patches/fft/gift_export.php: $text = eregi_replace("\([^nr])","\\\\$1",$text); //untested /moodle/code/contrib/contrib/patches/fft/fft.php: $uri = eregi_replace('&sort2=.*','',$_SERVER['REQUEST_URI']); /moodle/code/contrib/contrib/patches/fft/fft.php: $tcontent = eregi_replace('$field); /moodle/code/contrib/contrib/patches/fft/fft.php: $tcontent = eregi_replace('$field)."' size='".$size."'>"; /moodle/code/contrib/contrib/patches/fft/fft.php: $uri = eregi_replace('&limitfrom=.*','',$_SERVER['REQUEST_URI']); /moodle/code/contrib/contrib/patches/fft/lib_local.php: $text = eregi_replace("'","\'",$text); /moodle/code/contrib/contrib/patches/fft/lib_local.php: $text = eregi_replace('`','',$text); /moodle/code/contrib/contrib/patches/public_private/mod/wiki/lib.php: $content = eregi_replace(' µµ__~\['.get_string("offline","wiki").'\]__µµ ','', $content); /moodle/code/contrib/contrib/patches/curriculum/curriculum.patch:+ return eregi_replace('[^a-zA-Z]', '', $param); /moodle/code/contrib/contrib/patches/curriculum/curriculum.patch:+ return eregi_replace('[^A-Za-z0-9]', '', $param); /moodle/code/contrib/contrib/patches/curriculum/curriculum.patch:+ return eregi_replace('[^a-zA-Z/_-]', '', $param); /moodle/code/contrib/contrib/patches/curriculum/curriculum.patch:+ return eregi_replace('[^0-9,]', '', $param); /moodle/code/contrib/contrib/patches/curriculum/curriculum.patch:+ return eregi_replace('[^a-zA-Z0-9_-]', '', $param); /moodle/code/contrib/contrib/patches/activity_locking/lib/moodlelib.php: $param = eregi_replace('[^a-zA-Z]', '', $param); /moodle/code/contrib/contrib/patches/activity_locking/lib/moodlelib.php: $param = eregi_replace('[^A-Za-z0-9]', '', $param); /moodle/code/contrib/contrib/patches/activity_locking/lib/moodlelib.php: $param = eregi_replace('[^a-zA-Z/_-]', '', $param); /moodle/code/contrib/contrib/patches/activity_locking/lib/moodlelib.php: $param = eregi_replace('[^a-zA-Z0-9_-]', '', $param); /moodle/code/contrib/contrib/patches/activity_locking/lib/moodlelib.php: $string = eregi_replace("\.\.+", '', $string); /moodle/code/contrib/contrib/patches/activity_locking/lib/moodlelib.php: $string = eregi_replace("_+", '_', $string); /moodle/code/contrib/contrib/plugins/filter/mathtran/filter.php: $texexp = eregi_replace("", '', $texexp); //dlnsk /moodle/code/contrib/contrib/plugins/blocks/myvideos/lib/myvideos_linkvideo_class.php: $html = eregi_replace("([^a-z])language([[:space:]]*)=", "\\1Xlanguage=", $html); /moodle/code/contrib/contrib/plugins/blocks/myvideos/lib/myvideos_linkvideo_class.php: $html = eregi_replace("([^a-z])on([a-z]+)([[:space:]]*)=", "\\1Xon\\2=", $html); /moodle/code/contrib/contrib/plugins/mod/questionnaire/report.php: $name = eregi_replace("[^A-Z0-9]+", "_", trim($name)); /moodle/code/contrib/contrib/plugins/auth/ntlm/oncampuslogin.php: $string = eregi_replace("[^(-\.[:alnum:])]", "", $frm->username); /moodle/code/contrib/contrib/plugins/auth/ntlm/offcampuslogin.php: $string = eregi_replace("[^(-\.[:alnum:])]", "", $frm->username); /moodle/code/contrib/contrib/plugins/enrol/twocheckout/return.php: $total = eregi_replace('[^0-9\.]', '', required_param('total', PARAM_RAW));