krafthaus/bauhaus

View on GitHub

Showing 1,049 of 1,049 total issues

Similar blocks of code found in 25 locations. Consider refactoring.
Open

;(function($){
    $.fn.datetimepicker.dates['it'] = {
        days: ["Domenica", "Lunedi", "Martedi", "Mercoledi", "Giovedi", "Venerdi", "Sabato", "Domenica"],
        daysShort: ["Dom", "Lun", "Mar", "Mer", "Gio", "Ven", "Sab", "Dom"],
        daysMin: ["Do", "Lu", "Ma", "Me", "Gi", "Ve", "Sa", "Do"],
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.bg.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.cs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.da.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.de.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.es.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fi.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fo.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hr.js on lines 4..13
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hu.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.is.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ms.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nb.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.pt-BR.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs-latin.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ru.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sk.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sv.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.th.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.tr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.zh-CN.js on lines 5..14

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 120.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 25 locations. Consider refactoring.
Open

;(function($){
    $.fn.datetimepicker.dates['nl'] = {
        days: ["Zondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrijdag", "Zaterdag", "Zondag"],
        daysShort: ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za", "Zo"],
        daysMin: ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za", "Zo"],
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.bg.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.cs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.da.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.de.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.es.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fi.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fo.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hr.js on lines 4..13
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hu.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.is.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.it.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ms.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nb.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.pt-BR.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs-latin.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ru.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sk.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sv.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.th.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.tr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.zh-CN.js on lines 5..14

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 120.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 25 locations. Consider refactoring.
Open

;(function($){
    $.fn.datetimepicker.dates['hr'] = {
        days: ["Nedjelja", "Ponedjelja", "Utorak", "Srijeda", "Četrtak", "Petak", "Subota", "Nedjelja"],
        daysShort: ["Ned", "Pon", "Uto", "Srr", "Čet", "Pet", "Sub", "Ned"],
        daysMin: ["Ne", "Po", "Ut", "Sr", "Če", "Pe", "Su", "Ne"],
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.bg.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.cs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.da.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.de.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.es.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fi.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fo.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hu.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.is.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.it.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ms.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nb.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.pt-BR.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs-latin.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ru.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sk.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sv.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.th.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.tr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.zh-CN.js on lines 5..14

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 120.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 25 locations. Consider refactoring.
Open

;(function($){
    $.fn.datetimepicker.dates['da'] = {
        days: ["Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag", "Søndag"],
        daysShort: ["Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør", "Søn"],
        daysMin: ["Sø", "Ma", "Ti", "On", "To", "Fr", "Lø", "Sø"],
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.bg.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.cs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.de.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.es.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fi.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fo.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hr.js on lines 4..13
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hu.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.is.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.it.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ms.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nb.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.pt-BR.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs-latin.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ru.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sk.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sv.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.th.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.tr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.zh-CN.js on lines 5..14

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 120.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 25 locations. Consider refactoring.
Open

;(function($){
    $.fn.datetimepicker.dates['fo'] = {
        days: ["Sunnudagur", "Mánadagur", "Týsdagur", "Mikudagur", "Hósdagur", "Fríggjadagur", "Leygardagur", "Sunnudagur"],
        daysShort: ["Sun", "Mán", "Týs", "Mik", "Hós", "Frí", "Ley", "Sun"],
        daysMin: ["Su", "Má", "Tý", "Mi", "Hó", "Fr", "Le", "Su"],
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.bg.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.cs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.da.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.de.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.es.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fi.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hr.js on lines 4..13
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hu.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.is.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.it.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ms.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nb.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.pt-BR.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs-latin.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ru.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sk.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sv.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.th.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.tr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.zh-CN.js on lines 5..14

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 120.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 25 locations. Consider refactoring.
Open

;(function($){
    $.fn.datetimepicker.dates['cs'] = {
        days: ["Neděle", "Pondělí", "Úterý", "Středa", "Čtvrtek", "Pátek", "Sobota", "Neděle"],
        daysShort: ["Ne", "Po", "Út", "St", "Čt", "Pá", "So", "Ne"],
        daysMin: ["N", "P", "Ú", "St", "Č", "P", "So", "N"],
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.bg.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.da.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.de.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.es.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fi.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fo.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hr.js on lines 4..13
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hu.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.is.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.it.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ms.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nb.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.pt-BR.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs-latin.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ru.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sk.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sv.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.th.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.tr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.zh-CN.js on lines 5..14

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 120.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 25 locations. Consider refactoring.
Open

;(function($){
    $.fn.datetimepicker.dates['fr'] = {
        days: ["Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi", "Dimanche"],
        daysShort: ["Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam", "Dim"],
        daysMin: ["D", "L", "Ma", "Me", "J", "V", "S", "D"],
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.bg.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.cs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.da.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.de.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.es.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fi.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fo.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hr.js on lines 4..13
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hu.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.is.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.it.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ms.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nb.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.pt-BR.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs-latin.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ru.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sk.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sv.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.th.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.tr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.zh-CN.js on lines 5..14

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 120.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 25 locations. Consider refactoring.
Open

;(function($){
    $.fn.datetimepicker.dates['fi'] = {
        days: ["sunnuntai", "maanantai", "tiistai", "keskiviikko", "torstai", "perjantai", "lauantai", "sunnuntai"],
        daysShort: ["sun", "maa", "tii", "kes", "tor", "per", "lau", "sun"],
        daysMin: ["su", "ma", "ti", "ke", "to", "pe", "la", "su"],
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.bg.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.cs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.da.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.de.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.es.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fo.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hr.js on lines 4..13
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hu.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.is.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.it.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ms.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nb.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.pt-BR.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs-latin.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ru.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sk.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sv.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.th.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.tr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.zh-CN.js on lines 5..14

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 120.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 25 locations. Consider refactoring.
Open

;(function($){
    $.fn.datetimepicker.dates['ru'] = {
        days: ["Воскресенье", "Понедельник", "Вторник", "Среда", "Четверг", "Пятница", "Суббота", "Воскресенье"],
        daysShort: ["Вск", "Пнд", "Втр", "Срд", "Чтв", "Птн", "Суб", "Вск"],
        daysMin: ["Вс", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб", "Вс"],
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.bg.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.cs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.da.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.de.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.es.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fi.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fo.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hr.js on lines 4..13
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hu.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.is.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.it.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ms.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nb.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.pt-BR.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs-latin.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sk.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sv.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.th.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.tr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.zh-CN.js on lines 5..14

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 120.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 25 locations. Consider refactoring.
Open

;(function($){
    $.fn.datetimepicker.dates['de'] = {
        days: ["Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag", "Sonntag"],
        daysShort: ["Son", "Mon", "Die", "Mit", "Don", "Fre", "Sam", "Son"],
        daysMin: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa", "So"],
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.bg.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.cs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.da.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.es.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fi.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fo.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hr.js on lines 4..13
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hu.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.is.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.it.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ms.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nb.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.pt-BR.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs-latin.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ru.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sk.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sv.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.th.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.tr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.zh-CN.js on lines 5..14

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 120.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 25 locations. Consider refactoring.
Open

;(function($){
    $.fn.datetimepicker.dates['tr'] = {
        days: ["Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi", "Pazar"],
        daysShort: ["Pz", "Pzt", "Sal", "Çrş", "Prş", "Cu", "Cts", "Pz"],
        daysMin: ["Pz", "Pzt", "Sa", "Çr", "Pr", "Cu", "Ct", "Pz"],
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.bg.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.cs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.da.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.de.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.es.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fi.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fo.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hr.js on lines 4..13
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hu.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.is.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.it.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ms.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nb.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.pt-BR.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs-latin.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ru.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sk.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sv.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.th.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.zh-CN.js on lines 5..14

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 120.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 25 locations. Consider refactoring.
Open

;(function($){
    $.fn.datetimepicker.dates['bg'] = {
        days: ["Неделя", "Понеделник", "Вторник", "Сряда", "Четвъртък", "Петък", "Събота", "Неделя"],
        daysShort: ["Нед", "Пон", "Вто", "Сря", "Чет", "Пет", "Съб", "Нед"],
        daysMin: ["Н", "П", "В", "С", "Ч", "П", "С", "Н"],
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.cs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.da.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.de.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.es.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fi.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fo.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hr.js on lines 4..13
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hu.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.is.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.it.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ms.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nb.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.pt-BR.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs-latin.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ru.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sk.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sv.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.th.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.tr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.zh-CN.js on lines 5..14

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 120.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 25 locations. Consider refactoring.
Open

;(function($){
    $.fn.datetimepicker.dates['ms'] = {
        days: ["Ahad", "Isnin", "Selasa", "Rabu", "Khamis", "Jumaat", "Sabtu", "Ahad"],
        daysShort: ["Aha", "Isn", "Sel", "Rab", "Kha", "Jum", "Sab", "Aha"],
        daysMin: ["Ah", "Is", "Se", "Ra", "Kh", "Ju", "Sa", "Ah"],
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.bg.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.cs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.da.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.de.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.es.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fi.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fo.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hr.js on lines 4..13
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hu.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.is.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.it.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nb.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.pt-BR.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs-latin.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ru.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sk.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sv.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.th.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.tr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.zh-CN.js on lines 5..14

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 120.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 25 locations. Consider refactoring.
Open

;(function($){
    $.fn.datetimepicker.dates['es'] = {
        days: ["Domingo", "Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado", "Domingo"],
        daysShort: ["Dom", "Lun", "Mar", "Mié", "Jue", "Vie", "Sáb", "Dom"],
        daysMin: ["Do", "Lu", "Ma", "Mi", "Ju", "Vi", "Sa", "Do"],
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.bg.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.cs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.da.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.de.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fi.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fo.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hr.js on lines 4..13
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hu.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.is.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.it.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ms.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nb.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.pt-BR.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs-latin.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ru.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sk.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sv.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.th.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.tr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.zh-CN.js on lines 5..14

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 120.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 25 locations. Consider refactoring.
Open

;(function($){
    $.fn.datetimepicker.dates['rs'] = {
        days: ["Недеља","Понедељак", "Уторак", "Среда", "Четвртак", "Петак", "Субота", "Недеља"],
        daysShort: ["Нед", "Пон", "Уто", "Сре", "Чет", "Пет", "Суб", "Нед"],
        daysMin: ["Н", "По", "У", "Ср", "Ч", "Пе", "Су", "Н"],
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.bg.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.cs.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.da.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.de.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.es.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fi.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fo.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.fr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hr.js on lines 4..13
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.hu.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.is.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.it.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ms.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nb.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.nl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.pt-BR.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.rs-latin.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.ru.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sk.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sl.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.sv.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.th.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.tr.js on lines 5..14
bower_components/bootstrap-datetimepicker/src/js/locales/bootstrap-datetimepicker.zh-CN.js on lines 5..14

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 120.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Function defaultPrefilter has 105 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function defaultPrefilter( elem, props, opts ) {
    /* jshint validthis: true */
    var prop, value, toggle, tween, hooks, oldfire, display, checkDisplay,
        anim = this,
        orig = {},
Severity: Major
Found in bower_components/jquery/dist/jquery.js - About 4 hrs to fix

    Function defaultPrefilter has 105 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function defaultPrefilter( elem, props, opts ) {
        /* jshint validthis: true */
        var prop, value, toggle, tween, hooks, oldfire, display, checkDisplay,
            anim = this,
            orig = {},
    Severity: Major
    Found in bower_components/jquery/src/effects.js - About 4 hrs to fix

      Identical blocks of code found in 2 locations. Consider refactoring.
      Open

      jQuery.each({
          slideDown: genFx("show"),
          slideUp: genFx("hide"),
          slideToggle: genFx("toggle"),
          fadeIn: { opacity: "show" },
      Severity: Major
      Found in bower_components/jquery/src/effects.js and 1 other location - About 4 hrs to fix
      bower_components/jquery/dist/jquery.js on lines 7577..7588

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 119.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Identical blocks of code found in 2 locations. Consider refactoring.
      Open

      jQuery.each({
          slideDown: genFx("show"),
          slideUp: genFx("hide"),
          slideToggle: genFx("toggle"),
          fadeIn: { opacity: "show" },
      Severity: Major
      Found in bower_components/jquery/dist/jquery.js and 1 other location - About 4 hrs to fix
      bower_components/jquery/src/effects.js on lines 591..602

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 119.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Identical blocks of code found in 3 locations. Consider refactoring.
      Open

          function require(ids, callback) {
              var module, defs = [];
      
              for (var i = 0; i < ids.length; ++i) {
                  module = modules[ids[i]] || resolve(ids[i]);
      Severity: Major
      Found in bower_components/tinymce/plugins/spellchecker/plugin.js and 2 other locations - About 4 hrs to fix
      bower_components/tinymce/plugins/paste/plugin.js on lines 13..26
      bower_components/tinymce/plugins/table/plugin.js on lines 13..26

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 118.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Severity
      Category
      Status
      Source
      Language