GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.

Code Duplication    Length = 22-22 lines in 3 locations

third-party/jQuery/jquery-1.12.1.js 1 location

@@ 7318-7339 (lines=22) @@
7315
	margin: "",
7316
	padding: "",
7317
	border: "Width"
7318
}, function( prefix, suffix ) {
7319
	jQuery.cssHooks[ prefix + suffix ] = {
7320
		expand: function( value ) {
7321
			var i = 0,
7322
				expanded = {},
7323
7324
				// assumes a single number if not a string
7325
				parts = typeof value === "string" ? value.split( " " ) : [ value ];
7326
7327
			for ( ; i < 4; i++ ) {
7328
				expanded[ prefix + cssExpand[ i ] + suffix ] =
7329
					parts[ i ] || parts[ i - 2 ] || parts[ 0 ];
7330
			}
7331
7332
			return expanded;
7333
		}
7334
	};
7335
7336
	if ( !rmargin.test( prefix ) ) {
7337
		jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;
7338
	}
7339
} );
7340
7341
jQuery.fn.extend( {
7342
	css: function( name, value ) {

third-party/jQuery/jquery-2.2.1.js 1 location

@@ 6280-6301 (lines=22) @@
6277
	margin: "",
6278
	padding: "",
6279
	border: "Width"
6280
}, function( prefix, suffix ) {
6281
	jQuery.cssHooks[ prefix + suffix ] = {
6282
		expand: function( value ) {
6283
			var i = 0,
6284
				expanded = {},
6285
6286
				// Assumes a single number if not a string
6287
				parts = typeof value === "string" ? value.split( " " ) : [ value ];
6288
6289
			for ( ; i < 4; i++ ) {
6290
				expanded[ prefix + cssExpand[ i ] + suffix ] =
6291
					parts[ i ] || parts[ i - 2 ] || parts[ 0 ];
6292
			}
6293
6294
			return expanded;
6295
		}
6296
	};
6297
6298
	if ( !rmargin.test( prefix ) ) {
6299
		jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;
6300
	}
6301
} );
6302
6303
jQuery.fn.extend( {
6304
	css: function( name, value ) {

third-party/angularjs/angular-1.5.0/docs/components/jquery-2.1.1/jquery.js 1 location

@@ 6056-6077 (lines=22) @@
6053
	margin: "",
6054
	padding: "",
6055
	border: "Width"
6056
}, function( prefix, suffix ) {
6057
	jQuery.cssHooks[ prefix + suffix ] = {
6058
		expand: function( value ) {
6059
			var i = 0,
6060
				expanded = {},
6061
6062
				// assumes a single number if not a string
6063
				parts = typeof value === "string" ? value.split(" ") : [ value ];
6064
6065
			for ( ; i < 4; i++ ) {
6066
				expanded[ prefix + cssExpand[ i ] + suffix ] =
6067
					parts[ i ] || parts[ i - 2 ] || parts[ 0 ];
6068
			}
6069
6070
			return expanded;
6071
		}
6072
	};
6073
6074
	if ( !rmargin.test( prefix ) ) {
6075
		jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;
6076
	}
6077
});
6078
6079
jQuery.fn.extend({
6080
	css: function( name, value ) {