amtgard/ORK3

View on GitHub

Showing 1,925 of 1,925 total issues

Similar blocks of code found in 2 locations. Consider refactoring.
Open

(function( $, undefined ) {
 
$.extend($.ui, { datepicker: { version: "1.8.18" } });
 
var PROP_NAME = 'datepicker';
orkui/template/default/script/development-bundle/ui/jquery-ui-1.8.18.custom.js on lines 8288..10101

Similar blocks of code found in 2 locations. Consider refactoring.
Open

(function( $, undefined ) {
 
$.extend($.ui, { datepicker: { version: "1.8.18" } });
 
var PROP_NAME = 'datepicker';
orkui/template/default/script/development-bundle/ui/jquery.ui.datepicker.js on lines 13..1826

Similar blocks of code found in 2 locations. Consider refactoring.
Open

(function( $, undefined ) {
 
$.widget("ui.sortable", $.ui.mouse, {
widgetEventPrefix: "sort",
ready: false,
orkui/template/default/script/development-bundle/ui/jquery.ui.sortable.js on lines 15..1081

Similar blocks of code found in 2 locations. Consider refactoring.
Open

(function( $, undefined ) {
 
$.widget("ui.sortable", $.ui.mouse, {
widgetEventPrefix: "sort",
ready: false,
orkui/template/default/script/development-bundle/ui/jquery-ui-1.8.18.custom.js on lines 3262..4328

Similar blocks of code found in 2 locations. Consider refactoring.
Open

(function( $, undefined ) {
 
$.widget("ui.draggable", $.ui.mouse, {
widgetEventPrefix: "drag",
options: {
orkui/template/default/script/development-bundle/ui/jquery.ui.draggable.js on lines 15..825

Similar blocks of code found in 2 locations. Consider refactoring.
Open

(function( $, undefined ) {
 
$.widget("ui.draggable", $.ui.mouse, {
widgetEventPrefix: "drag",
options: {
orkui/template/default/script/development-bundle/ui/jquery-ui-1.8.18.custom.js on lines 1066..1876

Similar blocks of code found in 2 locations. Consider refactoring.
Open

(function( $, undefined ) {
 
$.widget("ui.resizable", $.ui.mouse, {
widgetEventPrefix: "resize",
options: {
orkui/template/default/script/development-bundle/ui/jquery.ui.resizable.js on lines 15..808

Similar blocks of code found in 2 locations. Consider refactoring.
Open

(function( $, undefined ) {
 
$.widget("ui.resizable", $.ui.mouse, {
widgetEventPrefix: "resize",
options: {
orkui/template/default/script/development-bundle/ui/jquery-ui-1.8.18.custom.js on lines 2187..2980

Similar blocks of code found in 2 locations. Consider refactoring.
Open

;jQuery.effects || (function($, undefined) {
 
$.effects = {};
 
 
 
orkui/template/default/script/development-bundle/ui/jquery-ui-1.8.18.custom.js on lines 10220..10973

Similar blocks of code found in 2 locations. Consider refactoring.
Open

;jQuery.effects || (function($, undefined) {
 
$.effects = {};
 
 
 
orkui/template/default/script/development-bundle/ui/jquery.effects.core.js on lines 10..763

Similar blocks of code found in 2 locations. Consider refactoring.
Open

(function( $, undefined ) {
 
var tabId = 0,
listId = 0;
 
 
orkui/template/default/script/development-bundle/ui/jquery-ui-1.8.18.custom.js on lines 7531..8275

Similar blocks of code found in 2 locations. Consider refactoring.
Open

(function( $, undefined ) {
 
var tabId = 0,
listId = 0;
 
 
orkui/template/default/script/development-bundle/ui/jquery.ui.tabs.js on lines 14..758

Similar blocks of code found in 2 locations. Consider refactoring.
Open

(function( $, undefined ) {
 
var uiDialogClasses =
'ui-dialog ' +
'ui-widget ' +
orkui/template/default/script/development-bundle/ui/jquery-ui-1.8.18.custom.js on lines 5996..6855

Similar blocks of code found in 2 locations. Consider refactoring.
Open

(function( $, undefined ) {
 
var uiDialogClasses =
'ui-dialog ' +
'ui-widget ' +
orkui/template/default/script/development-bundle/ui/jquery.ui.dialog.js on lines 19..878

Similar blocks of code found in 2 locations. Consider refactoring.
Open

class QRspec {
public static $capacity = array(
array( 0, 0, 0, array( 0, 0, 0, 0)),
array( 21, 26, 0, array( 7, 10, 13, 17)), // 1
Severity: Major
Found in system/lib/phpqrcode/phpqrcode.php and 1 other location - About 1 mo to fix
system/lib/phpqrcode/qrspec.php on lines 42..592

Similar blocks of code found in 2 locations. Consider refactoring.
Open

class QRspec {
public static $capacity = array(
array( 0, 0, 0, array( 0, 0, 0, 0)),
array( 21, 26, 0, array( 7, 10, 13, 17)), // 1
Severity: Major
Found in system/lib/phpqrcode/qrspec.php and 1 other location - About 1 mo to fix
system/lib/phpqrcode/phpqrcode.php on lines 354..904

Similar blocks of code found in 2 locations. Consider refactoring.
Open

(function( $, undefined ) {
 
// number of pages in a slider
// (how many times can you page up/down to go through the whole range)
var numPages = 5;
orkui/template/default/script/development-bundle/ui/jquery-ui-1.8.18.custom.js on lines 6870..7517

Similar blocks of code found in 2 locations. Consider refactoring.
Open

(function( $, undefined ) {
 
// number of pages in a slider
// (how many times can you page up/down to go through the whole range)
var numPages = 5;
orkui/template/default/script/development-bundle/ui/jquery.ui.slider.js on lines 15..662

Similar blocks of code found in 2 locations. Consider refactoring.
Open

(function( $, undefined ) {
 
$.widget( "ui.accordion", {
options: {
active: 0,
orkui/template/default/script/development-bundle/ui/jquery.ui.accordion.js on lines 14..611

Similar blocks of code found in 2 locations. Consider refactoring.
Open

(function( $, undefined ) {
 
$.widget( "ui.accordion", {
options: {
active: 0,
orkui/template/default/script/development-bundle/ui/jquery-ui-1.8.18.custom.js on lines 4342..4939
Severity
Category
Status
Source
Language