Showing 691 of 1,163 total issues
Function createElement
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
createElement: function (tag, attribs, styles, parent, nopad) {
Function setPosition
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
setPosition: function (pos, offset, vis, dur, easing) {
Method getListYears
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function getListYears($year, $nbYearsBefore = 0, $nbYearsAfter = 5, $addNone = false, $name = 'year')
Function AC_GetArgs
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function AC_GetArgs(args, ext, srcParamName, classid, mimeType) {
Method sendMail2member
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function sendMail2member($mode, $eventId, $memberUid, $subject, $tplMessage)
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct($y, $m, $d, $h, $i)
Method getSecondsInMinute
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function getSecondsInMinute($y = null, $m = null, $d = null, $h = null, $i = null)
Method getSecondsInMinute
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function getSecondsInMinute($y = null, $m = null, $d = null, $h = null, $i = null)
Method getSecondsInMinute
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function getSecondsInMinute($y = null, $m = null, $d = null, $h = null, $i = null)
Method extcal_search
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function extcal_search($queryarray, $andor, $limit, $offset, $userid)
Method PclTarExtractList
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function PclTarExtractList($p_tarname, $p_filelist, $p_path = './', $p_remove_path = '', $p_mode = '')
Method PclTarCreate
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function PclTarCreate($p_tarname, $p_filelist = '', $p_mode = '', $p_add_dir = '', $p_remove_dir = '')
Method PclTarExtractIndex
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function PclTarExtractIndex($p_tarname, $p_index, $p_path = './', $p_remove_path = '', $p_mode = '')
Method PclTarHandleExtractFile
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function PclTarHandleExtractFile($p_tar, &$v_header, $p_path, $p_remove_path, $p_tar_mode)
Method PclTarHandleHeader
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function PclTarHandleHeader($p_tar, $p_filename, $p_mode, &$p_header, $p_stored_filename)
Method truncateHtml
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static function truncateHtml($text, $length = 100, $ending = '...', $exact = false, $considerHtml = true)
Method PclTarUpdate
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function PclTarUpdate($p_tarname, $p_filelist, $p_mode = '', $p_add_dir = '', $p_remove_dir = '')
Method PclTarAddList
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function PclTarAddList($p_tarname, $p_filelist, $p_add_dir = '', $p_remove_dir = '', $p_mode = '')
Method getEventWeekCriteria
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function getEventWeekCriteria($day, $month, $year, $cat = 0, $nbDays = 7)
Method PclTarHandleCreate
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function PclTarHandleCreate($p_tarname, $p_list, $p_mode, $p_add_dir = '', $p_remove_dir = '')