⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.93
Server IP:
65.108.141.171
Server:
Linux server.heloix.com 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
clamav-docs
/
html
/
View File Name :
editor.js
"use strict"; window.editors = []; (function(editors) { if (typeof(ace) === 'undefined' || !ace) { return; } Array.from(document.querySelectorAll('.editable')).forEach(function(editable) { let display_line_numbers = window.playground_line_numbers || false; let editor = ace.edit(editable); editor.setOptions({ highlightActiveLine: false, showPrintMargin: false, showLineNumbers: display_line_numbers, showGutter: display_line_numbers, maxLines: Infinity, fontSize: "0.875em" // please adjust the font size of the code in general.css }); editor.$blockScrolling = Infinity; editor.getSession().setMode("ace/mode/rust"); editor.originalCode = editor.getValue(); editors.push(editor); }); })(window.editors);