Showing 350 of 970 total issues
Function set
has 61 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
set : function (index, narray) {
if (typeof(index) == 'number') {
index = index.toString();
}
var strides = calculateDimStrides(this._shape);
Function geoJson2Path
has 61 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function geoJson2Path(json, transform, specialArea) {
specialArea = specialArea || {};
convertor.scale = null;
convertor.offset = null;
Function values
has 60 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
values: function (fields) {
var
$fields = $.isArray(fields)
? module.get.fields(fields)
: $field,
File wsgi.py
has 265 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
#!/usr/bin/python
import os
virtenv = os.environ['OPENSHIFT_PYTHON_DIR'] + '/virtenv/'
virtualenv = os.path.join(virtenv, 'bin/activate_this.py')
File smartLogSteps.js
has 264 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/**
* Echarts, logarithmic axis reform
*
* @author sushuang (sushuang@baidu.com),
* Ievgenii (@Ievgeny, ievgeny@zoomdata.com)
File cbpGridGallery.js
has 264 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/**
* cbpGridGallery.js v1.0.0
* http://www.codrops.com
*
* Licensed under the MIT license.
Function grafica3
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function grafica3( datos, anio, opcion,url) {
changeData1(datos);
Function grafica4
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function grafica4( datos, anio, opcion,url) {
changeData(datos);
Function getPath
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
getPath: function (leftTop, scale) {
// scale.x: width = 10.51 : 64
var pList = [
[
[0,3.5],[7,11.2],[15,11.9],[30,7],[42,0.7],[52,0.7],
Function closeOthers
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
closeOthers: function(index) {
var
$activeTitle = (index !== undefined)
? $title.eq(index)
: $(this).closest(selector.title),
Function open
has 57 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
open: function(query) {
var
$activeTitle = (query !== undefined)
? (typeof query === 'number')
? $title.eq(query)
Function close
has 57 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
close: function(query) {
var
$activeTitle = (query !== undefined)
? (typeof query === 'number')
? $title.eq(query)
Function get
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
get : function (index, out) {
if (typeof(index) == 'number') {
index = index.toString();
}
var strides = calculateDimStrides(this._shape);
Function transition
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
transition: function(forced) {
var
elementClass = $module.attr('class'),
tagName = $module.prop('tagName'),
animation = settings.animation,
Function category
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
category: function(response) {
var
html = '',
escape = $.fn.search.settings.templates.escape
;
Function largeLine
has 54 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function largeLine(zr, effectList, shape, zlevel) {
var effectShape = new ShapeBundle({
style: {
shapeList: []
},
Function invoke
has 54 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
invoke: function(query, passedArguments, context) {
var
object = instance,
maxDepth,
found,
Function showModal
has 54 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
showModal: function(callback) {
callback = $.isFunction(callback)
? callback
: function(){}
;
Function brushSymbol
has 53 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
brushSymbol : function (ctx, style, idx) {
if (style.symbol[idx] == 'none') {
return;
}
ctx.save();
Function filtro
has 53 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$scope.filtro = function () {
loading(true);
var params = {};
if ($scope.otrosSeleccionados.check) {