HEX
Server: LiteSpeed
System: Linux php-prod-3.spaceapp.ru 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: sarli3128 (1010)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/local/CyberCP/filemanager/static/filemanager/js/ace/snippets/io.js
ace.define("ace/snippets/io",["require","exports","module"], function(require, exports, module) {
"use strict";

exports.snippets = [
    {
        "content": "assertEquals(${1:expected}, ${2:expr})",
        "name": "assertEquals",
        "scope": "io",
        "tabTrigger": "ae"
    },
    {
        "content": "${1:${2:newValue} := ${3:Object} }clone do(\n\t$0\n)",
        "name": "clone do",
        "scope": "io",
        "tabTrigger": "cdo"
    },
    {
        "content": "docSlot(\"${1:slotName}\", \"${2:documentation}\")",
        "name": "docSlot",
        "scope": "io",
        "tabTrigger": "ds"
    },
    {
        "content": "(${1:header,}\n\t${2:body}\n)$0",
        "keyEquivalent": "@(",
        "name": "Indented Bracketed Line",
        "scope": "io",
        "tabTrigger": "("
    },
    {
        "content": "\n\t$0\n",
        "keyEquivalent": "\r",
        "name": "Special: Return Inside Empty Parenthesis",
        "scope": "io meta.empty-parenthesis.io, io meta.comma-parenthesis.io"
    },
    {
        "content": "${1:methodName} := method(${2:args,}\n\t$0\n)",
        "name": "method",
        "scope": "io",
        "tabTrigger": "m"
    },
    {
        "content": "newSlot(\"${1:slotName}\", ${2:defaultValue}, \"${3:docString}\")$0",
        "name": "newSlot",
        "scope": "io",
        "tabTrigger": "ns"
    },
    {
        "content": "${1:name} := Object clone do(\n\t$0\n)",
        "name": "Object clone do",
        "scope": "io",
        "tabTrigger": "ocdo"
    },
    {
        "content": "test${1:SomeFeature} := method(\n\t$0\n)",
        "name": "testMethod",
        "scope": "io",
        "tabTrigger": "ts"
    },
    {
        "content": "${1:Something}Test := ${2:UnitTest} clone do(\n\t$0\n)",
        "name": "UnitTest",
        "scope": "io",
        "tabTrigger": "ut"
    }
];
exports.scope = "io";

});