Showing 350 of 970 total issues
Function dropdown
has 1579 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.dropdown = function(parameters) {
var
$allModules = $(this),
$document = $(document),
Function popup
has 997 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.popup = function(parameters) {
var
$allModules = $(this),
$document = $(document),
Function visibility
has 928 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.visibility = function(parameters) {
var
$allModules = $(this),
moduleSelector = $allModules.selector || '',
File dropdown.js
has 1686 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*!
* # Semantic UI 1.12.3 - Dropdown
* http://github.com/semantic-org/semantic-ui/
*
*
File ndarray.js
has 1680 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/**
* Numpy like n-dimensional array proccessing class
* http://docs.scipy.org/doc/numpy/reference/arrays.ndarray.html
*
* @author pissang (https://github.com/pissang/)
Function sidebar
has 903 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.sidebar = function(parameters) {
var
$allModules = $(this),
$window = $(window),
$document = $(document),
Function transition
has 879 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.transition = function() {
var
$allModules = $(this),
moduleSelector = $allModules.selector || '',
Function form
has 820 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.form = function(fields, parameters) {
var
$allModules = $(this),
settings = $.extend(true, {}, $.fn.form.settings, parameters),
Function search
has 804 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.search = function(parameters) {
var
$allModules = $(this),
moduleSelector = $allModules.selector || '',
Function modal
has 734 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.modal = function(parameters) {
var
$allModules = $(this),
$window = $(window),
$document = $(document),
Function shape
has 703 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.shape = function(parameters) {
var
$allModules = $(this),
$body = $('body'),
Function sticky
has 689 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.sticky = function(parameters) {
var
$allModules = $(this),
moduleSelector = $allModules.selector || '',
Function api
has 686 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.api = $.fn.api = function(parameters) {
var
// use window context if none specified
$allModules = $.isFunction(this)
Function tab
has 663 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.tab = function(parameters) {
var
// use window context if none specified
$allModules = $.isFunction(this)
Function progress
has 658 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.progress = function(parameters) {
var
$allModules = $(this),
moduleSelector = $allModules.selector || '',
Function address
has 574 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.address = (function () {
var _trigger = function(name) {
var e = $.extend($.Event(name), (function() {
var parameters = {},
File popup.js
has 1116 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*!
* # Semantic UI 1.12.3 - Popup
* http://github.com/semantic-org/semantic-ui/
*
*
Function dimmer
has 549 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.dimmer = function(parameters) {
var
$allModules = $(this),
time = new Date().getTime(),
Function state
has 516 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.state = function(parameters) {
var
$allModules = $(this),
moduleSelector = $allModules.selector || '',
File search.js
has 1017 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*!
* # Semantic UI 1.12.3 - Search
* http://github.com/semantic-org/semantic-ui/
*
*