Package DE_EPAGES::Core::API::Constants
Some constants
PERL516
perl version number for epages 6.16++
DEFAULT_ENCODING (string)
default encoding for text files: 'iso-8859-1'
TEXT_FILE_TYPES (array.string)
known text file extensions used by IsTextFile function
(cgi cmd conf css csv dtd htm html ini js json php pl sh smd sh sql svd
t txt wsdl xml xsd xsl sh,cron)
Use lowercase extensions here!
TEXT_FILE_NAMES (array.string)
known text file Names used by IsTextFile function
(LICENSE README)
IMAGE_FILE_TYPES (array.string)
known image file extensions used by IsImageFile function
(bmp jpeg jpg gif png tif wbmp)
Use lowercase extensions here!
PDF_FILE_TYPES (array.string)
known pdf file extensions used by IsPDFFile function
(pdf)
Use lowercase extensions here!
OPEN_MODI (ref.hash)
open modi for text files (eg: log files)
EPAGES_IP (ref.array.string)
ePages external IP list
PASSWORD_DUMMY (string)
the dummy text which is displayed in password fields
(********)
STATISTIC_POSITION_COUNT
position of count in statistic array
STATISTIC_POSITION_TIME (1)
position of time in statistic array
STATISTIC_POSITION_TIMES (2)
position of times (system,user) in statistic array
BOM (string)
Unicode Byte Order Mark = chr(0xFEFF)
IMAGE_MAGICK_RESIZE_FILTER (string)
Filter to use when resizing images
IMAGE_MAGICK_RESIZE_BLUR (float)
Blur to use when resizing images
MAX_IMAGE_MEGAPIXELS (integer)
Maximal size of an uploaded image (width * height)
DEFAULT_JPEG_QUALITY (integer)
Default quality value for JPEG images, 0 - 100
TRANSFORMATION_TYPES (array.string)
Transformation types use for image transformations
REST_DEFAULT_PROTOCOL (string)
default value for rest protocol
REST_DEFAULT_DOMAIN (string)
default value for rest domain name
REST_DEFAULT_PORT (integer)
default value for rest server port
PDF_SERVICE_REQUEST_HEADER (ref.hash)
content type for post request of pdf service
ENCODINGS_LT (ref.array)
all encodings for "less then" char
ENCODINGS_GT (ref.array)
all encodings for "greater then" char
TAG_URI_ATTRIBUTE (ref.hash)
key is tag, value of tag-attribute (e.g. 'a' => 'href')
DEFAULT_DENSITY (int)
default image density
INCH_IN_CM (float)
1 inch in cm
IMAGE_MAGICK_WARNING (float)
regular expression indicating a message from
image magick is a warning
DEFAULT_STRINGCOMPARE_COVERAGE (float)
threshold value that defines how similar
two words have to be to be rated as equal or as different.