Element index for package bigace-libs
Package indexes
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ o ]
[ _ ]
_
- _AID_
- in file constants.inc.php, constant _AID_
Anonymous User ID
- _BIGACE_BUILD_ID
- in file constants.inc.php, constant _BIGACE_BUILD_ID
Bigace Build ID.
- _BIGACE_CMD_ADMIN
- in file constants.inc.php, constant _BIGACE_CMD_ADMIN
Admin Command
- _BIGACE_CMD_EDITOR
- in file constants.inc.php, constant _BIGACE_CMD_EDITOR
Editor Command
- _BIGACE_CMD_FILE
- in file constants.inc.php, constant _BIGACE_CMD_FILE
File Command (Itemtype 5)
- _BIGACE_CMD_IMAGE
- in file constants.inc.php, constant _BIGACE_CMD_IMAGE
Image Command (Itemtype 4)
- _BIGACE_CMD_SMARTY
- in file constants.inc.php, constant _BIGACE_CMD_SMARTY
Smarty Command (Itemtype 1)
- _BIGACE_DEFAULT_RIGHT_DIRECTORY
- in file constants.inc.php, constant _BIGACE_DEFAULT_RIGHT_DIRECTORY
Defines the default Permissions when creating a Directory.
- _BIGACE_DEFAULT_UMASK_DIRECTORY
- in file constants.inc.php, constant _BIGACE_DEFAULT_UMASK_DIRECTORY
Defines the default Umask when creating or copying a Directory.
- _BIGACE_DEFAULT_UMASK_FILE
- in file constants.inc.php, constant _BIGACE_DEFAULT_UMASK_FILE
Defines the default Umask to be used when creating or copying Files.
- _BIGACE_DIR_ADDON
- in file constants.inc.php, constant _BIGACE_DIR_ADDON
Addon directory of the BIGACE installation.
- _BIGACE_DIR_ADMIN
- in file constants.inc.php, constant _BIGACE_DIR_ADMIN
Admin directory of the BIGACE installation.
- _BIGACE_DIR_CONSUMER
- in file constants.inc.php, constant _BIGACE_DIR_CONSUMER
Consumer directory of the BIGACE installation.
- _BIGACE_DIR_EDITOR
- in file constants.inc.php, constant _BIGACE_DIR_EDITOR
Addon directory of the BIGACE installation.
- _BIGACE_DIR_LIBS
- in file constants.inc.php, constant _BIGACE_DIR_LIBS
Addon directory of the BIGACE installation.
- _BIGACE_DIR_PUBLIC
- in file constants.inc.php, constant _BIGACE_DIR_PUBLIC
Public directory of the BIGACE installation.
- _BIGACE_DIR_ROOT
- in file constants.inc.php, constant _BIGACE_DIR_ROOT
Root Directory of the BIGACE installation .
- _BIGACE_FRIGHT_ADMIN_ITEMS
- in file constants.inc.php, constant _BIGACE_FRIGHT_ADMIN_ITEMS
The Fright name that defines the Administration of Items.
- _BIGACE_FRIGHT_ADMIN_MENUS
- in file constants.inc.php, constant _BIGACE_FRIGHT_ADMIN_MENUS
The Fright name that defines the Administration of Menus.
- _BIGACE_FRIGHT_USE_EDITOR
- in file constants.inc.php, constant _BIGACE_FRIGHT_USE_EDITOR
The Fright name that defines the Editor access.
- _BIGACE_ID
- in file constants.inc.php, constant _BIGACE_ID
Bigace Version ID
- _BIGACE_ITEM_FILE
- in file constants.inc.php, constant _BIGACE_ITEM_FILE
Itemtype File.
- _BIGACE_ITEM_IMAGE
- in file constants.inc.php, constant _BIGACE_ITEM_IMAGE
Itemtype Image.
- _BIGACE_ITEM_MENU
- in file constants.inc.php, constant _BIGACE_ITEM_MENU
Itemtype Menu.
- _BIGACE_LANGUAGE_PATH
- in file constants.inc.php, constant _BIGACE_LANGUAGE_PATH
Languages directory, where language definitions and translations are stored.
- _BIGACE_RIGHTS_DELETE
- in file constants.inc.php, constant _BIGACE_RIGHTS_DELETE
Value defining that the User has DELETE rights.
- _BIGACE_RIGHTS_NO
- in file constants.inc.php, constant _BIGACE_RIGHTS_NO
Value defining that the User has NO rights.
- _BIGACE_RIGHTS_READ
- in file constants.inc.php, constant _BIGACE_RIGHTS_READ
Value defining that the User has READ rights.
- _BIGACE_RIGHTS_RW
- in file constants.inc.php, constant _BIGACE_RIGHTS_RW
Value defining that the User has READ + WRITE rights.
- _BIGACE_RIGHTS_RWD
- in file constants.inc.php, constant _BIGACE_RIGHTS_RWD
Value defining that the User has READ + WRITE + DELETE rights.
- _BIGACE_RIGHTS_WRITE
- in file constants.inc.php, constant _BIGACE_RIGHTS_WRITE
Value defining that the User has WRITE rights.
- _BIGACE_SUPER_ADMIN
- in file constants.inc.php, constant _BIGACE_SUPER_ADMIN
Super (Admin) User ID
- _BIGACE_TOP_LEVEL
- in file constants.inc.php, constant _BIGACE_TOP_LEVEL
The ID of the TOP-LEVEL Items for all Itemtypes.
- _BIGACE_TOP_PARENT
- in file constants.inc.php, constant _BIGACE_TOP_PARENT
Defines the Parent ID of the TOP-LEVEL Items. Can be used for (as example) checks when reading (recursive) Trees.
b
- BIGACE_PLUGINS
- in file constants.inc.php, constant BIGACE_PLUGINS
Plugin directory of the BIGACE installation.
c
- constants.inc.php
- procedural page constants.inc.php
- createCommandLink
- in file functions.inc.php, function createCommandLink()
Creates a BIGACE Command Link.
- createInstance
- in file functions.inc.php, function createInstance()
Creates and returns an instance of the Class, given by its full qualified Classname.
- createLink
- in file functions.inc.php, function createLink()
Creates any BIGACE Link - including the Session ID.
- createMenuLink
- in file functions.inc.php, function createMenuLink()
Creates a Link to the given Menu Id.
e
- extractVar
- in file functions.inc.php, function extractVar()
Searches for the given varname in _POST, _GET, _COOKIE and then in _GLOBALS Variable Scope.
- E_DEBUG
- in file constants.inc.php, constant E_DEBUG
This Constants defines that all Log Messages will be shown.
- E_SQL
- in file constants.inc.php, constant E_SQL
Setting this Constants, causes the Logger to dump even the executed SQL Commands.
f
- functions.inc.php
- procedural page functions.inc.php
- FLAG_HIDDEN
- in file constants.inc.php, constant FLAG_HIDDEN
Flag indicating that the Item should be hidden within "normal" navigation structures.
- FLAG_NORMAL
- in file constants.inc.php, constant FLAG_NORMAL
Flag indicating that the Item status is normal. This is the default status.
- FLAG_TRASH
- in file constants.inc.php, constant FLAG_TRASH
Flag indicating that the Item is trashed.
g
- getRandomString
- in file functions.inc.php, function getRandomString()
Returns a random String.
- getTranslation
- in file functions.inc.php, function getTranslation()
Loads an value from the Language File, pass a second parameter for the case the translation cannot be found.
- get_accepted_language
- in file detect_language.inc.php, function get_accepted_language()
Returns the language that should be used for a bigace url without language parameter.
- get_accept_browser_languages
- in file detect_language.inc.php, function get_accept_browser_languages()
Returns an array of locales, which the users browser has configured.
- get_all_table_names
- in file database.inc.php, function get_all_table_names()
- get_permalink
- in file functions.inc.php, function get_permalink()
Returns a permanent link to the current page.
- get_preferred_language
- in file detect_language.inc.php, function get_preferred_language()
Checks the browser accepted locales against the array of given locales.
h
- has_group_permission
- in file functions.inc.php, function has_group_permission()
Checks if a usergroup has the given permission.
- has_permission
- in file functions.inc.php, function has_permission()
Checks if the current user has the given functional permission.
- has_user_permission
- in file functions.inc.php, function has_user_permission()
Checks if a permission exists for the given User.
i
- import
- in file functions.inc.php, function import()
Import a class or interface using the java naming syntax.
- isSystemParameter
- in file functions.inc.php, function isSystemParameter()
Returns if the given String is a Parameter that is already used by the System.
- ITEM_LOAD_FULL
- in file constants.inc.php, constant ITEM_LOAD_FULL
Flag used to identify a full Item request. Example: "SELECT * FROM item_x"
- ITEM_LOAD_LIGHT
- in file constants.inc.php, constant ITEM_LOAD_LIGHT
Flag used to identify a "light version of an Item. Example: "SELECT id,name,parent FROM item_x"
l
- loadClass
- in file functions.inc.php, function loadClass()
Loads a BIGACE Core Class dynamically.
- loadLanguageFile
- in file functions.inc.php, function loadLanguageFile()
Loads a Language File. The Translations (or simply keys) will be accessible through
.
o
- ORDER_COLUMN_POSITION
- in file constants.inc.php, constant ORDER_COLUMN_POSITION
This Columns holds the Items Order Position information.
|
|