[lbcore] element index

Package indexes

All elements
a b c d e f g h i l m o p r s t u v x _
_
top
__construct
XFE::__construct() in class.root.php
init exception class
__construct
XFTask::__construct() in class.root.php
__construct
XFAux_Flags::__construct() in class.root.php
__construct
XFAction::__construct() in class.root.php
__construct
XF::__construct() in class.root.php
start your engines :)
__destruct
XF::__destruct() in class.root.php
well, clean up after work and turn off the lights...
a
top
$abort
XFE::$abort in class.root.php
$ajax_head
XFUI::$ajax_head in class.ui.php
$ajax_main
XFUI::$ajax_main in class.ui.php
$ajax_response
XFUI::$ajax_response in class.ui.php
$annoyances
XF::$annoyances in class.root.php
access_control
XF::access_control() in class.root.php
check if selected user can access an 'action'
ajax
XFAction::ajax() in class.root.php
entry point for ajax requests - called by init()
ajax_init
XFUI::ajax_init() in class.ui.php
init ajax engine. if you want to use it, call it before(!) html_head()
ANNOY_PROBABILITY_ON_AJAX
ANNOY_TIMESPAN
XF::ANNOY_TIMESPAN in class.root.php
API_VERSION
XFAction::API_VERSION in class.root.php
API_VERSION
XFTask::API_VERSION in class.root.php
arr2str
XF::arr2str() in class.root.php
narrows an array down to string
b
top
bool2yn
XF::bool2yn() in class.root.php
transforms a bool to 'yes' or 'no'
BRANCH
XF::BRANCH in class.root.php
c
top
$cache
XFAux_Flags::$cache in class.root.php
$checksum
XF::$checksum in class.root.php
$color
XFDebug::$color in class.debug.php
$config
XF::$config in class.root.php
$config_data
XF::$config_data in class.root.php
checkdnsrr
checkdnsrr() in class.root.php
check_abort
XFE::check_abort() in class.root.php
check, if execution is to be aborted
chksum_query
XF::chksum_query() in class.root.php
store a checksum locally and compare it, if requested
clear_query_string
XF::clear_query_string() in class.root.php
clears a query string from unencoded chars
COMPACT_PAGEBAR_THRESHOLD
convert_to_utf8
XF::convert_to_utf8() in class.root.php
converts a string to unicode, if not already in this encoding
cookie
XF::cookie() in class.root.php
set a cookie. encrypted by default; not very tight, but (maybe) enough to beat junior black-hats ;) is automatically disabled, if suhosin is detected and it already encrypts cookies.
class.cache.php
class.cache.php in class.cache.php
class.debug.php
class.debug.php in class.debug.php
class.root.php
class.root.php in class.root.php
class.ui.php
class.ui.php in class.ui.php
d
top
$dir
XFCache::$dir in class.cache.php
D
D() in class.root.php
DATABASE_VERSION
XF::DATABASE_VERSION in class.root.php
date
XF::date() in class.root.php
format a date output
DATE_RFC822
XF::DATE_RFC822 in class.root.php
DEBUG
XF::DEBUG in class.root.php
DEBUG_DEBUG
XF::DEBUG_DEBUG in class.root.php
e
top
$enable
XFCache::$enable in class.cache.php
$enforce
XFAux_Flags::$enforce in class.root.php
$error
XFAction::$error in class.root.php
ENABLE_SCRAMBLE
XF::ENABLE_SCRAMBLE in class.root.php
execute
XFTask::execute() in class.root.php
is run on normal operation
execute
XFAction::execute() in class.root.php
execute the main 'action' the name of a file says
f
top
$forcestr
XFAux_Flags::$forcestr in class.root.php
$fullascii
XFAux_Flags::$fullascii in class.root.php
file_handler
XF::file_handler() in class.root.php
all-purpose file handler - abstracts common php code snippets
g
top
$gpc
XFAction::$gpc in class.root.php
$group
XF::$group in class.root.php
get
XFCache::get() in class.cache.php
get a resource from cache
getdir
XFCache::getdir() in class.cache.php
get current cache folder
get_cfg
XF::get_cfg() in class.root.php
get a configuration value
get_cfg_data
XF::get_cfg_data() in class.root.php
get current supported configuration values
get_env
XF::get_env() in class.root.php
get vars from 'vault'
get_error
XFAction::get_error() in class.root.php
return error to public
get_GPC
XFAction::get_GPC() in class.root.php
return local user input vars to public
get_group
XF::get_group() in class.root.php
get group data
get_mark_GPC
XFAction::get_mark_GPC() in class.root.php
return 'invalid gpc form mark' to public
get_masqueraded_folder
count set bits in input and returns them as hex
get_post_approvement
check whether a new posting of this user is approved by default or not
get_post_prefix_list
fetch any posting prefixes and cache it
get_post_weight_list
get posting weight list for html output
get_success
XFAction::get_success() in class.root.php
return success to public
get_table_list
XF::get_table_list() in class.root.php
fetch a list of all tables currently stored in database
get_trace
XFTask::get_trace() in class.root.php
return message queue to public
get_user
XF::get_user() in class.root.php
get user data - return data, if found, and caches it in class vars
get_user_group_data
XF::get_user_group_data() in class.root.php
fetches user group from database and store them in class vars
h
top
$hex
XFAux_Flags::$hex in class.root.php
handle
XFE::handle() in class.root.php
handle the exception - default entry point to trigger
hash
XF::hash() in class.root.php
hash a bitstream e.g. plaintext password - 256-bit requires php extension (usually available)
hash_cache_keys
XF::hash_cache_keys() in class.root.php
calculate the hash from input - usuable on non-scalar values
hexdump
XFDebug::hexdump() in class.debug.php
do a hex dump of input
html_foot
XFUI::html_foot() in class.ui.php
output html footer
html_head
XFUI::html_head() in class.ui.php
output html header
html_redirect
XFUI::html_redirect() in class.ui.php
output a redirection. if you pass an uri directly (instead of XF::link()), ensure it's "urlencoded"!
i
top
i18n
XFUI::i18n() in class.ui.php
fetch a string from translation table
ifset
XF::ifset() in class.root.php
returns value if is set otherwise a default
image
XFUI::image() in class.ui.php
fetch an image from imageset
init
XFAction::init() in class.root.php
main entry point
init_annoyances
XF::init_annoyances() in class.root.php
well, prepare some fun for inconvenient users *haha*
init_begin
XF::init_begin() in class.root.php
initialize basics: check php settings and prepare user input arrays
init_cache
XF::init_cache() in class.root.php
initialize caching system
init_cfg
XF::init_cfg() in class.root.php
process configuration
init_db
XF::init_db() in class.root.php
initialize database connection
init_end
XF::init_end() in class.root.php
set 'action' to run, access checks and set basic template vars
init_env
XF::init_env() in class.root.php
intialize common variables and prepare database table array
init_i18n
XF::init_i18n() in class.root.php
fetch core language file and detect preferred language by browser settings
init_style
XF::init_style() in class.root.php
load and prepare imageset along stylesheet definitions
init_task
XF::init_task() in class.root.php
run a scheduled task, if enabled.
init_tpl
XF::init_tpl() in class.root.php
prepare smarty template engine handing html outputs
init_user
XF::init_user() in class.root.php
initialize user data and cache group data
insert_xfi
insert_xfi() in class.ui.php
this is a special function called by smarty engine inserting uncached content on runtime
l
top
$lang
XF::$lang in class.root.php
$length
XFAux_Flags::$length in class.root.php
lang_str
XFUI::lang_str() in class.ui.php
do a translation request like '{[LANGUAGE]:STRING_IDENTIFIER}'
link
XF::link() in class.root.php
parse a link
load_lang_res
XFUI::load_lang_res() in class.ui.php
load a language namespace and cache it locally
logger
XF::logger() in class.root.php
forward an entry to log system deliver input as args: first is level 'system', 'info' or 'error'. any following are combined as message.
logger_parse_message
XF::logger_parse_message() in class.root.php
parse logging messages for (human readable) output
m
top
$markgpc
XFAction::$markgpc in class.root.php
maintenance_mode
XF::maintenance_mode() in class.root.php
output maintenance message and end execution
o
top
$o
XFAux_Flags::$o in class.root.php
$oct
XFAux_Flags::$oct in class.root.php
$okifempty
XFAux_Flags::$okifempty in class.root.php
p
top
$pub
XFAux_Flags::$pub in class.root.php
POST_MAXLEN
XF::POST_MAXLEN in class.root.php
prof
XFDebug::prof() in class.debug.php
set a mesure point for profiling. use multiple to have differences between them.
purge
XFCache::purge() in class.cache.php
remove a resource from cache
put
XFCache::put() in class.cache.php
put content to cache
r
top
$range
XFAux_Flags::$range in class.root.php
$required
XFAux_Flags::$required in class.root.php
$restrict
XFAux_Flags::$restrict in class.root.php
$rw
XFAux_Flags::$rw in class.root.php
regular
XFAction::regular() in class.root.php
run an action on regular basis - called by init()
reload_safe_cfg
XF::reload_safe_cfg() in class.root.php
reload configuration table by using safe mode
reset_tpl
XF::reset_tpl() in class.root.php
reset all template vars except common one
rscandir
XF::rscandir() in class.root.php
scan through folders recursively
RSS_LAST
XF::RSS_LAST in class.root.php
RSS_MOD_UNAPPROVE
XF::RSS_MOD_UNAPPROVE in class.root.php
s
top
$sql
XF::$sql in class.root.php
$sql_simulate
XF::$sql_simulate in class.root.php
$stripspaces
XFAux_Flags::$stripspaces in class.root.php
$style
XF::$style in class.root.php
$success
XFAction::$success in class.root.php
sanitize_var
XF::sanitize_var() in class.root.php
sanitize user inputs - very(!) important
scramble
XF::scramble() in class.root.php
(de)scramble a string using cryptography
setdir
XFCache::setdir() in class.cache.php
set a folder for cache. obviously it has to be writeable...
settracecolor
XFDebug::settracecolor() in class.debug.php
sets background color for trace view
setup
XFTask::setup() in class.root.php
is run on scanning for new tasks
sql_lastId
XF::sql_lastId() in class.root.php
return last inserted id after sql query
sql_query
XF::sql_query() in class.root.php
perform a sql query
sql_transaction
XF::sql_transaction() in class.root.php
transaction abstraction layer
statistic
XFCache::statistic() in class.cache.php
calculate forum statistics and cache it
statistic
XF::statistic() in class.root.php
increase statistic counter by one
strip_trailing_slash
XF::strip_trailing_slash() in class.root.php
strips trailing slashes
SYSTEM
XFE::SYSTEM in class.root.php
system_exception
XFE::system_exception() in class.root.php
format the exception and include debugging information
t
top
$tables_complete
XF::$tables_complete in class.root.php
$tags
XF::$tags in class.root.php
$tbl
XF::$tbl in class.root.php
$token
XFAux_Flags::$token in class.root.php
$tpl
XF::$tpl in class.root.php
$trace
XFDebug::$trace in class.debug.php
$trace
XFTask::$trace in class.root.php
tan
XF::tan() in class.root.php
store a transaction number to session for using in forms
TASK_INTERVAL
XF::TASK_INTERVAL in class.root.php
tbl
XF::tbl() in class.root.php
returns a valid database table name for usage in sql queries
terminate
XF::terminate() in class.root.php
terminate script execution and output error message
todo
XFDebug::todo() in class.debug.php
builds todo list from source files and adds it to debug trace
token
XF::token() in class.root.php
create a token - useful on creating passwords or digests
topic
XFCache::topic() in class.cache.php
fetches topic data from cache pool
topic_access
XFUI::topic_access() in class.ui.php
check whether the selected user has access to a topic or not
TOPIC_CACHE_VERSION
XFCache::TOPIC_CACHE_VERSION in class.cache.php
topic_delta
XFCache::topic_delta() in class.cache.php
make changes on topic cache without rebuilding it
tpl_use_cache_pool
XF::tpl_use_cache_pool() in class.root.php
rewire template engine cache to 'pool' when required
trace
XFDebug::trace() in class.debug.php
put an entry into debug trace (logging)
u
top
$ulei
XFE::$ulei in class.root.php
$user
XF::$user in class.root.php
update_local_cache
XF::update_local_cache() in class.root.php
update the local caches like self::$user with new values
USER
XFE::USER in class.root.php
uuid
XF::uuid() in class.root.php
create an 'universal unique identifier'.
v
top
$vault
XF::$vault in class.root.php
$version
XFTask::$version in class.root.php
$version
XFAction::$version in class.root.php
$vtoken
XF::$vtoken in class.root.php
validate_gpc_data
XF::validate_gpc_data() in class.root.php
validates input array for rejected 'false' data
VAULT_PROTECTED
XF::VAULT_PROTECTED in class.root.php
VAULT_PUBLIC
XF::VAULT_PUBLIC in class.root.php
vault_query
XF::vault_query() in class.root.php
our 'vault': values can be stored here for class-wide reference
VAULT_RO
XF::VAULT_RO in class.root.php
VAULT_RW
XF::VAULT_RW in class.root.php
VERSION
XF::VERSION in class.root.php
x
top
XF
XF in class.root.php
XF handles all low-level including initialization, database connection and basic abstraction layers
XFAction
XFAction in class.root.php
any 'action' inherit XFAction must define at least some common methods/vars...
XFAux_Flags
XFAux_Flags in class.root.php
we use instances of this class for flag checking in methods.
XFCache
XFCache in class.cache.php
XFCache provides an abstraction for caching organized in pools
XFDebug
XFDebug in class.debug.php
XFDebug handles all debugging purposes and requires XF::DEBUG to be 'true'
XFE
XFE in class.root.php
well, XFE is my little own interpretation of a dump after catching an exception.
XFTask
XFTask in class.root.php
basic elements to inherit by XFTask for scheduled tasks either...
XFUI
XFUI in class.ui.php
XFUI class handles user interface methods
a b c d e f g h i l m o p r s t u v x _