YaWK  24.1
Yet another WebKit
actions.php File Reference

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']
 

Variable Documentation

◆ $action

$action = $_POST['action']

Definition at line 7 of file actions.php.

◆ $createThumbnails

$createThumbnails = $_POST['createThumbnails']

Definition at line 12 of file actions.php.

◆ $filename

◆ $folder

◆ $galleryID

$galleryID = $_POST['id']

Definition at line 8 of file actions.php.

◆ $img

$img = new \YAWK\SimpleImage()

Definition at line 3 of file actions.php.

◆ $itemID

$itemID = $_POST['itemID']

Definition at line 11 of file actions.php.

◆ $offsetX

$offsetX = $_POST['offsetX']

Definition at line 18 of file actions.php.

Referenced by YAWK\alert\draw().

◆ $offsetY

$offsetY = $_POST['offsetY']

Definition at line 19 of file actions.php.

Referenced by YAWK\alert\draw().

◆ $prefix

$prefix = "../../../../"

Definition at line 6 of file actions.php.

Referenced by YAWK\PLUGINS\MESSAGES\messages\__construct().

◆ $thumbnailWidth

$thumbnailWidth = $_POST['thumbnailWidth']

Definition at line 13 of file actions.php.

◆ $ttfPrefix

$ttfPrefix = "../../../"

Definition at line 25 of file actions.php.

◆ $watermark

$watermark = $_POST['watermark']

Definition at line 14 of file actions.php.

◆ $watermarkBorder

$watermarkBorder = $_POST['watermarkBorder']

Definition at line 24 of file actions.php.

◆ $watermarkBorderColor

$watermarkBorderColor = $_POST['watermarkBorderColor']

Definition at line 23 of file actions.php.

◆ $watermarkColor

$watermarkColor = $_POST['watermarkColor']

Definition at line 22 of file actions.php.

◆ $watermarkFont

$watermarkFont = $_POST['watermarkFont']

Definition at line 20 of file actions.php.

◆ $watermarkImage

$watermarkImage = $_POST['watermarkImage']

Definition at line 15 of file actions.php.

◆ $watermarkOpacity

$watermarkOpacity = $_POST['watermarkOpacity']

Definition at line 16 of file actions.php.

◆ $watermarkPosition

$watermarkPosition = $_POST['watermarkPosition']

Definition at line 17 of file actions.php.

◆ $watermarkTextSize

$watermarkTextSize = $_POST['watermarkTextSize']

Definition at line 21 of file actions.php.