Showing 2,136 of 3,976 total issues
Function Header
has 210 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function Header(calendar) {
var t = this;
// exports
t.render = render;
Function init
has 208 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
init : function(options) {
var defaults = {
indicators: true,
height: 400,
transition: 500,
Function init
has 208 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
init : function(options) {
var defaults = {
indicators: true,
height: 400,
transition: 500,
Function init
has 208 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
init : function(options) {
var defaults = {
indicators: true,
height: 400,
transition: 500,
Function materialbox
has 204 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.materialbox = function () {
return this.each(function() {
if ($(this).hasClass('initialized')) {
Function materialbox
has 204 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.materialbox = function () {
return this.each(function() {
if ($(this).hasClass('initialized')) {
Function materialbox
has 204 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.materialbox = function () {
return this.each(function() {
if ($(this).hasClass('initialized')) {
File accordion-e9355d5182181026834c44c63c944bd4aec8778248279170ce1f6759a71f9379.js
has 506 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*
* # Semantic - Accordion
* http://github.com/semantic-org/semantic-ui/
*
*
Function _create
has 203 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_create: function() {
// Some browsers only repeat keydown events, not keypress events,
// so we use the suppressKeyPress flag to determine if we've already
// handled the keydown event. #7269
// Unfortunately the code for & in keypress is the same as the up arrow,
Function _create
has 203 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_create: function() {
// Some browsers only repeat keydown events, not keypress events,
// so we use the suppressKeyPress flag to determine if we've already
// handled the keydown event. #7269
// Unfortunately the code for & in keypress is the same as the up arrow,
File forms-d9743bd4515fb298375d55740daf85a261d1aa2e15a741cd1f609a38d833fc71.js
has 503 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
(function ($) {
$(document).ready(function() {
// Function to update labels of text fields
Materialize.updateTextFields = function() {
Function material_chip
has 201 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.material_chip = function (options) {
var self = this;
this.$el = $(this);
this.$document = $(document);
this.SELS = {
Function material_chip
has 201 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.material_chip = function (options) {
var self = this;
this.$el = $(this);
this.$document = $(document);
this.SELS = {
Function material_chip
has 201 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.material_chip = function (options) {
var self = this;
this.$el = $(this);
this.$document = $(document);
this.SELS = {
Function Finger
has 195 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
Galleria.Finger = (function() {
var abs = M.abs;
// test for translate3d support
Function colorize
has 191 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.colorize = function(parameters) {
var
settings = $.extend(true, {}, $.fn.colorize.settings, parameters),
// hoist arguments
moduleArguments = arguments || false
Function dropdown
has 187 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.dropdown = function (options) {
var defaults = {
inDuration: 300,
outDuration: 225,
constrain_width: true, // Constrains width of dropdown to the activator
Function dropdown
has 187 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.dropdown = function (options) {
var defaults = {
inDuration: 300,
outDuration: 225,
constrain_width: true, // Constrains width of dropdown to the activator
Function dropdown
has 187 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.dropdown = function (options) {
var defaults = {
inDuration: 300,
outDuration: 225,
constrain_width: true, // Constrains width of dropdown to the activator
File video-ef53a0040731bc2dd9e7238cdb39208b995a44d89c32a7d2cb27ad91f63ce3fd.js
has 477 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*
* # Semantic - Video
* http://github.com/semantic-org/semantic-ui/
*
*