Repository Analysis

octobercms/october

Self-hosted CMS platform based on the Laravel PHP Framework.

3.0 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of octobercms/october, a PHP project with 11,144 GitHub stars. SynthScan v2.0 examined 403,637 lines of code across 2632 source files, recording 880 pattern matches distributed across 6 syntactic categories. The overall adjusted score of 3.0 places this repository in the Likely human-written band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

3.0
Adjusted Score
3.0
Raw Score
100%
Time Factor
2026-07-02
Last Push
11.1K
Stars
PHP
Language
403.6K
Lines of Code
2.6K
Files
880
Pattern Hits
2026-07-14
Scan Date
0.00
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 0HIGH 0MEDIUM 164LOW 716

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 880 distinct pattern matches across 6 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Hyper-Verbose Identifiers592 hits · 615 pts
SeverityFileLineSnippetContext
LOWmodules/backend/traits/VueMaker.php66 public function outputVueComponentTemplates()CODE
LOWmodules/backend/traits/VueMaker.php111 public function outputVueComponentsForAjax($response)CODE
LOWmodules/backend/traits/VueMaker.php160 protected function getVueComponentRegistrations(): arrayCODE
LOWmodules/backend/traits/FormModelSaver.php126 protected function deferPurgedSaveAttributes($model, $attributesToPurge)CODE
LOW…s/backend/vuecomponents/uploader/assets/js/uploader.js22 numOfFilesInProgress: function computeNumOfFilesInProgress() {CODE
LOW…s/backend/vuecomponents/uploader/assets/js/uploader.js28 hasFilesInProgress: function computeHasFilesInProgress() {CODE
LOWmodules/backend/vuecomponents/tabs/assets/js/tabs.js108 currentFocusTabKey: function computeCurrentFocusTabKey() {CODE
LOWmodules/backend/vuecomponents/tabs/assets/js/tabs.js116 focusedTabKeyIndex: function computeFocusedTabKeyIndex() {CODE
LOWmodules/backend/vuecomponents/tabs/assets/js/tabs.js153 hasTabsWithChanges: function computeHasTabsWithChanges() {CODE
LOWmodules/backend/vuecomponents/tabs/assets/js/tabs.js163 selectedComponentRefName: function computeSelectedComponentRefName() {CODE
LOWmodules/backend/vuecomponents/tabs/assets/js/tabs.js226 closeTabConfirmedByHostedComponent: function closeTabConfirmedByHostedComponent(tab) {CODE
LOWmodules/backend/vuecomponents/tabs/assets/js/tabs.js373 onHostedComponentTabClose: function onHostedComponentTabClose(tab) {CODE
LOW…d/vuecomponents/monacoeditor/assets/js/monacoeditor.js169 editorContainerCssClass: function computeEditorContainerCssClass() {CODE
LOW…mentconnector/assets/js/richeditordocumentconnector.js270 externalToolbarEventBusObj: function computeExternalToolbarEventBusObj() {CODE
LOW…mentconnector/assets/js/richeditordocumentconnector.js283 hasExternalToolbar: function computeHasExternalToolbar() {CODE
LOW…mentconnector/assets/js/richeditordocumentconnector.js463 triggerEditorButtonClick: function triggerEditorCommandClick($button) {CODE
LOW…mentconnector/assets/js/richeditordocumentconnector.js543 onResizingHandleMouseDown: function onResizingHandleMouseDown() {CODE
LOW…itordocumentconnector/assets/js/formwidgetconnector.js61 externalToolbarBus: function computeExternalToolbarAppState() {CODE
LOW…itordocumentconnector/assets/js/formwidgetconnector.js65 toolbarExtensionPointProxy: function computeToolbarExtensionPointProxy() {CODE
LOW…itordocumentconnector/assets/js/formwidgetconnector.js78 hasExternalToolbar: function computeHasExternalToolbar() {CODE
LOW…backend/vuecomponents/inspector/assets/js/inspector.js54 inspectorPreferences: function computeInspectorPreferences() {CODE
LOW…uecomponents/inspector/assets/js/control-objectlist.js86 shouldSkipInspectorValidation: function shouldSkipInspectorValidation() {CODE
LOW…nd/vuecomponents/inspector/assets/js/control-object.js69 shouldSkipInspectorValidation: function shouldSkipInspectorValidation() {CODE
LOW…ckend/vuecomponents/inspector/assets/js/control-set.js53 nestedControlProperties: function computeNestedControlProperties() {CODE
LOW…uecomponents/inspector/assets/js/control-table-head.js36 columnsWidthStorageKey: function computeColumnsWidthStorageKey() {CODE
LOW…end/vuecomponents/inspector/assets/js/control-table.js33 tableConfiguration: function computeTableConfiguration() {CODE
LOW…kend/vuecomponents/inspector/assets/js/control-text.js102 'splitterData.position': function onSplitterPositionChanged() {CODE
LOW…kend/vuecomponents/inspector/assets/js/control-text.js118 'layoutUpdateData.updateValue': function onLayoutUpdateValueChanged() {CODE
LOW…backend/vuecomponents/inspector/assets/js/grouphost.js48 groupedControls: function computeGroupedUntabbedControls() {CODE
LOW…ackend/vuecomponents/inspector/assets/js/host-modal.js107 function beforeApplyPromiseResolve(result) {CODE
LOW…les/backend/vuecomponents/inspector/assets/js/group.js58 expandStatusStorageKey: function computeExpandStatusStorageKey() {CODE
LOW…d/vuecomponents/inspector/assets/js/controlhost-row.js116 showExternalParamEditor: function computeShowExternalParamEditor() {CODE
LOW…d/vuecomponents/inspector/assets/js/controlhost-row.js153 toggleExternalParamEditor: function toggleExternalParamEditor() {CODE
LOW…es/backend/vuecomponents/treeview/assets/js/section.js54 hasCreateMenuItems: function computeHasCreateMenuItems() {CODE
LOW…ackend/vuecomponents/treeview/assets/js/quickaccess.js27 searchQueryTrimmed: function computeSearchQueryTrimmed() {CODE
LOW…dules/backend/vuecomponents/treeview/assets/js/node.js314 labelContainerCssClass: function computeLabelContainerCssClass() {CODE
LOW…dules/backend/vuecomponents/treeview/assets/js/node.js367 dragAndDropSortable: function computeIsDragAndDropSortable() {CODE
LOW…dules/backend/vuecomponents/treeview/assets/js/node.js371 dragAndDropMovable: function computeIsDragAndDropSortable() {CODE
LOW…dules/backend/vuecomponents/treeview/assets/js/node.js375 dragAndDropCustom: function computeIsDragAndDropSortable() {CODE
LOW…dules/backend/vuecomponents/treeview/assets/js/node.js379 dragAndDropCustomExternal: function computeIsDragAndDropSortable() {CODE
LOW…end/vuecomponents/document/assets/js/toolbar-button.js68 menuTriggerCssClass: function computeMenuTriggerCssClass() {CODE
LOW…es/backend/vuecomponents/document/assets/js/toolbar.js45 scrollableElements: function computeScrollableElements() {CODE
LOW…es/backend/vuecomponents/document/assets/js/toolbar.js51 fixedRightElements: function computeFixedRightElements() {CODE
LOW…ocumentmarkdowneditor/assets/js/formwidgetconnector.js43 externalToolbarBus: function computeExternalToolbarAppState() {CODE
LOW…ocumentmarkdowneditor/assets/js/formwidgetconnector.js47 toolbarExtensionPointProxy: function computeToolbarExtensionPointProxy() {CODE
LOW…ocumentmarkdowneditor/assets/js/formwidgetconnector.js60 hasExternalToolbar: function computeHasExternalToolbar() {CODE
LOW…mentmarkdowneditor/assets/js/documentmarkdowneditor.js267 externalToolbarEventBusObj: function computeExternalToolbarEventBusObj() {CODE
LOW…mentmarkdowneditor/assets/js/documentmarkdowneditor.js280 hasExternalToolbar: function computeHasExternalToolbar() {CODE
LOWmodules/backend/vuecomponents/modal/assets/js/modal.js147 contentCssClassName: function computeContentCssClassName() {CODE
LOWmodules/backend/classes/FormField.php339 public function getCallableMethodFromValue($value): ?arrayCODE
LOWmodules/backend/classes/FormField.php420 protected function resolveModelAttributeInternal($model, $attribute = null, $options = [])CODE
LOWmodules/backend/classes/FormField.php527 protected function getOptionsFromModelAsString($model, string $methodName, $data)CODE
LOWmodules/backend/classes/FormField.php559 protected function getOptionsFromModelAsDefault($model, $data)CODE
LOWmodules/backend/classes/FilterScope.php47 protected function getOptionsFromModelAsString($model, string $methodName)CODE
LOWmodules/backend/classes/NavigationManager.php460 public function listMainMenuItemsWithSubitems()CODE
LOWmodules/backend/classes/SettingsController.php36 protected function findSettingsContextFromClass()CODE
LOWmodules/backend/classes/LoginCustomization.php16 public static function getCustomizationVariables($controller)CODE
LOW…end/classes/navigationmanager/HasNavigationContext.php151 public function registerContextSidenavPartial($owner, $mainMenuItemCode, $partial)CODE
LOWmodules/backend/tests/classes/RoleManagerTest.php85 public function testRegisterAdditionalTab()CODE
LOWmodules/backend/tests/classes/RoleManagerTest.php130 public function testCannotRemovePermissionsBeforeLoaded()CODE
532 more matches not shown…
Decorative Section Separators162 hits · 486 pts
SeverityFileLineSnippetContext
MEDIUMmodules/backend/models/userrole/fields.yaml1# ===================================COMMENT
MEDIUMmodules/backend/models/userrole/fields.yaml3# ===================================COMMENT
MEDIUMmodules/backend/models/userrole/columns.yaml1# ===================================COMMENT
MEDIUMmodules/backend/models/userrole/columns.yaml3# ===================================COMMENT
MEDIUMmodules/backend/models/usergroup/fields.yaml1# ===================================COMMENT
MEDIUMmodules/backend/models/usergroup/fields.yaml3# ===================================COMMENT
MEDIUMmodules/backend/models/usergroup/columns.yaml1# ===================================COMMENT
MEDIUMmodules/backend/models/usergroup/columns.yaml3# ===================================COMMENT
MEDIUMmodules/backend/models/user/scopes.yaml1# ===================================COMMENT
MEDIUMmodules/backend/models/user/scopes.yaml3# ===================================COMMENT
MEDIUMmodules/backend/models/user/fields.yaml1# ===================================COMMENT
MEDIUMmodules/backend/models/user/fields.yaml3# ===================================COMMENT
MEDIUMmodules/backend/models/user/columns.yaml1# ===================================COMMENT
MEDIUMmodules/backend/models/user/columns.yaml3# ===================================COMMENT
MEDIUMmodules/backend/models/editorsetting/fields.yaml1# ===================================COMMENT
MEDIUMmodules/backend/models/editorsetting/fields.yaml3# ===================================COMMENT
MEDIUMmodules/backend/models/preference/fields.yaml1# ===================================COMMENT
MEDIUMmodules/backend/models/preference/fields.yaml3# ===================================COMMENT
MEDIUMmodules/backend/models/accesslog/scopes.yaml1# ===================================COMMENT
MEDIUMmodules/backend/models/accesslog/scopes.yaml3# ===================================COMMENT
MEDIUMmodules/backend/models/accesslog/columns.yaml1# ===================================COMMENT
MEDIUMmodules/backend/models/accesslog/columns.yaml3# ===================================COMMENT
MEDIUM…ors/importexportcontroller/partials/fields_export.yaml1# ===================================COMMENT
MEDIUM…ors/importexportcontroller/partials/fields_export.yaml3# ===================================COMMENT
MEDIUM…ors/importexportcontroller/partials/fields_import.yaml1# ===================================COMMENT
MEDIUM…ors/importexportcontroller/partials/fields_import.yaml3# ===================================COMMENT
MEDIUMmodules/backend/controllers/userroles/config_list.yaml1# ===================================COMMENT
MEDIUMmodules/backend/controllers/userroles/config_list.yaml3# ===================================COMMENT
MEDIUMmodules/backend/controllers/userroles/config_form.yaml1# ===================================COMMENT
MEDIUMmodules/backend/controllers/userroles/config_form.yaml3# ===================================COMMENT
MEDIUM…dules/backend/controllers/preferences/config_form.yaml1# ===================================COMMENT
MEDIUM…dules/backend/controllers/preferences/config_form.yaml3# ===================================COMMENT
MEDIUMmodules/backend/controllers/usergroups/config_list.yaml1# ===================================COMMENT
MEDIUMmodules/backend/controllers/usergroups/config_list.yaml3# ===================================COMMENT
MEDIUMmodules/backend/controllers/usergroups/config_form.yaml1# ===================================COMMENT
MEDIUMmodules/backend/controllers/usergroups/config_form.yaml3# ===================================COMMENT
MEDIUM…es/backend/controllers/usergroups/config_relation.yaml1# ===================================COMMENT
MEDIUM…es/backend/controllers/usergroups/config_relation.yaml3# ===================================COMMENT
MEDIUMmodules/backend/controllers/users/config_list.yaml1# ===================================COMMENT
MEDIUMmodules/backend/controllers/users/config_list.yaml3# ===================================COMMENT
MEDIUMmodules/backend/controllers/users/config_form.yaml1# ===================================COMMENT
MEDIUMmodules/backend/controllers/users/config_form.yaml3# ===================================COMMENT
MEDIUMmodules/backend/controllers/accesslogs/config_list.yaml1# ===================================COMMENT
MEDIUMmodules/backend/controllers/accesslogs/config_list.yaml3# ===================================COMMENT
MEDIUMmodules/tailor/controllers/globals/config_form.yaml1# ===================================COMMENT
MEDIUMmodules/tailor/controllers/globals/config_form.yaml3# ===================================COMMENT
MEDIUMmodules/tailor/controllers/entries/config_list.yaml1# ===================================COMMENT
MEDIUMmodules/tailor/controllers/entries/config_list.yaml3# ===================================COMMENT
MEDIUMmodules/tailor/controllers/entries/config_form.yaml1# ===================================COMMENT
MEDIUMmodules/tailor/controllers/entries/config_form.yaml3# ===================================COMMENT
MEDIUM…ilor/controllers/bulkactions/config_import_export.yaml1# ===================================COMMENT
MEDIUM…ilor/controllers/bulkactions/config_import_export.yaml3# ===================================COMMENT
MEDIUMmodules/dashboard/models/dashboardsetting/fields.yaml1# ===================================COMMENT
MEDIUMmodules/dashboard/models/dashboardsetting/fields.yaml3# ===================================COMMENT
MEDIUM…shboard/controllers/dashboardsettings/config_form.yaml1# ===================================COMMENT
MEDIUM…shboard/controllers/dashboardsettings/config_form.yaml3# ===================================COMMENT
MEDIUM…ules/dashboard/controllers/dashboards/config_list.yaml1# ===================================COMMENT
MEDIUM…ules/dashboard/controllers/dashboards/config_list.yaml3# ===================================COMMENT
MEDIUM…ules/dashboard/controllers/dashboards/config_form.yaml1# ===================================COMMENT
MEDIUM…ules/dashboard/controllers/dashboards/config_form.yaml3# ===================================COMMENT
102 more matches not shown…
Fake / Example Data102 hits · 103 pts
SeverityFileLineSnippetContext
LOW…ecomponents/inspector/assets/js/control-mediafinder.js29 'placeholder': utils.isValueEmpty(this.value)CODE
LOW…inspector/partials/_control-stringlistautocomplete.php5 :class="{'placeholder': isPlaceholder}"CODE
LOW…omponents/inspector/partials/_control-autocomplete.php11 :placeholder="placeholder"CODE
LOWmodules/backend/formwidgets/TagList.php90 'placeholder'CODE
LOWmodules/backend/formwidgets/TagList.php143 $this->vars['placeholder'] = $this->placeholder;CODE
LOWmodules/backend/formwidgets/DataTable.php278 $placeholder = $this->formField->getConfig('placeholder', false);CODE
LOW…/backend/formwidgets/richeditor/assets/js/build-min.js1!function(e){var t=function(n,o){this.id=++e.FE.ID;var r={};o&&o.documentReady&&(r.toolbarButtons=["fullscreen","undo","CODE
LOW…backend/formwidgets/richeditor/assets/js/richeditor.js204 var placeholder = this.$textarea.attr('placeholder');CODE
LOW…undation/controls/inspector/inspector.editor.string.js29 editor.setAttribute('placeholder', placeholder)CODE
LOW…foundation/controls/inspector/inspector.editor.text.js74 $textarea.attr('placeholder', this.propertyDefinition.placeholder)CODE
LOW…on/controls/inspector/inspector.editor.autocomplete.js35 editor.setAttribute('placeholder', placeholder);CODE
LOW…tion/controls/inspector/inspector.editor.stringlist.js54 $textarea.attr('placeholder', this.propertyDefinition.placeholder)CODE
LOW…dation/controls/inspector/inspector.editor.checkbox.js39 editor.setAttribute('placeholder', 'placeholder');CODE
LOW…dules/backend/assets/foundation/scripts/drag/README.md147- `placeholder`: Template for the placeholder. Can be any valid jQuery input e.g. a string, a DOM element. The placeholdCODE
LOWmodules/backend/helpers/Inspector.php74 'placeholder',CODE
LOWmodules/backend/widgets/Search.php108 $this->vars['placeholder'] = Lang::get($this->prompt);CODE
LOWmodules/tailor/models/entryrecord/HasCoreModifiers.php32 'placeholder',CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json295 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json446 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json599 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json788 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json995 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json1265 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json1528 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json1858 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json2159 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json2555 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json2772 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json3085 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json3394 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json3778 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json3959 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json4162 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json4478 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json4719 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json4973 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json5124 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json5338 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json5519 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json5716 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json5918 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json6115 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json6279 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json6430 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json6710 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json7066 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json7304 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json11254 "placeholder": {CODE
LOWmodules/tailor/assets/js/blueprint-yaml-schema.json11460 "placeholder": {CODE
LOWmodules/system/classes/uifactory/HasInputs.php30 'placeholder',CODE
LOW…dules/system/classes/presetmanager/icons-phosphor.json897 "placeholder",CODE
LOWmodules/system/lang/sl/lang.php156 'paragraph' => 'To je odstavek, ki vsebuje Lorem Ipsum tekst in povezavo. Cumque dicta <a>doloremque eaque</a>, enCODE
LOWmodules/system/lang/sk/lang.php158 'paragraph' => 'Tento odstavec obsahuje Lorem Ipsum a link. Cumque dicta <a>doloremque eaque</a>, enim error laborCODE
LOWmodules/system/lang/pl/lang.php119 'paragraph' => 'To jest paragraf wypełniony Lorem Ipsum oraz linkiem. Cumque dicta <a>doloremque eaque</a>, enim eCODE
LOWmodules/system/lang/vn/lang.php209 'paragraph' => 'Đây là một đoạn văn chứa Lorem Ipsum và một liên kết. Cumque dicta <a>doloremque eaque</a>, enim eCODE
LOWmodules/system/lang/ca/lang.php109 'paragraph' => 'Això és un paràgraf amb Lorem Ipsum i un enllaç. Cumque dicta <a>doloremque eaque</a>, enim error CODE
LOWmodules/system/lang/ru/lang.php192 'paragraph' => 'Это абзац, содержит текст Lorem Ipsum и ссылку. Cumque dicta <a>doloremque eaque</a>, enim error lCODE
LOWmodules/system/lang/pt-br/lang.php193 'paragraph' => 'Este é um parágrafo preenchido com o Lorem Ipsum e um link. Cumque dicta <a>doloremque eaque</a>, CODE
LOWmodules/system/lang/hu/lang.php146 'paragraph' => 'Ez egy bekezdés Lorem Ipsum szöveggel és hivatkozással. Cumque dicta <a>doloremque eaque</a>, enimCODE
LOWmodules/system/lang/nl/lang.php192 'paragraph' => 'Dit is een paragraaf gevuld met Lorem Ipsum en een link. Cumque dicta <a>doloremque eaque</a>, eniCODE
42 more matches not shown…
Over-Commented Block21 hits · 18 pts
SeverityFileLineSnippetContext
LOWmodules/backend/ServiceProvider.php61 // return [COMMENT
LOW…uecomponents/treeview/assets/js/classes/draganddrop.js421 this.$dragIndicator = $treeviewRoot.find('.drag-indicator');COMMENT
LOWmodules/backend/models/brandsetting/style_custom.less1//COMMENT
LOWmodules/backend/assets/css/backend/_vars.css21 --oc-link-hover-color: var(--bs-link-hover-color);COMMENT
LOW…es/backend/assets/less/core/mixins/mixins.utility.less1// UtilitiesCOMMENT
LOW…ckend/assets/less/core/variables/variables.zindex.less1//COMMENT
LOWmodules/backend/assets/less/controls/simplelist.less1//COMMENT
LOWmodules/backend/assets/less/controls/simplelist.less21// <li>COMMENT
LOWmodules/backend/assets/less/controls/simplelist.less41// <a href="#">COMMENT
LOW…dation/controls/inspector/inspector.datainteraction.js61COMMENT
LOW…/foundation/controls/inspector/inspector.editor.set.js281 }COMMENT
LOWmodules/dashboard/vuecomponents/Dashboard.php61 // $this->addJs('/modules/dashboard/assets/js/classes/DataSource.js', ['type' => 'module']);COMMENT
LOW…uecomponents/dashboard/assets/js/dashboard-selector.js61 // type: 'text',COMMENT
LOWmodules/system/assets/js/foundation.js261COMMENT
LOWmodules/system/assets/js/foundation.js281 // }COMMENT
LOWmodules/system/assets/js/foundation.js361COMMENT
LOWmodules/system/assets/js/foundation.js441 // Removes one or more text strings from the canvas text overlay.COMMENT
LOWmodules/system/assets/js/foundation.js3861 // either the original selector with which you call the plugin must only match the top containers,COMMENT
LOWmodules/system/assets/js/foundation.js3881 // This option can be used to prevent unwanted drags when clicking on an element.COMMENT
LOWmodules/system/assets/js/foundation.js10301 SetEditor.prototype.isGroupedEditor = function() {COMMENT
LOWmodules/cms/tests/classes/ControllerTest.php481 // Testing case sensitivityCOMMENT
AI Slop Vocabulary2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUM…/backend/formwidgets/richeditor/assets/js/build-min.js1!function(e){var t=function(n,o){this.id=++e.FE.ID;var r={};o&&o.documentReady&&(r.toolbarButtons=["fullscreen","undo","CODE
MEDIUM…/backend/formwidgets/richeditor/assets/js/build-min.js1!function(e){var t=function(n,o){this.id=++e.FE.ID;var r={};o&&o.documentReady&&(r.toolbarButtons=["fullscreen","undo","CODE
Overly Generic Function Names1 hit · 1 pts
SeverityFileLineSnippetContext
LOWmodules/system/assets/js/foundation.js1030 function processData() {CODE