Showing 1,365 of 1,925 total issues
File jquery-ui-1.8.18.custom.js
has 8844 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*! * jQuery UI 1.8.18 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses.
File jquery-1.7.1.js
has 6373 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*! * jQuery JavaScript Library v1.7.1 * http://jquery.com/ * * Copyright 2011, John Resig
File phpqrcode.php
has 2160 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php /* * PHP QR Code encoder *
File qrcode.php
has 1688 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php//============================================================+// File name : qrcode.php// Begin : 2010-03-22// Last Update : 2010-03-29
Function send
has a Cognitive Complexity of 209 (exceeds 5 allowed). Consider refactoring. Open
Open
public function send() { if (!$this->to) { exit('Error: E-Mail to required!'); }
- Read upRead up
File jquery.sceditor.js
has 1520 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/** * SCEditor v1.3.3 * http://www.samclarke.com/2011/07/sceditor/ * * Copyright (C) 2011-2012, Sam Clarke (samclarke.com)
File jquery.ui.datepicker.js
has 1505 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/* * jQuery UI Datepicker 1.8.18 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses.
File controller.Admin.php
has 1430 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php class Controller_Admin extends Controller { public function __construct($call=null, $id=null) {
File jquery-ui-i18n.js
has 1373 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/* Afrikaans initialisation for the jQuery UI date picker plugin. *//* Written by Renier Pretorius. */jQuery(function($){ $.datepicker.regional['af'] = { closeText: 'Selekteer',
File class.Player.php
has 1275 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php class Player extends Ork3 { public function __construct() {
File class.Report.php
has 1259 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php /************************************************************************* Here be dragons.
Function jQuery
has 592 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
var jQuery = (function() { // Define a local copy of jQueryvar jQuery = function( selector, context ) { // The jQuery object is actually just the init constructor 'enhanced'
Function sceditor
has 585 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.sceditor = function (el, options) { var base = this; /** * The textarea element being replaced
Function player
has a Cognitive Complexity of 142 (exceeds 5 allowed). Consider refactoring. Open
Open
public function player($id) { logtrace("player call", $_REQUEST); $this->load_model('Player'); $this->load_model('Award'); $this->load_model('Unit');
- Read upRead up
File qunit.js
has 1128 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/** * QUnit - A JavaScript Unit Testing Framework * * http://docs.jquery.com/QUnit *
File jquery-ui-timepicker-addon.js
has 1028 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/** jQuery timepicker addon* By: Trent Richardson [http://trentrichardson.com]* Version 0.9.9* Last Modified: 02/05/2012
File Barcode.php
has 1015 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php/* * BarCode Coder Library (BCC Library) * BCCL Version 2.0.1 * Porting : Barcode PHP
File import.primary.php
has 941 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php /******************************************************************************* * * Import Routine
File widget-pager.js
has 792 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/* Pager widget for TableSorter 9/15/2014 (v2.17.8) *//*jshint browser:true, jquery:true, unused:false */;(function($){"use strict";var tsp,
QRcode
has 98 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class QRcode { /** * @var barcode array to be returned which is readable by TCPDF * @access protected