YaWK
24.1
Yet another WebKit
|
Go to the source code of this file.
Variables | |
$action = $_POST['action'] | |
$createThumbnails = $_POST['createThumbnails'] | |
$filename = $_POST['filename'] | |
$folder = $_POST['folder'] | |
$galleryID = $_POST['id'] | |
$img = new \YAWK\SimpleImage() | |
$itemID = $_POST['itemID'] | |
$offsetX = $_POST['offsetX'] | |
$offsetY = $_POST['offsetY'] | |
$prefix = "../../../../" | |
$thumbnailWidth = $_POST['thumbnailWidth'] | |
$ttfPrefix = "../../../" | |
$watermark = $_POST['watermark'] | |
$watermarkBorder = $_POST['watermarkBorder'] | |
$watermarkBorderColor = $_POST['watermarkBorderColor'] | |
$watermarkColor = $_POST['watermarkColor'] | |
$watermarkFont = $_POST['watermarkFont'] | |
$watermarkImage = $_POST['watermarkImage'] | |
$watermarkOpacity = $_POST['watermarkOpacity'] | |
$watermarkPosition = $_POST['watermarkPosition'] | |
$watermarkTextSize = $_POST['watermarkTextSize'] | |
$action = $_POST['action'] |
Definition at line 7 of file actions.php.
$createThumbnails = $_POST['createThumbnails'] |
Definition at line 12 of file actions.php.
$filename = $_POST['filename'] |
Definition at line 10 of file actions.php.
Referenced by YAWK\page\create(), YAWK\page\delete(), YAWK\page\deleteContent(), YAWK\template\deleteSettingsCSSFile(), YAWK\BACKEND\AdminLTE\drawHtmlContent(), YAWK\BACKUP\DATABASE\mysqlBackup\generateZipArchive(), YAWK\template\getCustomCSSFile(), YAWK\template\getCustomJSFile(), YAWK\db\import(), YAWK\page\readContent(), YAWK\template\setCssBodyFontFace(), YAWK\template\setCssFontSettings(), YAWK\sys\setRobotsText(), and YAWK\page\writeContent().
$folder = $_POST['folder'] |
Definition at line 9 of file actions.php.
Referenced by YAWK\BACKUP\backup\__construct(), YAWK\filemanager\__construct(), YAWK\BACKUP\backup\checkFolders(), YAWK\BACKUP\backup\checkPermissions(), YAWK\filemanager\countFilesFromFolder(), YAWK\webmail\deleteMessage(), YAWK\BACKUP\FILES\fileBackup\doFolderBackup(), YAWK\BACKUP\backup\doRestore(), YAWK\webmail\drawFolders(), YAWK\backend\drawFontList(), YAWK\webmail\drawMailboxControls(), YAWK\filemanager\getFilesFromFolder(), YAWK\filemanager\getFilesFromFolderToArray(), YAWK\filemanager\getFilesOnlyFromFolder(), YAWK\filemanager\getSubfoldersToArray(), YAWK\webmail\moveMessage(), YAWK\BACKUP\backup\restore(), YAWK\filemanager\ritit(), and YAWK\BACKUP\backup\setPermissions().
$galleryID = $_POST['id'] |
Definition at line 8 of file actions.php.
$img = new \YAWK\SimpleImage() |
Definition at line 3 of file actions.php.
$itemID = $_POST['itemID'] |
Definition at line 11 of file actions.php.
$offsetX = $_POST['offsetX'] |
Definition at line 18 of file actions.php.
Referenced by YAWK\alert\draw().
$offsetY = $_POST['offsetY'] |
Definition at line 19 of file actions.php.
Referenced by YAWK\alert\draw().
$prefix = "../../../../" |
Definition at line 6 of file actions.php.
Referenced by YAWK\PLUGINS\MESSAGES\messages\__construct().
$thumbnailWidth = $_POST['thumbnailWidth'] |
Definition at line 13 of file actions.php.
$ttfPrefix = "../../../" |
Definition at line 25 of file actions.php.
$watermark = $_POST['watermark'] |
Definition at line 14 of file actions.php.
$watermarkBorder = $_POST['watermarkBorder'] |
Definition at line 24 of file actions.php.
$watermarkBorderColor = $_POST['watermarkBorderColor'] |
Definition at line 23 of file actions.php.
$watermarkColor = $_POST['watermarkColor'] |
Definition at line 22 of file actions.php.
$watermarkFont = $_POST['watermarkFont'] |
Definition at line 20 of file actions.php.
$watermarkImage = $_POST['watermarkImage'] |
Definition at line 15 of file actions.php.
$watermarkOpacity = $_POST['watermarkOpacity'] |
Definition at line 16 of file actions.php.
$watermarkPosition = $_POST['watermarkPosition'] |
Definition at line 17 of file actions.php.
$watermarkTextSize = $_POST['watermarkTextSize'] |
Definition at line 21 of file actions.php.