Showing 5,566 of 7,504 total issues
Function nth
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
nth: function(nodes, formula, root, reverse, ofType) {
Function attr
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
attr: function(nodes, root, attr, value, operator) {
Function pseudo
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
pseudo: function(nodes, name, value, root, combinator) {
Function easing
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
easing: function(x,t,b,c,d) {
Function complete
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
var complete = (function( data, next, active, queue, thumb ) {
Function galleriaIn
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
galleriaIn: function (_, t, b, c, d) {
Function galleria
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
galleria: function (_, t, b, c, d) {
Function galleriaOut
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
galleriaOut: function (_, t, b, c, d) {
Function easeout
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
this.easeout = function (x, t, b, c, d) {
Method privExtractFile
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function privExtractFile(&$p_entry, $p_path, $p_remove_path, $p_remove_all_path, &$p_options)
Method privExtractByRule
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function privExtractByRule(&$p_file_list, $p_path, $p_remove_path, $p_remove_all_path, &$p_options)
Method start_el
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) {
Method wp_dropdown_cats
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function wp_dropdown_cats( $currentcat = 0, $currentparent = 0, $parent = 0, $level = 0, $categories = 0 ) {
Method wp_install
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function wp_install($blog_title, $user_name, $user_email, $public, $deprecated='') {
Method _wp_comment_row
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function _wp_comment_row( $comment_id, $mode, $comment_status, $checkbox = true, $from_ajax = false ) {
Method start_el
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) {
Method cat_rows
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function cat_rows( $parent = 0, $level = 0, $categories = 0, $page = 1, $per_page = 20 ) {
Method wp_dropdown_cats
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function wp_dropdown_cats( $currentcat = 0, $currentparent = 0, $parent = 0, $level = 0, $categories = 0 ) {
Method add_users_page
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function add_users_page( $page_title, $menu_title, $access_level, $file, $function = '' ) {
Method _crop_image_resource
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function _crop_image_resource($img, $x, $y, $w, $h) {