Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
I
 imvalidate, PET::Session
 init
 init($disp), PET::ActionMapper
 init(%params), PET::Session
 insertRow($dbhname,$table,%values), PET::Util::MySQL
 insertRow(%p), PET::Util::MySQL
 invalidate, PET::Session
 invalidateSession, PET::Dispatcher
 issueQuery, PET::Util::MySQL
K
 killchildren, PET::RUN::PreForkEFCGI
L
 load
 loadFile($file), PET::Util
 loadFile($file,%params), PET::Util::IO
 logPerf, PET::Dispatcher
M
 ml_genout($string), PET::Util::Multilang
 ml_out($string), PET::Util::Multilang
N
 NAME
 new
 new($class), PET::ActionMapper
 new($disp)
 new($DISP_in)
O
 onhref(%p), PET::Util::EHTML
 onStart, PET::Session
P
 post_configure_hook, PET::RUN::FCGIExternalPreFork
 preAuth, PET::APISkeleton
 prepareSth(%p), PET::Util::MySQL
 preprocess($file), PET::Util::PreMultiLang
 preprocess($file,$content)
 preprocessTemplate($filename), PET::Dispatcher
 process_request, PET::RUN::FCGIExternalPreFork
R
 readLangHash($path), PET::Util::IO
 realProcess($dataref), PET::Util::PreMultiLang
 reloadModule, PET::Dispatcher
 remove, PET::Cache::FastAndFile
 resolveCall, PET::ActionMapper::Subdir
 resolveCall($uri)
 run
S
 saveFile($file,$content), PET::Util
 searchSql, PET::Util::MySQL
 self_url(%p), PET::Dispatcher
 servePetAdmin, PET::Dispatcher
 sessionChanged, PET::Session
 set
 set($key,$value,\%options, PET::Cache
 set($key,$value[\%ctrl]), PET::Cache::FastAndFile
 setAttr, PET::Dispatcher
 setConf, PET::Dispatcher
 setContentType, PET::Dispatcher
 setCookie(%p), PET::Dispatcher
 setHeader(%p), PET::Dispatcher
 setRC, PET::Dispatcher
 setSession, PET::Dispatcher
 skipOn($string), PET::Dispatcher
 slurp($file)
 slurp($filename), PET::Util::IO
 SQLConnect, PET::Util::MySQL
 start
 store
 substitute(\%map,$key), PET::Filter::PreMultiLang
Invalidate cookie by deleting it from disk.
sub init
sub init
sub init
sub init
Abstract init.
sub init
sub init
sub init
Not used by default, but called from “new” in case you needed it.
sub init
Creates the 16*16 subdirectories for later use.
sub init
sub init
sub init
sub init
Inits class.
sub init
Init is called from new.
sub insertRow
Inserts a row into a MySQL table.
sub insertRow2
This is going to exchange insertRow later.
sub invalidate
sub invalidateSession
sub issueQuery
sub killchildren
sub load
sub load
Load session from disk and returns it.
sub loadFile
Loads a file.
sub loadFile
Loads a file.
sub logPerf
sub ml_genout
Output general string (non-page specific).
sub ml_out
Output a string (page specific).
sub NAME
sub NAME
Must be overriden in subclasses!
sub NAME
sub NAME
Mandatory for all PET::Util classes.
sub NAME
Mandatory for PET::Util classes.
sub NAME
sub NAME
sub NAME
sub NAME
sub NAME
sub new
sub new
sub new
sub new
Constructor method.
sub new
sub new
sub new
Create instance.
sub new
Instanteniate class.
sub new
Default constructor, gets DISP.
sub new
Default constructor, gets DISP.
sub new
Constructor for a filter.
sub new
Guess what...
sub onhref
This is mostly used for denoting the currently active menu.
sub onStart
Get or set SUB that is called on session creation.
sub post_configure_hook
sub preAuth
This method is called before the API’s method is called, but after getGlobalSubst is generated.
sub prepareSth
Used by many SQL routines, this prepares a statement handle.
sub preprocess
This is called from PET::Dispatcher.
sub preprocess
This is called from PET::Dispatcher.
sub preprocess
The general tag format looks like <!-- TABLIFY(...)
sub preprocess
This is called from PET::Dispatcher.
sub preprocess
This is a (chainable) Filter module that maps XML-like tags to UTIL calls.
sub preprocessTemplate
We run the template preprocess phase here.
sub process_request
sub readLangHash
FIXME.
sub realProcess
Real processing using .lang files.
sub reloadModule
(Re)loads a (Perl) module using “require”.
sub remove
sub resolveCall
See PET::ActionMapper.
sub resolveCall
This method does the real URI-to-method mapping.
sub resolveCall
See: PET::ActionMapper
sub run
sub run
Called by external script pet_run_fcgiprocmanager.
sub run
sub saveFile
Loads a file.
sub searchSql
sub self_url
Calls the same method of CGI::Simple if ‘full’ is given, otherwise uses REQUEST_URI (default).
sub servePetAdmin
sub sessionChanged
Set or get value of “SESSION_CHANGED”, which shows if the session should be synced.
sub set
sub set
sub set
Sets value identified by key.
sub set
sub setAttr
sub setConf
sub setContentType
sub setCookie
A method to create (and “emit’) a cookie.
sub setHeader
Sets header(s).
sub setRC
sub setSession
Shortcut to access the setter method of the implementing Session object.
sub skipOn
Cache-control, skipon tag.
sub slurp
Reads a file.
Reads a file.
sub slurp
Reads in a file.
sub SQLConnect
sub start
sub start
sub start
This method is called at each page.
sub store
Serialize and save session data.
sub store
Store $self->{SESSION} by $self->{SESID} to disk.
sub substitute
Close