Showing 552 of 784 total issues
Function findFlash
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
findFlash: function(u) {
var s, t, r, q, v = [];
YSLOW.util.event.fire("peelProgress", {
total_step: 7,
current_step: 4,
Function prettyScore
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
prettyScore: function(r) {
var q = "F";
if (!parseInt(r, 10) && r !== 0) {
return r
}
Function getComponentType
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
getComponentType: function(q) {
var r = "unknown";
if (q && typeof q === "string") {
if (q === "text/html" || q === "text/plain") {
r = "doc"
Function getInlineTags
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
getInlineTags: function(v, t, r) {
var u, q, s = function(C, y, x) {
var A, w, z, B, D = [];
if (!C) {
return D
Function propFilter
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function propFilter( props, specialEasing ) {
var index, name, easing, value, hooks;
// camelCase, specialEasing and expand cssHook pass
for ( index in props ) {
Function setup
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
setup: function() {
if ( rformElems.test( this.nodeName ) ) {
// IE doesn't fire change on a check/radio until blur; trigger it on click
// after a propertychange. Eat the blur-change in special.change.handle.
Function reanimateBar
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
reanimateBar: function() {
var $el = this.$el;
var $elID = $el.attr('id');
var opt = this.opt;
var barLength = $.data($el, 'storedAttr').barLength;
Function propFilter
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function propFilter( props, specialEasing ) {
var index, name, easing, value, hooks;
// camelCase, specialEasing and expand cssHook pass
for ( index in props ) {
Function setup
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
setup: function() {
if ( rformElems.test( this.nodeName ) ) {
// IE doesn't fire change on a check/radio until blur; trigger it on click
// after a propertychange. Eat the blur-change in special.change.handle.
Method testRunSoccialMediaResultReader
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function testRunSoccialMediaResultReader()
{
$json = json_encode([
'url' => 'https://example.com/',
'name' => 'Social Media Linter',
Method testRunYslowResultReader
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function testRunYslowResultReader()
{
$json = json_encode([
'url' => 'https://example.com/',
'name' => 'YSlow',
Function positionResultTab
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
positionResultTab: function(r, q, w) {
var u, z, A, v = 5,
x = this.panel_doc,
t = x.defaultView || x.parentWindow,
s = t.offsetHeight ? t.offsetHeight : t.innerHeight,
Function genStats
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
genStats: function(y, z) {
var v, w, s, r, B, x, q, u, t = "",
A = 0;
if (!y.PAGE) {
return ""
Function peel
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
YSLOW.peeler.peel = function(t) {
var q, w, v, u, r, x = [];
try {
w = this.findDocuments(t);
for (q in w) {
Function lint
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
lint: function(y, A, r) {
var x, z, w, t, s, v = [],
u = parseInt(r.min_cache_time, 10) * 1000,
q = A.getComponentsByType("favicon");
if (q.length) {
Function componentsView
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
componentsView: function(u, r) {
var t, q, s = "<components>";
for (t = 0; t < u.length; t += 1) {
s += "<component>";
s += "<type>" + u[t].type + "</type>";
Function offset
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
offset: function( options ) {
if ( arguments.length ) {
return options === undefined ?
this :
this.each(function( i ) {
Function off
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
off: function( types, selector, fn ) {
var handleObj, type;
if ( types && types.preventDefault && types.handleObj ) {
// ( event ) dispatched jQuery.Event
handleObj = types.handleObj;
Function bind
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
Function.prototype.bind = function bind(that) {
var target = this;
if (typeof target != "function") {
Function *
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
"*": [ function( prop, value ) {
var tween = this.createTween( prop, value ),
target = tween.cur(),
parts = rfxnum.exec( value ),
unit = parts && parts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ),