Web Desktop Operating System for low power platforms, Now written in Go!
This report presents the forensic synthetic code analysis of tobychui/arozos, a JavaScript project with 2,916 GitHub stars. SynthScan v2.0 examined 1,050,429 lines of code across 1917 source files, recording 1744 pattern matches distributed across 16 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).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
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.
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.
The scanner identified 1744 distinct pattern matches across 16 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | scripts/check-conventions.sh | 4 | # ===================================== | COMMENT |
| MEDIUM | src/cast.go | 158 | // ── Sweep goroutine ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/locale.go | 46 | // ── 1. Collect all JSON file paths (root + one level of sub-dirs) ────────── | COMMENT |
| MEDIUM | src/locale.go | 69 | // ── 2. Parse file_explorer.json to get the baseline language set ──────────── | COMMENT |
| MEDIUM | src/locale.go | 115 | // ── 4. Build sorted language list ────────────────────────────────────────── | COMMENT |
| MEDIUM | src/locale.go | 138 | // ── 5. Build sorted contributors list ────────────────────────────────────── | COMMENT |
| MEDIUM | src/web/desktop.html | 4438 | // ── List-menu app drag → create shortcut at drop location ────────────── | COMMENT |
| MEDIUM | src/web/desktop.html | 4460 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/web/Musicify/index.html | 823 | // ─── Global helpers (must be defined before Alpine evaluates templates) ─────── | COMMENT |
| MEDIUM | src/web/Musicify/embedded.html | 270 | // ── Startup ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/web/Musicify/embedded.html | 311 | // ── Folder / song-list loading ──────────────────────────────────── | COMMENT |
| MEDIUM | src/web/Musicify/embedded.html | 365 | // ── Player meta ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/web/Musicify/embedded.html | 425 | // ── Load & play a song ──────────────────────────────────────────── | COMMENT |
| MEDIUM | src/web/Musicify/embedded.html | 437 | // ── Navigation ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/web/Musicify/embedded.html | 470 | // ── Audio events ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/web/Musicify/embedded.html | 503 | // ── Seek ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/web/Musicify/embedded.html | 508 | // ── Volume ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/web/Musicify/embedded.html | 540 | // ── Play / Pause ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/web/Musicify/embedded.html | 546 | // ── Shuffle ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/web/Musicify/embedded.html | 567 | // ── Repeat ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/web/Musicify/embedded.html | 585 | // ── Song list toggle ────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/web/Musicify/embedded.html | 605 | // ── Open in Musicify ────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/web/Musicify/embedded.html | 620 | // ── Utilities ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 11 | // ─── Default cover art SVG (music note) ────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 17 | // ── Navigation ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 23 | // ── Folder Browser ────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 30 | // ── Artists ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 51 | // ── Recent ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 54 | // ── Playlists ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 63 | // ── Search ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 67 | // ── Player ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 83 | // ── Sleep Timer ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 91 | // ── Recently Played (localStorage) ─────────────────────────────────── | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 94 | // ── Track Info Panel ───────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 98 | // ── Now Playing full-screen overlay ────────────────────────────────── | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 105 | // ── Internal playback guard ────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 108 | // ── Helpers (accessible from Alpine template expressions) ───────────── | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 111 | // ── Transcode ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 117 | // ── Full Buffer Mode ───────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 121 | // ── Arozcast ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 137 | // ── Internal refs ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 140 | // ════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 142 | // ════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 402 | // ════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 404 | // ════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 413 | // ── Start the network scan immediately — never wait for cache ───── | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 1419 | // ════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 1421 | // ════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 1430 | // ════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | src/web/Musicify/musicify.js | 1432 | // ════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src/web/Musicify/musicify.js | 295 | // ════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src/web/Musicify/musicify.js | 297 | // ════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src/web/Musicify/musicify.js | 325 | // ════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src/web/Musicify/musicify.js | 327 | // ════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src/web/Musicify/musicify.js | 353 | // ════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src/web/Musicify/musicify.js | 355 | // ════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src/web/Musicify/musicify.js | 729 | // ════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src/web/Musicify/musicify.js | 731 | // ════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src/web/Musicify/musicify.js | 746 | // ════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src/web/Musicify/musicify.js | 748 | // ════════════════════════════════════════════════════════════════════ | COMMENT |
| 479 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | src/web/desktop.html | 7437 | function refreshSelectedFloatWindow(target, event){ | CODE |
| LOW⚡ | src/web/desktop.html | 7445 | function maximizeSelectedFloatWindow(target, event){ | CODE |
| LOW⚡ | src/web/desktop.html | 7453 | function minimizeSelectedFloatWindow(target, event){ | CODE |
| LOW⚡ | src/web/desktop.html | 7461 | function openSelectedFloatWindowInNewTab(){ | CODE |
| LOW | src/web/desktop.html | 1640 | function handleManualCheckReconnect(button){ | CODE |
| LOW | src/web/desktop.html | 1671 | function handleBackgroundTaskPauseToggle(oprid, btn=undefined, currentlyPaused=false){ | CODE |
| LOW | src/web/desktop.html | 1706 | function handleBackgroundTaskCancel(oprid, btn=undefined){ | CODE |
| LOW | src/web/desktop.html | 1730 | function updateBackgroundgTaskList(){ | CODE |
| LOW | src/web/desktop.html | 2002 | function initDesktopIconPreference() { | CODE |
| LOW | src/web/desktop.html | 2496 | function bringFloatWindowToFrontByFWB(object, event) { | CODE |
| LOW | src/web/desktop.html | 2541 | function checkIfFloatWindowOutsideWindowArea(targetFW, checkForCompletelyOutside=true){ | CODE |
| LOW | src/web/desktop.html | 3073 | function findFloatWindowButtonWithID(windowID) { | CODE |
| LOW | src/web/desktop.html | 3114 | function PinFloatWindowToTopMostMode(object){ | CODE |
| LOW | src/web/desktop.html | 3129 | function UnpinFloatWindowFromTopMostMode(object){ | CODE |
| LOW | src/web/desktop.html | 3390 | function resizeAllFloatWindowButtons() { | CODE |
| LOW | src/web/desktop.html | 3400 | function floatWindowLocationDuplicated(left, top) { | CODE |
| LOW | src/web/desktop.html | 3449 | function setFloatWindowResizePolicy(targetFWId, resizble = true) { | CODE |
| LOW | src/web/desktop.html | 3544 | function initBackgroundSwitchingAnimation() { | CODE |
| LOW | src/web/desktop.html | 3643 | function removeDesktopIconDuplicates(){ | CODE |
| LOW | src/web/desktop.html | 3931 | function selectAllLaunchIconInRange(minX, maxX, minY, maxY) { | CODE |
| LOW | src/web/desktop.html | 4265 | function attachDescriptionBoxEvents(){ | CODE |
| LOW | src/web/desktop.html | 4859 | function getModuleFromShortcutInfo(shortcutInfo) { | CODE |
| LOW | src/web/desktop.html | 4982 | function getObjectFromGridLocation(gx, gy){ | CODE |
| LOW | src/web/desktop.html | 4994 | function findClostestEmptyGridLocation(x, y){ | CODE |
| LOW | src/web/desktop.html | 6249 | function enableRenameOnLaunchIconObject(object) { | CODE |
| LOW | src/web/desktop.html | 6773 | function startFallbackThumbnailLoader(){ | CODE |
| LOW | src/web/desktop.html | 7315 | function broadcastDesktopThemeChange(theme){ | CODE |
| LOW | src/web/desktop.html | 7390 | function initUserDefinedThemeColor(){ | CODE |
| LOW⚡ | src/web/mobile.html | 1097 | function setFloatWindowResizePolicy(){} | CODE |
| LOW⚡ | src/web/mobile.html | 1099 | function setFloatWindowMinimizePolicy(){} | CODE |
| LOW⚡ | src/web/mobile.html | 1100 | function PinFloatWindowToTopMostMode(){} | CODE |
| LOW⚡ | src/web/mobile.html | 1101 | function UnpinFloatWindowFromTopMostMode(){} | CODE |
| LOW | src/web/Music/dexie.js | 538 | function reverseStoppableEventChain(f1, f2) { | CODE |
| LOW | src/web/Music/dexie.js | 1028 | function addPossiblyUnhandledError(promise) { | CODE |
| LOW | src/web/Music/dexie.js | 1197 | function nativeAwaitCompatibleWrap(fn, zone, possibleAwait, cleanup) { | CODE |
| LOW | src/web/Music/dexie.js | 1320 | function workaroundForUndefinedPrimKey(keyPath) { | CODE |
| LOW | src/web/Music/dexie.js | 2253 | function createCollectionConstructor(db) { | CODE |
| LOW | src/web/Music/dexie.js | 2641 | function createWhereClauseConstructor(db) { | CODE |
| LOW | src/web/Music/dexie.js | 2839 | function createTransactionConstructor(db) { | CODE |
| LOW | src/web/Music/dexie.js | 2930 | function getSinglePathKeyExtractor(keyPath) { | CODE |
| LOW | src/web/Music/dexie.js | 3563 | function adjustToExistingIndexNames(_a, schema, idbtrans) { | CODE |
| LOW | src/web/Music/dexie.js | 3917 | function createVirtualIndexMiddleware(down) { | CODE |
| LOW | src/web/Music/index.html | 879 | function initPlaylistInterfaceList(){ | CODE |
| LOW | src/web/Music/index.html | 1143 | function updatePlaybackDisplayTime(currentTime,duration){ | CODE |
| LOW | src/web/Music/index.html | 1674 | function isSupportedCachingAudioFormat(ext){ | CODE |
| LOW | src/web/Music/index.html | 1756 | function startPlaybackAfterAudioLoaded(audio, playAfterLoad=true){ | CODE |
| LOW | src/web/Music/index.html | 1866 | function addToPlaylistFromMoreMenu(){ | CODE |
| LOW | src/web/Music/index.html | 1873 | function removeFromPlylistFromMoreMenu(){ | CODE |
| LOW | src/web/Music/index.html | 1895 | function addSongToSelectedPlaylist(object){ | CODE |
| LOW | src/web/Music/index.html | 2039 | function updatePlayerThemeAndBackground(useDefault=true){ | CODE |
| LOW | src/web/Music/index.html | 2308 | function hookMoreFolderInfoClickEvent(){ | CODE |
| LOW | src/web/Music/index.html | 2761 | function getPageNumberByPlaybackId(id){ | CODE |
| LOW | src/web/Music/index.html | 2767 | function getPageStartAndEndByPageNumber(pageNumber, targetList){ | CODE |
| LOW | src/web/Music/embedded.html | 399 | function updatePlayingSongSelection(){ | CODE |
| LOW | src/web/Music/embedded.html | 574 | function updatePlayerThemeAndBackground(songPath){ | CODE |
| LOW⚡ | src/web/PDF Viewer/viewer.js | 3805 | function webViewerOptionalContentConfig(evt) { | CODE |
| LOW⚡ | src/web/PDF Viewer/viewer.js | 3809 | function webViewerSwitchScrollMode(evt) { | CODE |
| LOW⚡ | src/web/PDF Viewer/viewer.js | 3813 | function webViewerSwitchSpreadMode(evt) { | CODE |
| LOW⚡ | src/web/PDF Viewer/viewer.js | 3817 | function webViewerDocumentProperties() { | CODE |
| LOW | src/web/PDF Viewer/viewer.js | 542 | (function checkCanvasSizeLimitation() { | CODE |
| 655 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/web/Video/script/semantic/semantic.min.js | 11 | !function(p,h,v,b){p.site=p.fn.site=function(e){var s,l,i=(new Date).getTime(),o=[],t=e,n="string"==typeof t,c=[].slice. | CODE |
| LOW | src/web/Video/script/semantic/semantic.js | 953 | : $field.prop('placeholder') || settings.text.unspecifiedField | CODE |
| LOW | src/web/Video/script/semantic/semantic.js | 8196 | placeholderText : 'placeholder', | CODE |
| LOW | src/web/Video/script/semantic/semantic.js | 8953 | placeholder : 'placeholder', | CODE |
| LOW | src/web/Video/script/semantic/semantic.js | 9031 | html += '<img class="placeholder" src="' + image + '">'; | CODE |
| LOW | src/web/Video/script/semantic/semantic.js | 22504 | placeholder : 'placeholder', | CODE |
| LOW | src/web/Video/script/semantic/components/embed.js | 612 | placeholder : 'placeholder', | CODE |
| LOW | src/web/Video/script/semantic/components/embed.js | 690 | html += '<img class="placeholder" src="' + image + '">'; | CODE |
| LOW | src/web/Video/script/semantic/components/dropdown.js | 3811 | placeholderText : 'placeholder', | CODE |
| LOW | src/web/Video/script/semantic/components/video.min.js | 11 | !function(e,o,t,n){"use strict";e.fn.video=function(t){{var a,i=e(this),r=i.selector||"",l=(new Date).getTime(),c=[],u=a | CODE |
| LOW | src/web/Video/script/semantic/components/embed.min.js | 1 | !function(E,U,e,j){"use strict";U=void 0!==U&&U.Math==Math?U:"undefined"!=typeof self&&self.Math==Math?self:Function("re | CODE |
| LOW | src/web/Video/script/semantic/components/form.min.js | 1 | !function(T,e,D,O){"use strict";e=void 0!==e&&e.Math==Math?e:"undefined"!=typeof self&&self.Math==Math?self:Function("re | CODE |
| LOW | src/web/Video/script/semantic/components/video.js | 523 | + '<img class="placeholder" src="' + image + '">' | CODE |
| LOW | …c/web/Video/script/semantic/components/dropdown.min.js | 1 | !function(X,Y,G,J){"use strict";Y=void 0!==Y&&Y.Math==Math?Y:"undefined"!=typeof self&&self.Math==Math?self:Function("re | CODE |
| LOW | src/web/Video/script/semantic/components/form.js | 455 | : $field.prop('placeholder') || settings.text.unspecifiedField | CODE |
| LOW | src/web/Video/script/semantic/components/visibility.js | 1300 | placeholder : 'placeholder', | CODE |
| LOW | …web/Video/script/semantic/components/visibility.min.js | 1 | !function(O,z,A,w){"use strict";z=void 0!==z&&z.Math==Math?z:"undefined"!=typeof self&&self.Math==Math?self:Function("re | CODE |
| LOW | src/web/Calendar/locale/calendar.json | 88 | "placeholder": { | CODE |
| LOW | src/web/Calendar/locale/calendar.json | 179 | "placeholder": { | CODE |
| LOW | src/web/Calendar/locale/calendar.json | 270 | "placeholder": { | CODE |
| LOW | src/web/Calendar/locale/calendar.json | 361 | "placeholder": { | CODE |
| LOW | src/web/Calendar/locale/calendar.json | 452 | "placeholder": { | CODE |
| LOW | src/web/Calendar/locale/calendar.json | 543 | "placeholder": { | CODE |
| LOW | src/web/Zip File Manager/index.html | 313 | <div class="placeholder" id="placeholder"> | CODE |
| LOW⚡ | src/web/Zip File Manager/index.html | 522 | document.getElementById("placeholder").style.display = "none"; | CODE |
| LOW⚡ | src/web/Zip File Manager/index.html | 529 | var ph = document.getElementById("placeholder"); | CODE |
| LOW⚡ | src/web/Zip File Manager/index.html | 538 | var ph = document.getElementById("placeholder"); | CODE |
| LOW | src/web/SystemAO/locale/system_settings.json | 124 | "placeholder": {} | CODE |
| LOW | src/web/SystemAO/locale/system_settings.json | 245 | "placeholder": {} | CODE |
| LOW | src/web/SystemAO/locale/system_settings.json | 365 | "placeholder": {} | CODE |
| LOW | src/web/SystemAO/locale/system_settings.json | 485 | "placeholder": {} | CODE |
| LOW | src/web/SystemAO/locale/system_settings.json | 605 | "placeholder": {} | CODE |
| LOW | src/web/SystemAO/locale/file_share.json | 42 | "placeholder":{ | CODE |
| LOW | src/web/SystemAO/locale/file_share.json | 82 | "placeholder":{ | CODE |
| LOW | src/web/SystemAO/locale/file_share.json | 121 | "placeholder":{ | CODE |
| LOW | src/web/SystemAO/locale/file_share.json | 159 | "placeholder": {} | CODE |
| LOW | src/web/SystemAO/locale/file_share.json | 195 | "placeholder": {} | CODE |
| LOW | src/web/SystemAO/locale/file_share.json | 231 | "placeholder": {} | CODE |
| LOW | src/web/SystemAO/locale/disk_properties.json | 26 | "placeholder": {} | CODE |
| LOW | src/web/SystemAO/locale/disk_properties.json | 49 | "placeholder": {} | CODE |
| LOW | src/web/SystemAO/locale/disk_properties.json | 72 | "placeholder": {} | CODE |
| LOW | src/web/SystemAO/locale/disk_properties.json | 94 | "placeholder": {} | CODE |
| LOW | src/web/SystemAO/locale/disk_properties.json | 118 | "placeholder": {} | CODE |
| LOW | src/web/SystemAO/locale/disk_properties.json | 141 | "placeholder": {} | CODE |
| LOW | src/web/SystemAO/locale/personal_homepage.json | 26 | "placeholder": { | CODE |
| LOW | src/web/SystemAO/locale/personal_homepage.json | 51 | "placeholder": { | CODE |
| LOW | src/web/SystemAO/locale/personal_homepage.json | 76 | "placeholder": { | CODE |
| LOW | src/web/SystemAO/locale/personal_homepage.json | 101 | "placeholder": { | CODE |
| LOW | src/web/SystemAO/locale/personal_homepage.json | 126 | "placeholder": { | CODE |
| LOW | src/web/SystemAO/locale/personal_homepage.json | 151 | "placeholder": { | CODE |
| LOW | src/web/SystemAO/locale/file_selector.json | 36 | "placeholder":{ | CODE |
| LOW | src/web/SystemAO/locale/file_selector.json | 72 | "placeholder":{ | CODE |
| LOW | src/web/SystemAO/locale/file_selector.json | 108 | "placeholder":{ | CODE |
| LOW | src/web/SystemAO/locale/file_selector.json | 144 | "placeholder": { | CODE |
| LOW | src/web/SystemAO/locale/file_selector.json | 180 | "placeholder": { | CODE |
| LOW | src/web/SystemAO/locale/file_selector.json | 216 | "placeholder": { | CODE |
| LOW | src/web/SystemAO/locale/file_versions.json | 28 | "placeholder": {} | CODE |
| LOW | src/web/SystemAO/locale/file_versions.json | 53 | "placeholder": {} | CODE |
| LOW | src/web/SystemAO/locale/file_versions.json | 77 | "placeholder": {} | CODE |
| LOW | src/web/SystemAO/locale/file_versions.json | 102 | "placeholder": {} | CODE |
| 284 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | src/web/Video/script/DPlayer.min.js | 1 | !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.am | CODE |
| CRITICAL | src/web/Video/script/semantic/semantic.min.js | 11 | !function(p,h,v,b){p.site=p.fn.site=function(e){var s,l,i=(new Date).getTime(),o=[],t=e,n="string"==typeof t,c=[].slice. | CODE |
| CRITICAL | src/web/Video/script/semantic/semantic.js | 1846 | return $.fn.form.settings.regExp.email.test(value); | CODE |
| CRITICAL | src/web/Video/script/semantic/semantic.js | 1851 | return $.fn.form.settings.regExp.url.test(value); | CODE |
| CRITICAL | src/web/Video/script/semantic/semantic.js | 1911 | return $.fn.form.settings.regExp.decimal.test(value); | CODE |
| CRITICAL | src/web/Video/script/semantic/semantic.js | 1916 | return $.fn.form.settings.regExp.number.test(value); | CODE |
| CRITICAL | src/web/Video/script/semantic/components/form.min.js | 1 | !function(T,e,D,O){"use strict";e=void 0!==e&&e.Math==Math?e:"undefined"!=typeof self&&self.Math==Math?self:Function("re | CODE |
| CRITICAL | src/web/Video/script/semantic/components/form.js | 1348 | return $.fn.form.settings.regExp.email.test(value); | CODE |
| CRITICAL | src/web/Video/script/semantic/components/form.js | 1353 | return $.fn.form.settings.regExp.url.test(value); | CODE |
| CRITICAL | src/web/Video/script/semantic/components/form.js | 1413 | return $.fn.form.settings.regExp.decimal.test(value); | CODE |
| CRITICAL | src/web/Video/script/semantic/components/form.js | 1418 | return $.fn.form.settings.regExp.number.test(value); | CODE |
| CRITICAL | src/web/Video/script/semantic/components/rating.min.js | 1 | !function(C,e,n,T){"use strict";e=void 0!==e&&e.Math==Math?e:"undefined"!=typeof self&&self.Math==Math?self:Function("re | CODE |
| CRITICAL | src/web/OnScreenKeyboard/onscreenkeyboard.js | 38 | if (text == "\n" && parent.window.ime.focus.tagName.toLowerCase() == "input"){ | CODE |
| CRITICAL | src/web/script/jquery.min.js | 2 | !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):f | CODE |
| CRITICAL | src/web/script/semantic/semantic.min.js | 11 | !function(p,h,v,b){p.site=p.fn.site=function(e){var s,l,i=(new Date).getTime(),o=[],t=e,n="string"==typeof t,c=[].slice. | CODE |
| CRITICAL | src/web/script/semantic/semantic.js | 1846 | return $.fn.form.settings.regExp.email.test(value); | CODE |
| CRITICAL | src/web/script/semantic/semantic.js | 1851 | return $.fn.form.settings.regExp.url.test(value); | CODE |
| CRITICAL | src/web/script/semantic/semantic.js | 1911 | return $.fn.form.settings.regExp.decimal.test(value); | CODE |
| CRITICAL | src/web/script/semantic/semantic.js | 1916 | return $.fn.form.settings.regExp.number.test(value); | CODE |
| CRITICAL | src/web/script/semantic/components/form.min.js | 1 | !function(T,e,D,O){"use strict";e=void 0!==e&&e.Math==Math?e:"undefined"!=typeof self&&self.Math==Math?self:Function("re | CODE |
| CRITICAL | src/web/script/semantic/components/form.js | 1348 | return $.fn.form.settings.regExp.email.test(value); | CODE |
| CRITICAL | src/web/script/semantic/components/form.js | 1353 | return $.fn.form.settings.regExp.url.test(value); | CODE |
| CRITICAL | src/web/script/semantic/components/form.js | 1413 | return $.fn.form.settings.regExp.decimal.test(value); | CODE |
| CRITICAL | src/web/script/semantic/components/form.js | 1418 | return $.fn.form.settings.regExp.number.test(value); | CODE |
| CRITICAL | src/web/script/semantic/components/rating.min.js | 1 | !function(C,e,n,T){"use strict";e=void 0!==e&&e.Math==Math?e:"undefined"!=typeof self&&self.Math==Math?self:Function("re | CODE |
| CRITICAL | src/web/OfficeViewer/include/jquery_ui/jquery-ui.min.js | 6 | (function(t){"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)})(function(t){function e(t){for(var e= | CODE |
| CRITICAL | src/web/OfficeViewer/include/jquery/jquery-3.3.1.min.js | 2 | !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):f | CODE |
| CRITICAL | …c/web/OfficeViewer/include/jquery/jquery-1.12.4.min.js | 4 | marginLeft:0},function(){return a.getBoundingClientRect().left}):0))+"px":void 0}),n.each({margin:"",padding:"",border:" | CODE |
| CRITICAL | src/web/OfficeViewer/include/PPTXjs/js/nv.d3.min.js | 3 | !function(){var a={};a.dev=!1,a.tooltip=a.tooltip||{},a.utils=a.utils||{},a.models=a.models||{},a.charts={},a.logs={},a. | CODE |
| CRITICAL⚡ | …/OfficeViewer/include/SheetJS/handsontable.full.min.js | 29 | !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.am | CODE |
| CRITICAL⚡ | …/OfficeViewer/include/SheetJS/handsontable.full.min.js | 36 | (function(){"use strict";function i(e){this._value=e}function s(e){return 0===e?1:Math.floor(Math.log(Math.abs(e))/Math. | CODE |
| CRITICAL⚡ | …/OfficeViewer/include/SheetJS/handsontable.full.min.js | 41 | !function(t,o){"use strict";var r;try{r=n(41)}catch(e){}e.exports=o(r)}(0,function(e){"use strict";var t="function"==typ | CODE |
| CRITICAL | …c/web/NotepadA/ace/src-noconflict/worker-javascript.js | 4477 | state.tokens.curr.left.destructAssign.forEach(function(t) { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/index.html | 461 | </li> | COMMENT |
| LOW | scripts/check-conventions.sh | 1 | #!/bin/sh | COMMENT |
| LOW | …e Studio/script/monaco/vs/basic-languages/html/html.js | 181 | // <!---- | COMMENT |
| LOW | …e Studio/script/monaco/vs/basic-languages/html/html.js | 201 | // </script> | COMMENT |
| LOW | …ode Studio/script/monaco/vs/basic-languages/php/php.js | 281 | }); | COMMENT |
| LOW | …ode Studio/script/monaco/vs/basic-languages/php/php.js | 301 | // <title <?=''?>>Example page</title> | COMMENT |
| LOW | …ode Studio/script/monaco/vs/basic-languages/php/php.js | 321 | // <? } ?> | COMMENT |
| LOW | …ode Studio/script/monaco/vs/basic-languages/php/php.js | 341 | // "kh", "kc", "kd", "ks"); | COMMENT |
| LOW | …ode Studio/script/monaco/vs/basic-languages/php/php.js | 361 | // print("Uncut Point: <strong>$deck[$index]</strong> "); | COMMENT |
| LOW | …Code Studio/script/monaco/vs/base/worker/workerMain.js | 2801 | var reversePoints = new Int32Array(numDiagonals); | COMMENT |
| LOW | …Code Studio/script/monaco/vs/base/worker/workerMain.js | 2821 | // Remember if we quit early, and thus need to do a best-effort result instead of a real result. | COMMENT |
| LOW | …Code Studio/script/monaco/vs/base/worker/workerMain.js | 5401 | for (i = 0; i < len; i++) { | COMMENT |
| LOW | …Code Studio/script/monaco/vs/base/worker/workerMain.js | 5541 | // 3100 — 312F Bopomofo | COMMENT |
| LOW | src/web/OfficeViewer/include/jquery_ui/jquery-ui.js | 8041 | // Some browsers only repeat keydown events, not keypress events, | COMMENT |
| LOW | src/web/OfficeViewer/include/SheetJS/del/js/shim.js | 141 | // b. Let kPresent be the result of calling the HasProperty internal method of O with argument Pk. | COMMENT |
| LOW | src/web/NotepadA/FloatWindow.js | 1 | //FloatWindow.js | COMMENT |
| LOW | src/system/disk/smart/win/drivedb.h | 921 | "-v 192,raw48,Unexpect_Power_Loss_Ct " | COMMENT |
| LOW | src/system/disk/smart/win/drivedb.h | 1001 | //"-v 176,raw48,Erase_Fail_Count_Chip " | COMMENT |
| LOW | src/system/disk/smart/win/drivedb.h | 1021 | "-v 242,raw48,Host_Reads_32MiB " | COMMENT |
| LOW | src/system/disk/smart/win/drivedb.h | 1621 | "KINGSTON SUV400S37A?(120|240|480|960)G", // KINGSTON SUV400S37120G/0C3J96R9, | COMMENT |
| LOW | src/system/disk/smart/win/drivedb.h | 1721 | // PLEXTOR PX-256M6S+/1.00 | COMMENT |
| LOW | src/system/disk/smart/win/drivedb.h | 1741 | //"-v 183,raw48,Runtime_Bad_Block " // M6S/1.03 | COMMENT |
| LOW | src/system/disk/smart/win/drivedb.h | 1761 | // SAMSUNG SSD SM841N 2.5 7mm 128GB/DXM03D0Q, SAMSUNG SSD SM841N mSATA 256GB SED/DXM45D6Q | COMMENT |
| LOW | src/system/disk/smart/win/drivedb.h | 1821 | "-v 173,raw48,Wear_Leveling_Count " // CM871 | COMMENT |
| LOW | src/system/disk/smart/win/drivedb.h | 2701 | //"-v 178,raw48,Used_Rsvd_Blk_Cnt_Chip " | COMMENT |
| LOW | src/mod/network/reverseproxy/reverse.go | 21 | defaultTimeout = time.Minute * 5 | COMMENT |
| LOW | src/mod/network/reverseproxy/README.md | 61 | // if r.Method == "CONNECT" { | COMMENT |
| LOW | src/mod/network/webdav/xml.go | 21 | // were encoded. Such changes were introduced in the Go 1.5 cycle, but were | COMMENT |
| LOW | src/mod/network/webdav/xml.go | 301 | // multistatus response. | COMMENT |
| LOW | src/mod/network/webdav/prop.go | 21 | // Proppatch describes a property update instruction as defined in RFC 4918. | COMMENT |
| LOW | src/mod/network/webdav/prop.go | 81 | // There is a whitelist of the names of live properties. This package handles | COMMENT |
| LOW | src/mod/network/webdav/prop.go | 381 | COMMENT | |
| LOW | src/mod/network/webdav/lock.go | 41 | // gives exclusive access to all of the named resources. Up to two resources | COMMENT |
| LOW | src/mod/network/webdav/lock.go | 61 | // write a "500 Internal Server Error" HTTP status. | COMMENT |
| LOW | src/mod/network/webdav/lock.go | 81 | COMMENT | |
| LOW | src/mod/network/webdav/file.go | 21 | // slashClean is equivalent to but slightly more efficient than | COMMENT |
| LOW | src/mod/network/webdav/file.go | 141 | COMMENT | |
| LOW | src/mod/network/webdav/litmus_test_server.go | 61 | // http.Handle("/", h) | COMMENT |
| LOW | src/mod/network/webdav/internal/xml/example_test.go | 81 | // <name> | COMMENT |
| LOW | src/mod/network/webdav/internal/xml/example_test.go | 141 | fmt.Printf("Email: %v\n", v.Email) | COMMENT |
| LOW | src/mod/network/webdav/internal/xml/marshal.go | 21 | // it is provided as a convenience. | COMMENT |
| LOW | src/mod/network/webdav/internal/xml/marshal.go | 41 | // The XML element for a struct contains marshalled elements for each of the | COMMENT |
| LOW | src/mod/network/webdav/internal/xml/marshal.go | 61 | // value were part of the outer struct. | COMMENT |
| LOW | src/mod/network/webdav/internal/xml/marshal.go | 81 | // MarshalXML encodes the receiver as zero or more XML elements. | COMMENT |
| LOW | src/mod/network/webdav/internal/xml/marshal.go | 101 | // MarshalXMLAttr returns an XML attribute with the encoded value of the receiver. | COMMENT |
| LOW | src/mod/network/webdav/internal/xml/marshal.go | 181 | COMMENT | |
| LOW | src/mod/network/webdav/internal/xml/marshal.go | 381 | // probably because the element has an empty | COMMENT |
| LOW | src/mod/network/webdav/internal/xml/xml.go | 161 | return v.Copy() | COMMENT |
| LOW | src/mod/network/webdav/internal/xml/xml.go | 181 | // d.Strict = false; | COMMENT |
| LOW | src/mod/network/webdav/internal/xml/xml.go | 201 | // "lt": "<", | COMMENT |
| LOW | src/mod/network/webdav/internal/xml/xml.go | 241 | ns: make(map[string]string), | COMMENT |
| LOW | src/mod/network/webdav/internal/xml/xml.go | 261 | // Token guarantees that the StartElement and EndElement | COMMENT |
| LOW | src/mod/network/webdav/internal/xml/read.go | 21 | // See package json for a textual representation more suitable | COMMENT |
| LOW | src/mod/network/webdav/internal/xml/read.go | 41 | // | COMMENT |
| LOW | src/mod/network/webdav/internal/xml/read.go | 61 | // the first struct field that has tag ",comment". The struct | COMMENT |
| LOW | src/mod/network/webdav/internal/xml/read.go | 81 | // - If the XML element contains a sub-element that hasn't matched any | COMMENT |
| LOW | src/mod/network/webdav/internal/xml/read.go | 101 | // setting it to the boolean value represented by the string. | COMMENT |
| LOW | src/mod/network/webdav/internal/xml/read.go | 141 | // an XML element description of themselves. | COMMENT |
| LOW | src/mod/network/dynamicproxy/dpcore/dpcore.go | 21 | const ( | COMMENT |
| LOW | src/mod/network/dynamicproxy/dpcore/dpcore.go | 41 | // default is http.DefaultTransport. | COMMENT |
| 1 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | src/web/NotepadA/ace/src-noconflict/mode-python.js | 0 | string start regex : strpre + '"{3}', next : "qqstring3" }, { token : "string", // " string regex : strpre + '"(?=.)', n | STRING |
| HIGH | src/web/NotepadA/ace/src-noconflict/mode-pgsql.js | 0 | string start regex : strpre + '"{3}', next : "qqstring3" }, { token : "string", // " string regex : strpre + '"(?=.)', n | STRING |
| HIGH | src/web/NotepadA/ace/src-noconflict/mode-fortran.js | 0 | string start regex : strpre + '"{3}', next : "qqstring3" }, { token : "string", // " string regex : strpre + '"(?=.)', n | STRING |
| HIGH | …eb/NotepadA/ace/src-noconflict/mode-csound_document.js | 0 | string start regex : strpre + '"{3}', next : "qqstring3" }, { token : "string", // " string regex : strpre + '"(?=.)', n | STRING |
| HIGH | …b/NotepadA/ace/src-noconflict/mode-csound_orchestra.js | 0 | string start regex : strpre + '"{3}', next : "qqstring3" }, { token : "string", // " string regex : strpre + '"(?=.)', n | STRING |
| HIGH | src/web/NotepadA/ace/src-noconflict/mode-python.js | 0 | string end regex : '"{3}', next : "start" }, { defaulttoken : "string" } ], "qstring3" : [ { token : "constant.language. | STRING |
| HIGH | src/web/NotepadA/ace/src-noconflict/mode-pgsql.js | 0 | string end regex : '"{3}', next : "start" }, { defaulttoken : "string" } ], "qstring3" : [ { token : "constant.language. | STRING |
| HIGH | src/web/NotepadA/ace/src-noconflict/mode-fortran.js | 0 | string end regex : '"{3}', next : "start" }, { defaulttoken : "string" } ], "qstring3" : [ { token : "constant.language. | STRING |
| HIGH | …eb/NotepadA/ace/src-noconflict/mode-csound_document.js | 0 | string end regex : '"{3}', next : "start" }, { defaulttoken : "string" } ], "qstring3" : [ { token : "constant.language. | STRING |
| HIGH | …b/NotepadA/ace/src-noconflict/mode-csound_orchestra.js | 0 | string end regex : '"{3}', next : "start" }, { defaulttoken : "string" } ], "qstring3" : [ { token : "constant.language. | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …Code Studio/script/monaco/vs/language/html/htmlMode.js | 12070 | // but still return True as though you had | COMMENT |
| HIGH | …Code Studio/script/monaco/vs/language/html/htmlMode.js | 13745 | // but still return True as though you had | COMMENT |
| HIGH | …de Studio/script/monaco/vs/language/html/htmlWorker.js | 11997 | // but still return True as though you had | COMMENT |
| HIGH | …de Studio/script/monaco/vs/language/html/htmlWorker.js | 13672 | // but still return True as though you had | COMMENT |
| HIGH | src/web/NotepadA/ace/src-noconflict/snippets/sh.js | 13 | elif [[ ${1:condition} ]]; then\n\ | CODE |
| HIGH | src/web/NotepadA/ace/src-noconflict/snippets/python.js | 65 | elif ${1:condition}:\n\ | CODE |
| HIGH | src/web/NotepadA/ace/src-noconflict/snippets/python.js | 160 | elif option in (\"-v\", \"--verbose\"):\n\ | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …Code Studio/script/monaco/vs/language/html/htmlMode.js | 7100 | "description": "This enumerated attribute specifies how horizontal alignment of each column cell | CODE |
| MEDIUM | …Code Studio/script/monaco/vs/language/html/htmlMode.js | 7122 | "description": "This enumerated attribute specifies how horizontal alignment of each column cell | CODE |
| MEDIUM | …Code Studio/script/monaco/vs/language/html/htmlMode.js | 7141 | "description": "This enumerated attribute specifies how horizontal alignment of each cell conten | CODE |
| MEDIUM | …Code Studio/script/monaco/vs/language/html/htmlMode.js | 7160 | "description": "This enumerated attribute specifies how horizontal alignment of each cell conten | CODE |
| MEDIUM | …Code Studio/script/monaco/vs/language/html/htmlMode.js | 7179 | "description": "This enumerated attribute specifies how horizontal alignment of each cell conten | CODE |
| MEDIUM | …de Studio/script/monaco/vs/language/html/htmlWorker.js | 7027 | "description": "This enumerated attribute specifies how horizontal alignment of each column cell | CODE |
| MEDIUM | …de Studio/script/monaco/vs/language/html/htmlWorker.js | 7049 | "description": "This enumerated attribute specifies how horizontal alignment of each column cell | CODE |
| MEDIUM | …de Studio/script/monaco/vs/language/html/htmlWorker.js | 7068 | "description": "This enumerated attribute specifies how horizontal alignment of each cell conten | CODE |
| MEDIUM | …de Studio/script/monaco/vs/language/html/htmlWorker.js | 7087 | "description": "This enumerated attribute specifies how horizontal alignment of each cell conten | CODE |
| MEDIUM | …de Studio/script/monaco/vs/language/html/htmlWorker.js | 7106 | "description": "This enumerated attribute specifies how horizontal alignment of each cell conten | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | installer/install.sh | 32 | # Create the required folder structure to hold the installation | COMMENT |
| MEDIUM | src/web/NotepadA/ace/src-noconflict/snippets/java.js | 87 | ## Create a Method\n\ | COMMENT |
| MEDIUM | src/web/NotepadA/ace/src-noconflict/snippets/java.js | 91 | ## Create a Variable\n\ | COMMENT |
| MEDIUM | src/web/NotepadA/ace/src-noconflict/snippets/wollok.js | 41 | ## Create a Method\n\ | COMMENT |
| MEDIUM | src/web/NotepadA/ace/src-noconflict/snippets/edifact.js | 87 | ## Create a Method\n\ | COMMENT |
| MEDIUM | src/web/NotepadA/ace/src-noconflict/snippets/edifact.js | 91 | ## Create a Variable\n\ | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | src/web/FFmpeg Factory/index.html | 641 | // Step 1: apply system-wide theme immediately (same pattern as Notes app) | COMMENT |
| LOW⚡ | src/web/FFmpeg Factory/index.html | 645 | // Step 2: check for a per-app manual override and apply it on top | COMMENT |
| LOW⚡ | src/web/Notes/index.html | 768 | // Step 1: query system theme from server so detection works in both | COMMENT |
| LOW⚡ | src/web/Notes/index.html | 774 | // Step 2: load server-side metadata (notes list + saved theme pref) | COMMENT |
| LOW | src/web/OfficeViewer/include/jquery_ui/jquery-ui.js | 14321 | // IE sets focus asynchronously, so we need to check if focus | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | src/web/OfficeViewer/include/jquery_ui/jquery-ui.js | 10941 | // Format a name, short or long as requested | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | src/web/Photo/static/js/2.09744fc4.chunk.js | 2 | (this.webpackJsonpphoto=this.webpackJsonpphoto||[]).push([[2],[function(e,t,n){"use strict";e.exports=n(120)},function(e | CODE |
| MEDIUM⚡ | src/web/Photo/static/js/2.09744fc4.chunk.js | 2 | (this.webpackJsonpphoto=this.webpackJsonpphoto||[]).push([[2],[function(e,t,n){"use strict";e.exports=n(120)},function(e | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | src/web/FFmpeg Factory/index.html | 641 | // Step 1: apply system-wide theme immediately (same pattern as Notes app) | COMMENT |
| LOW⚡ | src/web/FFmpeg Factory/index.html | 645 | // Step 2: check for a per-app manual override and apply it on top | COMMENT |
| LOW⚡ | src/web/Notes/index.html | 768 | // Step 1: query system theme from server so detection works in both | COMMENT |
| LOW⚡ | src/web/Notes/index.html | 774 | // Step 2: load server-side metadata (notes list + saved theme pref) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | installer/install.sh | 75 | # Check if the platform is supported for the launcher | COMMENT |
| LOW | installer/install.sh | 117 | # Check if launcher exists | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/web/PDF Viewer/viewer.js | 18576 | getData: function getData() { | CODE |
| LOW | src/web/PDF Viewer/js/pdf.js | 11443 | value: function getData() { | CODE |
| LOW | src/web/PDF Viewer/js/pdf.js | 13037 | value: function getData() { | CODE |
| LOW | …/web/OfficeViewer/include/officeToHtml/officeToHtml.js | 5680 | getData: function getData() { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/check-conventions.sh | 11 | # Usage: | COMMENT |