[common] element index

Package indexes

All elements
a c d e g h i m o p r s t u v w _
_
top
Method _checkArray
OCSP_TEMPLATE::_checkArray() in OCSP_TEMPLATE.phpclass
checks a subpart of a placeholder if it's an array
Method _checkFormatDate
OCSP_TEMPLATE::_checkFormatDate() in OCSP_TEMPLATE.phpclass
checks if a placeholderPart includes a date format (-D...~VARNAME)
Method _checkFormatIntval
OCSP_TEMPLATE::_checkFormatIntval() in OCSP_TEMPLATE.phpclass
Method _checkFormatJavascript
OCSP_TEMPLATE::_checkFormatJavascript() in OCSP_TEMPLATE.phpclass
Method _checkFormatPrintf
OCSP_TEMPLATE::_checkFormatPrintf() in OCSP_TEMPLATE.phpclass
Method _extractVars
OCSP_TEMPLATE::_extractVars() in OCSP_TEMPLATE.phpclass
Method _getTemplatePlaceholders
extracts the template placeholders out of the template
Method _getVarValue
OCSP_TEMPLATE::_getVarValue() in OCSP_TEMPLATE.phpclass
checks the format an returns the proper formated value
Constant _OCSP_PCF_COMMON_FUNCTIONS_LOADED_
Method _parseComplex
OCSP_TEMPLATE::_parseComplex() in OCSP_TEMPLATE.phpclass
Method _parseSimple
OCSP_TEMPLATE::_parseSimple() in OCSP_TEMPLATE.phpclass
Method __construct
OCSP_SESSION::__construct() in OCSP_SESSION.phpclass
constructor
Method __construct
OCSP_SESSION_ERROR::__construct() in OCSP_SESSION.phpclass
Method __construct
OCSP_TEMPLATE::__construct() in OCSP_TEMPLATE.phpclass
construct
Method __destruct
OCSP_SESSION::__destruct() in OCSP_SESSION.phpclass
save session on descruct
a
top
Method add
OCSP_DATE::add() in OCSP_DATE.phpclass
add $sec seconds to the date
Method addDays
OCSP_DATE::addDays() in OCSP_DATE.phpclass
add $days days to the date
Method appendQueryString
OCSP_TEMPLATE::appendQueryString() in OCSP_TEMPLATE.phpclass
appends a query string to an url
c
top
Variable $complexVars
OCSP_TEMPLATE::$complexVars in OCSP_TEMPLATE.phpclass
complex vars
Method castObj
OCSP_OBJ::castObj() in OCSP_OBJ.phpclass
casts an object to an other type the newClass source must already been loaded
Class Constant CLASS_SRC_FILE
OCSP_TEMPLATE::CLASS_SRC_FILE in OCSP_TEMPLATE.phpclass
Class Constant CLASS_SRC_FILE
OCSP_IMAGE::CLASS_SRC_FILE in OCSP_IMAGE.phpclass
Class Constant CLASS_SRC_FILE
OCSP_OBJ::CLASS_SRC_FILE in OCSP_OBJ.phpclass
Method clearCache
OCSP_IMAGE::clearCache() in OCSP_IMAGE.phpclass
removes the cache files
Method clearUser
OCSP_SESSION::clearUser() in OCSP_SESSION.phpclass
clears all user data from the session
Method cloneMe
OCSP_OBJ::cloneMe() in OCSP_OBJ.phpclass
clones the object
Method closeSession
OCSP_SESSION::closeSession() in OCSP_SESSION.phpclass
closes a session and writes the data
Method currentUser
OCSP_OBJ::currentUser() in OCSP_OBJ.phpclass
returns the current user object
d
top
Method dateStr
OCSP_DATE::dateStr() in OCSP_DATE.phpclass
returns the date as string with format $aFormat for $aFormat see http://at.php.net/manual/en/function.date.php
Method dbConnect
OCSP_OBJ::dbConnect() in OCSP_OBJ.phpclass
connects to the default database
Method decrypt
OCSP_SESSION::decrypt() in OCSP_SESSION.phpclass
md5 decrypts a text
Method defaultDBObj
OCSP_OBJ::defaultDBObj() in OCSP_OBJ.phpclass
returns the default database object
Method defaultReadDBObj
OCSP_OBJ::defaultReadDBObj() in OCSP_OBJ.phpclass
returns the default database object for read operations
Method defaultWriteDBObj
OCSP_OBJ::defaultWriteDBObj() in OCSP_OBJ.phpclass
returns the default database object for write operations
Method delete
OCSP_IMAGE::delete() in OCSP_IMAGE.phpclass
deletes the file
Method diff
OCSP_DATE::diff() in OCSP_DATE.phpclass
calculates the difference between two dates returns the rounded granularity between $this and a Date
e
top
Variable $errMsg
OCSP_SESSION_ERROR::$errMsg in OCSP_SESSION.phpclass
Function echoDebug
echoDebug() in pcf.phpinc
echos a debug message this method is planed for using different debug output methods
Function echoDebugLine
echoDebugLine() in pcf.phpinc
echos a debug message with line
Function echoDebugMethod
echoDebugMethod() in pcf.phpinc
echos the debug infos of a class method
Method encrypt
OCSP_SESSION::encrypt() in OCSP_SESSION.phpclass
md5 encrypts a text
Method equal
OCSP_DATE::equal() in OCSP_DATE.phpclass
Method equalDate
OCSP_DATE::equalDate() in OCSP_DATE.phpclass
returns if to date objectes have the same date;
g
top
Variable $global_currentUser
OCSP_OBJ::$global_currentUser in OCSP_OBJ.phpclass
Variable $global_defaultDBObj_read
holdung the efault open connection for reads
Variable $global_defaultDBObj_write
holdung the default open connection for writes
Method generateCacheFile
OCSP_IMAGE::generateCacheFile() in OCSP_IMAGE.phpclass
generates a cahce file if the image does not fit otherwithe returns false
Method getArray
OCSP_DATE::getArray() in OCSP_DATE.phpclass
Method getCacheFilePath
OCSP_IMAGE::getCacheFilePath() in OCSP_IMAGE.phpclass
Method getConf
OCSP_OBJ::getConf() in OCSP_OBJ.phpclass
returns a configuration option of $OCSP_CONF
Method getDay
OCSP_DATE::getDay() in OCSP_DATE.phpclass
returns the day (of month [1..31])
Method getDayNameShort
OCSP_DATE::getDayNameShort() in OCSP_DATE.phpclass
Method getDayOfWeek
OCSP_DATE::getDayOfWeek() in OCSP_DATE.phpclass
returns the day of the week (0 Sunday,1 Monday,....6 Saturday)
Method getDBObj
OCSP_OBJ::getDBObj() in OCSP_OBJ.phpclass
allowed modes are:
Method getFirstMondayOfYear
OCSP_DATE::getFirstMondayOfYear() in OCSP_DATE.phpclass
calculate the first monday of year due to ISO8601 and returns the linux timestamp of it
Method getFitSize
OCSP_IMAGE::getFitSize() in OCSP_IMAGE.phpclass
calculates the width and height the image must have to fit into the $with and $height
Method getHeight
OCSP_IMAGE::getHeight() in OCSP_IMAGE.phpclass
Method getHour
OCSP_DATE::getHour() in OCSP_DATE.phpclass
Method getId
OCSP_SESSION::getId() in OCSP_SESSION.phpclass
Method getImgType
OCSP_IMAGE::getImgType() in OCSP_IMAGE.phpclass
Method getInstance
OCSP_SESSION::getInstance() in OCSP_SESSION.phpclass
returns the session object
Method getLinuxTime
OCSP_DATE::getLinuxTime() in OCSP_DATE.phpclass
Method getLinuxTimeStamp
OCSP_DATE::getLinuxTimeStamp() in OCSP_DATE.phpclass
Method getMimeType
OCSP_IMAGE::getMimeType() in OCSP_IMAGE.phpclass
returns the mimetype of the image
Method getMinutes
OCSP_DATE::getMinutes() in OCSP_DATE.phpclass
Method getMonth
OCSP_DATE::getMonth() in OCSP_DATE.phpclass
returns the month as integer (1..12)
Method getMonthFirstWeekNr
OCSP_DATE::getMonthFirstWeekNr() in OCSP_DATE.phpclass
returns the ISO-8601 week number of the week of the 1st day of a month
Method getMonthName
OCSP_DATE::getMonthName() in OCSP_DATE.phpclass
Method getMonthNameShort
OCSP_DATE::getMonthNameShort() in OCSP_DATE.phpclass
returns a short monthname (4 letters or 3 letter and dot)
Method getMonthNofDays
OCSP_DATE::getMonthNofDays() in OCSP_DATE.phpclass
returns the days of the current month
Method getMySqlTimeStamp
OCSP_DATE::getMySqlTimeStamp() in OCSP_DATE.phpclass
Method getName
OCSP_SESSION::getName() in OCSP_SESSION.phpclass
Method getParsedTemplate
OCSP_TEMPLATE::getParsedTemplate() in OCSP_TEMPLATE.phpclass
returns the parsed template
Method getSeconds
OCSP_DATE::getSeconds() in OCSP_DATE.phpclass
Method getTmplVars
OCSP_TEMPLATE::getTmplVars() in OCSP_TEMPLATE.phpclass
Method getTypeFileExt
OCSP_IMAGE::getTypeFileExt() in OCSP_IMAGE.phpclass
returns the Fileextension of the image type
Method getUser
OCSP_SESSION::getUser() in OCSP_SESSION.phpclass
Method getUserId
OCSP_SESSION::getUserId() in OCSP_SESSION.phpclass
returns the stored userId
Method getValue
OCSP_SESSION::getValue() in OCSP_SESSION.phpclass
Method getValueParsedTemplate
OCSP_TEMPLATE::getValueParsedTemplate() in OCSP_TEMPLATE.phpclass
parses only the set values and keeps other placeholders
Method getVars
OCSP_TEMPLATE::getVars() in OCSP_TEMPLATE.phpclass
returns an array with fields found in the template
Method getWeekDay
OCSP_DATE::getWeekDay() in OCSP_DATE.phpclass
Numeric representation of the day of the weekday
  1. (for Sunday) through 6 (for Saturday)
Method getWeekNr
OCSP_DATE::getWeekNr() in OCSP_DATE.phpclass
returns the ISO-8601 week number
Method getWidth
OCSP_IMAGE::getWidth() in OCSP_IMAGE.phpclass
Method getYear
OCSP_DATE::getYear() in OCSP_DATE.phpclass
returns the year as integer (4 digets)
Method get_cryptPassword
OCSP_SESSION::get_cryptPassword() in OCSP_SESSION.phpclass
returns a default password for encrypt/decrypt
Method get_myClassConstant
OCSP_OBJ::get_myClassConstant() in OCSP_OBJ.phpclass
returns the value of a class constant set with const aConstName=....
Method get_myObject_vars
OCSP_OBJ::get_myObject_vars() in OCSP_OBJ.phpclass
returns the object vars as array
Method get_mySourceFile
OCSP_OBJ::get_mySourceFile() in OCSP_OBJ.phpclass
returns the class source file (if set)
Method get_rnd_iv
OCSP_SESSION::get_rnd_iv() in OCSP_SESSION.phpclass
h
top
Variable $hasChanged
OCSP_SESSION::$hasChanged in OCSP_SESSION.phpclass
Variable $height
OCSP_IMAGE::$height in OCSP_IMAGE.phpclass
Method hasChanged
OCSP_SESSION::hasChanged() in OCSP_SESSION.phpclass
Method hasInstance
OCSP_SESSION::hasInstance() in OCSP_SESSION.phpclass
returns if we already have an instance
i
top
Variable $instance
OCSP_SESSION::$instance in OCSP_SESSION.phpclass
Variable $isOpened
OCSP_SESSION::$isOpened in OCSP_SESSION.phpclass
Variable $isWritten
OCSP_SESSION::$isWritten in OCSP_SESSION.phpclass
Method iCalDecoder
OCSP_DATE::iCalDecoder() in OCSP_DATE.phpclass
* ical methods
Method isConnected
OCSP_OBJ::isConnected() in OCSP_OBJ.phpclass
returns if the dbObj is connected
Method isHoliday
OCSP_DATE::isHoliday() in OCSP_DATE.phpclass
returns if the current date is a holiday
Method isInFutur
OCSP_DATE::isInFutur() in OCSP_DATE.phpclass
checks if the current date is in futur
Method isInPast
OCSP_DATE::isInPast() in OCSP_DATE.phpclass
checks if the current date is in past
Method isLeapYear
OCSP_DATE::isLeapYear() in OCSP_DATE.phpclass
returns if $this->myYear is a leap year (feb 29 days)
Method isMultiByteStr
OCSP_OBJ::isMultiByteStr() in OCSP_OBJ.phpclass
returns if $aString is a multibyte string
Method isNULL
OCSP_DATE::isNULL() in OCSP_DATE.phpclass
returns if the Date is null
Method isOpened
OCSP_SESSION::isOpened() in OCSP_SESSION.phpclass
Method isSessionError
OCSP_SESSION::isSessionError() in OCSP_SESSION.phpclass
Method isUTF8
OCSP_OBJ::isUTF8() in OCSP_OBJ.phpclass
checks if a string is utf8 encoded
Method isWorkDay
OCSP_DATE::isWorkDay() in OCSP_DATE.phpclass
returns if the day is a workday or not returns True for Monday - Friday returns False for Saturday, Sunday and holidays
m
top
Variable $minHeight
OCSP_IMAGE::$minHeight in OCSP_IMAGE.phpclass
minimal width when resizing
Variable $minWidth
OCSP_IMAGE::$minWidth in OCSP_IMAGE.phpclass
minimal width when resizing
Variable $myDay
OCSP_DATE::$myDay in OCSP_DATE.phpclass
Variable $myDBObj
OCSP_OBJ::$myDBObj in OCSP_OBJ.phpclass
Variable $myHour
OCSP_DATE::$myHour in OCSP_DATE.phpclass
Variable $myImgRes
OCSP_IMAGE::$myImgRes in OCSP_IMAGE.phpclass
Variable $myMinute
OCSP_DATE::$myMinute in OCSP_DATE.phpclass
Variable $myMonth
OCSP_DATE::$myMonth in OCSP_DATE.phpclass
Variable $myName
OCSP_SESSION::$myName in OCSP_SESSION.phpclass
Variable $mySecond
OCSP_DATE::$mySecond in OCSP_DATE.phpclass
Variable $mySession
OCSP_SESSION_ERROR::$mySession in OCSP_SESSION.phpclass
Variable $mySessionVals
OCSP_SESSION::$mySessionVals in OCSP_SESSION.phpclass
Variable $myTemplate
OCSP_TEMPLATE::$myTemplate in OCSP_TEMPLATE.phpclass
the template
Variable $myValues
OCSP_TEMPLATE::$myValues in OCSP_TEMPLATE.phpclass
the template values to replace
Variable $myYear
OCSP_DATE::$myYear in OCSP_DATE.phpclass
o
top
Global $OCSP_VAL
$OCSP_VAL in OCSP_DATE.phpclass
returns the monthname from the global array $OCSP_VAL['monthNames']
Page OCSP_DATE.phpclass
OCSP_DATE.phpclass in OCSP_DATE.phpclass
Page OCSP_DIRECTORY.phpclass
OCSP_DIRECTORY.phpclass in OCSP_DIRECTORY.phpclass
Page OCSP_FILE.phpclass
OCSP_FILE.phpclass in OCSP_FILE.phpclass
Page OCSP_HTMLPAGE.phpclass
OCSP_HTMLPAGE.phpclass in OCSP_HTMLPAGE.phpclass
Page OCSP_IMAGE.phpclass
OCSP_IMAGE.phpclass in OCSP_IMAGE.phpclass
Page OCSP_OBJ.phpclass
OCSP_OBJ.phpclass in OCSP_OBJ.phpclass
Page OCSP_SESSION.phpclass
OCSP_SESSION.phpclass in OCSP_SESSION.phpclass
Page OCSP_TEMPLATE.phpclass
OCSP_TEMPLATE.phpclass in OCSP_TEMPLATE.phpclass
Method OCSP_DATE
OCSP_DATE::OCSP_DATE() in OCSP_DATE.phpclass
constructor
Class OCSP_DATE
OCSP_DATE in OCSP_DATE.phpclass
Date Class
Class OCSP_IMAGE
OCSP_IMAGE in OCSP_IMAGE.phpclass
Function ocsp_logError
ocsp_logError() in pcf.phpinc
logs an error
Class OCSP_OBJ
OCSP_OBJ in OCSP_OBJ.phpclass
OCSP common class
Class OCSP_SESSION
OCSP_SESSION in OCSP_SESSION.phpclass
Session Class
Class OCSP_SESSION_ERROR
OCSP_SESSION_ERROR in OCSP_SESSION.phpclass
Session Error Class
Class OCSP_TEMPLATE
OCSP_TEMPLATE in OCSP_TEMPLATE.phpclass
openCSP class OCSP_TEMPLATE
Method openSession
OCSP_SESSION::openSession() in OCSP_SESSION.phpclass
starts the session
Method output
OCSP_IMAGE::output() in OCSP_IMAGE.phpclass
echos the image with headers
Page OCSP_AJAX.phpclass
OCSP_AJAX.phpclass in OCSP_AJAX.phpclass
Constant OCSP_AJAX_RQMODE_GET
OCSP_AJAX_RQMODE_GET in OCSP_AJAX.phpclass
constant definitions
Constant OCSP_AJAX_RQMODE_POST
OCSP_AJAX_RQMODE_POST in OCSP_AJAX.phpclass
p
top
Page pcf.phpinc
pcf.phpinc in pcf.phpinc
Page pcf_Date_Arr_DE.phpinc
pcf_Date_Arr_DE.phpinc in pcf_Date_Arr_DE.phpinc
Page pcf_directory.phpinc
pcf_directory.phpinc in pcf_directory.phpinc
Page pcf_file.phpinc
pcf_file.phpinc in pcf_file.phpinc
Page pcf_md5.phpinc
pcf_md5.phpinc in pcf_md5.phpinc
Page pcf_templates.phpinc
pcf_templates.phpinc in pcf_templates.phpinc
Page pcf_tree.phpinc
pcf_tree.phpinc in pcf_tree.phpinc
Method parse
OCSP_TEMPLATE::parse() in OCSP_TEMPLATE.phpclass
parses a template
Method parseSpecials
OCSP_TEMPLATE::parseSpecials() in OCSP_TEMPLATE.phpclass
parse special values of a template
Function pcfmd5_decrypt
pcfmd5_decrypt() in pcf_md5.phpinc
md5 decrypts a text
Function pcfmd5_encrypt
pcfmd5_encrypt() in pcf_md5.phpinc
md5 encrypts a text
Function pcf_addzero
pcf_addzero() in pcf.phpinc
Function pcf_apcEnabled
pcf_apcEnabled() in pcf.phpinc
returns if apc is installed
Function pcf_apcFetch
pcf_apcFetch() in pcf.phpinc
returns the cache value of a var
Function pcf_apcSet
pcf_apcSet() in pcf.phpinc
sets an apc varibale
Function pcf_array_copy
pcf_array_copy() in pcf.phpinc
Function pcf_array_getKeyPartArray
Function pcf_array_getRKeyPartArray
Function pcf_array_strIdx
pcf_array_strIdx() in pcf.phpinc
Function pcf_cache_SettingTbl
writes setting table to a file
Function pcf_castObject
pcf_castObject() in pcf.phpinc
casts a object form one type to an other the class source for the new object must exist in case of an error NULL is returned
Function pcf_checkDir
pcf_checkDir() in pcf_directory.phpinc
checks if a directory exists and create it if necessary
Function pcf_checkDirName
pcf_checkDirName() in pcf_directory.phpinc
replaces some chars in $dirname which can cause problems
Function pcf_checkFileName
pcf_checkFileName() in pcf_file.phpinc
returns a filename where some special char are converted unknown chars are replaced with _
Function pcf_checkFilePath
pcf_checkFilePath() in pcf_file.phpinc
returns a clean filepath (remove multiple $dirSep)
Function pcf_class_implements
checks if an object implements an interface
Function pcf_copy_object
pcf_copy_object() in pcf.phpinc
function copies all values of $src to $dest
Function pcf_dirArray
pcf_dirArray() in pcf_directory.phpinc
returns an array of directories like a tree
Function pcf_disableHTML
pcf_disableHTML() in pcf.phpinc
replaces < and > with $lt; and $gt;
Function pcf_div
pcf_div() in pcf.phpinc
Function pcf_escape_doubleQuote
escapes " with /" and /" with ///"
Function pcf_fileExists
pcf_fileExists() in pcf_file.phpinc
check if a file exists
Function pcf_fileGetExtension
pcf_fileGetExtension() in pcf_file.phpinc
returns the extension of a fileName (the last .xxx)
Function pcf_fileLink
pcf_fileLink() in pcf_file.phpinc
symlinks a file
Function pcf_fileMove
pcf_fileMove() in pcf_file.phpinc
moves a file
Function pcf_fileSize
pcf_fileSize() in pcf_file.phpinc
size of a file in bytes
Function pcf_fileunlink
pcf_fileunlink() in pcf_file.phpinc
removes a file from the project
Function pcf_formatCurrency
pcf_formatCurrency() in pcf.phpinc
returns a string out of a double with . seperating each 1000 and , as
Function pcf_genUniqFileName
pcf_genUniqFileName() in pcf_file.phpinc
generates a unique file name
Function pcf_gerCharTxt
pcf_gerCharTxt() in pcf.phpinc
converts german spezial chars in a string to a text representation
Function pcf_gerHTMLspecialChars
converts german spezial chars in a string to html code
Function pcf_getDirList
pcf_getDirList() in pcf_directory.phpinc
returns an array with files of a specified type in a directory
Function pcf_getDirTree
pcf_getDirTree() in pcf_directory.phpinc
sets $dirArr with files, symlinks and dirs for a file tree
Function pcf_getSystem
pcf_getSystem() in pcf.phpinc
executes a system command and sets the output to $output
Function pcf_getTreeArray
pcf_getTreeArray() in pcf_tree.phpinc
populates a tree into an array
Function pcf_getTreeChildArray
pcf_getTreeChildArray() in pcf_tree.phpinc
Function pcf_getTreeNode
pcf_getTreeNode() in pcf_tree.phpinc
Function pcf_getTreeOptionLst
pcf_getTreeOptionLst() in pcf_tree.phpinc
selects a tree from the database and writes all nodes as option list
Function pcf_getTreePath
pcf_getTreePath() in pcf_tree.phpinc
Function pcf_getTreeSelectFields
pcf_getTreeSelectFields() in pcf_tree.phpinc
Function pcf_HTML_changeURI_GetValue
if $name is in URIs Query string the value is replaced otherwise $name=$value is appended to the uri
Function pcf_HTML_getEncodedURI
returns an encoded url (& is replaced with &amp;) and checks that only one ? is in the url
Function pcf_include
pcf_include() in pcf.phpinc
use this method to load an include in global scope
Function pcf_is_dir
pcf_is_dir() in pcf_directory.phpinc
checks if a file is a directory
Function pcf_is_file
pcf_is_file() in pcf_file.phpinc
checks if a file is a file (follow links)
Function pcf_is_instance_of
pcf_is_instance_of() in pcf.phpinc
checks if a object is instance of a class
Function pcf_js_alert
pcf_js_alert() in pcf.phpinc
echos alert($msg) to use in javascript
Function pcf_js_alertError
pcf_js_alertError() in pcf.phpinc
returns the js code for an errormsg alert box
Function pcf_js_debug
pcf_js_debug() in pcf.phpinc
Function pcf_js_escape
pcf_js_escape() in pcf.phpinc
Function pcf_js_escapeOnEventCmd
escapes a js used in an on.... tag
Function pcf_js_setInnerHTML
pcf_js_setInnerHTML() in pcf.phpinc
echos document.getElementById(...)
Function pcf_mailArray
pcf_mailArray() in pcf.phpinc
uses an array to send a mail
Function pcf_makeJS_QuotedString
returns a string which can be used in javasScript for s=" echo pcf_makeJS_QuotedString($aString); ";
Function pcf_mkdir
pcf_mkdir() in pcf_directory.phpinc
creates a direcotry
Function pcf_mkdirs
pcf_mkdirs() in pcf_directory.phpinc
creates a direcotry with parentdir if not exists
Function pcf_object_has_method
returns if a $obj has method $method
Function pcf_object_id
pcf_object_id() in pcf.phpinc
Function pcf_object_info
pcf_object_info() in pcf.phpinc
returns a string discribing $obj
Function pcf_parent_method_exists
Function pcf_parsePathTmpl
pcf_parsePathTmpl() in pcf.phpinc
parses a path with global var templates
Function pcf_parseQueryString
parses a query string and returns an array with key values returns FALSE if an error occured
Function pcf_pathToTmplate
pcf_pathToTmplate() in pcf.phpinc
returns a template for the include path
Function pcf_print_r
pcf_print_r() in pcf.phpinc
like php funktion print_r but limits levels of going into keys
Function pcf_require_class
pcf_require_class() in pcf.phpinc
ensures a class is loaded
Function pcf_require_function
ensures the include file providing a function is loaded
Function pcf_require_interface
ensures an interface is loaded
Function pcf_rmdir
pcf_rmdir() in pcf_directory.phpinc
remove a directory and everything that's in it.
Function pcf_system
pcf_system() in pcf.phpinc
Function pcf_t
pcf_t() in pcf.phpinc
translates aString to language
Function pcf_templ_getVarArray
pcf_templ_getVarArray() in pcf_templates.phpinc
returns an array with fields and types
Function pcf_templ_getVarNames
pcf_templ_getVarNames() in pcf_templates.phpinc
returns an array with variable names
Constant PCF_TMPLVAR_ARR
PCF_TMPLVAR_ARR in pcf_templates.phpinc
Constant PCF_TMPLVAR_ASIS
PCF_TMPLVAR_ASIS in pcf_templates.phpinc
Constant PCF_TMPLVAR_BASE64
PCF_TMPLVAR_BASE64 in pcf_templates.phpinc
Constant PCF_TMPLVAR_DBLOOKUP
PCF_TMPLVAR_DBLOOKUP in pcf_templates.phpinc
Constant PCF_TMPLVAR_GET
PCF_TMPLVAR_GET in pcf_templates.phpinc
Constant PCF_TMPLVAR_GLOBALS
PCF_TMPLVAR_GLOBALS in pcf_templates.phpinc
Global Array $GLOBALS values
Constant PCF_TMPLVAR_IF
PCF_TMPLVAR_IF in pcf_templates.phpinc
Constant PCF_TMPLVAR_INCLUDE
PCF_TMPLVAR_INCLUDE in pcf_templates.phpinc
Constant PCF_TMPLVAR_POST
PCF_TMPLVAR_POST in pcf_templates.phpinc
Constant PCF_TMPLVAR_SERVER
PCF_TMPLVAR_SERVER in pcf_templates.phpinc
Constant PCF_TMPLVAR_SESSION
PCF_TMPLVAR_SESSION in pcf_templates.phpinc
Function pcf_tmpl_findComplexReplace
pcf_tmpl_findComplexReplace() in pcf_templates.phpinc
splits the template into the replace string of a complex var and the rest of the template
Function pcf_tmpl_get
pcf_tmpl_get() in pcf_templates.phpinc
reads $aFile in $GLOBALS['PROJECT']['TEMPLATEPATH'] parses the template with $aArr and returns it as string
Function pcf_tmpl_getVars
pcf_tmpl_getVars() in pcf_templates.phpinc
returns an array with fields found in the template
Function pcf_tmpl_htmlgermChars
pcf_tmpl_htmlgermChars() in pcf_templates.phpinc
converts german specialchars into theire html representation (&szlig ....)
Constant PCF_TMPL_MAXVARLENGTH
PCF_TMPL_MAXVARLENGTH in pcf_templates.phpinc
Function pcf_tmpl_parse
pcf_tmpl_parse() in pcf_templates.phpinc
parses a template and replaces the values found
Function pcf_tmpl_parseAdminFile
pcf_tmpl_parseAdminFile() in pcf_templates.phpinc
parses am admin templdate (under $GLOBALS['OCSP']['ADMINPATH'] ../admin-tmpl)
Function pcf_tmpl_parseFile
pcf_tmpl_parseFile() in pcf_templates.phpinc
reads $aFile in $GLOBALS['PROJECT']['TEMPLATEPATH'] parses the template with $aArr and returns it returns if the template file was found
Function pcf_tmpl_repl_specials
pcf_tmpl_repl_specials() in pcf_templates.phpinc
replaces specialvields ($#....$)
Function pcf_tmpl_repl_values
pcf_tmpl_repl_values() in pcf_templates.phpinc
replaces all simple datafields ($*FIELD$) with the value of $arr
Function pcf_tmpl_write
pcf_tmpl_write() in pcf_templates.phpinc
echos pcf_tmpl_parseFile
Function pcf_writeTree
pcf_writeTree() in pcf_tree.phpinc
Function pcf_writeTreeFrom
pcf_writeTreeFrom() in pcf_tree.phpinc
Function pcf_writeTreeNode
pcf_writeTreeNode() in pcf_tree.phpinc
Function pcf_writeTreeTill
pcf_writeTreeTill() in pcf_tree.phpinc
r
top
Method refreshUser
OCSP_SESSION::refreshUser() in OCSP_SESSION.phpclass
refreshes the user session
Method resize
OCSP_IMAGE::resize() in OCSP_IMAGE.phpclass
resize the image and overwrites the original location
Method res_create
OCSP_IMAGE::res_create() in OCSP_IMAGE.phpclass
creates the image from the source (if file exists)
Method res_free
OCSP_IMAGE::res_free() in OCSP_IMAGE.phpclass
frees myImgRes
Method res_get
OCSP_IMAGE::res_get() in OCSP_IMAGE.phpclass
returns the resource for output
Method res_resize
OCSP_IMAGE::res_resize() in OCSP_IMAGE.phpclass
resizes the resource to width and height
Method res_saveAs
OCSP_IMAGE::res_saveAs() in OCSP_IMAGE.phpclass
saves the resource
s
top
Variable $simpleVars
OCSP_TEMPLATE::$simpleVars in OCSP_TEMPLATE.phpclass
simple vars
Variable $staticClassVars
OCSP_OBJ::$staticClassVars in OCSP_OBJ.phpclass
Method setConf
OCSP_OBJ::setConf() in OCSP_OBJ.phpclass
sets a configuration value
Method setDateStr
OCSP_DATE::setDateStr() in OCSP_DATE.phpclass
sets the date from a date string with yyyy-MM-dd [HH:mm:ss] format
Method setDay
OCSP_DATE::setDay() in OCSP_DATE.phpclass
sets the day
Method setDBObj
OCSP_OBJ::setDBObj() in OCSP_OBJ.phpclass
sets the database object (link)
Method setDbString
OCSP_DATE::setDbString() in OCSP_DATE.phpclass
sets the date from a db string
Method setDefaultValue
OCSP_SESSION::setDefaultValue() in OCSP_SESSION.phpclass
sets a session value which is not set
Method setFile
OCSP_IMAGE::setFile() in OCSP_IMAGE.phpclass
sets the image file to $file
Method setFromArray
OCSP_DATE::setFromArray() in OCSP_DATE.phpclass
sets the date from an array with at least YEAR set if $dataArray is not an array or $dateArray['YEAR'] is not set the object is set to null and False is returned
Method setLinuxTime
OCSP_DATE::setLinuxTime() in OCSP_DATE.phpclass
sets the date to a linux timestamp
Method setLinuxTimeStamp
OCSP_DATE::setLinuxTimeStamp() in OCSP_DATE.phpclass
Method setMinHeight
OCSP_IMAGE::setMinHeight() in OCSP_IMAGE.phpclass
sets the minimum height for resize
Method setMinWidth
OCSP_IMAGE::setMinWidth() in OCSP_IMAGE.phpclass
sets the minimum width for resize
Method setMonday
OCSP_DATE::setMonday() in OCSP_DATE.phpclass
sets to the Monday 00:00:00 of the current week
Method setMondayOfWeek
OCSP_DATE::setMondayOfWeek() in OCSP_DATE.phpclass
sets to the Monday in week (ISO8601)
Method setMonth
OCSP_DATE::setMonth() in OCSP_DATE.phpclass
sets the month
Method setMySqlTimeStamp
OCSP_DATE::setMySqlTimeStamp() in OCSP_DATE.phpclass
sets the current date out of a mysql timestamp value
Method setNow
OCSP_DATE::setNow() in OCSP_DATE.phpclass
Method setNULL
OCSP_DATE::setNULL() in OCSP_DATE.phpclass
Method setTemplate
OCSP_TEMPLATE::setTemplate() in OCSP_TEMPLATE.phpclass
sets the template
Method setTimeStr
OCSP_DATE::setTimeStr() in OCSP_DATE.phpclass
Method setValue
OCSP_SESSION::setValue() in OCSP_SESSION.phpclass
sets a session var value
Method setYear
OCSP_DATE::setYear() in OCSP_DATE.phpclass
sets the year as integer (4 digets)
Method set_myObject_vars
OCSP_OBJ::set_myObject_vars() in OCSP_OBJ.phpclass
sets the object vars from an array
Method set_myVarsFrom
OCSP_OBJ::set_myVarsFrom() in OCSP_OBJ.phpclass
sets the object vars from another object to $this
Method subtract
OCSP_DATE::subtract() in OCSP_DATE.phpclass
subtract $sec seconds from the date
Method subtractDays
OCSP_DATE::subtractDays() in OCSP_DATE.phpclass
subtract $days from the date
t
top
Variable $type
OCSP_IMAGE::$type in OCSP_IMAGE.phpclass
Function t
t() in pcf.phpinc
Function t_admin
t_admin() in pcf.phpinc
u
top
Method unsetValue
OCSP_SESSION::unsetValue() in OCSP_SESSION.phpclass
v
top
Variable $varSign
OCSP_TEMPLATE::$varSign in OCSP_TEMPLATE.phpclass
the char sign used (character which encloses the placeholders)
w
top
Variable $width
OCSP_IMAGE::$width in OCSP_IMAGE.phpclass
a c d e g h i m o p r s t u v w _