2024.8.23
|
Go to the source code of this file.
Variables | |
$bearsamppAction = new Action() | |
$bearsamppRoot = new Root(dirname(__FILE__)) | |
if($bearsamppRoot->isRoot()) | $langProc = new LangProc() |
$locale = $langProc->getValue('locale') | |
const | APP_AUTHOR_NAME 'N6REJ' |
const | APP_GITHUB_LATEST_URL 'https://api.github.com/repos/' . APP_GITHUB_USER . '/' . APP_GITHUB_REPO . '/releases/latest' |
const | APP_GITHUB_REPO 'Bearsampp' |
const | APP_GITHUB_USER 'Bearsampp' |
const | APP_GITHUB_USERAGENT 'Bearsampp' |
const | APP_LICENSE 'GPL3 License' |
const | APP_TITLE 'Bearsampp' |
const | APP_WEBSITE 'https://bearsampp.com' |
const | RETURN_TAB ' ' |
$bearsamppAction = new Action() |
Creates an instance of the Action class and processes the action based on command line arguments.
Definition at line 32 of file root.php.
Referenced by ActionExt\procRefresh().
$bearsamppRoot = new Root(dirname(__FILE__)) |
const APP_AUTHOR_NAME 'N6REJ' |
Defines constants used throughout the Bearsampp application.
Definition at line 11 of file root.php.
Referenced by ActionAbout\__construct().
const APP_GITHUB_LATEST_URL 'https://api.github.com/repos/' . APP_GITHUB_USER . '/' . APP_GITHUB_REPO . '/releases/latest' |
Definition at line 18 of file root.php.
Referenced by ActionCheckVersion\__construct(), and ActionCheckVersion\processWindow().
const APP_GITHUB_REPO 'Bearsampp' |
Definition at line 16 of file root.php.
Referenced by Util\getGithubRawUrl(), and Util\getGithubUrl().
const APP_GITHUB_USER 'Bearsampp' |
Definition at line 15 of file root.php.
Referenced by Util\getGithubRawUrl(), and Util\getGithubUserUrl().
const APP_GITHUB_USERAGENT 'Bearsampp' |
Definition at line 17 of file root.php.
Referenced by Util\setupCurlHeaderWithToken().
const APP_TITLE 'Bearsampp' |
Definition at line 12 of file root.php.
Referenced by ActionAbout\__construct(), ActionQuit\__construct(), ActionRestart\__construct(), ActionStartup\__construct(), WinBinder\__construct(), ActionStartup\cleanOldBehaviors(), Vbs\createShortcut(), Core\getAppVersion(), Homepage\getResourcesPath(), TplAestan\getSectionConfig(), Util\getStartupLnkPath(), Util\log(), TplApp\process(), ActionStartup\processWindow(), ActionSwitchVersion\processWindow(), ActionExt\procRefresh(), ActionExt\procReload(), ActionExt\procStart(), ActionExt\procStop(), BinApache\reload(), BinFilezilla\reload(), BinMailhog\reload(), BinMailpit\reload(), BinMariadb\reload(), BinMemcached\reload(), BinMysql\reload(), BinPostgresql\reload(), BinXlight\reload(), and ActionCheckVersion\showVersionUpdateWindow().
const APP_WEBSITE 'https://bearsampp.com' |
Definition at line 13 of file root.php.
Referenced by Util\getWebsiteUrl().
const RETURN_TAB ' ' |
Definition at line 19 of file root.php.
Referenced by TplConsoleZ\getIncrStr().