gopheracademy/gcon

View on GitHub
assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js

Summary

Maintainability
F
1 mo
Test Coverage

File bootstrap-table-locale-all.js has 1272 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/**
 * Bootstrap Table Afrikaans translation
 * Author: Phillip Kruger <phillip.kruger@gmail.com>
 */
(function ($) {

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

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['ca-ES'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 280..318
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 395..433
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 553..591
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 596..634
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 755..793
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 959..997
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1178..1216

    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 242.

    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 8 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['hu-HU'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 87..125
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 280..318
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 395..433
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 553..591
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 596..634
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 959..997
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1178..1216

    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 242.

    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 8 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['ms-MY'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 87..125
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 280..318
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 395..433
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 553..591
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 596..634
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 755..793
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1178..1216

    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 242.

    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 8 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['ro-RO'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 87..125
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 280..318
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 395..433
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 553..591
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 596..634
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 755..793
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 959..997

    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 242.

    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 8 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['es-ES'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 87..125
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 280..318
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 553..591
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 596..634
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 755..793
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 959..997
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1178..1216

    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 242.

    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 8 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['fa-IR'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 87..125
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 280..318
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 395..433
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 553..591
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 755..793
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 959..997
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1178..1216

    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 242.

    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 8 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['en-US'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 87..125
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 395..433
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 553..591
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 596..634
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 755..793
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 959..997
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1178..1216

    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 242.

    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 8 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['et-EE'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 87..125
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 280..318
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 395..433
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 596..634
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 755..793
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 959..997
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1178..1216

    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 242.

    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 2 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['ja-JP'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/locale/bootstrap-table-ja-JP.js on lines 5..43

    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 241.

    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 2 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['cs-CZ'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 711..749

    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 238.

    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 2 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['hr-HR'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 132..170

    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 238.

    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 3 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['zh-TW'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/locale/bootstrap-table-zh-CN.js on lines 5..40
    assets/admin/global/plugins/bootstrap-table/locale/bootstrap-table-zh-TW.js on lines 5..40

    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 231.

    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 7 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['pt-BR'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 5..40
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 46..81
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 354..389
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 472..507
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 669..704
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 881..916

    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 229.

    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 7 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['af-ZA'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 46..81
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 354..389
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 472..507
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 669..704
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 881..916
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1108..1143

    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 229.

    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 7 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['ka-GE'] = {
            formatLoadingMessage: function() {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 5..40
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 46..81
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 354..389
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 472..507
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 669..704
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1108..1143

    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 229.

    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 7 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['ar-SA'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 5..40
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 354..389
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 472..507
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 669..704
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 881..916
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1108..1143

    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 229.

    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 7 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['es-CR'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 5..40
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 46..81
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 472..507
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 669..704
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 881..916
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1108..1143

    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 229.

    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 7 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['es-NI'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 5..40
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 46..81
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 354..389
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 669..704
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 881..916
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1108..1143

    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 229.

    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 7 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['fr-FR'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 5..40
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 46..81
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 354..389
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 472..507
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 881..916
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1108..1143

    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 229.

    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 2 locations. Consider refactoring.
    Open

    (function ($) {
      'use strict';
    
      $.fn.bootstrapTable.locales['de-DE'] = {
        formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/locale/bootstrap-table-de-DE.js on lines 5..37

    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 225.

    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 2 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['tr-TR'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/locale/bootstrap-table-tr-TR.js on lines 6..41

    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 224.

    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 2 locations. Consider refactoring.
    Open

     (function ($) {
        'use strict';
        
        $.fn.bootstrapTable.locales['es-SP'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/locale/bootstrap-table-es-SP.js on lines 5..40

    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 220.

    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 6 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['sv-SE'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 176..208
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 800..832
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1003..1035
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1333..1365
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1451..1483

    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 216.

    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 6 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['da-DK'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 800..832
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1003..1035
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1295..1327
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1333..1365
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1451..1483

    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 216.

    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 6 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['th-TH'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 176..208
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 800..832
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1003..1035
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1295..1327
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1451..1483

    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 216.

    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 6 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['it-IT'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 176..208
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1003..1035
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1295..1327
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1333..1365
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1451..1483

    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 216.

    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 6 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['nb-NO'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 176..208
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 800..832
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1295..1327
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1333..1365
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1451..1483

    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 216.

    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 6 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['ur-PK'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 176..208
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 800..832
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1003..1035
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1295..1327
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1333..1365

    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 216.

    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 2 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['ko-KR'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/locale/bootstrap-table-ko-KR.js on lines 5..37

    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 215.

    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 4 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['sk-SK'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1069..1101
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1221..1252
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1413..1445

    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 212.

    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 4 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['pl-PL'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1221..1252
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1258..1290
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1413..1445

    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 212.

    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 4 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
        $.fn.bootstrapTable.locales['ru-RU'] = {
            formatLoadingMessage: function () {
                return 'Пожалуйста, подождите, идёт загрузка...';
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1069..1101
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1258..1290
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1413..1445

    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 212.

    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 4 locations. Consider refactoring.
    Open

     (function ($) {
        'use strict';
        
        $.fn.bootstrapTable.locales['uk-UA'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1069..1101
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1221..1252
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1258..1290

    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 212.

    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 2 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['es-AR'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 440..466

    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 190.

    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 2 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['es-MX'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 323..349

    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 190.

    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 5 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['el-GR'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 639..662
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1040..1063
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1149..1172
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1489..1512

    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 177.

    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 5 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['fr-BE'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 251..274
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1040..1063
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1149..1172
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1489..1512

    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 177.

    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 5 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['nl-NL'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 251..274
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 639..662
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1149..1172
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1489..1512

    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 177.

    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 5 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['vi-VN'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 251..274
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 639..662
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1040..1063
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1149..1172

    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 177.

    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 5 locations. Consider refactoring.
    Open

    (function ($) {
        'use strict';
    
        $.fn.bootstrapTable.locales['pt-PT'] = {
            formatLoadingMessage: function () {
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 251..274
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 639..662
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1040..1063
    assets/admin/global/plugins/bootstrap-table/bootstrap-table-locale-all.js on lines 1489..1512

    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 177.

    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

    There are no issues that match your filters.

    Category
    Status