Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ x ]
[ z ]
[ _ ]
a
- $accept
- in file snoopy.php, variable Snoopy::$accept
- $activated
- in file logger.php, variable XoopsLogger::$activated
- $adminmenu
- in file module.php, variable XoopsModule::$adminmenu
- $agent
- in file snoopy.php, variable Snoopy::$agent
- $allowedMimeTypes
- in file uploader.php, variable XoopsMediaUploader::$allowedMimeTypes
- $allowedThemes
- in file theme.php, variable xos_opal_ThemeFactory::$allowedThemes
Currently enabled themes (if empty, all the themes in themes/ are allowed)
- $allowUnknownTypes
- in file uploader.php, variable XoopsMediaUploader::$allowUnknownTypes
Flag indicating if unrecognized mimetypes should be allowed (use with precaution ! may lead to security issues )
- $allowUserSelection
- in file theme.php, variable xos_opal_ThemeFactory::$allowUserSelection
If users are allowed to choose a custom theme
- $AltBody
- in file class.phpmailer.php, variable PHPMailer::$AltBody
Sets the text-only body of the message. This automatically sets the email to multipart/alternative. This body can be read by mail clients that do not have HTML email capability such as mutt. Clients that can read HTML will view the normal Body.
- $approved
- in file xoopsstory.php, variable XoopsStory::$approved
- $archiver
- in file downloader.php, variable XoopsDownloader::$archiver
file information
- $assignedTags
- in file xoopsmailer.php, variable XoopsMailer::$assignedTags
- $autoload_filters
- in file Smarty.class.php, variable Smarty::$autoload_filters
This indicates which filters are automatically loaded into Smarty.
- activate
- in file errorhandler.php, method XoopsErrorHandler::activate()
Activate the error handler
- activateUser
- in file member.php, method XoopsMemberHandler::activateUser()
activate a user
- actkey
- in file user.php, method XoopsUser::actkey()
specialized wrapper for XoopsObject::getVar()
- add
- in file xmlrpctag.php, method XoopsXmlRpcStruct::add()
- add
- in file auth_provisionning.php, method XoopsAuthProvisionning::add()
Add a new user to the system
- add
- in file criteria.php, method CriteriaCompo::add()
Add an element
- add
- in file xmlrpctag.php, method XoopsXmlRpcDocument::add()
- add
- in file xmlrpctag.php, method XoopsXmlRpcArray::add()
- AddAddress
- in file class.phpmailer.php, method PHPMailer::AddAddress()
Adds a "To" address.
- AddAttachment
- in file class.phpmailer.php, method PHPMailer::AddAttachment()
Adds an attachment from a path on the filesystem.
- AddBCC
- in file class.phpmailer.php, method PHPMailer::AddBCC()
Adds a "Bcc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
- addBinaryFile
- in file tardownloader.php, method XoopsTarDownloader::addBinaryFile()
Add a binary file to the archive
- addBinaryFile
- in file downloader.php, method XoopsDownloader::addBinaryFile()
XoopsDownloader::addBinaryFile()
- addBinaryFile
- in file zipdownloader.php, method XoopsZipDownloader::addBinaryFile()
- addBinaryFileData
- in file zipdownloader.php, method XoopsZipDownloader::addBinaryFileData()
- addBinaryFileData
- in file downloader.php, method XoopsDownloader::addBinaryFileData()
XoopsDownloader::addBinaryFileData()
- addBinaryFileData
- in file tardownloader.php, method XoopsTarDownloader::addBinaryFileData()
Add a binary dummy file to the archive
- addBlock
- in file logger.php, method XoopsLogger::addBlock()
Log display of a block
- AddCC
- in file class.phpmailer.php, method PHPMailer::AddCC()
Adds a "Cc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
- AddCustomHeader
- in file class.phpmailer.php, method PHPMailer::AddCustomHeader()
Adds a custom header.
- addDirectory
- in file class.tar.php, method tar::addDirectory()
Add a directory to this tar archive
- addElement
- in file formelementtray.php, method XoopsFormElementTray::addElement()
Add an element to the group
- addElement
- in file form.php, method XoopsForm::addElement()
Add an element to the form
- AddEmbeddedImage
- in file class.phpmailer.php, method PHPMailer::AddEmbeddedImage()
Adds an embedded attachment. This can include images, sounds, and just about any other document. Make sure to set the $type to an image type. For JPEG images use "image/jpeg" and for GIF images use "image/gif".
- addExtra
- in file logger.php, method XoopsLogger::addExtra()
Log extra information
- addFile
- in file class.zipfile.php, method zipfile::addFile()
Adds "file" to archive
- addFile
- in file zipdownloader.php, method XoopsZipDownloader::addFile()
- addFile
- in file tardownloader.php, method XoopsTarDownloader::addFile()
Add a file to the archive
- addFile
- in file class.tar.php, method tar::addFile()
Add a file to the tar archive
- addFile
- in file downloader.php, method XoopsDownloader::addFile()
XoopsDownloader::addFile()
- addFileData
- in file downloader.php, method XoopsDownloader::addFileData()
XoopsDownloader::addFileData()
- addFileData
- in file zipdownloader.php, method XoopsZipDownloader::addFileData()
- addFileData
- in file tardownloader.php, method XoopsTarDownloader::addFileData()
Add a dummy file to the archive
- addHeaders
- in file xoopsmailer.php, method XoopsMailer::addHeaders()
- addHttpMeta
- in file theme.php, method xos_opal_Theme::addHttpMeta()
Set a meta http-equiv value
- addItem
- in file grouppermform.php, method XoopsGroupPermForm::addItem()
Adds an item to which permission will be assigned
- addLink
- in file theme.php, method xos_opal_Theme::addLink()
Add a <link> to the header
- addMeta
- in file theme.php, method xos_opal_Theme::addMeta()
Change output page meta-information
- addOption
- in file formcheckbox.php, method XoopsFormCheckBox::addOption()
Add an option
- addOption
- in file formradio.php, method XoopsFormRadio::addOption()
Add an option
- addOption
- in file formselect.php, method XoopsFormSelect::addOption()
Add an option
- addOptionArray
- in file formradio.php, method XoopsFormRadio::addOptionArray()
Adds multiple options
- addOptionArray
- in file formselect.php, method XoopsFormSelect::addOptionArray()
Add multiple options
- addOptionArray
- in file formcheckbox.php, method XoopsFormCheckBox::addOptionArray()
Add multiple Options at once
- addQuery
- in file logger.php, method XoopsLogger::addQuery()
Log a database query
- AddReplyTo
- in file class.phpmailer.php, method PHPMailer::AddReplyTo()
Adds a "Reply-to" address.
- addRight
- in file groupperm.php, method XoopsGroupPermHandler::addRight()
Add a permission
- addScript
- in file theme.php, method xos_opal_Theme::addScript()
Adds script code to the document head
- addSlashes
- in file module.textsanitizer.php, method MyTextSanitizer::addSlashes()
Add slashes to the text if magic_quotes_gpc is turned off.
- addSlashes
- in file textsanitizer.php, method TextSanitizer::addSlashes()
- AddStringAttachment
- in file class.phpmailer.php, method PHPMailer::AddStringAttachment()
Adds a string or binary attachment (non-filesystem) to the list.
- addStylesheet
- in file theme.php, method xos_opal_Theme::addStylesheet()
Add StyleSheet or CSS code to the document head
- addTagHandler
- in file saxparser.php, method SaxParser::addTagHandler()
**************************************************************************
- addUser
- in file avatar.php, method XoopsAvatarHandler::addUser()
- addUserToGroup
- in file member.php, method XoopsMemberHandler::addUserToGroup()
add a user to a group
- admin.php
- procedural page admin.php
- append
- in file Smarty.class.php, method Smarty::append()
appends values to template variables
- appendTar
- in file class.tar.php, method tar::appendTar()
Appends a tar file to the end of the currently opened tar file.
- append_by_ref
- in file Smarty.class.php, method Smarty::append_by_ref()
appends values to template variables by reference
- assign
- in file form.php, method XoopsForm::assign()
assign to smarty form template instead of displaying directly
- assign
- in file xoopsmailer.php, method XoopsMailer::assign()
- assign
- in file Smarty.class.php, method Smarty::assign()
assigns values to template variables
- assignVar
- in file object.php, method XoopsObject::assignVar()
assign a value to a variable
- assign_by_ref
- in file Smarty.class.php, method Smarty::assign_by_ref()
assigns values to template variables by reference
- attachsig
- in file user.php, method XoopsUser::attachsig()
specialized wrapper for XoopsObject::getVar()
- authenticate
- in file auth_ldap.php, method XoopsAuthLdap::authenticate()
Authenticate user again LDAP directory (Bind)
- authenticate
- in file auth.php, method XoopsAuth::authenticate()
- Authenticate
- in file class.smtp.php, method SMTP::Authenticate()
Performs SMTP authentication. Must be run after running the Hello() method. Returns true if successfully authenticated.
- authenticate
- in file auth_ads.php, method XoopsAuthAds::authenticate()
Authenticate user again LDAP directory (Bind)
- authenticate
- in file auth_xoops.php, method XoopsAuthXoops::authenticate()
Authenticate user
- auth.php
- procedural page auth.php
- authfactory.php
- procedural page authfactory.php
- auth_ads.php
- procedural page auth_ads.php
- auth_ldap.php
- procedural page auth_ldap.php
- auth_provisionning.php
- procedural page auth_provisionning.php
- auth_xoops.php
- procedural page auth_xoops.php
- avatar.php
- procedural page avatar.php
- admin.php
- procedural page admin.php
- auth.php
- procedural page auth.php
- admin_header.php
- procedural page admin_header.php
- admin.php
- procedural page admin.php
- avatars.php
- procedural page avatars.php
- admin.php
- procedural page admin.php
top
b
- $blocks
- in file logger.php, variable XoopsLogger::$blocks
- $blocks
- in file theme_blocks.php, variable xos_logos_PageBuilder::$blocks
- $body
- in file xoopsmailer.php, variable XoopsMailer::$body
- $Body
- in file class.phpmailer.php, variable PHPMailer::$Body
Sets the Body of the message. This can be either an HTML or text body.
- $bodytext
- in file xoopsstory.php, variable XoopsStory::$bodytext
- $booleanize
- in file Config_File.class.php, variable Config_File::$booleanize
Controls whether config values of on/true/yes and off/false/no get converted to boolean values automatically.
- $bufferOutput
- in file theme.php, variable xos_opal_Theme::$bufferOutput
Whether or not the theme engine should include the output generated by php
- backend.php
- procedural page backend.php
- BannerClientDelete
- in file banners.php, function BannerClientDelete()
- BannerClientEdit
- in file banners.php, function BannerClientEdit()
- BannerDelete
- in file banners.php, function BannerDelete()
- BannerEdit
- in file banners.php, function BannerEdit()
- banners.php
- procedural page banners.php
- BannersAdmin
- in file banners.php, function BannersAdmin()
******************************************************
- bannerstats
- in file banners.php, function bannerstats()
******************************************
- bio
- in file user.php, method XoopsUser::bio()
specialized wrapper for XoopsObject::getVar()
- BloggerApi
- in file bloggerapi.php, class BloggerApi
- BloggerApi
- in file bloggerapi.php, method BloggerApi::BloggerApi()
- bodytext
- in file xoopsstory.php, method XoopsStory::bodytext()
- buildBlock
- in file xoopsblock.php, method XoopsBlock::buildBlock()
- buildBlock
- in file theme_blocks.php, method xos_logos_PageBuilder::buildBlock()
- buildContent
- in file xoopsblock.php, method XoopsBlock::buildContent()
- buildTitle
- in file xoopsblock.php, method XoopsBlock::buildTitle()
- buildUrl
- in file common.php, method xos_kernel_Xoops2::buildUrl()
Build an URL with the specified request params
- b_back
- in file install_tpl.php, function b_back()
- b_next
- in file install_tpl.php, function b_next()
- b_reload
- in file install_tpl.php, function b_reload()
- b_system_comments_edit
- in file system_blocks.php, function b_system_comments_edit()
- b_system_comments_show
- in file system_blocks.php, function b_system_comments_show()
- b_system_info_edit
- in file system_blocks.php, function b_system_info_edit()
- b_system_info_show
- in file system_blocks.php, function b_system_info_show()
- b_system_login_show
- in file system_blocks.php, function b_system_login_show()
- b_system_main_show
- in file system_blocks.php, function b_system_main_show()
- b_system_newmembers_edit
- in file system_blocks.php, function b_system_newmembers_edit()
- b_system_newmembers_show
- in file system_blocks.php, function b_system_newmembers_show()
- b_system_notification_show
- in file system_blocks.php, function b_system_notification_show()
- b_system_online_show
- in file system_blocks.php, function b_system_online_show()
- b_system_search_show
- in file system_blocks.php, function b_system_search_show()
- b_system_themes_edit
- in file system_blocks.php, function b_system_themes_edit()
- b_system_themes_show
- in file system_blocks.php, function b_system_themes_show()
- b_system_topposters_edit
- in file system_blocks.php, function b_system_topposters_edit()
- b_system_topposters_show
- in file system_blocks.php, function b_system_topposters_show()
- b_system_user_show
- in file system_blocks.php, function b_system_user_show()
- b_system_waiting_show
- in file system_blocks.php, function b_system_waiting_show()
- block.textformat.php
- procedural page block.textformat.php
- bloggerapi.php
- procedural page bloggerapi.php
- block.php
- procedural page block.php
- banners.php
- procedural page banners.php
- blockform.php
- procedural page blockform.php
- blocksadmin.php
- procedural page blocksadmin.php
- banners.php
- procedural page banners.php
- blocksadmin.php
- procedural page blocksadmin.php
- blocks.php
- procedural page blocks.php
top
c
- $cache_dir
- in file template.php, variable XoopsTpl::$cache_dir
- $cache_dir
- in file Smarty.class.php, variable Smarty::$cache_dir
The name of the directory for cache files.
- $cache_handler_func
- in file Smarty.class.php, variable Smarty::$cache_handler_func
The function used for cache file handling. If not set, built-in caching is used.
- $cache_lifetime
- in file Smarty.class.php, variable Smarty::$cache_lifetime
This is the number of seconds cached content will persist.
- $cache_modified_check
- in file Smarty.class.php, variable Smarty::$cache_modified_check
Only used when $caching is enabled. If true, then If-Modified-Since headers are respected with cached content, and appropriate HTTP headers are sent.
- $caching
- in file Smarty.class.php, variable Smarty::$caching
This enables template caching.
- $canvasTemplate
- in file theme.php, variable xos_opal_Theme::$canvasTemplate
Canvas-level template to use
- $censorConf
- in file module.textsanitizer.php, variable MyTextSanitizer::$censorConf
- $charSet
- in file xoopsmailer.php, variable XoopsMailer::$charSet
- $CharSet
- in file class.phpmailer.php, variable PHPMailer::$CharSet
Sets the CharSet of the message.
- $checkImageType
- in file uploader.php, variable XoopsMediaUploader::$checkImageType
- $cleanVars
- in file object.php, variable XoopsObject::$cleanVars
variables cleaned for store in DB
- $column
- in file criteria.php, variable Criteria::$column
- $comments
- in file xoopsstory.php, variable XoopsStory::$comments
- $compiler_class
- in file Smarty.class.php, variable Smarty::$compiler_class
The class used for compiling templates.
- $compiler_file
- in file Smarty.class.php, variable Smarty::$compiler_file
The file that contains the compiler class. This can a full pathname, or relative to the php_include path.
- $compile_check
- in file Smarty.class.php, variable Smarty::$compile_check
This tells Smarty whether to check for recompiling or not. Recompiling does not need to happen unless a template or config file is changed.
- $compile_dir
- in file template.php, variable XoopsTpl::$compile_dir
- $compile_dir
- in file Smarty.class.php, variable Smarty::$compile_dir
The directory where compiled templates are located.
- $compile_id
- in file Smarty.class.php, variable Smarty::$compile_id
Set this if you want different sets of compiled files for the same templates. This is useful for things like different languages.
- $conditions
- in file criteria.php, variable CriteriaCompo::$conditions
Conditions
- $config_booleanize
- in file Smarty.class.php, variable Smarty::$config_booleanize
This tells whether or not to automatically booleanize config file variables.
- $config_class
- in file Smarty.class.php, variable Smarty::$config_class
The class used to load config vars.
- $config_dir
- in file Smarty.class.php, variable Smarty::$config_dir
The directory where config files are located.
- $config_fix_newlines
- in file Smarty.class.php, variable Smarty::$config_fix_newlines
This tells whether or not automatically fix newlines in config files.
- $config_overwrite
- in file Smarty.class.php, variable Smarty::$config_overwrite
This tells if config file vars of the same name overwrite each other or not.
- $config_read_hidden
- in file Smarty.class.php, variable Smarty::$config_read_hidden
This tells whether hidden sections [.foobar] are readable from the tempalates or not. Normally you would never allow this since that is the point behind hidden sections: the application can access them, but the templates cannot.
- $ConfirmReadingTo
- in file class.phpmailer.php, variable PHPMailer::$ConfirmReadingTo
Sets the email address that a reading confirmation will be sent.
- $conn
- in file mysqldatabase.php, variable XoopsMySQLDatabase::$conn
Database connection
- $content
- in file theme.php, variable xos_opal_Theme::$content
Text content to display right after the contentTemplate output
- $contentCacheId
- in file theme.php, variable xos_opal_Theme::$contentCacheId
- $contentCacheLifetime
- in file theme.php, variable xos_opal_Theme::$contentCacheLifetime
- $contentTemplate
- in file theme.php, variable xos_opal_Theme::$contentTemplate
Content-level template to use
- $ContentType
- in file class.phpmailer.php, variable PHPMailer::$ContentType
Sets the Content-type of the message.
- $cookies
- in file snoopy.php, variable Snoopy::$cookies
- $counter
- in file xoopsstory.php, variable XoopsStory::$counter
- $cp1252_map
- in file auth_ldap.php, variable XoopsAuthLdap::$cp1252_map
- $created
- in file xoopsstory.php, variable XoopsStory::$created
- $criteriaElements
- in file criteria.php, variable CriteriaCompo::$criteriaElements
The elements of the collection
- $CRLF
- in file class.smtp.php, variable SMTP::$CRLF
SMTP reply line ending
- $ctable
- in file xoopscomments.php, variable XoopsComments::$ctable
- $ctrl_dir
- in file class.zipfile.php, variable zipfile::$ctrl_dir
Central directory
- $curl_path
- in file snoopy.php, variable Snoopy::$curl_path
- $customValidationCode
- in file formelement.php, variable XoopsFormElement::$customValidationCode
Javascript performing additional validation of this element data
- cache_manager
- in file cachemanager.php, class cache_manager
cache_manager for XOOPS installer
- censorString
- in file module.textsanitizer.php, method MyTextSanitizer::censorString()
Replaces banned words in a string with their replacements
- change
- in file auth_provisionning.php, method XoopsAuthProvisionning::change()
Modify user information
- change_banner_url_by_client
- in file banners.php, function change_banner_url_by_client()
******************************************
- check
- in file xoopssecurity.php, method XoopsSecurity::check()
Check if there is a valid token in $_REQUEST['XOOPS_TOKEN_REQUEST'] - can be expanded for more wide use, later (Mith)
- checkBadips
- in file xoopssecurity.php, method XoopsSecurity::checkBadips()
Check if visitor's IP address is banned Should be changed to return bool and let the action be up to the calling script
- checkCache
- in file theme.php, method xos_opal_Theme::checkCache()
- checkData
- in file settingmanager.php, method setting_manager::checkData()
- checkEmail
- in file functions.php, function checkEmail()
- checkImageType
- in file uploader.php, method XoopsMediaUploader::checkImageType()
Check whether or not the uploaded image type is valid
- checkMaxFileSize
- in file uploader.php, method XoopsMediaUploader::checkMaxFileSize()
Is the file the right size?
- checkMaxHeight
- in file uploader.php, method XoopsMediaUploader::checkMaxHeight()
Is the picture the right height?
- checkMaxWidth
- in file uploader.php, method XoopsMediaUploader::checkMaxWidth()
Is the picture the right width?
- checkMimeType
- in file uploader.php, method XoopsMediaUploader::checkMimeType()
Check whether or not the uploaded file type is allowed
- checkReferer
- in file xoopssecurity.php, method XoopsSecurity::checkReferer()
Check the user agent's HTTP REFERER against XOOPS_URL
- checkRight
- in file groupperm.php, method XoopsGroupPermHandler::checkRight()
Check permission
- checkSuperglobals
- in file xoopssecurity.php, method XoopsSecurity::checkSuperglobals()
Check superglobals for contamination
- check_language
- in file index.php, function check_language()
- class.tar.php
- procedural page class.tar.php
- class.zipfile.php
- procedural page class.zipfile.php
- commentrenderer.php
- procedural page commentrenderer.php
- criteria.php
- procedural page criteria.php
- class.phpmailer.php
- procedural page class.phpmailer.php
- class.smtp.php
- procedural page class.smtp.php
- Config_File.class.php
- procedural page Config_File.class.php
- core.assemble_plugin_filepath.php
- procedural page core.assemble_plugin_filepath.php
- core.assign_smarty_interface.php
- procedural page core.assign_smarty_interface.php
- core.create_dir_structure.php
- procedural page core.create_dir_structure.php
- core.display_debug_console.php
- procedural page core.display_debug_console.php
- core.get_include_path.php
- procedural page core.get_include_path.php
- core.get_microtime.php
- procedural page core.get_microtime.php
- core.get_php_resource.php
- procedural page core.get_php_resource.php
- core.is_secure.php
- procedural page core.is_secure.php
- core.is_trusted.php
- procedural page core.is_trusted.php
- core.load_plugins.php
- procedural page core.load_plugins.php
- core.load_resource_plugin.php
- procedural page core.load_resource_plugin.php
- core.process_cached_inserts.php
- procedural page core.process_cached_inserts.php
- core.process_compiled_include.php
- procedural page core.process_compiled_include.php
- core.read_cache_file.php
- procedural page core.read_cache_file.php
- core.rmdir.php
- procedural page core.rmdir.php
- core.rm_auto.php
- procedural page core.rm_auto.php
- core.run_insert_handler.php
- procedural page core.run_insert_handler.php
- core.smarty_include_php.php
- procedural page core.smarty_include_php.php
- core.write_cache_file.php
- procedural page core.write_cache_file.php
- core.write_compiled_include.php
- procedural page core.write_compiled_include.php
- core.write_compiled_resource.php
- procedural page core.write_compiled_resource.php
- core.write_file.php
- procedural page core.write_file.php
- compiler.assign.php
- procedural page compiler.assign.php
- compiler.foreachq.php
- procedural page compiler.foreachq.php
- compiler.includeq.php
- procedural page compiler.includeq.php
- compiler.xoAppUrl.php
- procedural page compiler.xoAppUrl.php
- compiler.xoImgUrl.php
- procedural page compiler.xoImgUrl.php
- cleanVars
- in file object.php, method XoopsObject::cleanVars()
clean values of all variables of the object for storage.
- clear
- in file Config_File.class.php, method Config_File::clear()
Clear loaded config data for a certain file or all files.
- ClearAddresses
- in file class.phpmailer.php, method PHPMailer::ClearAddresses()
Clears all recipients assigned in the TO array. Returns void.
- ClearAllRecipients
- in file class.phpmailer.php, method PHPMailer::ClearAllRecipients()
Clears all recipients assigned in the TO, CC and BCC array. Returns void.
- ClearAttachments
- in file class.phpmailer.php, method PHPMailer::ClearAttachments()
Clears all previously set filesystem, string, and binary attachments. Returns void.
- ClearBCCs
- in file class.phpmailer.php, method PHPMailer::ClearBCCs()
Clears all recipients assigned in the BCC array. Returns void.
- ClearCCs
- in file class.phpmailer.php, method PHPMailer::ClearCCs()
Clears all recipients assigned in the CC array. Returns void.
- ClearCustomHeaders
- in file class.phpmailer.php, method PHPMailer::ClearCustomHeaders()
Clears all custom headers. Returns void.
- ClearReplyTos
- in file class.phpmailer.php, method PHPMailer::ClearReplyTos()
Clears all recipients assigned in the ReplyTo array. Returns void.
- clearTokens
- in file xoopssecurity.php, method XoopsSecurity::clearTokens()
Clear all token values from user's session
- clear_all_assign
- in file Smarty.class.php, method Smarty::clear_all_assign()
clear all the assigned template variables.
- clear_all_cache
- in file Smarty.class.php, method Smarty::clear_all_cache()
clear the entire contents of cache (all templates)
- clear_assign
- in file Smarty.class.php, method Smarty::clear_assign()
clear the given assigned template variable.
- clear_cache
- in file Smarty.class.php, method Smarty::clear_cache()
clear cached content for the given template and cache id
- clear_compiled_tpl
- in file Smarty.class.php, method Smarty::clear_compiled_tpl()
clears compiled version of specified template resource, or all compiled template files if one is not specified.
- clear_config
- in file Smarty.class.php, method Smarty::clear_config()
clear configuration values
- clickbanner
- in file banners.php, function clickbanner()
- clientlogin
- in file banners.php, function clientlogin()
*****************************************
- clone_block
- in file blocksadmin.php, function clone_block()
- clone_block_ok
- in file blocksadmin.php, function clone_block_ok()
- close
- in file mysqldatabase.php, method XoopsMySQLDatabase::close()
Close MySQL connection
- Close
- in file class.smtp.php, method SMTP::Close()
Closes the socket and cleans up the state of the class.
- close
- in file session.php, method XoopsSessionHandler::close()
Close a session
- CloseTable
- in file cp_functions.php, function CloseTable()
- closeThread
- in file old_functions.php, function closeThread()
- CloseWaitBox
- in file functions.php, function CloseWaitBox()
- codeConv
- in file module.textsanitizer.php, method MyTextSanitizer::codeConv()
Sanitizing of [code] tag
- codePreConv
- in file module.textsanitizer.php, method MyTextSanitizer::codePreConv()
Sanitizing of [code] tag
- codeSanitizer
- in file module.textsanitizer.php, method MyTextSanitizer::codeSanitizer()
Sanitizing of [code] tag
- comments
- in file xoopsstory.php, method XoopsStory::comments()
- Config_File
- in file Config_File.class.php, method Config_File::Config_File()
Constructs a new config file class.
- Config_File
- in file Config_File.class.php, class Config_File
Config file reading class
- config_load
- in file Smarty.class.php, method Smarty::config_load()
load configuration values
- confirmForm
- in file settingmanager.php, method setting_manager::confirmForm()
- Connect
- in file class.smtp.php, method SMTP::Connect()
Connect to the server specified on the port specified.
- connect
- in file mysqldatabase.php, method XoopsMySQLDatabase::connect()
connect to the database
- containsDirectory
- in file class.tar.php, method tar::containsDirectory()
Check if this tar archive contains a specific directory
- containsFile
- in file class.tar.php, method tar::containsFile()
Check if this tar archive contains a specific file
- copyDistFile
- in file mainfilemanager.php, method mainfile_manager::copyDistFile()
- counter
- in file xoopsstory.php, method XoopsStory::counter()
- countSimilarBlocks
- in file xoopsblock.php, method XoopsBlock::countSimilarBlocks()
- cp1252_to_utf8
- in file auth_ldap.php, method XoopsAuthLdap::cp1252_to_utf8()
- create
- in file tplfile.php, method XoopsTplfileHandler::create()
- create
- in file findusers.php, method XoUserHandler::create()
- create
- in file user.php, method XoopsUserHandler::create()
create a new user
- create
- in file configoption.php, method XoopsConfigOptionHandler::create()
Create a new option
- create
- in file findusers.php, method XoopsRankHandler::create()
- create
- in file block.php, method XoopsBlockHandler::create()
create a new block
- create
- in file tplset.php, method XoopsTplsetHandler::create()
- create
- in file configcategory.php, method XoopsConfigCategoryHandler::create()
Create a new category
- create
- in file notification.php, method XoopsNotificationHandler::create()
Create a XoopsNotification
- create
- in file configitem.php, method XoopsConfigItemHandler::create()
Create a new XoopsConfigItem
- create
- in file group.php, method XoopsGroupHandler::create()
create a new XoopsGroup object
- create
- in file privmessage.php, method XoopsPrivmessageHandler::create()
Create a new XoopsPrivmessage object
- create
- in file avatar.php, method XoopsAvatarHandler::create()
- create
- in file module.php, method XoopsModuleHandler::create()
Create a new XoopsModule object
- create
- in file object.php, method XoopsObjectHandler::create()
creates a new object
- create
- in file comment.php, method XoopsCommentHandler::create()
Create a XoopsComment
- create
- in file group.php, method XoopsMembershipHandler::create()
create a new membership
- create
- in file imagesetimg.php, method XoopsImagesetimgHandler::create()
- create
- in file image.php, method XoopsImageHandler::create()
Create a new XoopsImage
- create
- in file groupperm.php, method XoopsGroupPermHandler::create()
Create a new XoopsGroupPerm
- create
- in file imagecategory.php, method XoopsImagecategoryHandler::create()
- create
- in file imageset.php, method XoopsImagesetHandler::create()
- createConfig
- in file config.php, method XoopsConfigHandler::createConfig()
Create a config
- createConfigOption
- in file config.php, method XoopsConfigHandler::createConfigOption()
Make a new XoopsConfigOption
- created
- in file xoopsstory.php, method XoopsStory::created()
- createDB
- in file dbmanager.php, method db_manager::createDB()
- createGroup
- in file member.php, method XoopsMemberHandler::createGroup()
create a new group
- createInstance
- in file theme.php, method xos_opal_ThemeFactory::createInstance()
Instanciate the specified theme
- createToken
- in file xoopssecurity.php, method XoopsSecurity::createToken()
Create a token in the user's session
- createUser
- in file member.php, method XoopsMemberHandler::createUser()
create a new user
- Criteria
- in file criteria.php, method Criteria::Criteria()
Constructor
- Criteria
- in file criteria.php, class Criteria
A single criteria
- CriteriaCompo
- in file criteria.php, method CriteriaCompo::CriteriaCompo()
Constructor
- CriteriaCompo
- in file criteria.php, class CriteriaCompo
Collection of multiple CriteriaElements
- CriteriaElement
- in file criteria.php, method CriteriaElement::CriteriaElement()
Constructor
- CriteriaElement
- in file criteria.php, class CriteriaElement
A criteria (grammar?) for a database query.
- calendarjs.php
- procedural page calendarjs.php
- checklogin.php
- procedural page checklogin.php
- commentform.inc.php
- procedural page commentform.inc.php
- comment_constants.php
- procedural page comment_constants.php
- comment_delete.php
- procedural page comment_delete.php
- comment_edit.php
- procedural page comment_edit.php
- comment_form.php
- procedural page comment_form.php
- comment_new.php
- procedural page comment_new.php
- comment_post.php
- procedural page comment_post.php
- comment_reply.php
- procedural page comment_reply.php
- comment_view.php
- procedural page comment_view.php
- common.php
- procedural page common.php
- cp_functions.php
- procedural page cp_functions.php
- cp_header.php
- procedural page cp_header.php
- cachemanager.php
- procedural page cachemanager.php
- comment.php
- procedural page comment.php
- config.php
- procedural page config.php
- configcategory.php
- procedural page configcategory.php
- configitem.php
- procedural page configitem.php
- configoption.php
- procedural page configoption.php
- calendar.php
- procedural page calendar.php
- comment.php
- procedural page comment.php
- comment_delete.php
- procedural page comment_delete.php
- comment_edit.php
- procedural page comment_edit.php
- comment_post.php
- procedural page comment_post.php
- constants.php
- procedural page constants.php
- comments.php
- procedural page comments.php
top
d
- $database
- in file settingmanager.php, variable setting_manager::$database
- $datasec
- in file class.zipfile.php, variable zipfile::$datasec
Array to store compressed data
- $db
- in file dbmanager.php, variable db_manager::$db
- $db
- in file object.php, variable XoopsObjectHandler::$db
holds referenced to XoopsDatabase class object
- $db
- in file xoopscomments.php, variable XoopsComments::$db
- $db
- in file xoopstree.php, variable XoopsTree::$db
- $db
- in file xoopsstory.php, variable XoopsStory::$db
- $db
- in file xoopsblock.php, variable XoopsBlock::$db
- $dbhost
- in file settingmanager.php, variable setting_manager::$dbhost
- $dbname
- in file settingmanager.php, variable setting_manager::$dbname
- $dbpass
- in file settingmanager.php, variable setting_manager::$dbpass
- $dbuname
- in file settingmanager.php, variable setting_manager::$dbuname
- $db_pconnect
- in file settingmanager.php, variable setting_manager::$db_pconnect
- $debugging
- in file Smarty.class.php, variable Smarty::$debugging
If debugging is enabled, a debug console window will display when the page loads (make sure your browser allows unrequested popup windows)
- $debugging_ctrl
- in file Smarty.class.php, variable Smarty::$debugging_ctrl
This determines if debugging is enable-able from the browser.
- $debug_tpl
- in file Smarty.class.php, variable Smarty::$debug_tpl
This is the path to the debug console template. If not set, the default one will be used.
- $defaultTheme
- in file theme.php, variable xos_opal_ThemeFactory::$defaultTheme
Default theme to instanciate if none specified
- $default_modifiers
- in file Smarty.class.php, variable Smarty::$default_modifiers
This is a list of the modifiers to apply to all template variables.
- $default_resource_type
- in file Smarty.class.php, variable Smarty::$default_resource_type
This is the resource type to be used when not specified
- $default_template_handler_func
- in file Smarty.class.php, variable Smarty::$default_template_handler_func
If a template cannot be found, this PHP function will be executed.
- $deniedMimeTypes
- in file uploader.php, variable XoopsMediaUploader::$deniedMimeTypes
- $directories
- in file class.tar.php, variable tar::$directories
Processed Archive Information
- $distfile
- in file mainfilemanager.php, variable mainfile_manager::$distfile
- $do_debug
- in file class.smtp.php, variable SMTP::$do_debug
Sets whether debugging is turned on
- database.php
- procedural page database.php
- databasefactory.php
- procedural page databasefactory.php
- downloader.php
- procedural page downloader.php
- Data
- in file class.smtp.php, method SMTP::Data()
Issues a data command and sends the msg_data to the server
- Database
- in file database.php, class Database
Only for backward compatibility
- dbExists
- in file dbmanager.php, method db_manager::dbExists()
- db_manager
- in file dbmanager.php, method db_manager::db_manager()
- db_manager
- in file dbmanager.php, class db_manager
database manager for XOOPS installer
- delete
- in file configitem.php, method XoopsConfigItemHandler::delete()
Delete a config from the database
- delete
- in file notification.php, method XoopsNotificationHandler::delete()
Delete a XoopsNotification from the database
- delete
- in file configcategory.php, method XoopsConfigCategoryHandler::delete()
Delelete a XoopsConfigCategory
- delete
- in file privmessage.php, method XoopsPrivmessageHandler::delete()
Delete from the database
- delete
- in file configoption.php, method XoopsConfigOptionHandler::delete()
Delete an option
- delete
- in file module.php, method XoopsModuleHandler::delete()
Delete a module from the database
- delete
- in file block.php, method XoopsBlockHandler::delete()
delete a block from the database
- delete
- in file xoopsstory.php, method XoopsStory::delete()
- delete
- in file xoopstopic.php, method XoopsTopic::delete()
- delete
- in file avatar.php, method XoopsAvatarHandler::delete()
- delete
- in file xoopscomments.php, method XoopsComments::delete()
- delete
- in file xoopsblock.php, method XoopsBlock::delete()
- delete
- in file tplfile.php, method XoopsTplfileHandler::delete()
- delete
- in file tplset.php, method XoopsTplsetHandler::delete()
- delete
- in file user.php, method XoopsUserHandler::delete()
delete a user from the database
- delete
- in file comment.php, method XoopsCommentHandler::delete()
Delete a XoopsComment from the database
- delete
- in file object.php, method XoopsObjectHandler::delete()
delete obejct from database
- delete
- in file imagesetimg.php, method XoopsImagesetimgHandler::delete()
- delete
- in file image.php, method XoopsImageHandler::delete()
Delete an image from the database
- delete
- in file imagecategory.php, method XoopsImagecategoryHandler::delete()
- delete
- in file imageset.php, method XoopsImagesetHandler::delete()
- delete
- in file auth_provisionning.php, method XoopsAuthProvisionning::delete()
Modify a user
- delete
- in file groupperm.php, method XoopsGroupPermHandler::delete()
Delete a XoopsGroupPerm
- delete
- in file group.php, method XoopsMembershipHandler::delete()
delete a membership from the database
- delete
- in file group.php, method XoopsGroupHandler::delete()
remove a group from the database
- deleteAll
- in file comment.php, method XoopsCommentHandler::deleteAll()
Delete multiple comments
- deleteAll
- in file group.php, method XoopsMembershipHandler::deleteAll()
delete all memberships meeting the conditions
- deleteAll
- in file notification.php, method XoopsNotificationHandler::deleteAll()
Delete multiple notifications
- deleteAll
- in file user.php, method XoopsUserHandler::deleteAll()
delete users matching a set of conditions
- deleteAll
- in file groupperm.php, method XoopsGroupPermHandler::deleteAll()
Delete all permissions by a certain criteria
- deleteByGroup
- in file groupperm.php, method XoopsGroupPermHandler::deleteByGroup()
Delete all module specific permissions assigned for a group
- deleteByModule
- in file groupperm.php, method XoopsGroupPermHandler::deleteByModule()
Delete all module specific permissions
- deleteByModule
- in file comment.php, method XoopsCommentHandler::deleteByModule()
Delete all comments for one whole module
- deleteConfig
- in file config.php, method XoopsConfigHandler::deleteConfig()
Delete a config from the database
- deleteGroup
- in file member.php, method XoopsMemberHandler::deleteGroup()
delete a group
- deletePost
- in file bloggerapi.php, method BloggerApi::deletePost()
- deletePost
- in file xoopsapi.php, method XoopsApi::deletePost()
- deleteTables
- in file dbmanager.php, method db_manager::deleteTables()
- deleteUser
- in file member.php, method XoopsMemberHandler::deleteUser()
delete a user
- delete_block
- in file blocksadmin.php, function delete_block()
- delete_block_ok
- in file blocksadmin.php, function delete_block_ok()
- destroy
- in file online.php, method XoopsOnlineHandler::destroy()
Delete online information for a user
- destroy
- in file session.php, method XoopsSessionHandler::destroy()
Destroy a session
- dirname
- in file module.php, method XoopsModule::dirname()
For backward compatibility only!
- DIR_SEP
- in file Smarty.class.php, constant DIR_SEP
DIR_SEP isn't used anymore, but third party apps might
- display
- in file Smarty.class.php, method Smarty::display()
executes & displays the template results
- display
- in file form.php, method XoopsForm::display()
displays rendered form
- displayGroups
- in file groups.php, function displayGroups()
******************************************************
- displayTarea
- in file module.textsanitizer.php, method MyTextSanitizer::displayTarea()
Filters textarea form data in DB for display
- displayText
- in file textsanitizer.php, method TextSanitizer::displayText()
- displayUsers
- in file users.php, function displayUsers()
- doLoginMaintenance
- in file notification.php, method XoopsNotificationHandler::doLoginMaintenance()
Perform notification maintenance activites at login time.
- doRewrite
- in file mainfilemanager.php, method mainfile_manager::doRewrite()
- download
- in file downloader.php, method XoopsDownloader::download()
XoopsDownloader::download()
- download
- in file zipdownloader.php, method XoopsZipDownloader::download()
- download
- in file tardownloader.php, method XoopsTarDownloader::download()
Send the file to the client
- dump
- in file logger.php, method XoopsLogger::dump()
- dumpAll
- in file logger.php, method XoopsLogger::dumpAll()
- dumpBlocks
- in file logger.php, method XoopsLogger::dumpBlocks()
- dumpExtra
- in file logger.php, method XoopsLogger::dumpExtra()
- dumpQueries
- in file logger.php, method XoopsLogger::dumpQueries()
- dumpTime
- in file logger.php, method XoopsLogger::dumpTime()
get the current execution time of a timer
- dbmanager.php
- procedural page dbmanager.php
top
e
- $enableRegenerateId
- in file session.php, variable XoopsSessionHandler::$enableRegenerateId
Enable regenerate_id
- $encoding
- in file xoopsmailer.php, variable XoopsMailer::$encoding
- $Encoding
- in file class.phpmailer.php, variable PHPMailer::$Encoding
Sets the Encoding of the message. Options for this are "8bit", "7bit", "binary", "base64", and "quoted-printable".
- $eof_ctrl_dir
- in file class.zipfile.php, variable zipfile::$eof_ctrl_dir
End of central directory record
- $error
- in file snoopy.php, variable Snoopy::$error
- $error
- in file mainfilemanager.php, variable mainfile_manager::$error
- $ErrorInfo
- in file class.phpmailer.php, variable PHPMailer::$ErrorInfo
Holds the most recent mailer error message.
- $errors
- in file saxparser.php, variable SaxParser::$errors
- $errors
- in file uploader.php, variable XoopsMediaUploader::$errors
- $errors
- in file logger.php, variable XoopsLogger::$errors
- $errors
- in file xoopssecurity.php, variable XoopsSecurity::$errors
- $errors
- in file xoopsmailer.php, variable XoopsMailer::$errors
- $error_reporting
- in file Smarty.class.php, variable Smarty::$error_reporting
When set, smarty does uses this value as error_reporting-level.
- $expandlinks
- in file snoopy.php, variable Snoopy::$expandlinks
- $expired
- in file xoopsstory.php, variable XoopsStory::$expired
- $ext
- in file downloader.php, variable XoopsDownloader::$ext
file information
- $extensionsToBeSanitized
- in file uploader.php, variable XoopsMediaUploader::$extensionsToBeSanitized
- $extensionToMime
- in file uploader.php, variable XoopsMediaUploader::$extensionToMime
- $extra
- in file logger.php, variable XoopsLogger::$extra
- errorhandler.php
- procedural page errorhandler.php
- editform
- in file settingmanager.php, method setting_manager::editform()
- editform_sub
- in file settingmanager.php, method setting_manager::editform_sub()
- editPost
- in file bloggerapi.php, method BloggerApi::editPost()
- editPost
- in file metaweblogapi.php, method MetaWeblogApi::editPost()
- editPost
- in file xoopsapi.php, method XoopsApi::editPost()
- edituser.php
- procedural page edituser.php
- edit_block
- in file blocksadmin.php, function edit_block()
- email
- in file user.php, method XoopsUser::email()
get the user's email
- EmailStats
- in file banners.php, function EmailStats()
******************************************
- enableRendering
- in file logger.php, method XoopsLogger::enableRendering()
Enable logger output rendering When output rendering is enabled, the logger will insert its output within the page content.
- encode
- in file xmlrpctag.php, method XoopsXmlRpcTag::encode()
- encodeBody
- in file xoopsmailer.php, method XoopsMailer::encodeBody()
- encodeFromName
- in file xoopsmailer.php, method XoopsMailer::encodeFromName()
- encodeFromName
- in file xoopsmailerlocal.php, method XoopsMailerLocal::encodeFromName()
- encodeSubject
- in file xoopsmailerlocal.php, method XoopsMailerLocal::encodeSubject()
- encodeSubject
- in file xoopsmailer.php, method XoopsMailer::encodeSubject()
- errno
- in file mysqldatabase.php, method XoopsMySQLDatabase::errno()
Returns the numerical value of the error message from previous MySQL operation
- error
- in file mysqldatabase.php, method XoopsMySQLDatabase::error()
Returns the text of the error message from previous MySQL operation
- error
- in file mainfilemanager.php, method mainfile_manager::error()
- ErrorHandler
- in file module.errorhandler.php, class ErrorHandler
Error Handler class
- Expand
- in file class.smtp.php, method SMTP::Expand()
Expand takes the name and asks the server to list all the people who are members of the _list_. Expand will return back and array of the result or false if an error occurs.
- expired
- in file xoopsstory.php, method XoopsStory::expired()
top
f
- $filename
- in file class.tar.php, variable tar::$filename
Unprocessed Archive Information
- $files
- in file class.tar.php, variable tar::$files
Processed Archive Information
- $fix_newlines
- in file Config_File.class.php, variable Config_File::$fix_newlines
Controls whether or not to fix mac or dos formatted newlines.
- $folderName
- in file theme.php, variable xos_opal_Theme::$folderName
The name of this theme
- $force_compile
- in file Smarty.class.php, variable Smarty::$force_compile
This forces templates to compile every time. Useful for development or debugging.
- $From
- in file class.phpmailer.php, variable PHPMailer::$From
Sets the From email address for the message.
- $fromEmail
- in file xoopsmailer.php, variable XoopsMailer::$fromEmail
- $fromName
- in file xoopsmailer.php, variable XoopsMailer::$fromName
- $FromName
- in file class.phpmailer.php, variable PHPMailer::$FromName
Sets the From name of the message.
- $fromUser
- in file xoopsmailer.php, variable XoopsMailer::$fromUser
- $function
- in file criteria.php, variable Criteria::$function
- $f_files
- in file cachemanager.php, variable cache_manager::$f_files
- $f_tables
- in file dbmanager.php, variable db_manager::$f_tables
- function.assign_debug_info.php
- procedural page function.assign_debug_info.php
- function.config_load.php
- procedural page function.config_load.php
- function.counter.php
- procedural page function.counter.php
- function.cycle.php
- procedural page function.cycle.php
- function.debug.php
- procedural page function.debug.php
- function.eval.php
- procedural page function.eval.php
- function.fetch.php
- procedural page function.fetch.php
- function.html_checkboxes.php
- procedural page function.html_checkboxes.php
- function.html_image.php
- procedural page function.html_image.php
- function.html_options.php
- procedural page function.html_options.php
- function.html_radios.php
- procedural page function.html_radios.php
- function.html_select_date.php
- procedural page function.html_select_date.php
- function.html_select_time.php
- procedural page function.html_select_time.php
- function.html_table.php
- procedural page function.html_table.php
- function.mailto.php
- procedural page function.mailto.php
- function.math.php
- procedural page function.math.php
- function.popup.php
- procedural page function.popup.php
- function.popup_init.php
- procedural page function.popup_init.php
- function.xoInboxCount.php
- procedural page function.xoInboxCount.php
- function.xoops_link.php
- procedural page function.xoops_link.php
- form.php
- procedural page form.php
- formbutton.php
- procedural page formbutton.php
- formcheckbox.php
- procedural page formcheckbox.php
- formcolorpicker.php
- procedural page formcolorpicker.php
- formdatetime.php
- procedural page formdatetime.php
- formdhtmltextarea.php
- procedural page formdhtmltextarea.php
- formelement.php
- procedural page formelement.php
- formelementtray.php
- procedural page formelementtray.php
- formfile.php
- procedural page formfile.php
- formhidden.php
- procedural page formhidden.php
- formhiddentoken.php
- procedural page formhiddentoken.php
- formlabel.php
- procedural page formlabel.php
- formpassword.php
- procedural page formpassword.php
- formradio.php
- procedural page formradio.php
- formradioyn.php
- procedural page formradioyn.php
- formselect.php
- procedural page formselect.php
- formselectcountry.php
- procedural page formselectcountry.php
- formselectgroup.php
- procedural page formselectgroup.php
- formselectlang.php
- procedural page formselectlang.php
- formselectmatchoption.php
- procedural page formselectmatchoption.php
- formselecttheme.php
- procedural page formselecttheme.php
- formselecttimezone.php
- procedural page formselecttimezone.php
- formselectuser.php
- procedural page formselectuser.php
- formtext.php
- procedural page formtext.php
- formtextarea.php
- procedural page formtextarea.php
- formtextdateselect.php
- procedural page formtextdateselect.php
- fetch
- in file snoopy.php, method Snoopy::fetch()
- fetch
- in file Smarty.class.php, method Smarty::fetch()
executes & returns or displays the template results
- fetchArray
- in file mysqldatabase.php, method XoopsMySQLDatabase::fetchArray()
Fetch a result row as an associative array
- fetchArray
- in file dbmanager.php, method db_manager::fetchArray()
- fetchBoth
- in file mysqldatabase.php, method XoopsMySQLDatabase::fetchBoth()
Fetch a result row as an associative array
- fetchform
- in file snoopy.php, method Snoopy::fetchform()
- fetchFromData
- in file template.php, method XoopsTpl::fetchFromData()
Renders output from template data
- fetchlinks
- in file snoopy.php, method Snoopy::fetchlinks()
- fetchMedia
- in file uploader.php, method XoopsMediaUploader::fetchMedia()
Fetch the uploaded file
- fetchRow
- in file mysqldatabase.php, method XoopsMySQLDatabase::fetchRow()
Get a result row as an enumerated array
- fetchtext
- in file snoopy.php, method Snoopy::fetchtext()
- file
- in file class.zipfile.php, method zipfile::file()
Dumps out file
- filterToken
- in file xoopssecurity.php, method XoopsSecurity::filterToken()
Check whether a token value is expired or not
- find
- in file tplfile.php, method XoopsTplfileHandler::find()
- FINDUSERS_MODE_ADVANCED
- in file findusers.php, constant FINDUSERS_MODE_ADVANCED
- FINDUSERS_MODE_QUERY
- in file findusers.php, constant FINDUSERS_MODE_QUERY
- FINDUSERS_MODE_SIMPLE
- in file findusers.php, constant FINDUSERS_MODE_SIMPLE
- footer.php
- procedural page footer.php
- forceUpdate
- in file tplfile.php, method XoopsTplfileHandler::forceUpdate()
- formatTimestamp
- in file functions.php, function formatTimestamp()
- formatURL
- in file functions.php, function formatURL()
- free
- in file saxparser.php, method SaxParser::free()
**************************************************************************
- freeRecordSet
- in file mysqldatabase.php, method XoopsMySQLDatabase::freeRecordSet()
will free all memory associated with the result identifier result.
- findusers.php
- procedural page findusers.php
- functions.php
- procedural page functions.php
- finish.php
- procedural page finish.php
- findusers.php
- procedural page findusers.php
- findusers.php
- procedural page findusers.php
top
g
- $groupby
- in file criteria.php, variable CriteriaElement::$groupby
- grouppermform.php
- procedural page grouppermform.php
- garbageCollection
- in file xoopssecurity.php, method XoopsSecurity::garbageCollection()
Perform garbage collection, clearing expired tokens
- gc
- in file session.php, method XoopsSessionHandler::gc()
Garbage Collector
- gc
- in file online.php, method XoopsOnlineHandler::gc()
Garbage Collection
- gc_force
- in file session.php, method XoopsSessionHandler::gc_force()
Force gc for situations where gc is registered but not executed
- genElementId
- in file theme.php, method xos_opal_Theme::genElementId()
Generates a unique element ID
- generateCacheId
- in file theme.php, method xos_opal_Theme::generateCacheId()
Generate cache id based on extra information of language and user groups
- generateCacheId
- in file theme_blocks.php, method xos_logos_PageBuilder::generateCacheId()
- genId
- in file mysqldatabase.php, method XoopsMySQLDatabase::genId()
generate an ID for a new row
- get
- in file tplset.php, method XoopsTplsetHandler::get()
- get
- in file group.php, method XoopsMembershipHandler::get()
retrieve a membership
- get
- in file group.php, method XoopsGroupHandler::get()
retrieve a specific group
- get
- in file imagecategory.php, method XoopsImagecategoryHandler::get()
- get
- in file Config_File.class.php, method Config_File::get()
Retrieves config info based on the file, section, and variable name.
- get
- in file imagesetimg.php, method XoopsImagesetimgHandler::get()
- get
- in file imageset.php, method XoopsImagesetHandler::get()
- get
- in file user.php, method XoopsUserHandler::get()
retrieve a user
- get
- in file configoption.php, method XoopsConfigOptionHandler::get()
Get an option from the database
- get
- in file configitem.php, method XoopsConfigItemHandler::get()
Load a config from the database
- get
- in file findusers.php, method XoopsRankHandler::get()
- get
- in file tplfile.php, method XoopsTplfileHandler::get()
- get
- in file configcategory.php, method XoopsConfigCategoryHandler::get()
Retrieve a XoopsConfigCategory
- get
- in file comment.php, method XoopsCommentHandler::get()
Retrieve a XoopsComment
- get
- in file groupperm.php, method XoopsGroupPermHandler::get()
Retrieve a group permission
- get
- in file block.php, method XoopsBlockHandler::get()
retrieve a specific XoopsBlock
- get
- in file object.php, method XoopsObjectHandler::get()
gets a value object
- get
- in file avatar.php, method XoopsAvatarHandler::get()
- get
- in file notification.php, method XoopsNotificationHandler::get()
Retrieve a XoopsNotification
- get
- in file module.php, method XoopsModuleHandler::get()
Load a module from the database
- get
- in file privmessage.php, method XoopsPrivmessageHandler::get()
Load a XoopsPrivmessage object
- get
- in file image.php, method XoopsImageHandler::get()
Load a XoopsImage object from the database
- getAccessKey
- in file formelement.php, method XoopsFormElement::getAccessKey()
get the "accesskey" attribute for the element
- getAccessString
- in file formelement.php, method XoopsFormElement::getAccessString()
If the accesskey is found in the specified string, underlines it
- getAction
- in file form.php, method XoopsForm::getAction()
get the "action" attribute for the <form> tag
- getAdminMenu
- in file module.php, method XoopsModule::getAdminMenu()
Get the admin menu for the module
- getAffectedRows
- in file mysqldatabase.php, method XoopsMySQLDatabase::getAffectedRows()
Get number of affected rows
- getAll
- in file findusers.php, method XoUserHandler::getAll()
- getAll
- in file online.php, method XoopsOnlineHandler::getAll()
Get an array of online information
- getAllAvatarsList
- in file xoopslists.php, method XoopsLists::getAllAvatarsList()
- getAllBlocks
- in file xoopsblock.php, method XoopsBlock::getAllBlocks()
- getAllBlocksByGroup
- in file xoopsblock.php, method XoopsBlock::getAllBlocksByGroup()
get all the blocks that match the supplied parameters
- getAllByGroupModule
- in file xoopsblock.php, method XoopsBlock::getAllByGroupModule()
- getAllChild
- in file tree.php, method XoopsObjectTree::getAllChild()
returns an array of all child objects of an object specified by its id
- getAllChild
- in file xoopstree.php, method XoopsTree::getAllChild()
- getAllChildId
- in file xoopstree.php, method XoopsTree::getAllChildId()
- getAllChildTopics
- in file xoopstopic.php, method XoopsTopic::getAllChildTopics()
- getAllChildTopicsId
- in file xoopstopic.php, method XoopsTopic::getAllChildTopicsId()
- getAllComments
- in file xoopscomments.php, method XoopsComments::getAllComments()
- getAllParent
- in file tree.php, method XoopsObjectTree::getAllParent()
returns an array of all parent objects.
- getAllParentId
- in file xoopstree.php, method XoopsTree::getAllParentId()
- getAuthConnection
- in file authfactory.php, method XoopsAuthFactory::getAuthConnection()
Get a reference to the only instance of authentication class
- getAvatarsList
- in file xoopslists.php, method XoopsLists::getAvatarsList()
- getByDirname
- in file module.php, method XoopsModuleHandler::getByDirname()
Load a module by its dirname
- getByDirName
- in file module.php, method XoopsModule::getByDirName()
For backward compatibility only!
- getByImageset
- in file imagesetimg.php, method XoopsImagesetimgHandler::getByImageset()
Function-Documentation
- getByItemId
- in file notification.php, method XoopsNotificationHandler::getByItemId()
Retrieve items by their ID
- getByItemId
- in file comment.php, method XoopsCommentHandler::getByItemId()
Retrieves comments for an item
- getByKey
- in file tree.php, method XoopsObjectTree::getByKey()
returns an object from the tree specified by its id
- getByModule
- in file xoopsblock.php, method XoopsBlock::getByModule()
- getByName
- in file tplset.php, method XoopsTplsetHandler::getByName()
- getByUser
- in file notification.php, method XoopsNotificationHandler::getByUser()
Get a list of notifications by user ID
- getCaption
- in file formelement.php, method XoopsFormElement::getCaption()
get the caption for the element
- getCategories
- in file metaweblogapi.php, method MetaWeblogApi::getCategories()
- getCategories
- in file xoopsapi.php, method XoopsApi::getCategories()
- getCategoryList
- in file movabletypeapi.php, method MovableTypeApi::getCategoryList()
- getChannelData
- in file xmlrss2parser.php, method XoopsXmlRss2Parser::getChannelData()
- getChildTopicsTreeArray
- in file xoopstopic.php, method XoopsTopic::getChildTopicsTreeArray()
- getChildTreeArray
- in file xoopstree.php, method XoopsTree::getChildTreeArray()
- getClass
- in file formelement.php, method XoopsFormElement::getClass()
get the "class" attribute for the element
- getCols
- in file formtextarea.php, method XoopsFormTextArea::getCols()
Get number of columns
- getCommentTree
- in file xoopscomments.php, method XoopsComments::getCommentTree()
- getConfig
- in file config.php, method XoopsConfigHandler::getConfig()
Get a config
- getConfigCount
- in file config.php, method XoopsConfigHandler::getConfigCount()
Count some configs
- getConfigList
- in file config.php, method XoopsConfigHandler::getConfigList()
Get a list of configs
- getConfigOption
- in file config.php, method XoopsConfigHandler::getConfigOption()
Get a XoopsConfigOption
- getConfigOptions
- in file config.php, method XoopsConfigHandler::getConfigOptions()
Get one or more XoopsConfigOptions
- getConfigOptionsCount
- in file config.php, method XoopsConfigHandler::getConfigOptionsCount()
Count some XoopsConfigOptions
- getConfigs
- in file config.php, method XoopsConfigHandler::getConfigs()
get one or more Configs
- getConfigsByCat
- in file config.php, method XoopsConfigHandler::getConfigsByCat()
Get configs from a certain category
- getConfOptions
- in file configitem.php, method XoopsConfigItem::getConfOptions()
Get the XoopsConfigItemOptions of this Config
- getConfValueForOutput
- in file configitem.php, method XoopsConfigItem::getConfValueForOutput()
Get a config value in a format ready for output
- getContent
- in file xoopsblock.php, method XoopsBlock::getContent()
do stripslashes/htmlspecialchars according to the needed output
- getCount
- in file online.php, method XoopsOnlineHandler::getCount()
Count the number of online users
- getCount
- in file module.php, method XoopsModuleHandler::getCount()
Count some modules
- getCount
- in file avatar.php, method XoopsAvatarHandler::getCount()
- getCount
- in file tplset.php, method XoopsTplsetHandler::getCount()
- getCount
- in file notification.php, method XoopsNotificationHandler::getCount()
Count Notifications
- getCount
- in file configitem.php, method XoopsConfigItemHandler::getCount()
Count configs
- getCount
- in file groupperm.php, method XoopsGroupPermHandler::getCount()
Count some XoopsGroupPerms
- getCount
- in file image.php, method XoopsImageHandler::getCount()
Count some images
- getCount
- in file comment.php, method XoopsCommentHandler::getCount()
Count Comments
- getCount
- in file group.php, method XoopsMembershipHandler::getCount()
count how many memberships meet the conditions
- getCount
- in file imagecategory.php, method XoopsImagecategoryHandler::getCount()
- getCount
- in file findusers.php, method XoUserHandler::getCount()
- getCount
- in file tplfile.php, method XoopsTplfileHandler::getCount()
- getCount
- in file user.php, method XoopsUserHandler::getCount()
count users matching a condition
- getCount
- in file imagesetimg.php, method XoopsImagesetimgHandler::getCount()
- getCount
- in file privmessage.php, method XoopsPrivmessageHandler::getCount()
Count message
- getCountByItemId
- in file comment.php, method XoopsCommentHandler::getCountByItemId()
Gets total number of comments for an item
- getCountryList
- in file xoopslists.php, method XoopsLists::getCountryList()
- getcss
- in file functions.php, function getcss()
- getCurrentLevel
- in file saxparser.php, method SaxParser::getCurrentLevel()
- getCurrentTag
- in file saxparser.php, method SaxParser::getCurrentTag()
**************************************************************************
- getDatabase
- in file databasefactory.php, method XoopsDatabaseFactory::getDatabase()
Gets a reference to the only instance of database class. Currently only being used within the installer.
- getDatabaseConnection
- in file databasefactory.php, method XoopsDatabaseFactory::getDatabaseConnection()
Get a reference to the only instance of database class and connects to DB
- getDBList
- in file settingmanager.php, method setting_manager::getDBList()
- getDelimeter
- in file formelementtray.php, method XoopsFormElementTray::getDelimeter()
Get the delimiter of this group
- getDescription
- in file formelement.php, method XoopsFormElement::getDescription()
get the element's description
- getDirectory
- in file class.tar.php, method tar::getDirectory()
Retrieves information about a directory in the current tar archive
- getDirList
- in file index.php, function getDirList()
- getDirListAsArray
- in file xoopslists.php, method XoopsLists::getDirListAsArray()
- getElementByName
- in file form.php, method XoopsForm::getElementByName()
get a reference to a XoopsFormElement object by its "name"
- getElementNames
- in file form.php, method XoopsForm::getElementNames()
get an array of "name" attributes of form elements
- getElements
- in file form.php, method XoopsForm::getElements()
get an array of forms elements
- getElements
- in file formelementtray.php, method XoopsFormElementTray::getElements()
Get an array of the elements in this group
- getElementValue
- in file form.php, method XoopsForm::getElementValue()
Gets the "value" attribute of a form element
- getElementValues
- in file form.php, method XoopsForm::getElementValues()
gets the "value" attribute of all form elements
- getErrors
- in file uploader.php, method XoopsMediaUploader::getErrors()
Get generated errors
- getErrors
- in file auth.php, method XoopsAuth::getErrors()
return the errors for this object as an array
- getErrors
- in file xoopssecurity.php, method XoopsSecurity::getErrors()
Get generated errors
- getErrors
- in file saxparser.php, method SaxParser::getErrors()
Gets all the error messages
- getErrors
- in file xoopsmailer.php, method XoopsMailer::getErrors()
- getErrors
- in file object.php, method XoopsObject::getErrors()
return the errors for this object as an array
- getExtra
- in file form.php, method XoopsForm::getExtra()
get the extra attributes for the <form> tag
- getExtra
- in file formelement.php, method XoopsFormElement::getExtra()
Get the extra attributes for the element
- getFieldName
- in file mysqldatabase.php, method XoopsMySQLDatabase::getFieldName()
Get field name
- getFieldsNum
- in file mysqldatabase.php, method XoopsMySQLDatabase::getFieldsNum()
Get number of fields in result
- getFieldType
- in file mysqldatabase.php, method XoopsMySQLDatabase::getFieldType()
Get field type
- getFile
- in file class.tar.php, method tar::getFile()
Retrieves information about a file in the current tar archive
- getFileListAsArray
- in file xoopslists.php, method XoopsLists::getFileListAsArray()
- getFilter
- in file auth_ldap.php, method XoopsAuthLdap::getFilter()
Load user from XOOPS Database
- getFirstChild
- in file xoopstree.php, method XoopsTree::getFirstChild()
- getFirstChild
- in file tree.php, method XoopsObjectTree::getFirstChild()
returns an array of all the first child object of an object specified by its id
- getFirstChildId
- in file xoopstree.php, method XoopsTree::getFirstChildId()
- getFirstChildTopics
- in file xoopstopic.php, method XoopsTopic::getFirstChildTopics()
- getGroup
- in file member.php, method XoopsMemberHandler::getGroup()
retrieve a group
- getGroupby
- in file criteria.php, method CriteriaElement::getGroupby()
- getGroupIds
- in file groupperm.php, method XoopsGroupPermHandler::getGroupIds()
Get all group IDs assigned a specific permission for a particular item
- getGroupList
- in file member.php, method XoopsMemberHandler::getGroupList()
get a list of groupnames and their IDs
- getGroups
- in file user.php, method XoopsUser::getGroups()
get the groups that the user belongs to
- getGroups
- in file member.php, method XoopsMemberHandler::getGroups()
retrieve groups from the database
- getGroupsByUser
- in file member.php, method XoopsMemberHandler::getGroupsByUser()
get a list of groups that a user is member of
- getGroupsByUser
- in file group.php, method XoopsMembershipHandler::getGroupsByUser()
retrieve groups for a user
- getHandler
- in file handlerregistry.php, method XoopsHandlerRegistry::getHandler()
Get a registered handler class object
- getHtmlErrors
- in file object.php, method XoopsObject::getHtmlErrors()
return the errors for this object as html
- getHtmlErrors
- in file auth.php, method XoopsAuth::getHtmlErrors()
return the errors for this object as html
- getHtmlList
- in file xoopslists.php, method XoopsLists::getHtmlList()
- getHtmlListAsArray
- in file xoopslists.php, method XoopsLists::getHtmlListAsArray()
- getIdPathFromId
- in file xoopstree.php, method XoopsTree::getIdPathFromId()
- getImageCount
- in file imagecategory.php, method XoopsImagecategory::getImageCount()
- getImageData
- in file xmlrss2parser.php, method XoopsXmlRss2Parser::getImageData()
- getImageFileList
- in file index.php, function getImageFileList()
- getImagesData
- in file themesetparser.php, method XoopsThemeSetParser::getImagesData()
- getImgListAsArray
- in file xoopslists.php, method XoopsLists::getImgListAsArray()
- getInfo
- in file module.php, method XoopsModule::getInfo()
Get module info
- getInsertId
- in file mysqldatabase.php, method XoopsMySQLDatabase::getInsertId()
Get the ID generated from the previous INSERT operation
- getInstance
- in file module.textsanitizer.php, method MyTextSanitizer::getInstance()
Access the only instance of this class
- getInstance
- in file database.php, method Database::getInstance()
- getInstance
- in file textsanitizer.php, method TextSanitizer::getInstance()
- getInstance
- in file auth_provisionning.php, method XoopsAuthProvisionning::getInstance()
- getItemIds
- in file groupperm.php, method XoopsGroupPermHandler::getItemIds()
Get all item IDs that a group is assigned a specific permission
- getItems
- in file xmlrss2parser.php, method XoopsXmlRss2Parser::getItems()
- getLangList
- in file xoopslists.php, method XoopsLists::getLangList()
- getLastModified
- in file tplfile.php, method XoopsTplfile::getLastModified()
- getLimit
- in file criteria.php, method CriteriaElement::getLimit()
- getList
- in file block.php, method XoopsBlockHandler::getList()
get a list of blocks matchich certain conditions
- getList
- in file comment.php, method XoopsCommentHandler::getList()
Get a list of comments
- getList
- in file image.php, method XoopsImageHandler::getList()
Get a list of images
- getList
- in file avatar.php, method XoopsAvatarHandler::getList()
- getList
- in file findusers.php, method XoopsRankHandler::getList()
- getList
- in file module.php, method XoopsModuleHandler::getList()
returns an array of module names
- getList
- in file tplset.php, method XoopsTplsetHandler::getList()
- getList
- in file imageset.php, method XoopsImagesetHandler::getList()
- getList
- in file imagecategory.php, method XoopsImagecategoryHandler::getList()
- getMailer
- in file functions.php, function getMailer()
- getMaxFileSize
- in file formfile.php, method XoopsFormFile::getMaxFileSize()
Get the maximum filesize
- getMaxlength
- in file formpassword.php, method XoopsFormPassword::getMaxlength()
Get the max length
- getMaxlength
- in file formtext.php, method XoopsFormText::getMaxlength()
Get maximum text length
- getMediaName
- in file uploader.php, method XoopsMediaUploader::getMediaName()
Get the uploaded filename
- getMediaSize
- in file uploader.php, method XoopsMediaUploader::getMediaSize()
Get the size of the uploaded file
- getMediaTmpName
- in file uploader.php, method XoopsMediaUploader::getMediaTmpName()
Get the temporary name that the uploaded file was stored under
- getMediaType
- in file uploader.php, method XoopsMediaUploader::getMediaType()
Get the type of the uploaded file
- getMethod
- in file form.php, method XoopsForm::getMethod()
get the "method" attribute for the <form> tag
- getMethodName
- in file xmlrpcparser.php, method XoopsXmlRpcParser::getMethodName()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- getModuleHandler
- in file handlerregistry.php, method XoopsHandlerRegistry::getModuleHandler()
Get a registered handler class object for a module
- getModulesList
- in file xoopslists.php, method XoopsLists::getModulesList()
- getModuleTplCount
- in file tplfile.php, method XoopsTplfileHandler::getModuleTplCount()
- getName
- in file themesetparser.php, method ThemeSetNameHandler::getName()
- getName
- in file themesetparser.php, method ThemeSetModuleHandler::getName()
- getName
- in file themesetparser.php, method ThemeSetTagHandler::getName()
- getName
- in file themesetparser.php, method ThemeSetTemplateHandler::getName()
- getName
- in file xmlrss2parser.php, method RssCopyrightHandler::getName()
- getName
- in file xmlrss2parser.php, method RssDescriptionHandler::getName()
- getName
- in file themesetparser.php, method ThemeSetLinkHandler::getName()
- getName
- in file themesetparser.php, method ThemeSetImageHandler::getName()
- getName
- in file themesetparser.php, method ThemeSetDateCreatedHandler::getName()
- getName
- in file xmlrpcparser.php, method RpcArrayHandler::getName()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- getName
- in file themesetparser.php, method ThemeSetDescriptionHandler::getName()
- getName
- in file themesetparser.php, method ThemeSetEmailHandler::getName()
- getName
- in file themesetparser.php, method ThemeSetGeneratorHandler::getName()
- getName
- in file themesetparser.php, method ThemeSetFileTypeHandler::getName()
- getName
- in file xmlrss2parser.php, method RssCommentsHandler::getName()
- getName
- in file xmlrss2parser.php, method RssChannelHandler::getName()
- getName
- in file xmlrpcparser.php, method RpcDateTimeHandler::getName()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- getName
- in file xmlrpcparser.php, method RpcStringHandler::getName()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- getName
- in file xmlrpcparser.php, method RpcNameHandler::getName()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- getName
- in file xmlrpcparser.php, method RpcMethodNameHandler::getName()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- getName
- in file xmlrpcparser.php, method RpcIntHandler::getName()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- getName
- in file xmlrpcparser.php, method RpcMemberHandler::getName()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- getName
- in file themesetparser.php, method ThemeSetAuthorHandler::getName()
- getName
- in file xmlrpcparser.php, method RpcStructHandler::getName()
- getName
- in file xmlrpcparser.php, method RpcBase64Handler::getName()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- getName
- in file xmlrss2parser.php, method RssCategoryHandler::getName()
- getName
- in file xmlrss2parser.php, method RssAuthorHandler::getName()
- getName
- in file xmlrpcparser.php, method RpcBooleanHandler::getName()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- getName
- in file xmlrpcparser.php, method RpcValueHandler::getName()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- getName
- in file xmlrpcparser.php, method RpcDoubleHandler::getName()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- getName
- in file xmlrss2parser.php, method RssHeightHandler::getName()
- getName
- in file formelement.php, method XoopsFormElement::getName()
get the "name" attribute for the element
- getName
- in file xmlrss2parser.php, method RssTextInputHandler::getName()
- getName
- in file xmlrss2parser.php, method RssSourceHandler::getName()
- getName
- in file xmlrss2parser.php, method RssPubDateHandler::getName()
- getName
- in file xmlrss2parser.php, method RssTitleHandler::getName()
- getName
- in file xmlrss2parser.php, method RssTtlHandler::getName()
- getName
- in file xmltaghandler.php, method XmlTagHandler::getName()
**************************************************************************
- getName
- in file xmlrss2parser.php, method RssWidthHandler::getName()
- getName
- in file xmlrss2parser.php, method RssWebMasterHandler::getName()
- getName
- in file xmlrss2parser.php, method RssDocsHandler::getName()
- getName
- in file xmlrss2parser.php, method RssNameHandler::getName()
- getName
- in file xmlrss2parser.php, method RssUrlHandler::getName()
- getName
- in file xmlrss2parser.php, method RssImageHandler::getName()
- getName
- in file xmlrss2parser.php, method RssGuidHandler::getName()
- getName
- in file xmlrss2parser.php, method RssManagingEditorHandler::getName()
- getName
- in file form.php, method XoopsForm::getName()
get the "name" attribute for the <form> tag
- getName
- in file xmlrss2parser.php, method RssGeneratorHandler::getName()
- getName
- in file xmlrss2parser.php, method RssItemHandler::getName()
- getName
- in file xmlrss2parser.php, method RssLastBuildDateHandler::getName()
- getName
- in file xmlrss2parser.php, method RssLinkHandler::getName()
- getName
- in file xmlrss2parser.php, method RssLanguageHandler::getName()
- getNicePathFromId
- in file xoopstree.php, method XoopsTree::getNicePathFromId()
- getNiceTopicPathFromId
- in file xoopstopic.php, method XoopsTopic::getNiceTopicPathFromId()
- getNonGroupedBlocks
- in file xoopsblock.php, method XoopsBlock::getNonGroupedBlocks()
- getNotification
- in file notification.php, method XoopsNotificationHandler::getNotification()
Change a value in multiple notifications
- getObjects
- in file imagecategory.php, method XoopsImagecategoryHandler::getObjects()
- getObjects
- in file configoption.php, method XoopsConfigOptionHandler::getObjects()
Get some XoopsConfigOptions
- getObjects
- in file avatar.php, method XoopsAvatarHandler::getObjects()
- getObjects
- in file groupperm.php, method XoopsGroupPermHandler::getObjects()
Retrieve multiple XoopsGroupPerms
- getObjects
- in file image.php, method XoopsImageHandler::getObjects()
Load XoopsImages from the database
- getObjects
- in file user.php, method XoopsUserHandler::getObjects()
retrieve users from the database
- getObjects
- in file imageset.php, method XoopsImagesetHandler::getObjects()
- getObjects
- in file configcategory.php, method XoopsConfigCategoryHandler::getObjects()
Get some XoopsConfigCategorys
- getObjects
- in file comment.php, method XoopsCommentHandler::getObjects()
Get some XoopsComments
- getObjects
- in file block.php, method XoopsBlockHandler::getObjects()
retrieve array of XoopsBlocks meeting certain conditions
- getObjects
- in file group.php, method XoopsGroupHandler::getObjects()
retrieve groups from the database
- getObjects
- in file imagesetimg.php, method XoopsImagesetimgHandler::getObjects()
- getObjects
- in file group.php, method XoopsMembershipHandler::getObjects()
retrieve memberships from the database
- getObjects
- in file configitem.php, method XoopsConfigItemHandler::getObjects()
Get configs from the database
- getObjects
- in file privmessage.php, method XoopsPrivmessageHandler::getObjects()
Load messages from the database
- getObjects
- in file tplfile.php, method XoopsTplfileHandler::getObjects()
- getObjects
- in file tplset.php, method XoopsTplsetHandler::getObjects()
- getObjects
- in file module.php, method XoopsModuleHandler::getObjects()
Load some modules
- getObjects
- in file notification.php, method XoopsNotificationHandler::getObjects()
Get some XoopsNotifications
- getOptions
- in file xoopsblock.php, method XoopsBlock::getOptions()
gets html form for editting block options
- getOptions
- in file formradio.php, method XoopsFormRadio::getOptions()
Gets the options
- getOptions
- in file formcheckbox.php, method XoopsFormCheckBox::getOptions()
Get an array with all the options
- getOptions
- in file formselect.php, method XoopsFormSelect::getOptions()
Get all options
- getOrder
- in file criteria.php, method CriteriaElement::getOrder()
- getParam
- in file xmlrpcparser.php, method XoopsXmlRpcParser::getParam()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- getParentTag
- in file saxparser.php, method SaxParser::getParentTag()
- getPathFromId
- in file xoopstree.php, method XoopsTree::getPathFromId()
- getPost
- in file xoopsapi.php, method XoopsApi::getPost()
- getPost
- in file bloggerapi.php, method BloggerApi::getPost()
- getPost
- in file metaweblogapi.php, method MetaWeblogApi::getPost()
- getPostCategories
- in file movabletypeapi.php, method MovableTypeApi::getPostCategories()
- getRecentPosts
- in file bloggerapi.php, method BloggerApi::getRecentPosts()
- getRecentPosts
- in file metaweblogapi.php, method MetaWeblogApi::getRecentPosts()
- getRecentPosts
- in file xoopsapi.php, method XoopsApi::getRecentPosts()
- getRequired
- in file form.php, method XoopsForm::getRequired()
get an array of "required" form elements
- getRequired
- in file formelementtray.php, method XoopsFormElementTray::getRequired()
get an array of "required" form elements
- getRows
- in file formtextarea.php, method XoopsFormTextArea::getRows()
get number of rows
- getRowsNum
- in file mysqldatabase.php, method XoopsMySQLDatabase::getRowsNum()
Get number of rows in result
- getSavedDestination
- in file uploader.php, method XoopsMediaUploader::getSavedDestination()
Get the destination the file is saved to
- getSavedFileName
- in file uploader.php, method XoopsMediaUploader::getSavedFileName()
Get the saved filename
- getSize
- in file formpassword.php, method XoopsFormPassword::getSize()
Get the field size
- getSize
- in file formselect.php, method XoopsFormSelect::getSize()
Get the size
- getSize
- in file formtext.php, method XoopsFormText::getSize()
Get size
- getSmileys
- in file module.textsanitizer.php, method MyTextSanitizer::getSmileys()
Get the smileys
- getSort
- in file criteria.php, method CriteriaElement::getSort()
- getSource
- in file tplfile.php, method XoopsTplfile::getSource()
- getStart
- in file criteria.php, method CriteriaElement::getStart()
- getStory
- in file xoopsstory.php, method XoopsStory::getStory()
- getSubjectsList
- in file xoopslists.php, method XoopsLists::getSubjectsList()
- getSubscribedEvents
- in file notification.php, method XoopsNotificationHandler::getSubscribedEvents()
Get a list of notification events for the current item/mod/user
- getSuccess
- in file xoopsmailer.php, method XoopsMailer::getSuccess()
- getTempArr
- in file themesetparser.php, method XoopsThemeSetParser::getTempArr()
- getTempArr
- in file xmlrss2parser.php, method XoopsXmlRss2Parser::getTempArr()
- getTempArray
- in file xmlrpcparser.php, method XoopsXmlRpcParser::getTempArray()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- getTemplate
- in file bloggerapi.php, method BloggerApi::getTemplate()
- getTemplatesData
- in file themesetparser.php, method XoopsThemeSetParser::getTemplatesData()
- getTempMember
- in file xmlrpcparser.php, method XoopsXmlRpcParser::getTempMember()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- getTempName
- in file xmlrpcparser.php, method XoopsXmlRpcParser::getTempName()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- getTempStruct
- in file xmlrpcparser.php, method XoopsXmlRpcParser::getTempStruct()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- getTempValue
- in file xmlrpcparser.php, method XoopsXmlRpcParser::getTempValue()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- getTheme
- in file functions.php, function getTheme()
- getThemeSetData
- in file themesetparser.php, method XoopsThemeSetParser::getThemeSetData()
- getThemesList
- in file xoopslists.php, method XoopsLists::getThemesList()
- getThread
- in file comment.php, method XoopsCommentHandler::getThread()
Retrieve a whole thread
- getTimeZoneList
- in file xoopslists.php, method XoopsLists::getTimeZoneList()
- getTitle
- in file form.php, method XoopsForm::getTitle()
return the title of the form
- getTokenHTML
- in file xoopssecurity.php, method XoopsSecurity::getTokenHTML()
Get the HTML code for a XoopsFormHiddenToken object - used in forms that do not use XoopsForm elements
- getTopComments
- in file comment.php, method XoopsCommentHandler::getTopComments()
Get the top XoopsComments
- getTopic
- in file xoopstopic.php, method XoopsTopic::getTopic()
- getTopicsList
- in file xoopstopic.php, method XoopsTopic::getTopicsList()
- getTree
- in file tree.php, method XoopsObjectTree::getTree()
Get the tree
- getType
- in file formbutton.php, method XoopsFormButton::getType()
Get the type
- getUnameFromId
- in file user.php, method XoopsUser::getUnameFromId()
Updated by Catzwolf 11 Jan 2004 find the username for a given ID
- getUPN
- in file auth_ads.php, method XoopsAuthAds::getUPN()
Return the UPN = userPrincipalName (Active Directory) userPrincipalName = guyt@CP.com Often abbreviated to UPN, and looks like an email address. Very useful for logging on especially in a large Forest. Note UPN must be unique in the forest.
- getUser
- in file member.php, method XoopsMemberHandler::getUser()
retrieve a user
- getUser
- in file avatar.php, method XoopsAvatarHandler::getUser()
- getUserCount
- in file avatar.php, method XoopsAvatar::getUserCount()
- getUserCount
- in file member.php, method XoopsMemberHandler::getUserCount()
count users matching certain conditions
- getUserCountByGroup
- in file member.php, method XoopsMemberHandler::getUserCountByGroup()
count users belonging to a group
- getUserCountByGroupLink
- in file member.php, method XoopsMemberHandler::getUserCountByGroupLink()
Get count of users belonging to certain groups and matching criteria Temporary solution
- getUserDN
- in file auth_ldap.php, method XoopsAuthLdap::getUserDN()
Compose the user DN with the configuration.
- getUserInfo
- in file bloggerapi.php, method BloggerApi::getUserInfo()
- getUserList
- in file member.php, method XoopsMemberHandler::getUserList()
get a list of usernames and their IDs
- getUserRankList
- in file xoopslists.php, method XoopsLists::getUserRankList()
- getUsers
- in file member.php, method XoopsMemberHandler::getUsers()
retrieve users from the database
- getUsersBlogs
- in file bloggerapi.php, method BloggerApi::getUsersBlogs()
- getUsersByGroup
- in file member.php, method XoopsMemberHandler::getUsersByGroup()
get a list of users belonging to a group
- getUsersByGroup
- in file group.php, method XoopsMembershipHandler::getUsersByGroup()
retrieve users belonging to a group
- getUsersByGroupLink
- in file member.php, method XoopsMemberHandler::getUsersByGroupLink()
Get a list of users belonging to certain groups and matching criteria Temporary solution
- getValue
- in file formcheckbox.php, method XoopsFormCheckBox::getValue()
Get the "value"
- getValue
- in file formtext.php, method XoopsFormText::getValue()
Get initial text value
- getValue
- in file formlabel.php, method XoopsFormLabel::getValue()
Get the text
- getValue
- in file formbutton.php, method XoopsFormButton::getValue()
Get the initial value
- getValue
- in file formhidden.php, method XoopsFormHidden::getValue()
Get the "value" attribute
- getValue
- in file formtextarea.php, method XoopsFormTextArea::getValue()
Get initial content
- getValue
- in file formpassword.php, method XoopsFormPassword::getValue()
Get the initial value
- getValue
- in file formselect.php, method XoopsFormSelect::getValue()
Get an array of pre-selected values
- getValue
- in file formradio.php, method XoopsFormRadio::getValue()
Get the pre-selected value
- getValues
- in file object.php, method XoopsObject::getValues()
Returns the values of the specified variables
- getVar
- in file object.php, method XoopsObject::getVar()
returns a specific variable for the object in a proper format
- getVars
- in file object.php, method XoopsObject::getVars()
returns all variables for the object
- getWorkingLevel
- in file xmlrpcparser.php, method XoopsXmlRpcParser::getWorkingLevel()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- getXmlError
- in file saxparser.php, method SaxParser::getXmlError()
**************************************************************************
- getXoopsUser
- in file auth_provisionning.php, method XoopsAuthProvisionning::getXoopsUser()
Return a Xoops User Object
- get_config_vars
- in file Smarty.class.php, method Smarty::get_config_vars()
Returns an array containing config variables
- get_file_names
- in file Config_File.class.php, method Config_File::get_file_names()
Get all loaded config file names.
- get_key
- in file Config_File.class.php, method Config_File::get_key()
Retrieves config info based on the key.
- get_registered_object
- in file Smarty.class.php, method Smarty::get_registered_object()
return a reference to a registered object
- get_section_names
- in file Config_File.class.php, method Config_File::get_section_names()
Get all section names from a loaded file.
- get_template_vars
- in file Smarty.class.php, method Smarty::get_template_vars()
Returns an array containing template variables
- get_var_names
- in file Config_File.class.php, method Config_File::get_var_names()
Get all global or section variable names.
- groups
- in file user.php, method XoopsUser::groups()
alias for getGroups()
- group.php
- procedural page group.php
- groupperm.php
- procedural page groupperm.php
- global.php
- procedural page global.php
- groupperm.php
- procedural page groupperm.php
- groupform.php
- procedural page groupform.php
- groups.php
- procedural page groups.php
- groups.php
- procedural page groups.php
top
h
- $headers
- in file snoopy.php, variable Snoopy::$headers
- $headers
- in file xoopsmailer.php, variable XoopsMailer::$headers
- $Helo
- in file class.phpmailer.php, variable PHPMailer::$Helo
Sets the SMTP HELO of the message (Default is $Hostname).
- $hometext
- in file xoopsstory.php, variable XoopsStory::$hometext
- $host
- in file snoopy.php, variable Snoopy::$host
** Public variables ***
- $Host
- in file class.phpmailer.php, variable PHPMailer::$Host
Sets the SMTP hosts. All hosts must be separated by a semicolon. You can also specify a different port for each host by using this format: [hostname:port] (e.g. "smtp1.example.com:25;smtp2.example.com").
- $Hostname
- in file class.phpmailer.php, variable PHPMailer::$Hostname
Sets the hostname to use in Message-Id and Received headers and as default HELO string. If empty, the value returned by SERVER_NAME is used or 'localhost.localdomain'.
- $hostname
- in file xoopsstory.php, variable XoopsStory::$hostname
- $htmlEditor
- in file formdhtmltextarea.php, variable XoopsFormDhtmlTextArea::$htmlEditor
Extended HTML editor definition
- $htmlHeadStrings
- in file theme.php, variable xos_opal_Theme::$htmlHeadStrings
Array of strings to be inserted in the head tag of HTML documents
- handleBeginElement
- in file themesetparser.php, method ThemeSetImageHandler::handleBeginElement()
- handleBeginElement
- in file saxparser.php, method SaxParser::handleBeginElement()
**************************************************************************
- handleBeginElement
- in file themesetparser.php, method ThemeSetAuthorHandler::handleBeginElement()
- handleBeginElement
- in file themesetparser.php, method ThemeSetTemplateHandler::handleBeginElement()
- handleBeginElement
- in file xmlrpcparser.php, method RpcArrayHandler::handleBeginElement()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- handleBeginElement
- in file xmlrpcparser.php, method RpcMemberHandler::handleBeginElement()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- handleBeginElement
- in file xmlrpcparser.php, method RpcStructHandler::handleBeginElement()
- handleBeginElement
- in file xmlrpcparser.php, method RpcValueHandler::handleBeginElement()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- handleBeginElement
- in file xmltaghandler.php, method XmlTagHandler::handleBeginElement()
**************************************************************************
- handleBeginElement
- in file xmlrss2parser.php, method RssItemHandler::handleBeginElement()
- handleBeginElement
- in file xmlrss2parser.php, method RssSourceHandler::handleBeginElement()
- handleBeginElement
- in file xmlrss2parser.php, method RssTextInputHandler::handleBeginElement()
- handleBeginElementDefault
- in file saxparser.php, method SaxParser::handleBeginElementDefault()
The default tag handler method for a tag with no handler
- handleCharacterData
- in file xmlrss2parser.php, method RssAuthorHandler::handleCharacterData()
- handleCharacterData
- in file xmlrss2parser.php, method RssTitleHandler::handleCharacterData()
- handleCharacterData
- in file xmlrss2parser.php, method RssCategoryHandler::handleCharacterData()
- handleCharacterData
- in file xmlrss2parser.php, method RssTtlHandler::handleCharacterData()
- handleCharacterData
- in file xmlrss2parser.php, method RssCommentsHandler::handleCharacterData()
- handleCharacterData
- in file xmlrss2parser.php, method RssUrlHandler::handleCharacterData()
- handleCharacterData
- in file xmlrpcparser.php, method RpcStringHandler::handleCharacterData()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- handleCharacterData
- in file xmlrpcparser.php, method RpcNameHandler::handleCharacterData()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- handleCharacterData
- in file xmltaghandler.php, method XmlTagHandler::handleCharacterData()
**************************************************************************
- handleCharacterData
- in file xmlrss2parser.php, method RssWebMasterHandler::handleCharacterData()
- handleCharacterData
- in file xmlrss2parser.php, method RssCopyrightHandler::handleCharacterData()
- handleCharacterData
- in file xmlrpcparser.php, method RpcValueHandler::handleCharacterData()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- handleCharacterData
- in file xmlrss2parser.php, method RssDocsHandler::handleCharacterData()
- handleCharacterData
- in file xmlrpcparser.php, method RpcMethodNameHandler::handleCharacterData()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- handleCharacterData
- in file xmlrss2parser.php, method RssLinkHandler::handleCharacterData()
- handleCharacterData
- in file xmlrss2parser.php, method RssManagingEditorHandler::handleCharacterData()
- handleCharacterData
- in file xmlrss2parser.php, method RssPubDateHandler::handleCharacterData()
- handleCharacterData
- in file xmlrss2parser.php, method RssWidthHandler::handleCharacterData()
- handleCharacterData
- in file xmlrss2parser.php, method RssLastBuildDateHandler::handleCharacterData()
- handleCharacterData
- in file xmlrss2parser.php, method RssLanguageHandler::handleCharacterData()
- handleCharacterData
- in file xmlrss2parser.php, method RssGeneratorHandler::handleCharacterData()
- handleCharacterData
- in file xmlrss2parser.php, method RssNameHandler::handleCharacterData()
- handleCharacterData
- in file xmlrss2parser.php, method RssGuidHandler::handleCharacterData()
- handleCharacterData
- in file xmlrss2parser.php, method RssHeightHandler::handleCharacterData()
- handleCharacterData
- in file xmlrss2parser.php, method RssSourceHandler::handleCharacterData()
- handleCharacterData
- in file xmlrss2parser.php, method RssDescriptionHandler::handleCharacterData()
- handleCharacterData
- in file xmlrpcparser.php, method RpcDateTimeHandler::handleCharacterData()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- handleCharacterData
- in file themesetparser.php, method ThemeSetGeneratorHandler::handleCharacterData()
- handleCharacterData
- in file themesetparser.php, method ThemeSetLinkHandler::handleCharacterData()
- handleCharacterData
- in file themesetparser.php, method ThemeSetModuleHandler::handleCharacterData()
- handleCharacterData
- in file themesetparser.php, method ThemeSetFileTypeHandler::handleCharacterData()
- handleCharacterData
- in file themesetparser.php, method ThemeSetEmailHandler::handleCharacterData()
- handleCharacterData
- in file themesetparser.php, method ThemeSetDateCreatedHandler::handleCharacterData()
- handleCharacterData
- in file themesetparser.php, method ThemeSetDescriptionHandler::handleCharacterData()
- handleCharacterData
- in file themesetparser.php, method ThemeSetNameHandler::handleCharacterData()
- handleCharacterData
- in file themesetparser.php, method ThemeSetTagHandler::handleCharacterData()
- handleCharacterData
- in file xmlrpcparser.php, method RpcDoubleHandler::handleCharacterData()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- handleCharacterData
- in file xmlrpcparser.php, method RpcIntHandler::handleCharacterData()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- handleCharacterData
- in file xmlrpcparser.php, method RpcBooleanHandler::handleCharacterData()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- handleCharacterData
- in file xmlrpcparser.php, method RpcBase64Handler::handleCharacterData()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- handleCharacterData
- in file saxparser.php, method SaxParser::handleCharacterData()
**************************************************************************
- handleCharacterDataDefault
- in file saxparser.php, method SaxParser::handleCharacterDataDefault()
The default tag handler method for a tag with no handler
- handleDefault
- in file saxparser.php, method SaxParser::handleDefault()
**************************************************************************
- handleEndElement
- in file xmlrss2parser.php, method RssTextInputHandler::handleEndElement()
- handleEndElement
- in file saxparser.php, method SaxParser::handleEndElement()
**************************************************************************
- handleEndElement
- in file xmltaghandler.php, method XmlTagHandler::handleEndElement()
**************************************************************************
- handleEndElement
- in file xmlrpcparser.php, method RpcMemberHandler::handleEndElement()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- handleEndElement
- in file themesetparser.php, method ThemeSetAuthorHandler::handleEndElement()
- handleEndElement
- in file themesetparser.php, method ThemeSetImageHandler::handleEndElement()
- handleEndElement
- in file themesetparser.php, method ThemeSetTemplateHandler::handleEndElement()
- handleEndElement
- in file xmlrpcparser.php, method RpcArrayHandler::handleEndElement()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- handleEndElement
- in file xmlrpcparser.php, method RpcStructHandler::handleEndElement()
- handleEndElement
- in file xmlrss2parser.php, method RssItemHandler::handleEndElement()
- handleEndElement
- in file xmlrpcparser.php, method RpcValueHandler::handleEndElement()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- handleEndElementDefault
- in file saxparser.php, method SaxParser::handleEndElementDefault()
The default tag handler method for a tag with no handler
- handleError
- in file logger.php, method XoopsLogger::handleError()
Error handling callback (called by the zend engine)
- handleExternalEntityRef
- in file saxparser.php, method SaxParser::handleExternalEntityRef()
**************************************************************************
- handleNotationDecl
- in file saxparser.php, method SaxParser::handleNotationDecl()
**************************************************************************
- handleProcessingInstruction
- in file saxparser.php, method SaxParser::handleProcessingInstruction()
**************************************************************************
- handleUnparsedEntityDecl
- in file saxparser.php, method SaxParser::handleUnparsedEntityDecl()
**************************************************************************
- headContent
- in file theme.php, method xos_opal_Theme::headContent()
- header.php
- procedural page header.php
- Hello
- in file class.smtp.php, method SMTP::Hello()
Sends the HELO command to the smtp server.
- Help
- in file class.smtp.php, method SMTP::Help()
Gets help information on the keyword specified. If the keyword
- hometext
- in file xoopsstory.php, method XoopsStory::hometext()
- hostname
- in file xoopsstory.php, method XoopsStory::hostname()
- htmlSpecialChars
- in file textsanitizer.php, method TextSanitizer::htmlSpecialChars()
- htmlSpecialChars
- in file module.textsanitizer.php, method MyTextSanitizer::htmlSpecialChars()
- handlerregistry.php
- procedural page handlerregistry.php
top
i
- $id
- in file xoopstree.php, variable XoopsTree::$id
- $ihome
- in file xoopsstory.php, variable XoopsStory::$ihome
- $imageExtensions
- in file uploader.php, variable XoopsMediaUploader::$imageExtensions
- $imagesData
- in file themesetparser.php, variable XoopsThemeSetParser::$imagesData
- $isadmin
- in file xmlrpcapi.php, variable XoopsXmlRpcApi::$isadmin
- $isCaseFolding
- in file saxparser.php, variable SaxParser::$isCaseFolding
- $isGzipped
- in file class.tar.php, variable tar::$isGzipped
Unprocessed Archive Information
- $isMail
- in file xoopsmailer.php, variable XoopsMailer::$isMail
- $isPM
- in file xoopsmailer.php, variable XoopsMailer::$isPM
- ihome
- in file xoopsstory.php, method XoopsStory::ihome()
- image.php
- procedural page image.php
- imageExists
- in file imagesetimg.php, method XoopsImagesetimgHandler::imageExists()
Function-Documentation
- imagemanager.php
- procedural page imagemanager.php
- incrementPost
- in file user.php, method XoopsUser::incrementPost()
increase the number of posts for the user
- index.php
- procedural page index.php
- initVar
- in file object.php, method XoopsObject::initVar()
initialize variables for the object
- insert
- in file privmessage.php, method XoopsPrivmessageHandler::insert()
Insert a message in the database
- insert
- in file imagesetimg.php, method XoopsImagesetimgHandler::insert()
- insert
- in file block.php, method XoopsBlockHandler::insert()
write a new block into the database
- insert
- in file imageset.php, method XoopsImagesetHandler::insert()
- insert
- in file configitem.php, method XoopsConfigItemHandler::insert()
Write a config to the database
- insert
- in file imagecategory.php, method XoopsImagecategoryHandler::insert()
- insert
- in file group.php, method XoopsMembershipHandler::insert()
inserts a membership in the database
- insert
- in file dbmanager.php, method db_manager::insert()
- insert
- in file group.php, method XoopsGroupHandler::insert()
insert a group into the database
- insert
- in file tplset.php, method XoopsTplsetHandler::insert()
- insert
- in file user.php, method XoopsUserHandler::insert()
insert a new user in the database
- insert
- in file configcategory.php, method XoopsConfigCategoryHandler::insert()
Store a XoopsConfigCategory
- insert
- in file notification.php, method XoopsNotificationHandler::insert()
Write a notification(subscription) to database
- insert
- in file image.php, method XoopsImageHandler::insert()
Write a XoopsImage object to the database
- insert
- in file groupperm.php, method XoopsGroupPermHandler::insert()
Store a XoopsGroupPerm
- insert
- in file module.php, method XoopsModuleHandler::insert()
Write a module to the database
- insert
- in file avatar.php, method XoopsAvatarHandler::insert()
- insert
- in file configoption.php, method XoopsConfigOptionHandler::insert()
Insert a new option in the database
- insert
- in file tplfile.php, method XoopsTplfileHandler::insert()
- insert
- in file comment.php, method XoopsCommentHandler::insert()
Write a comment to database
- insert
- in file object.php, method XoopsObjectHandler::insert()
insert/update object
- insertBreak
- in file form.php, method XoopsForm::insertBreak()
insert a break in the form
- insertBreak
- in file themeform.php, method XoopsThemeForm::insertBreak()
Insert an empty row in the table to serve as a seperator.
- insertConfig
- in file config.php, method XoopsConfigHandler::insertConfig()
insert a new config in the database
- insertGroup
- in file member.php, method XoopsMemberHandler::insertGroup()
insert a group into the database
- insertUser
- in file member.php, method XoopsMemberHandler::insertUser()
insert a user into the database
- index.php
- procedural page index.php
- install_tpl.php
- procedural page install_tpl.php
- install.php
- procedural page install.php
- install2.php
- procedural page install2.php
- INSTALL_PASSWD
- in file passwd.php, constant INSTALL_PASSWD
- INSTALL_USER
- in file passwd.php, constant INSTALL_USER
- instance
- in file handlerregistry.php, method XoopsHandlerRegistry::instance()
get a reference to the only instance of this class
- instance
- in file commentrenderer.php, method XoopsCommentRenderer::instance()
Access the only instance of this class
- instance
- in file logger.php, method XoopsLogger::instance()
Get a reference to the only instance of this class
- isActive
- in file user.php, method XoopsUser::isActive()
is the user activated?
- isAdmin
- in file user.php, method XoopsUser::isAdmin()
Is the user admin ?
- isConnectable
- in file dbmanager.php, method db_manager::isConnectable()
- isContainer
- in file formelementtray.php, method XoopsFormElementTray::isContainer()
Is this element a container of other elements?
- isContainer
- in file formelement.php, method XoopsFormElement::isContainer()
Is this element a container of other elements?
- isCustom
- in file xoopsblock.php, method XoopsBlock::isCustom()
- isDirty
- in file object.php, method XoopsObject::isDirty()
mark modified objects as dirty
- isError
- in file dbmanager.php, method db_manager::isError()
- IsError
- in file class.phpmailer.php, method PHPMailer::IsError()
Returns true if an error occurred.
- isFault
- in file xmlrpctag.php, method XoopsXmlRpcTag::isFault()
- isGuest
- in file user.php, method XoopsGuestUser::isGuest()
check if the user is a guest user
- isGuest
- in file user.php, method XoopsUser::isGuest()
check if the user is a guest user
- isHidden
- in file formelement.php, method XoopsFormElement::isHidden()
Find out if an element is "hidden".
- IsHTML
- in file class.phpmailer.php, method PHPMailer::IsHTML()
Sets message type to HTML.
- IsMail
- in file class.phpmailer.php, method PHPMailer::IsMail()
Sets Mailer to send message using PHP mail() function.
- isMultiple
- in file formselect.php, method XoopsFormSelect::isMultiple()
Are multiple selections allowed?
- isNew
- in file object.php, method XoopsObject::isNew()
used for new/clone objects
- isOnline
- in file user.php, method XoopsUser::isOnline()
is the user currently logged in?
- IsQmail
- in file class.phpmailer.php, method PHPMailer::IsQmail()
Sets Mailer to send message using the qmail MTA.
- isRequired
- in file formelementtray.php, method XoopsFormElementTray::isRequired()
Find out if there are required elements.
- isRequired
- in file formelement.php, method XoopsFormElement::isRequired()
Find out if an element is required.
- isRoot
- in file comment.php, method XoopsComment::isRoot()
Is this comment on the root level?
- IsSendmail
- in file class.phpmailer.php, method PHPMailer::IsSendmail()
Sets Mailer to send message using the $Sendmail program.
- IsSMTP
- in file class.phpmailer.php, method PHPMailer::IsSMTP()
Sets Mailer to send message using SMTP.
- isSubscribed
- in file notification.php, method XoopsNotificationHandler::isSubscribed()
Determine if a user is subscribed to a particular event in a particular module.
- isThemeAllowed
- in file theme.php, method xos_opal_ThemeFactory::isThemeAllowed()
Checks if the specified theme is enabled or not
- is_cached
- in file Smarty.class.php, method Smarty::is_cached()
test to see if valid cache exists for this template
- image.php
- procedural page image.php
- imagecategory.php
- procedural page imagecategory.php
- imageset.php
- procedural page imageset.php
- imagesetimg.php
- procedural page imagesetimg.php
- images.php
- procedural page images.php
top
l
- $lastredirectaddr
- in file snoopy.php, variable Snoopy::$lastredirectaddr
- $ldap_base_dn
- in file auth_ldap.php, variable XoopsAuthLdap::$ldap_base_dn
- $ldap_givenname_attr
- in file auth_ldap.php, variable XoopsAuthLdap::$ldap_givenname_attr
- $ldap_loginldap_attr
- in file auth_ldap.php, variable XoopsAuthLdap::$ldap_loginldap_attr
- $ldap_loginname_asdn
- in file auth_ldap.php, variable XoopsAuthLdap::$ldap_loginname_asdn
- $ldap_mail_attr
- in file auth_ldap.php, variable XoopsAuthLdap::$ldap_mail_attr
- $ldap_manager_dn
- in file auth_ldap.php, variable XoopsAuthLdap::$ldap_manager_dn
- $ldap_manager_pass
- in file auth_ldap.php, variable XoopsAuthLdap::$ldap_manager_pass
- $ldap_name_attr
- in file auth_ldap.php, variable XoopsAuthLdap::$ldap_name_attr
- $ldap_port
- in file auth_ldap.php, variable XoopsAuthLdap::$ldap_port
- $ldap_server
- in file auth_ldap.php, variable XoopsAuthLdap::$ldap_server
- $ldap_surname_attr
- in file auth_ldap.php, variable XoopsAuthLdap::$ldap_surname_attr
- $ldap_version
- in file auth_ldap.php, variable XoopsAuthLdap::$ldap_version
- $left_delimiter
- in file template.php, variable XoopsTpl::$left_delimiter
- $left_delimiter
- in file Smarty.class.php, variable Smarty::$left_delimiter
The left delimiter used for the template tags.
- $level
- in file saxparser.php, variable SaxParser::$level
- $limit
- in file criteria.php, variable CriteriaElement::$limit
Number of records to retrieve
- $logend
- in file logger.php, variable XoopsLogger::$logend
- $logger
- in file database.php, variable XoopsDatabase::$logger
reference to a XoopsLogger object
- $logstart
- in file logger.php, variable XoopsLogger::$logstart
- logger.php
- procedural page logger.php
- logger_render.php
- procedural page logger_render.php
- login.php
- procedural page login.php
- last_login
- in file user.php, method XoopsUser::last_login()
specialized wrapper for XoopsObject::getVar()
- level
- in file user.php, method XoopsUser::level()
specialized wrapper for XoopsObject::getVar()
- linkThemeset
- in file imageset.php, method XoopsImagesetHandler::linkThemeset()
- list_blocks
- in file blocksadmin.php, function list_blocks()
- load
- in file xoopsblock.php, method XoopsBlock::load()
- load
- in file xoopscomments.php, method XoopsComments::load()
- loadAdminMenu
- in file module.php, method XoopsModule::loadAdminMenu()
Load the admin menu for the module
- loadInfo
- in file module.php, method XoopsModule::loadInfo()
Load the module info for this module
- loadInfoAsVar
- in file module.php, method XoopsModule::loadInfoAsVar()
Load module info
- loadSource
- in file tplfile.php, method XoopsTplfileHandler::loadSource()
- loadXoopsUser
- in file auth_ldap.php, method XoopsAuthLdap::loadXoopsUser()
- load_file
- in file Config_File.class.php, method Config_File::load_file()
Load a configuration file manually.
- load_filter
- in file Smarty.class.php, method Smarty::load_filter()
load a filter of specified type and name
- loginUser
- in file member.php, method XoopsMemberHandler::loginUser()
log in a user
- loginUserMd5
- in file member.php, method XoopsMemberHandler::loginUserMd5()
logs in a user with an nd5 encrypted password
- lostpass.php
- procedural page lostpass.php
top
m
- $Mailer
- in file class.phpmailer.php, variable PHPMailer::$Mailer
Method to send mail: ("mail", "sendmail", or "smtp").
- $maxFileSize
- in file uploader.php, variable XoopsMediaUploader::$maxFileSize
- $maxframes
- in file snoopy.php, variable Snoopy::$maxframes
- $maxHeight
- in file uploader.php, variable XoopsMediaUploader::$maxHeight
- $maxlength
- in file snoopy.php, variable Snoopy::$maxlength
- $maxredirs
- in file snoopy.php, variable Snoopy::$maxredirs
- $maxWidth
- in file uploader.php, variable XoopsMediaUploader::$maxWidth
- $mediaError
- in file uploader.php, variable XoopsMediaUploader::$mediaError
- $mediaName
- in file uploader.php, variable XoopsMediaUploader::$mediaName
- $mediaRealType
- in file uploader.php, variable XoopsMediaUploader::$mediaRealType
- $mediaSize
- in file uploader.php, variable XoopsMediaUploader::$mediaSize
- $mediaTmpName
- in file uploader.php, variable XoopsMediaUploader::$mediaTmpName
- $mediaType
- in file uploader.php, variable XoopsMediaUploader::$mediaType
- $metas
- in file theme.php, variable xos_opal_Theme::$metas
Array containing the document meta-information
- $methodName
- in file xmlrpctag.php, variable XoopsXmlRpcRequest::$methodName
- $mid
- in file xoopstopic.php, variable XoopsTopic::$mid
- $mimetype
- in file downloader.php, variable XoopsDownloader::$mimetype
file information
- $modinfo
- in file module.php, variable XoopsModule::$modinfo
- $module
- in file xmlrpcapi.php, variable XoopsXmlRpcApi::$module
- mysqldatabase.php
- procedural page mysqldatabase.php
- mimetypes.inc.php
- procedural page mimetypes.inc.php
- module.errorhandler.php
- procedural page module.errorhandler.php
- module.textsanitizer.php
- procedural page module.textsanitizer.php
- modifier.capitalize.php
- procedural page modifier.capitalize.php
- modifier.cat.php
- procedural page modifier.cat.php
- modifier.count_characters.php
- procedural page modifier.count_characters.php
- modifier.count_paragraphs.php
- procedural page modifier.count_paragraphs.php
- modifier.count_sentences.php
- procedural page modifier.count_sentences.php
- modifier.count_words.php
- procedural page modifier.count_words.php
- modifier.date_format.php
- procedural page modifier.date_format.php
- modifier.debug_print_var.php
- procedural page modifier.debug_print_var.php
- modifier.default.php
- procedural page modifier.default.php
- modifier.escape.php
- procedural page modifier.escape.php
- modifier.indent.php
- procedural page modifier.indent.php
- modifier.lower.php
- procedural page modifier.lower.php
- modifier.nl2br.php
- procedural page modifier.nl2br.php
- modifier.regex_replace.php
- procedural page modifier.regex_replace.php
- modifier.replace.php
- procedural page modifier.replace.php
- modifier.spacify.php
- procedural page modifier.spacify.php
- modifier.string_format.php
- procedural page modifier.string_format.php
- modifier.strip.php
- procedural page modifier.strip.php
- modifier.strip_tags.php
- procedural page modifier.strip_tags.php
- modifier.truncate.php
- procedural page modifier.truncate.php
- modifier.upper.php
- procedural page modifier.upper.php
- modifier.wordwrap.php
- procedural page modifier.wordwrap.php
- modifier.debug_print_var.php
- procedural page modifier.debug_print_var.php
- metaweblogapi.php
- procedural page metaweblogapi.php
- movabletypeapi.php
- procedural page movabletypeapi.php
- mainfilemanager.php
- procedural page mainfilemanager.php
- makedata.php
- procedural page makedata.php
- member.php
- procedural page member.php
- module.php
- procedural page module.php
- mail.php
- procedural page mail.php
- misc.php
- procedural page misc.php
- Mail
- in file class.smtp.php, method SMTP::Mail()
Starts a mail transaction from the email address specified in $from. Returns true if successful or false otherwise. If True the mail transaction is started and then one or more Recipient commands may be called followed by a Data command.
- mainfile.dist.php
- procedural page mainfile.dist.php
- mainfile.php
- procedural page mainfile.php
- mainfile_manager
- in file mainfilemanager.php, method mainfile_manager::mainfile_manager()
- mainfile_manager
- in file mainfilemanager.php, class mainfile_manager
mainfile manager for XOOPS installer
- mainLink
- in file module.php, method XoopsModule::mainLink()
Get a link to the modules main page
- makeClickable
- in file textsanitizer.php, method TextSanitizer::makeClickable()
- makeClickable
- in file module.textsanitizer.php, method MyTextSanitizer::makeClickable()
Make links in the text clickable
- makeMySelBox
- in file xoopstree.php, method XoopsTree::makeMySelBox()
- makeSelBox
- in file tree.php, method XoopsObjectTree::makeSelBox()
Make a select box with options from the tree
- makeStory
- in file xoopsstory.php, method XoopsStory::makeStory()
- makeTareaData4Edit
- in file textsanitizer.php, method TextSanitizer::makeTareaData4Edit()
- makeTareaData4Edit
- in file module.textsanitizer.php, method MyTextSanitizer::makeTareaData4Edit()
- makeTareaData4InsideQuotes
- in file module.textsanitizer.php, method MyTextSanitizer::makeTareaData4InsideQuotes()
- makeTareaData4InsideQuotes
- in file textsanitizer.php, method TextSanitizer::makeTareaData4InsideQuotes()
- makeTareaData4Preview
- in file module.textsanitizer.php, method MyTextSanitizer::makeTareaData4Preview()
- makeTareaData4Preview
- in file textsanitizer.php, method TextSanitizer::makeTareaData4Preview()
- makeTareaData4PreviewInForm
- in file textsanitizer.php, method TextSanitizer::makeTareaData4PreviewInForm()
- makeTareaData4PreviewInForm
- in file module.textsanitizer.php, method MyTextSanitizer::makeTareaData4PreviewInForm()
- makeTareaData4Save
- in file module.textsanitizer.php, method MyTextSanitizer::makeTareaData4Save()
- makeTareaData4Save
- in file textsanitizer.php, method TextSanitizer::makeTareaData4Save()
- makeTareaData4Show
- in file module.textsanitizer.php, method MyTextSanitizer::makeTareaData4Show()
- makeTareaData4Show
- in file textsanitizer.php, method TextSanitizer::makeTareaData4Show()
- makeTboxData4Edit
- in file textsanitizer.php, method TextSanitizer::makeTboxData4Edit()
- makeTboxData4Edit
- in file module.textsanitizer.php, method MyTextSanitizer::makeTboxData4Edit()
- makeTboxData4Preview
- in file textsanitizer.php, method TextSanitizer::makeTboxData4Preview()
- makeTboxData4Preview
- in file module.textsanitizer.php, method MyTextSanitizer::makeTboxData4Preview()
- makeTboxData4PreviewInForm
- in file textsanitizer.php, method TextSanitizer::makeTboxData4PreviewInForm()
- makeTboxData4PreviewInForm
- in file module.textsanitizer.php, method MyTextSanitizer::makeTboxData4PreviewInForm()
- makeTboxData4Save
- in file textsanitizer.php, method TextSanitizer::makeTboxData4Save()
- makeTboxData4Save
- in file module.textsanitizer.php, method MyTextSanitizer::makeTboxData4Save()
- makeTboxData4Show
- in file textsanitizer.php, method TextSanitizer::makeTboxData4Show()
- makeTboxData4Show
- in file module.textsanitizer.php, method MyTextSanitizer::makeTboxData4Show()
- makeTopic
- in file xoopstopic.php, method XoopsTopic::makeTopic()
- makeTopicSelBox
- in file xoopstopic.php, method XoopsTopic::makeTopicSelBox()
- make_cblock
- in file old_functions.php, function make_cblock()
- make_data
- in file makedata.php, function make_data()
- make_groups
- in file makedata.php, function make_groups()
- make_sidebar
- in file old_functions.php, function make_sidebar()
- MetaWeblogApi
- in file metaweblogapi.php, class MetaWeblogApi
- MetaWeblogApi
- in file metaweblogapi.php, method MetaWeblogApi::MetaWeblogApi()
- microtime
- in file logger.php, method XoopsLogger::microtime()
Returns the current microtime in seconds.
- mid
- in file module.php, method XoopsModule::mid()
For backward compatibility only!
- misc.php
- procedural page misc.php
- modifyGroup
- in file groups.php, function modifyGroup()
- modifyUser
- in file users.php, function modifyUser()
- main.php
- procedural page main.php
- main.php
- procedural page main.php
- main.php
- procedural page main.php
- main.php
- procedural page main.php
- main.php
- procedural page main.php
- main.php
- procedural page main.php
- main.php
- procedural page main.php
- mailform.php
- procedural page mailform.php
- mailusers.php
- procedural page mailusers.php
- main.php
- procedural page main.php
- main.php
- procedural page main.php
- modulesadmin.php
- procedural page modulesadmin.php
- main.php
- procedural page main.php
- main.php
- procedural page main.php
- main.php
- procedural page main.php
- main.php
- procedural page main.php
- main.php
- procedural page main.php
- main.php
- procedural page main.php
- mailusers.php
- procedural page mailusers.php
- modulesadmin.php
- procedural page modulesadmin.php
- modinfo.php
- procedural page modinfo.php
- menu.php
- procedural page menu.php
- MovableTypeApi
- in file movabletypeapi.php, method MovableTypeApi::MovableTypeApi()
- MovableTypeApi
- in file movabletypeapi.php, class MovableTypeApi
- myTextForm
- in file cp_functions.php, function myTextForm()
- MyTextSanitizer
- in file module.textsanitizer.php, class MyTextSanitizer
Class to "clean up" text for various uses
- MyTextSanitizer
- in file module.textsanitizer.php, method MyTextSanitizer::MyTextSanitizer()
top
n
- $nohtml
- in file xoopsstory.php, variable XoopsStory::$nohtml
- $nosmiley
- in file xoopsstory.php, variable XoopsStory::$nosmiley
- $notifypub
- in file xoopsstory.php, variable XoopsStory::$notifypub
- $numDirectories
- in file class.tar.php, variable tar::$numDirectories
Processed Archive Information
- $numFiles
- in file class.tar.php, variable tar::$numFiles
Processed Archive Information
- notification_constants.php
- procedural page notification_constants.php
- notification_functions.php
- procedural page notification_functions.php
- notification_select.php
- procedural page notification_select.php
- notification_update.php
- procedural page notification_update.php
- notification.php
- procedural page notification.php
- notification.php
- procedural page notification.php
- name
- in file module.php, method XoopsModule::name()
For backward compatibility only!
- name
- in file user.php, method XoopsUser::name()
get the users name
- newPost
- in file metaweblogapi.php, method MetaWeblogApi::newPost()
- newPost
- in file xoopsapi.php, method XoopsApi::newPost()
- newPost
- in file bloggerapi.php, method BloggerApi::newPost()
- nl2Br
- in file module.textsanitizer.php, method MyTextSanitizer::nl2Br()
Convert linebreaks to tags
- nl2Br
- in file textsanitizer.php, method TextSanitizer::nl2Br()
- nohtml
- in file xoopsstory.php, method XoopsStory::nohtml()
- Noop
- in file class.smtp.php, method SMTP::Noop()
Sends the command NOOP to the SMTP server.
- nosmiley
- in file xoopsstory.php, method XoopsStory::nosmiley()
- notificationCategoryInfo
- in file notification_functions.php, function notificationCategoryInfo()
Get an associative array of info for a particular notification category in the selected module. If no category is selected, return an array of info for all categories.
- notificationCommentCategoryInfo
- in file notification_functions.php, function notificationCommentCategoryInfo()
Get associative array of info for the category to which comment events belong.
- notificationEnabled
- in file notification_functions.php, function notificationEnabled()
Determine if notification is enabled for the selected module.
- notificationEventEnabled
- in file notification_functions.php, function notificationEventEnabled()
Determine whether a particular notification event is enabled.
- notificationEventInfo
- in file notification_functions.php, function notificationEventInfo()
Get associative array of info for the selected event in the selected category (for the selected module).
- notificationEvents
- in file notification_functions.php, function notificationEvents()
Get an array of info for all events (each event has associative array) in the selected category of the selected module.
- notificationGenerateConfig
- in file notification_functions.php, function notificationGenerateConfig()
Generate module config info for a particular category, event pair.
- notifications.php
- procedural page notifications.php
- notificationSubscribableCategoryInfo
- in file notification_functions.php, function notificationSubscribableCategoryInfo()
Get an array of associative info arrays for subscribable categories for the selected module.
- notifypub
- in file xoopsstory.php, method XoopsStory::notifypub()
- notifyUser
- in file notification.php, method XoopsNotification::notifyUser()
Send a notification message to the user
- notify_method
- in file user.php, method XoopsUser::notify_method()
specialized wrapper for XoopsObject::getVar()
- notify_mode
- in file user.php, method XoopsUser::notify_mode()
specialized wrapper for XoopsObject::getVar()
top
o
- $offsiteok
- in file snoopy.php, variable Snoopy::$offsiteok
- $old_offset
- in file class.zipfile.php, variable zipfile::$old_offset
Last offset position
- $operator
- in file criteria.php, variable Criteria::$operator
- $order
- in file xoopstree.php, variable XoopsTree::$order
- $order
- in file criteria.php, variable CriteriaElement::$order
Sort order
- $overwrite
- in file Config_File.class.php, variable Config_File::$overwrite
Controls whether variables with the same name overwrite each other.
- outputfilter.trimwhitespace.php
- procedural page outputfilter.trimwhitespace.php
- old_functions.php
- procedural page old_functions.php
- old_theme_functions.php
- procedural page old_theme_functions.php
- object.php
- procedural page object.php
- online.php
- procedural page online.php
- oopsAddSlashes
- in file textsanitizer.php, method TextSanitizer::oopsAddSlashes()
- oopsAddSlashes
- in file module.textsanitizer.php, method MyTextSanitizer::oopsAddSlashes()
- oopsHtmlSpecialChars
- in file textsanitizer.php, method TextSanitizer::oopsHtmlSpecialChars()
- oopsHtmlSpecialChars
- in file module.textsanitizer.php, method MyTextSanitizer::oopsHtmlSpecialChars()
- oopsNl2Br
- in file textsanitizer.php, method TextSanitizer::oopsNl2Br()
- oopsNl2Br
- in file module.textsanitizer.php, method MyTextSanitizer::oopsNl2Br()
- oopsStripSlashesGPC
- in file textsanitizer.php, method TextSanitizer::oopsStripSlashesGPC()
- oopsStripSlashesGPC
- in file module.textsanitizer.php, method MyTextSanitizer::oopsStripSlashesGPC()
- oopsStripSlashesRT
- in file textsanitizer.php, method TextSanitizer::oopsStripSlashesRT()
- oopsStripSlashesRT
- in file module.textsanitizer.php, method MyTextSanitizer::oopsStripSlashesRT()
- open
- in file session.php, method XoopsSessionHandler::open()
Open a session
- OpenTable
- in file cp_functions.php, function OpenTable()
- openTAR
- in file class.tar.php, method tar::openTAR()
Open a TAR file
- openThread
- in file old_functions.php, function openThread()
- OpenWaitBox
- in file functions.php, function OpenWaitBox()
- order_block
- in file blocksadmin.php, function order_block()
top
p
- $params
- in file xmlrpcapi.php, variable XoopsXmlRpcApi::$params
- $parser
- in file saxparser.php, variable SaxParser::$parser
- $pass
- in file snoopy.php, variable Snoopy::$pass
- $passcookies
- in file snoopy.php, variable Snoopy::$passcookies
- $Password
- in file class.phpmailer.php, variable PHPMailer::$Password
Sets SMTP password.
- $path
- in file mainfilemanager.php, variable mainfile_manager::$path
- $path
- in file theme.php, variable xos_opal_Theme::$path
Physical path of this theme folder
- $paths
- in file common.php, variable xos_kernel_Xoops2::$paths
- $php_handling
- in file Smarty.class.php, variable Smarty::$php_handling
This determines how Smarty handles "<?php ... ?>" tags in templates.
- $pid
- in file xoopstree.php, variable XoopsTree::$pid
- $PluginDir
- in file class.phpmailer.php, variable PHPMailer::$PluginDir
Path to PHPMailer plugins. This is now only useful if the SMTP class is in a different directory than the PHP include path.
- $plugins
- in file theme.php, variable xos_opal_Theme::$plugins
Page construction plug-ins to use
- $plugins_dir
- in file Smarty.class.php, variable Smarty::$plugins_dir
An array of directories searched for plugins.
- $Port
- in file class.phpmailer.php, variable PHPMailer::$Port
Sets the default SMTP server port.
- $port
- in file snoopy.php, variable Snoopy::$port
- $prefix
- in file uploader.php, variable XoopsMediaUploader::$prefix
- $prefix
- in file xoopstopic.php, variable XoopsTopic::$prefix
- $prefix
- in file settingmanager.php, variable setting_manager::$prefix
- $prefix
- in file database.php, variable XoopsDatabase::$prefix
Prefix for tables in the database
- $prefix
- in file criteria.php, variable Criteria::$prefix
- $Priority
- in file class.phpmailer.php, variable PHPMailer::$Priority
Email priority (1 = High, 3 = Normal, 5 = low).
- $proxy_host
- in file snoopy.php, variable Snoopy::$proxy_host
- $proxy_pass
- in file snoopy.php, variable Snoopy::$proxy_pass
- $proxy_port
- in file snoopy.php, variable Snoopy::$proxy_port
- $proxy_user
- in file snoopy.php, variable Snoopy::$proxy_user
- $published
- in file xoopsstory.php, variable XoopsStory::$published
- phpmailer.lang-en.php
- procedural page phpmailer.lang-en.php
- pagenav.php
- procedural page pagenav.php
- passwd.php
- procedural page passwd.php
- privmessage.php
- procedural page privmessage.php
- pmsg.php
- procedural page pmsg.php
- preferences.php
- procedural page preferences.php
- parse
- in file saxparser.php, method SaxParser::parse()
**************************************************************************
- parse_contents
- in file Config_File.class.php, method Config_File::parse_contents()
parse the source of a configuration file manually.
- pass
- in file user.php, method XoopsUser::pass()
specialized wrapper for XoopsObject::getVar()
- path
- in file common.php, method xos_kernel_Xoops2::path()
Convert a XOOPS path to a physical one
- pda.php
- procedural page pda.php
- PHPMailer
- in file class.phpmailer.php, class PHPMailer
PHPMailer - PHP email transport class
- pmlite.php
- procedural page pmlite.php
- postRender
- in file theme_blocks.php, method xos_logos_PageBuilder::postRender()
Called after a specific zone is rendered
- posts
- in file user.php, method XoopsUser::posts()
specialized wrapper for XoopsObject::getVar()
- prefix
- in file xoopstopic.php, method XoopsTopic::prefix()
- prefix
- in file database.php, method XoopsDatabase::prefix()
attach the prefix.'_' to a given tablename
- prefix
- in file dbmanager.php, method db_manager::prefix()
- prefixQuery
- in file sqlutility.php, method SqlUtility::prefixQuery()
add a prefix.'_' to all tablenames in a query
- preRender
- in file theme_blocks.php, method xos_logos_PageBuilder::preRender()
Called before a specific zone is rendered
- previewTarea
- in file module.textsanitizer.php, method MyTextSanitizer::previewTarea()
Filters textarea form data submitted for preview
- previewText
- in file textsanitizer.php, method TextSanitizer::previewText()
- printCheckForm
- in file misc.php, function printCheckForm()
- printNavBar
- in file xoopscomments.php, method XoopsComments::printNavBar()
- published
- in file xoopsstory.php, method XoopsStory::published()
top
q
- $queries
- in file logger.php, variable XoopsLogger::$queries
- query
- in file mysqldatabase.php, method XoopsMySQLDatabaseProxy::query()
perform a query on the database
- query
- in file mysqldatabase.php, method XoopsMySQLDatabaseSafe::query()
perform a query on the database
- query
- in file mysqldatabase.php, method XoopsMySQLDatabase::query()
perform a query
- query
- in file dbmanager.php, method db_manager::query()
- queryF
- in file mysqldatabase.php, method XoopsMySQLDatabase::queryF()
perform a query on the database
- queryFromFile
- in file dbmanager.php, method db_manager::queryFromFile()
- queryFromFile
- in file mysqldatabase.php, method XoopsMySQLDatabase::queryFromFile()
perform queries from SQL dump file in a batch
- Quit
- in file class.smtp.php, method SMTP::Quit()
Sends the quit command to the server and then closes the socket if there is no error or the $close_on_error argument is true.
- quoteString
- in file mysqldatabase.php, method XoopsMySQLDatabase::quoteString()
Returns escaped string text with single quotes around it to be safely stored in database
top
r
- $rawheaders
- in file snoopy.php, variable Snoopy::$rawheaders
- $read_hidden
- in file Config_File.class.php, variable Config_File::$read_hidden
Controls whether hidden config sections/vars are read from the file.
- $read_timeout
- in file snoopy.php, variable Snoopy::$read_timeout
- $referer
- in file snoopy.php, variable Snoopy::$referer
- $renderCount
- in file theme.php, variable xos_opal_Theme::$renderCount
- $renderingEnabled
- in file logger.php, variable XoopsLogger::$renderingEnabled
- $report
- in file mainfilemanager.php, variable mainfile_manager::$report
- $request_use_auto_globals
- in file Smarty.class.php, variable Smarty::$request_use_auto_globals
Indicates wether $HTTP_*_VARS[] (request_use_auto_globals=false)
- $request_vars_order
- in file Smarty.class.php, variable Smarty::$request_vars_order
The order in which request variables are registered, similar to variables_order in php.ini E = Environment, G = GET, P = POST, C = Cookies, S = Server
- $response
- in file xmlrpcapi.php, variable XoopsXmlRpcApi::$response
- $response_code
- in file snoopy.php, variable Snoopy::$response_code
- $results
- in file snoopy.php, variable Snoopy::$results
- $rewrite
- in file mainfilemanager.php, variable mainfile_manager::$rewrite
- $right_delimiter
- in file template.php, variable XoopsTpl::$right_delimiter
- $right_delimiter
- in file Smarty.class.php, variable Smarty::$right_delimiter
The right delimiter used for the template tags.
- $root_path
- in file settingmanager.php, variable setting_manager::$root_path
- resource.db.php
- procedural page resource.db.php
- registerform.php
- procedural page registerform.php
- rankform.php
- procedural page rankform.php
- rank
- in file user.php, method XoopsUser::rank()
get the user's rank
- RankForumAdmin
- in file userrank.php, function RankForumAdmin()
- RankForumEdit
- in file userrank.php, function RankForumEdit()
- read
- in file session.php, method XoopsSessionHandler::read()
Read a session from the database
- readConstant
- in file settingmanager.php, method setting_manager::readConstant()
- readpmsg.php
- procedural page readpmsg.php
- readPost
- in file settingmanager.php, method setting_manager::readPost()
- Recipient
- in file class.smtp.php, method SMTP::Recipient()
Sends the command RCPT to the SMTP server with the TO: argument of $to.
- redirect_header
- in file functions.php, function redirect_header()
- regenerate_id
- in file session.php, method XoopsSessionHandler::regenerate_id()
Update the current session id with a newly generated one
- register.php
- procedural page register.php
- registerFilter
- in file object.php, method XoopsObject::registerFilter()
dynamically register additional filter for the object
- register_block
- in file Smarty.class.php, method Smarty::register_block()
Registers block function to be used in templates
- register_compiler_function
- in file Smarty.class.php, method Smarty::register_compiler_function()
Registers compiler function
- register_function
- in file Smarty.class.php, method Smarty::register_function()
Registers custom function to be used in templates
- register_modifier
- in file Smarty.class.php, method Smarty::register_modifier()
Registers modifier to be used in templates
- register_object
- in file Smarty.class.php, method Smarty::register_object()
Registers object to be used in templates
- register_outputfilter
- in file Smarty.class.php, method Smarty::register_outputfilter()
Registers an output filter function to apply to a template output
- register_postfilter
- in file Smarty.class.php, method Smarty::register_postfilter()
Registers a postfilter function to apply to a compiled template after compilation
- register_prefilter
- in file Smarty.class.php, method Smarty::register_prefilter()
Registers a prefilter function to apply to a template before compiling
- register_resource
- in file Smarty.class.php, method Smarty::register_resource()
Registers a resource to fetch a template
- releaseWorkingLevel
- in file xmlrpcparser.php, method XoopsXmlRpcParser::releaseWorkingLevel()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- removeDirectory
- in file class.tar.php, method tar::removeDirectory()
Remove a directory from the tar archive
- removeFile
- in file class.tar.php, method tar::removeFile()
Remove a file from the tar archive
- removeUsersFromGroup
- in file member.php, method XoopsMemberHandler::removeUsersFromGroup()
remove a list of users from a group
- render
- in file criteria.php, method CriteriaCompo::render()
Make the criteria into a query string
- render
- in file criteria.php, method Criteria::render()
Make a sql condition string
- render
- in file tableform.php, method XoopsTableForm::render()
create HTML to output the form as a table
- render
- in file simpleform.php, method XoopsSimpleForm::render()
create HTML to output the form with minimal formatting
- render
- in file formcheckbox.php, method XoopsFormCheckBox::render()
prepare HTML for output
- render
- in file formcolorpicker.php, method XoopsFormColorPicker::render()
- render
- in file formbutton.php, method XoopsFormButton::render()
prepare HTML for output
- render
- in file form.php, method XoopsForm::render()
returns renderered form
- render
- in file xmlrpctag.php, method XoopsXmlRpcDatetime::render()
- render
- in file theme.php, method xos_opal_Theme::render()
Render the page
- render
- in file themeform.php, method XoopsThemeForm::render()
create HTML to output the form as a theme-enabled table with validation.
- render
- in file xmlrpctag.php, method XoopsXmlRpcDocument::render()
- render
- in file xmlrpctag.php, method XoopsXmlRpcDouble::render()
- render
- in file xmlrpctag.php, method XoopsXmlRpcArray::render()
- render
- in file xmlrpctag.php, method XoopsXmlRpcBase64::render()
- render
- in file xmlrpctag.php, method XoopsXmlRpcBoolean::render()
- render
- in file xmlrpctag.php, method XoopsXmlRpcFault::render()
- render
- in file xmlrpctag.php, method XoopsXmlRpcInt::render()
- render
- in file xmlrpctag.php, method XoopsXmlRpcStruct::render()
- render
- in file xmlrpctag.php, method XoopsXmlRpcTag::render()
- render
- in file xmlrpctag.php, method XoopsXmlRpcString::render()
- render
- in file xmlrpctag.php, method XoopsXmlRpcResponse::render()
- render
- in file xmlrpctag.php, method XoopsXmlRpcRequest::render()
- render
- in file formdhtmltextarea.php, method XoopsFormDhtmlTextArea::render()
Prepare HTML for output
- render
- in file criteria.php, method CriteriaElement::render()
Render the criteria element
- render
- in file formradio.php, method XoopsFormRadio::render()
Prepare HTML for output
- render
- in file formpassword.php, method XoopsFormPassword::render()
Prepare HTML for output
- render
- in file formselect.php, method XoopsFormSelect::render()
Prepare HTML for output
- render
- in file formtext.php, method XoopsFormText::render()
Prepare HTML for output
- render
- in file formtextdateselect.php, method XoopsFormTextDateSelect::render()
- render
- in file formtextarea.php, method XoopsFormTextArea::render()
prepare HTML for output
- render
- in file formelement.php, method XoopsFormElement::render()
Generates output for the element.
- render
- in file grouppermform.php, method XoopsGroupPermForm::render()
Renders the form
- render
- in file formfile.php, method XoopsFormFile::render()
prepare HTML for output
- render
- in file formelementtray.php, method XoopsFormElementTray::render()
prepare HTML to output this group
- render
- in file formhidden.php, method XoopsFormHidden::render()
Prepare HTML for output
- render
- in file formlabel.php, method XoopsFormLabel::render()
Prepare HTML for output
- render
- in file grouppermform.php, method XoopsGroupFormCheckBox::render()
Renders checkbox options for this group
- render
- in file logger.php, method XoopsLogger::render()
Output buffering callback inserting logger dump in page output
- renderAttributes
- in file theme.php, method xos_opal_Theme::renderAttributes()
Transform an attributes collection to an XML string
- renderErrors
- in file errorhandler.php, method XoopsErrorHandler::renderErrors()
Render the list of errors
- renderFlatView
- in file commentrenderer.php, method XoopsCommentRenderer::renderFlatView()
Render the comments in flat view
- renderImageNav
- in file pagenav.php, method XoopsPageNav::renderImageNav()
Create navigation with images
- renderLdap
- in file criteria.php, method Criteria::renderLdap()
Generate an LDAP filter from criteria
- renderLdap
- in file criteria.php, method CriteriaCompo::renderLdap()
Generate an LDAP filter from criteria
- renderMetas
- in file theme.php, method xos_opal_Theme::renderMetas()
- renderNav
- in file pagenav.php, method XoopsPageNav::renderNav()
Create text navigation
- renderNestView
- in file commentrenderer.php, method XoopsCommentRenderer::renderNestView()
Render comments in nested view
- renderSelect
- in file pagenav.php, method XoopsPageNav::renderSelect()
Create a navigational dropdown list
- renderThreadView
- in file commentrenderer.php, method XoopsCommentRenderer::renderThreadView()
Render the comments in thread view
- renderValidationJS
- in file formelement.php, method XoopsFormElement::renderValidationJS()
Render custom javascript validation code
- renderValidationJS
- in file formdhtmltextarea.php, method XoopsFormDhtmlTextArea::renderValidationJS()
- renderValidationJS
- in file form.php, method XoopsForm::renderValidationJS()
Renders the Javascript function needed for client-side for validation
- renderValidationJS
- in file formcolorpicker.php, method XoopsFormColorPicker::renderValidationJS()
Returns custom validation Javascript
- renderWhere
- in file criteria.php, method Criteria::renderWhere()
Make a SQL "WHERE" clause
- renderWhere
- in file criteria.php, method CriteriaCompo::renderWhere()
Make the criteria into a SQL "WHERE" clause
- report
- in file cachemanager.php, method cache_manager::report()
- report
- in file mainfilemanager.php, method mainfile_manager::report()
- report
- in file dbmanager.php, method db_manager::report()
- Reset
- in file class.smtp.php, method SMTP::Reset()
Sends the RSET command to abort and transaction that is currently in progress. Returns true if successful false otherwise.
- reset
- in file xoopsmailer.php, method XoopsMailer::reset()
- resetpwd
- in file auth_provisionning.php, method XoopsAuthProvisionning::resetpwd()
Add a new user to the system
- resetTempArr
- in file xmlrss2parser.php, method XoopsXmlRss2Parser::resetTempArr()
- resetTempArr
- in file themesetparser.php, method XoopsThemeSetParser::resetTempArr()
- resetTempArray
- in file xmlrpcparser.php, method XoopsXmlRpcParser::resetTempArray()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- resetTempMember
- in file xmlrpcparser.php, method XoopsXmlRpcParser::resetTempMember()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- resetTempStruct
- in file xmlrpcparser.php, method XoopsXmlRpcParser::resetTempStruct()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- resetTempValue
- in file xmlrpcparser.php, method XoopsXmlRpcParser::resetTempValue()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- resourcePath
- in file theme.php, method xos_opal_Theme::resourcePath()
Return a themable file resource path
- restore
- in file auth_provisionning.php, method XoopsAuthProvisionning::restore()
Restore a user
- retrieveBlocks
- in file theme_blocks.php, method xos_logos_PageBuilder::retrieveBlocks()
- RpcArrayHandler
- in file xmlrpcparser.php, class RpcArrayHandler
*****************************************************************************
- RpcBase64Handler
- in file xmlrpcparser.php, class RpcBase64Handler
*****************************************************************************
- RpcBooleanHandler
- in file xmlrpcparser.php, class RpcBooleanHandler
*****************************************************************************
- RpcDateTimeHandler
- in file xmlrpcparser.php, class RpcDateTimeHandler
*****************************************************************************
- RpcDoubleHandler
- in file xmlrpcparser.php, class RpcDoubleHandler
*****************************************************************************
- RpcIntHandler
- in file xmlrpcparser.php, class RpcIntHandler
*****************************************************************************
- RpcMemberHandler
- in file xmlrpcparser.php, class RpcMemberHandler
*****************************************************************************
- RpcMethodNameHandler
- in file xmlrpcparser.php, class RpcMethodNameHandler
*****************************************************************************
- RpcNameHandler
- in file xmlrpcparser.php, class RpcNameHandler
*****************************************************************************
- RpcStringHandler
- in file xmlrpcparser.php, class RpcStringHandler
*****************************************************************************
- RpcStructHandler
- in file xmlrpcparser.php, class RpcStructHandler
*****************************************************************************
- RpcValueHandler
- in file xmlrpcparser.php, class RpcValueHandler
*****************************************************************************
- RssAuthorHandler
- in file xmlrss2parser.php, class RssAuthorHandler
*****************************************************************************
- RssCategoryHandler
- in file xmlrss2parser.php, method RssCategoryHandler::RssCategoryHandler()
- RssCategoryHandler
- in file xmlrss2parser.php, class RssCategoryHandler
*****************************************************************************
- RssChannelHandler
- in file xmlrss2parser.php, class RssChannelHandler
*****************************************************************************
- RssChannelHandler
- in file xmlrss2parser.php, method RssChannelHandler::RssChannelHandler()
- RssCommentsHandler
- in file xmlrss2parser.php, class RssCommentsHandler
*****************************************************************************
- RssCommentsHandler
- in file xmlrss2parser.php, method RssCommentsHandler::RssCommentsHandler()
- RssCopyrightHandler
- in file xmlrss2parser.php, class RssCopyrightHandler
*****************************************************************************
- RssCopyrightHandler
- in file xmlrss2parser.php, method RssCopyrightHandler::RssCopyrightHandler()
- RssDescriptionHandler
- in file xmlrss2parser.php, method RssDescriptionHandler::RssDescriptionHandler()
- RssDescriptionHandler
- in file xmlrss2parser.php, class RssDescriptionHandler
*****************************************************************************
- RssDocsHandler
- in file xmlrss2parser.php, method RssDocsHandler::RssDocsHandler()
- RssDocsHandler
- in file xmlrss2parser.php, class RssDocsHandler
*****************************************************************************
- RssGeneratorHandler
- in file xmlrss2parser.php, method RssGeneratorHandler::RssGeneratorHandler()
- RssGeneratorHandler
- in file xmlrss2parser.php, class RssGeneratorHandler
*****************************************************************************
- RssGuidHandler
- in file xmlrss2parser.php, method RssAuthorHandler::RssGuidHandler()
- RssGuidHandler
- in file xmlrss2parser.php, class RssGuidHandler
*****************************************************************************
- RssGuidHandler
- in file xmlrss2parser.php, method RssGuidHandler::RssGuidHandler()
- RssHeightHandler
- in file xmlrss2parser.php, class RssHeightHandler
*****************************************************************************
- RssHeightHandler
- in file xmlrss2parser.php, method RssHeightHandler::RssHeightHandler()
- RssImageHandler
- in file xmlrss2parser.php, class RssImageHandler
*****************************************************************************
- RssImageHandler
- in file xmlrss2parser.php, method RssImageHandler::RssImageHandler()
- RssItemHandler
- in file xmlrss2parser.php, method RssItemHandler::RssItemHandler()
- RssItemHandler
- in file xmlrss2parser.php, class RssItemHandler
*****************************************************************************
- RssLanguageHandler
- in file xmlrss2parser.php, class RssLanguageHandler
*****************************************************************************
- RssLanguageHandler
- in file xmlrss2parser.php, method RssLanguageHandler::RssLanguageHandler()
- RssLastBuildDateHandler
- in file xmlrss2parser.php, method RssLastBuildDateHandler::RssLastBuildDateHandler()
- RssLastBuildDateHandler
- in file xmlrss2parser.php, class RssLastBuildDateHandler
*****************************************************************************
- RssLinkHandler
- in file xmlrss2parser.php, method RssLinkHandler::RssLinkHandler()
- RssLinkHandler
- in file xmlrss2parser.php, class RssLinkHandler
*****************************************************************************
- RssManagingEditorHandler
- in file xmlrss2parser.php, method RssManagingEditorHandler::RssManagingEditorHandler()
- RssManagingEditorHandler
- in file xmlrss2parser.php, class RssManagingEditorHandler
*****************************************************************************
- RssNameHandler
- in file xmlrss2parser.php, class RssNameHandler
*****************************************************************************
- RssNameHandler
- in file xmlrss2parser.php, method RssNameHandler::RssNameHandler()
- RssPubDateHandler
- in file xmlrss2parser.php, method RssPubDateHandler::RssPubDateHandler()
- RssPubDateHandler
- in file xmlrss2parser.php, class RssPubDateHandler
*****************************************************************************
- RssSourceHandler
- in file xmlrss2parser.php, class RssSourceHandler
*****************************************************************************
- RssSourceHandler
- in file xmlrss2parser.php, method RssSourceHandler::RssSourceHandler()
- RssTextInputHandler
- in file xmlrss2parser.php, class RssTextInputHandler
*****************************************************************************
- RssTitleHandler
- in file xmlrss2parser.php, method RssTitleHandler::RssTitleHandler()
- RssTitleHandler
- in file xmlrss2parser.php, class RssTitleHandler
*****************************************************************************
- RssTtlHandler
- in file xmlrss2parser.php, method RssTtlHandler::RssTtlHandler()
- RssTtlHandler
- in file xmlrss2parser.php, class RssTtlHandler
*****************************************************************************
- RssUrlHandler
- in file xmlrss2parser.php, class RssUrlHandler
*****************************************************************************
- RssUrlHandler
- in file xmlrss2parser.php, method RssUrlHandler::RssUrlHandler()
- RssWebMasterHandler
- in file xmlrss2parser.php, method RssWebMasterHandler::RssWebMasterHandler()
- RssWebMasterHandler
- in file xmlrss2parser.php, method RssTextInputHandler::RssWebMasterHandler()
- RssWebMasterHandler
- in file xmlrss2parser.php, class RssWebMasterHandler
*****************************************************************************
- RssWidthHandler
- in file xmlrss2parser.php, class RssWidthHandler
*****************************************************************************
- RssWidthHandler
- in file xmlrss2parser.php, method RssWidthHandler::RssWidthHandler()
top
s
- $sanitizer
- in file settingmanager.php, variable setting_manager::$sanitizer
- $savedDestination
- in file uploader.php, variable XoopsMediaUploader::$savedDestination
- $savedFileName
- in file uploader.php, variable XoopsMediaUploader::$savedFileName
- $secure_dir
- in file Smarty.class.php, variable Smarty::$secure_dir
This is the list of template directories that are considered secure. This is used only if $security is enabled. One directory per array element. $template_dir is in this list implicitly.
- $security
- in file Smarty.class.php, variable Smarty::$security
This enables template security. When enabled, many things are restricted
- $securityLevel
- in file session.php, variable XoopsSessionHandler::$securityLevel
Security checking level
- $security_settings
- in file Smarty.class.php, variable Smarty::$security_settings
These are the security settings for Smarty. They are used only when $security is enabled.
- $Sender
- in file class.phpmailer.php, variable PHPMailer::$Sender
Sets the Sender email (Return-Path) of the message. If not empty, will be sent via -f to sendmail or as 'MAIL FROM' in smtp mode.
- $Sendmail
- in file class.phpmailer.php, variable PHPMailer::$Sendmail
Sets the path of the sendmail program.
- $smileys
- in file module.textsanitizer.php, variable MyTextSanitizer::$smileys
- $SMTPAuth
- in file class.phpmailer.php, variable PHPMailer::$SMTPAuth
Sets SMTP authentication. Utilizes the Username and Password variables.
- $SMTPDebug
- in file class.phpmailer.php, variable PHPMailer::$SMTPDebug
Sets SMTP class debugging on or off.
- $SMTPKeepAlive
- in file class.phpmailer.php, variable PHPMailer::$SMTPKeepAlive
Prevents the SMTP connection from being closed after each mail sending. If this is set to true then to close the connection requires an explicit call to SmtpClose().
- $SMTP_PORT
- in file class.smtp.php, variable SMTP::$SMTP_PORT
SMTP server port
- $sort
- in file criteria.php, variable CriteriaElement::$sort
- $start
- in file criteria.php, variable CriteriaElement::$start
Offset of first record
- $status
- in file snoopy.php, variable Snoopy::$status
- $storyid
- in file xoopsstory.php, variable XoopsStory::$storyid
- $subject
- in file xoopsmailer.php, variable XoopsMailer::$subject
- $Subject
- in file class.phpmailer.php, variable PHPMailer::$Subject
Sets the Subject of the message.
- $success
- in file xoopsmailer.php, variable XoopsMailer::$success
- $s_files
- in file cachemanager.php, variable cache_manager::$s_files
- $s_tables
- in file dbmanager.php, variable db_manager::$s_tables
- sqlutility.php
- procedural page sqlutility.php
- shared.escape_special_chars.php
- procedural page shared.escape_special_chars.php
- shared.make_timestamp.php
- procedural page shared.make_timestamp.php
- Smarty.class.php
- procedural page Smarty.class.php
- Smarty_Compiler.class.php
- procedural page Smarty_Compiler.class.php
- snoopy.php
- procedural page snoopy.php
- saxparser.php
- procedural page saxparser.php
- simpleform.php
- procedural page simpleform.php
- searchform.php
- procedural page searchform.php
- site-closed.php
- procedural page site-closed.php
- settingmanager.php
- procedural page settingmanager.php
- session.php
- procedural page session.php
- search.php
- procedural page search.php
- smileform.php
- procedural page smileform.php
- smilies.php
- procedural page smilies.php
- system_blocks.php
- procedural page system_blocks.php
- smilies.php
- procedural page smilies.php
- sanitizeForDisplay
- in file textsanitizer.php, method TextSanitizer::sanitizeForDisplay()
- sanitizeForDisplay
- in file module.textsanitizer.php, method MyTextSanitizer::sanitizeForDisplay()
- sanitizeForPreview
- in file module.textsanitizer.php, method MyTextSanitizer::sanitizeForPreview()
- sanitizeForPreview
- in file textsanitizer.php, method TextSanitizer::sanitizeForPreview()
- sanitizeMultipleExtensions
- in file uploader.php, method XoopsMediaUploader::sanitizeMultipleExtensions()
Sanitize executable filename with multiple extensions
- sanitizePath
- in file logger.php, method XoopsLogger::sanitizePath()
- saveTar
- in file class.tar.php, method tar::saveTar()
Write the currently loaded tar archive to disk
- save_block
- in file blocksadmin.php, function save_block()
- SaxParser
- in file saxparser.php, method SaxParser::SaxParser()
**************************************************************************
- SaxParser
- in file saxparser.php, class SaxParser
*****************************************************************************
- search
- in file module.php, method XoopsModule::search()
Search contents within a module
- search.php
- procedural page search.php
- Send
- in file class.phpmailer.php, method PHPMailer::Send()
Creates message and assigns Mailer. If the message is not sent successfully then it returns false. Use the ErrorInfo variable to view description of the error.
- send
- in file xoopsmailer.php, method XoopsMailer::send()
- Send
- in file class.smtp.php, method SMTP::Send()
Starts a mail transaction from the email address specified in
- SendAndMail
- in file class.smtp.php, method SMTP::SendAndMail()
Starts a mail transaction from the email address specified in
- sendMail
- in file xoopsmailer.php, method XoopsMailer::sendMail()
Send email
- SendOrMail
- in file class.smtp.php, method SMTP::SendOrMail()
Starts a mail transaction from the email address specified in
- sendPM
- in file xoopsmailer.php, method XoopsMailer::sendPM()
- setAccessKey
- in file formelement.php, method XoopsFormElement::setAccessKey()
set the "accesskey" attribute for the element
- setApproved
- in file xoopsstory.php, method XoopsStory::setApproved()
- setBody
- in file xoopsmailer.php, method XoopsMailer::setBody()
- setBodytext
- in file xoopsstory.php, method XoopsStory::setBodytext()
- setCaption
- in file formelement.php, method XoopsFormElement::setCaption()
set the caption for the element
- setCaseFolding
- in file saxparser.php, method SaxParser::setCaseFolding()
**************************************************************************
- setChannelData
- in file xmlrss2parser.php, method XoopsXmlRss2Parser::setChannelData()
- setClass
- in file formelement.php, method XoopsFormElement::setClass()
set the "class" attribute for the element
- setComments
- in file commentrenderer.php, method XoopsCommentRenderer::setComments()
Accessor
- setComments
- in file xoopsstory.php, method XoopsStory::setComments()
- setConfOptions
- in file configitem.php, method XoopsConfigItem::setConfOptions()
Assign one or more XoopsConfigItemOptions
- setConfValueForInput
- in file configitem.php, method XoopsConfigItem::setConfValueForInput()
Set a config value
- setcookies
- in file snoopy.php, method Snoopy::setcookies()
- setDescription
- in file formelement.php, method XoopsFormElement::setDescription()
set the element's description
- setDirty
- in file object.php, method XoopsObject::setDirty()
mark modified objects as dirty
- setElementValue
- in file form.php, method XoopsForm::setElementValue()
Sets the "value" attribute of a form element
- setElementValues
- in file form.php, method XoopsForm::setElementValues()
Sets the "value" attribute of form elements in a batch
- setErrors
- in file saxparser.php, method SaxParser::setErrors()
Sets error messages
- setErrors
- in file uploader.php, method XoopsMediaUploader::setErrors()
Add an error
- setErrors
- in file object.php, method XoopsObject::setErrors()
add an error
- setErrors
- in file auth.php, method XoopsAuth::setErrors()
add an error
- setErrors
- in file xoopssecurity.php, method XoopsSecurity::setErrors()
Add an error
- setExpired
- in file xoopsstory.php, method XoopsStory::setExpired()
- setExtra
- in file form.php, method XoopsForm::setExtra()
set the extra attributes for the <form> tag
- setExtra
- in file formelement.php, method XoopsFormElement::setExtra()
Add extra attributes to the element.
- setFault
- in file xmlrpctag.php, method XoopsXmlRpcTag::setFault()
- setFromEmail
- in file xoopsmailer.php, method XoopsMailer::setFromEmail()
- setFromName
- in file xoopsmailer.php, method XoopsMailer::setFromName()
- setFromUser
- in file xoopsmailer.php, method XoopsMailer::setFromUser()
- setGroupby
- in file criteria.php, method CriteriaElement::setGroupby()
- setGroups
- in file user.php, method XoopsUser::setGroups()
set the groups for the user
- setHandler
- in file handlerregistry.php, method XoopsHandlerRegistry::setHandler()
Register a handler class object
- setHidden
- in file formelement.php, method XoopsFormElement::setHidden()
flag the element as "hidden"
- setHometext
- in file xoopsstory.php, method XoopsStory::setHometext()
- setHostname
- in file xoopsstory.php, method XoopsStory::setHostname()
- setIhome
- in file xoopsstory.php, method XoopsStory::setIhome()
- setImageCount
- in file imagecategory.php, method XoopsImagecategory::setImageCount()
- setImageData
- in file xmlrss2parser.php, method XoopsXmlRss2Parser::setImageData()
- setImagesData
- in file themesetparser.php, method XoopsThemeSetParser::setImagesData()
- setItems
- in file xmlrss2parser.php, method XoopsXmlRss2Parser::setItems()
- SetLanguage
- in file class.phpmailer.php, method PHPMailer::SetLanguage()
Sets the language for all class error messages. Returns false if it cannot load the language file. The default language type is English.
- setLimit
- in file criteria.php, method CriteriaElement::setLimit()
- setLogger
- in file database.php, method XoopsDatabase::setLogger()
assign a XoopsLogger object to the database
- setMethodName
- in file xmlrpcparser.php, method XoopsXmlRpcParser::setMethodName()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- setModuleHandler
- in file handlerregistry.php, method XoopsHandlerRegistry::setModuleHandler()
Register a handler class object for a module
- setName
- in file formelement.php, method XoopsFormElement::setName()
set the "name" attribute for the element
- setNew
- in file object.php, method XoopsObject::setNew()
used for new/clone objects
- setNohtml
- in file xoopsstory.php, method XoopsStory::setNohtml()
- setNosmiley
- in file xoopsstory.php, method XoopsStory::setNosmiley()
- setNotifyPub
- in file xoopsstory.php, method XoopsStory::setNotifyPub()
- setOptionTree
- in file grouppermform.php, method XoopsGroupFormCheckBox::setOptionTree()
Sets the tree structure of items
- setOrder
- in file criteria.php, method CriteriaElement::setOrder()
- setParam
- in file xmlrpcparser.php, method XoopsXmlRpcParser::setParam()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- setPostCategories
- in file movabletypeapi.php, method MovableTypeApi::setPostCategories()
- setPrefix
- in file uploader.php, method XoopsMediaUploader::setPrefix()
Set the prefix
- setPrefix
- in file database.php, method XoopsDatabase::setPrefix()
set the prefix for tables in the database
- setPriority
- in file xoopsmailer.php, method XoopsMailer::setPriority()
- setPublished
- in file xoopsstory.php, method XoopsStory::setPublished()
- setRead
- in file privmessage.php, method XoopsPrivmessageHandler::setRead()
Mark a message as read
- setRequired
- in file form.php, method XoopsForm::setRequired()
make an element "required"
- setRewrite
- in file mainfilemanager.php, method mainfile_manager::setRewrite()
- setSort
- in file criteria.php, method CriteriaElement::setSort()
- setStart
- in file criteria.php, method CriteriaElement::setStart()
- setStoryId
- in file xoopsstory.php, method XoopsStory::setStoryId()
- setSubject
- in file xoopsmailer.php, method XoopsMailer::setSubject()
- setTargetFileName
- in file uploader.php, method XoopsMediaUploader::setTargetFileName()
Set the target filename
- setTempArr
- in file themesetparser.php, method XoopsThemeSetParser::setTempArr()
- setTempArr
- in file xmlrss2parser.php, method XoopsXmlRss2Parser::setTempArr()
- setTempArray
- in file xmlrpcparser.php, method XoopsXmlRpcParser::setTempArray()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- setTemplate
- in file bloggerapi.php, method BloggerApi::setTemplate()
- setTemplate
- in file xoopsmailer.php, method XoopsMailer::setTemplate()
- setTemplateDir
- in file xoopsmailer.php, method XoopsMailer::setTemplateDir()
- setTemplatesData
- in file themesetparser.php, method XoopsThemeSetParser::setTemplatesData()
- setTempMember
- in file xmlrpcparser.php, method XoopsXmlRpcParser::setTempMember()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- setTempName
- in file xmlrpcparser.php, method XoopsXmlRpcParser::setTempName()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- setTempStruct
- in file xmlrpcparser.php, method XoopsXmlRpcParser::setTempStruct()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- setTempValue
- in file xmlrpcparser.php, method XoopsXmlRpcParser::setTempValue()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- setThemeSetData
- in file themesetparser.php, method XoopsThemeSetParser::setThemeSetData()
- setting_manager
- in file settingmanager.php, class setting_manager
setting manager for XOOPS installer
- setting_manager
- in file settingmanager.php, method setting_manager::setting_manager()
- setTitle
- in file xoopsstory.php, method XoopsStory::setTitle()
- setToEmails
- in file xoopsmailer.php, method XoopsMailer::setToEmails()
- setToGroups
- in file xoopsmailer.php, method XoopsMailer::setToGroups()
- setTopicalign
- in file xoopsstory.php, method XoopsStory::setTopicalign()
- setTopicdisplay
- in file xoopsstory.php, method XoopsStory::setTopicdisplay()
- setTopicId
- in file xoopsstory.php, method XoopsStory::setTopicId()
- setTopicImgurl
- in file xoopstopic.php, method XoopsTopic::setTopicImgurl()
- setTopicPid
- in file xoopstopic.php, method XoopsTopic::setTopicPid()
- setTopicTitle
- in file xoopstopic.php, method XoopsTopic::setTopicTitle()
- setToUsers
- in file xoopsmailer.php, method XoopsMailer::setToUsers()
- setType
- in file xoopsstory.php, method XoopsStory::setType()
- setUid
- in file xoopsstory.php, method XoopsStory::setUid()
- setUserCount
- in file avatar.php, method XoopsAvatar::setUserCount()
- setValue
- in file formselect.php, method XoopsFormSelect::setValue()
Set pre-selected values
- setValue
- in file formtext.php, method XoopsFormText::setValue()
Set initial text value
- setValue
- in file formradio.php, method XoopsFormRadio::setValue()
Set the pre-selected value
- setValue
- in file formcheckbox.php, method XoopsFormCheckBox::setValue()
Set the "value"
- setValue
- in file formtextarea.php, method XoopsFormTextArea::setValue()
Set initial content
- setValue
- in file formbutton.php, method XoopsFormButton::setValue()
Set the initial value
- setValue
- in file formhidden.php, method XoopsFormHidden::setValue()
Sets the "value" attribute
- setValue
- in file formpassword.php, method XoopsFormPassword::setValue()
Set the initial value
- setValue
- in file grouppermform.php, method XoopsGroupFormCheckBox::setValue()
Sets pre-selected values
- setVar
- in file object.php, method XoopsObject::setVar()
assign a value to a variable
- setWorkingLevel
- in file xmlrpcparser.php, method XoopsXmlRpcParser::setWorkingLevel()
This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.
- set_file_contents
- in file Config_File.class.php, method Config_File::set_file_contents()
Store the contents of a file manually.
- set_path
- in file Config_File.class.php, method Config_File::set_path()
Set the path where configuration files can be found.
- set_submit_multipart
- in file snoopy.php, method Snoopy::set_submit_multipart()
- set_submit_normal
- in file snoopy.php, method Snoopy::set_submit_normal()
- set_submit_xml
- in file snoopy.php, method Snoopy::set_submit_xml()
- show
- in file module.errorhandler.php, method ErrorHandler::show()
Show an error message
- showbanner
- in file functions.php, function showbanner()
- showThread
- in file old_functions.php, function showThread()
- showThreadFoot
- in file xoopscomments.php, method XoopsComments::showThreadFoot()
- showThreadHead
- in file xoopscomments.php, method XoopsComments::showThreadHead()
- showThreadPost
- in file xoopscomments.php, method XoopsComments::showThreadPost()
- showTreeFoot
- in file xoopscomments.php, method XoopsComments::showTreeFoot()
- showTreeHead
- in file xoopscomments.php, method XoopsComments::showTreeHead()
- showTreeItem
- in file xoopscomments.php, method XoopsComments::showTreeItem()
- Smarty
- in file Smarty.class.php, class Smarty
- Smarty
- in file Smarty.class.php, method Smarty::Smarty()
The class constructor.
- smarty_block_textformat
- in file block.textformat.php, function smarty_block_textformat()
Smarty {textformat}{/textformat} block plugin
- Smarty_Compiler
- in file Smarty_Compiler.class.php, class Smarty_Compiler
Template compiling class
- Smarty_Compiler
- in file Smarty_Compiler.class.php, method Smarty_Compiler::Smarty_Compiler()
The class constructor.
- smarty_compiler_assign
- in file compiler.assign.php, function smarty_compiler_assign()
Smarty {assign} compiler function plugin
- smarty_compiler_foreachq
- in file compiler.foreachq.php, function smarty_compiler_foreachq()
Quick foreach template plug-in
- smarty_compiler_includeq
- in file compiler.includeq.php, function smarty_compiler_includeq()
Quick include template plug-in
- smarty_compiler_xoAppUrl
- in file compiler.xoAppUrl.php, function smarty_compiler_xoAppUrl()
Inserts the URL of an application page
- smarty_compiler_xoImgUrl
- in file compiler.xoImgUrl.php, function smarty_compiler_xoImgUrl()
Inserts the URL of a file resource customizable by themes
- smarty_core_assemble_plugin_filepath
- in file core.assemble_plugin_filepath.php, function smarty_core_assemble_plugin_filepath()
assemble filepath of requested plugin
- smarty_core_assign_smarty_interface
- in file core.assign_smarty_interface.php, function smarty_core_assign_smarty_interface()
Smarty assign_smarty_interface core plugin
- smarty_core_create_dir_structure
- in file core.create_dir_structure.php, function smarty_core_create_dir_structure()
create full directory structure
- SMARTY_CORE_DIR
- in file Smarty.class.php, constant SMARTY_CORE_DIR
- smarty_core_display_debug_console
- in file core.display_debug_console.php, function smarty_core_display_debug_console()
Smarty debug_console function plugin
- smarty_core_get_include_path
- in file core.get_include_path.php, function smarty_core_get_include_path()
Get path to file from include_path
- smarty_core_get_microtime
- in file core.get_microtime.php, function smarty_core_get_microtime()
Get seconds and microseconds
- smarty_core_get_php_resource
- in file core.get_php_resource.php, function smarty_core_get_php_resource()
Retrieves PHP script resource
- smarty_core_is_secure
- in file core.is_secure.php, function smarty_core_is_secure()
determines if a resource is secure or not.
- smarty_core_is_trusted
- in file core.is_trusted.php, function smarty_core_is_trusted()
determines if a resource is trusted or not
- smarty_core_load_plugins
- in file core.load_plugins.php, function smarty_core_load_plugins()
Load requested plugins
- smarty_core_load_resource_plugin
- in file core.load_resource_plugin.php, function smarty_core_load_resource_plugin()
load a resource plugin
- smarty_core_process_cached_inserts
- in file core.process_cached_inserts.php, function smarty_core_process_cached_inserts()
Replace cached inserts with the actual results
- smarty_core_process_compiled_include
- in file core.process_compiled_include.php, function smarty_core_process_compiled_include()
Replace nocache-tags by results of the corresponding non-cacheable functions and return it
- smarty_core_read_cache_file
- in file core.read_cache_file.php, function smarty_core_read_cache_file()
read a cache file, determine if it needs to be regenerated or not
- smarty_core_rmdir
- in file core.rmdir.php, function smarty_core_rmdir()
delete a dir recursively (level=0 -> keep root) WARNING: no tests, it will try to remove what you tell it!
- smarty_core_rm_auto
- in file core.rm_auto.php, function smarty_core_rm_auto()
delete an automagically created file by name and id
- smarty_core_run_insert_handler
- in file core.run_insert_handler.php, function smarty_core_run_insert_handler()
Handle insert tags
- smarty_core_smarty_include_php
- in file core.smarty_include_php.php, function smarty_core_smarty_include_php()
called for included php files within templates
- smarty_core_write_cache_file
- in file core.write_cache_file.php, function smarty_core_write_cache_file()
Prepend the cache information to the cache file and write it
- smarty_core_write_compiled_include
- in file core.write_compiled_include.php, function smarty_core_write_compiled_include()
Extract non-cacheable parts out of compiled template and write it
- smarty_core_write_compiled_resource
- in file core.write_compiled_resource.php, function smarty_core_write_compiled_resource()
write the compiled resource
- smarty_core_write_file
- in file core.write_file.php, function smarty_core_write_file()
write out a file to disk
- SMARTY_DIR
- in file Smarty.class.php, constant SMARTY_DIR
set SMARTY_DIR to absolute path to Smarty library files.
- SMARTY_DIR
- in file common.php, constant SMARTY_DIR
- smarty_function_assign_debug_info
- in file function.assign_debug_info.php, function smarty_function_assign_debug_info()
Smarty {assign_debug_info} function plugin
- smarty_function_config_load
- in file function.config_load.php, function smarty_function_config_load()
Smarty {config_load} function plugin
- smarty_function_counter
- in file function.counter.php, function smarty_function_counter()
Smarty {counter} function plugin
- smarty_function_cycle
- in file function.cycle.php, function smarty_function_cycle()
Smarty {cycle} function plugin
- smarty_function_debug
- in file function.debug.php, function smarty_function_debug()
Smarty {debug} function plugin
- smarty_function_escape_special_chars
- in file shared.escape_special_chars.php, function smarty_function_escape_special_chars()
escape_special_chars common function
- smarty_function_eval
- in file function.eval.php, function smarty_function_eval()
Smarty {eval} function plugin
- smarty_function_fetch
- in file function.fetch.php, function smarty_function_fetch()
Smarty {fetch} plugin
- smarty_function_html_checkboxes
- in file function.html_checkboxes.php, function smarty_function_html_checkboxes()
Smarty {html_checkboxes} function plugin
- smarty_function_html_checkboxes_output
- in file function.html_checkboxes.php, function smarty_function_html_checkboxes_output()
- smarty_function_html_image
- in file function.html_image.php, function smarty_function_html_image()
Smarty {html_image} function plugin
- smarty_function_html_options
- in file function.html_options.php, function smarty_function_html_options()
Smarty {html_options} function plugin
- smarty_function_html_options_optgroup
- in file function.html_options.php, function smarty_function_html_options_optgroup()
- smarty_function_html_options_optoutput
- in file function.html_options.php, function smarty_function_html_options_optoutput()
- smarty_function_html_radios
- in file function.html_radios.php, function smarty_function_html_radios()
Smarty {html_radios} function plugin
- smarty_function_html_radios_output
- in file function.html_radios.php, function smarty_function_html_radios_output()
- smarty_function_html_select_date
- in file function.html_select_date.php, function smarty_function_html_select_date()
Smarty {html_select_date} plugin
- smarty_function_html_select_time
- in file function.html_select_time.php, function smarty_function_html_select_time()
Smarty {html_select_time} function plugin
- smarty_function_html_table
- in file function.html_table.php, function smarty_function_html_table()
Smarty {html_table} function plugin
- smarty_function_html_table_cycle
- in file function.html_table.php, function smarty_function_html_table_cycle()
- smarty_function_mailto
- in file function.mailto.php, function smarty_function_mailto()
Smarty {mailto} function plugin
- smarty_function_math
- in file function.math.php, function smarty_function_math()
Smarty {math} function plugin
- smarty_function_popup
- in file function.popup.php, function smarty_function_popup()
Smarty {popup} function plugin
- smarty_function_popup_init
- in file function.popup_init.php, function smarty_function_popup_init()
Smarty {popup_init} function plugin
- smarty_function_xoInboxCount
- in file function.xoInboxCount.php, function smarty_function_xoInboxCount()
- smarty_function_xoops_link
- in file function.xoops_link.php, function smarty_function_xoops_link()
- smarty_make_timestamp
- in file shared.make_timestamp.php, function smarty_make_timestamp()
Function: smarty_make_timestamp Purpose: used by other smarty functions to make a timestamp from a string.
- smarty_modifier_capitalize
- in file modifier.capitalize.php, function smarty_modifier_capitalize()
Smarty capitalize modifier plugin
- smarty_modifier_capitalize_ucfirst
- in file modifier.capitalize.php, function smarty_modifier_capitalize_ucfirst()
- smarty_modifier_cat
- in file modifier.cat.php, function smarty_modifier_cat()
Smarty cat modifier plugin
- smarty_modifier_count_characters
- in file modifier.count_characters.php, function smarty_modifier_count_characters()
Smarty count_characters modifier plugin
- smarty_modifier_count_paragraphs
- in file modifier.count_paragraphs.php, function smarty_modifier_count_paragraphs()
Smarty count_paragraphs modifier plugin
- smarty_modifier_count_sentences
- in file modifier.count_sentences.php, function smarty_modifier_count_sentences()
Smarty count_sentences modifier plugin
- smarty_modifier_count_words
- in file modifier.count_words.php, function smarty_modifier_count_words()
Smarty count_words modifier plugin
- smarty_modifier_date_format
- in file modifier.date_format.php, function smarty_modifier_date_format()
Smarty date_format modifier plugin
- smarty_modifier_debug_print_var
- in file modifier.debug_print_var.php, function smarty_modifier_debug_print_var()
Smarty debug_print_var modifier plugin
- smarty_modifier_default
- in file modifier.default.php, function smarty_modifier_default()
Smarty default modifier plugin
- smarty_modifier_escape
- in file modifier.escape.php, function smarty_modifier_escape()
Smarty escape modifier plugin
- smarty_modifier_indent
- in file modifier.indent.php, function smarty_modifier_indent()
Smarty indent modifier plugin
- smarty_modifier_lower
- in file modifier.lower.php, function smarty_modifier_lower()
Smarty lower modifier plugin
- smarty_modifier_nl2br
- in file modifier.nl2br.php, function smarty_modifier_nl2br()
Smarty plugin
- smarty_modifier_regex_replace
- in file modifier.regex_replace.php, function smarty_modifier_regex_replace()
Smarty regex_replace modifier plugin
- smarty_modifier_replace
- in file modifier.replace.php, function smarty_modifier_replace()
Smarty replace modifier plugin
- smarty_modifier_spacify
- in file modifier.spacify.php, function smarty_modifier_spacify()
Smarty spacify modifier plugin
- smarty_modifier_string_format
- in file modifier.string_format.php, function smarty_modifier_string_format()
Smarty string_format modifier plugin
- smarty_modifier_strip
- in file modifier.strip.php, function smarty_modifier_strip()
Smarty strip modifier plugin
- smarty_modifier_strip_tags
- in file modifier.strip_tags.php, function smarty_modifier_strip_tags()
Smarty strip_tags modifier plugin
- smarty_modifier_truncate
- in file modifier.truncate.php, function smarty_modifier_truncate()
Smarty truncate modifier plugin
- smarty_modifier_upper
- in file modifier.upper.php, function smarty_modifier_upper()
Smarty upper modifier plugin
- smarty_modifier_wordwrap
- in file modifier.wordwrap.php, function smarty_modifier_wordwrap()
Smarty wordwrap modifier plugin
- smarty_outputfilter_trimwhitespace
- in file outputfilter.trimwhitespace.php, function smarty_outputfilter_trimwhitespace()
Smarty trimwhitespace outputfilter plugin
- smarty_outputfilter_trimwhitespace_replace
- in file outputfilter.trimwhitespace.php, function smarty_outputfilter_trimwhitespace_replace()
- SMARTY_PHP_ALLOW
- in file Smarty.class.php, constant SMARTY_PHP_ALLOW
- SMARTY_PHP_PASSTHRU
- in file Smarty.class.php, constant SMARTY_PHP_PASSTHRU
- SMARTY_PHP_QUOTE
- in file Smarty.class.php, constant SMARTY_PHP_QUOTE
- SMARTY_PHP_REMOVE
- in file Smarty.class.php, constant SMARTY_PHP_REMOVE
- smarty_resource_db_secure
- in file resource.db.php, function smarty_resource_db_secure()
- smarty_resource_db_source
- in file resource.db.php, function smarty_resource_db_source()
- smarty_resource_db_timestamp
- in file resource.db.php, function smarty_resource_db_timestamp()
- smarty_resource_db_tplinfo
- in file resource.db.php, function smarty_resource_db_tplinfo()
- smarty_resource_db_trusted
- in file resource.db.php, function smarty_resource_db_trusted()
- SmilesAdmin
- in file smilies.php, function SmilesAdmin()
- SmilesEdit
- in file smilies.php, function SmilesEdit()
- smiley
- in file module.textsanitizer.php, method MyTextSanitizer::smiley()
Replace emoticons in the message with smiley images
- SMTP
- in file class.smtp.php, method SMTP::SMTP()
Initialize the class so that the data is in a known state.
- SMTP
- in file class.smtp.php, class SMTP
SMTP is rfc 821 compliant and implements all the rfc 821 SMTP commands except TURN which will always return a not implemented error. SMTP also provides some utility methods for sending mail to an SMTP server.
- SmtpClose
- in file class.phpmailer.php, method PHPMailer::SmtpClose()
Closes the active SMTP session if one exists.
- Snoopy
- in file snoopy.php, class Snoopy
***********************************************
- splitMySqlFile
- in file sqlutility.php, method SqlUtility::splitMySqlFile()
Function from phpMyAdmin (http://phpwizard.net/projects/phpMyAdmin/)
- SqlUtility
- in file sqlutility.php, class SqlUtility
provide some utility methods for databases
- startTime
- in file logger.php, method XoopsLogger::startTime()
Start a timer
- stopTime
- in file logger.php, method XoopsLogger::stopTime()
Stop a timer
- store
- in file xoopscomments.php, method XoopsComments::store()
- store
- in file xoopsblock.php, method XoopsBlock::store()
- store
- in file xoopstopic.php, method XoopsTopic::store()
- store
- in file xoopsstory.php, method XoopsStory::store()
- Story
- in file xoopsstory.php, method XoopsStory::Story()
- storyid
- in file xoopsstory.php, method XoopsStory::storyid()
- stripSlashesGPC
- in file module.textsanitizer.php, method MyTextSanitizer::stripSlashesGPC()
- stripSlashesGPC
- in file textsanitizer.php, method TextSanitizer::stripSlashesGPC()
- subLink
- in file module.php, method XoopsModule::subLink()
Get links to the subpages
- submit
- in file snoopy.php, method Snoopy::submit()
- submitlinks
- in file snoopy.php, method Snoopy::submitlinks()
- submittext
- in file snoopy.php, method Snoopy::submittext()
- subscribe
- in file notification.php, method XoopsNotificationHandler::subscribe()
Subscribe for notification for an event(s)
- supportedMethods
- in file movabletypeapi.php, method MovableTypeApi::supportedMethods()
- suspend
- in file auth_provisionning.php, method XoopsAuthProvisionning::suspend()
Suspend a user
- sync
- in file auth_provisionning.php, method XoopsAuthProvisionning::sync()
Launch the synchronisation process
- synchronize
- in file users.php, function synchronize()
top
t
- $table
- in file xoopsstory.php, variable XoopsStory::$table
- $table
- in file xoopstree.php, variable XoopsTree::$table
- $table
- in file xoopstopic.php, variable XoopsTopic::$table
- $tagHandlers
- in file saxparser.php, variable SaxParser::$tagHandlers
- $tags
- in file saxparser.php, variable SaxParser::$tags
- $targetEncoding
- in file saxparser.php, variable SaxParser::$targetEncoding
- $targetFileName
- in file uploader.php, variable XoopsMediaUploader::$targetFileName
- $tar_file
- in file class.tar.php, variable tar::$tar_file
Unprocessed Archive Information
- $tempArr
- in file themesetparser.php, variable XoopsThemeSetParser::$tempArr
- $template
- in file theme.php, variable xos_opal_Theme::$template
Pointer to the theme template engine
- $template
- in file xoopsmailer.php, variable XoopsMailer::$template
- $templatedir
- in file xoopsmailer.php, variable XoopsMailer::$templatedir
- $templatesData
- in file themesetparser.php, variable XoopsThemeSetParser::$templatesData
- $templateVars
- in file theme.php, variable xos_opal_Theme::$templateVars
Custom variables that will always be assigned to the template
- $template_dir
- in file Smarty.class.php, variable Smarty::$template_dir
The name of the directory where templates are located.
- $template_dir
- in file template.php, variable XoopsTpl::$template_dir
- $temp_dir
- in file snoopy.php, variable Snoopy::$temp_dir
- $theme
- in file theme_blocks.php, variable xos_logos_PageBuilder::$theme
- $themeSetData
- in file themesetparser.php, variable XoopsThemeSetParser::$themeSetData
- $timed_out
- in file snoopy.php, variable Snoopy::$timed_out
- $Timeout
- in file class.phpmailer.php, variable PHPMailer::$Timeout
Sets the SMTP server timeout in seconds. This function will not work with the win32 version.
- $title
- in file xoopstree.php, variable XoopsTree::$title
- $title
- in file xoopsstory.php, variable XoopsStory::$title
- $toEmails
- in file xoopsmailer.php, variable XoopsMailer::$toEmails
- $topicalign
- in file xoopsstory.php, variable XoopsStory::$topicalign
- $topicdisplay
- in file xoopsstory.php, variable XoopsStory::$topicdisplay
- $topicid
- in file xoopsstory.php, variable XoopsStory::$topicid
- $topicstable
- in file xoopsstory.php, variable XoopsStory::$topicstable
- $topic_id
- in file xoopstopic.php, variable XoopsTopic::$topic_id
- $topic_imgurl
- in file xoopstopic.php, variable XoopsTopic::$topic_imgurl
- $topic_pid
- in file xoopstopic.php, variable XoopsTopic::$topic_pid
- $topic_title
- in file xoopstopic.php, variable XoopsTopic::$topic_title
- $toUsers
- in file xoopsmailer.php, variable XoopsMailer::$toUsers
- $trusted_dir
- in file Smarty.class.php, variable Smarty::$trusted_dir
This is an array of directories where trusted php scripts reside.
- $type
- in file xoopsstory.php, variable XoopsStory::$type
- tardownloader.php
- procedural page tardownloader.php
- template.php
- procedural page template.php
- theme.php
- procedural page theme.php
- theme_blocks.php
- procedural page theme_blocks.php
- tree.php
- procedural page tree.php
- themesetparser.php
- procedural page themesetparser.php
- tableform.php
- procedural page tableform.php
- themeform.php
- procedural page themeform.php
- textsanitizer.php
- procedural page textsanitizer.php
- tplfile.php
- procedural page tplfile.php
- tplset.php
- procedural page tplset.php
- timezone.php
- procedural page timezone.php
- themeimgform.php
- procedural page themeimgform.php
- tplform.php
- procedural page tplform.php
- tplsets.php
- procedural page tplsets.php
- tableExists
- in file dbmanager.php, method db_manager::tableExists()
- tar
- in file class.tar.php, method tar::tar()
Class Constructor -- Does nothing...
- tar
- in file class.tar.php, class tar
tar Class
- templateExists
- in file tplfile.php, method XoopsTplfileHandler::templateExists()
- template_exists
- in file Smarty.class.php, method Smarty::template_exists()
Checks whether requested template exists.
- TextSanitizer
- in file textsanitizer.php, class TextSanitizer
- TextSanitizer
- in file textsanitizer.php, method TextSanitizer::TextSanitizer()
- theme
- in file user.php, method XoopsUser::theme()
specialized wrapper for XoopsObject::getVar()
- themecenterposts
- in file cp_functions.php, function themecenterposts()
- ThemeSetAuthorHandler
- in file themesetparser.php, class ThemeSetAuthorHandler
*****************************************************************************
- ThemeSetAuthorHandler
- in file themesetparser.php, method ThemeSetAuthorHandler::ThemeSetAuthorHandler()
- ThemeSetDateCreatedHandler
- in file themesetparser.php, method ThemeSetDateCreatedHandler::ThemeSetDateCreatedHandler()
- ThemeSetDateCreatedHandler
- in file themesetparser.php, class ThemeSetDateCreatedHandler
*****************************************************************************
- ThemeSetDescriptionHandler
- in file themesetparser.php, method ThemeSetDescriptionHandler::ThemeSetDescriptionHandler()
- ThemeSetDescriptionHandler
- in file themesetparser.php, class ThemeSetDescriptionHandler
*****************************************************************************
- ThemeSetEmailHandler
- in file themesetparser.php, method ThemeSetEmailHandler::ThemeSetEmailHandler()
- ThemeSetEmailHandler
- in file themesetparser.php, class ThemeSetEmailHandler
*****************************************************************************
- ThemeSetFileTypeHandler
- in file themesetparser.php, class ThemeSetFileTypeHandler
*****************************************************************************
- ThemeSetFileTypeHandler
- in file themesetparser.php, method ThemeSetFileTypeHandler::ThemeSetFileTypeHandler()
- ThemeSetGeneratorHandler
- in file themesetparser.php, class ThemeSetGeneratorHandler
*****************************************************************************
- ThemeSetGeneratorHandler
- in file themesetparser.php, method ThemeSetGeneratorHandler::ThemeSetGeneratorHandler()
- ThemeSetImageHandler
- in file themesetparser.php, method ThemeSetImageHandler::ThemeSetImageHandler()
- ThemeSetImageHandler
- in file themesetparser.php, class ThemeSetImageHandler
*****************************************************************************
- ThemeSetLinkHandler
- in file themesetparser.php, class ThemeSetLinkHandler
*****************************************************************************
- ThemeSetLinkHandler
- in file themesetparser.php, method ThemeSetLinkHandler::ThemeSetLinkHandler()
- ThemeSetModuleHandler
- in file themesetparser.php, class ThemeSetModuleHandler
*****************************************************************************
- ThemeSetModuleHandler
- in file themesetparser.php, method ThemeSetModuleHandler::ThemeSetModuleHandler()
- ThemeSetNameHandler
- in file themesetparser.php, method ThemeSetNameHandler::ThemeSetNameHandler()
- ThemeSetNameHandler
- in file themesetparser.php, class ThemeSetNameHandler
*****************************************************************************
- ThemeSetTagHandler
- in file themesetparser.php, class ThemeSetTagHandler
*****************************************************************************
- ThemeSetTagHandler
- in file themesetparser.php, method ThemeSetTagHandler::ThemeSetTagHandler()
- ThemeSetTemplateHandler
- in file themesetparser.php, method ThemeSetTemplateHandler::ThemeSetTemplateHandler()
- ThemeSetTemplateHandler
- in file themesetparser.php, class ThemeSetTemplateHandler
*****************************************************************************
- timezone
- in file user.php, method XoopsUser::timezone()
specialized wrapper for XoopsObject::getVar()
- title
- in file xoopsstory.php, method XoopsStory::title()
- topic
- in file xoopsstory.php, method XoopsStory::topic()
- topicalign
- in file xoopsstory.php, method XoopsStory::topicalign()
- topicdisplay
- in file xoopsstory.php, method XoopsStory::topicdisplay()
- topicExists
- in file xoopstopic.php, method XoopsTopic::topicExists()
- topicid
- in file xoopsstory.php, method XoopsStory::topicid()
- topic_id
- in file xoopstopic.php, method XoopsTopic::topic_id()
- topic_imgurl
- in file xoopstopic.php, method XoopsTopic::topic_imgurl()
- topic_pid
- in file xoopstopic.php, method XoopsTopic::topic_pid()
- topic_title
- in file xoopstopic.php, method XoopsTopic::topic_title()
- toTar
- in file class.tar.php, method tar::toTar()
Saves tar archive to a different file than the current file
- toTarOutput
- in file class.tar.php, method tar::toTarOutput()
Sends tar archive to stdout
- touch
- in file template.php, method XoopsTpl::touch()
- triggerEvent
- in file notification.php, method XoopsNotificationHandler::triggerEvent()
- triggerEvents
- in file notification.php, method XoopsNotificationHandler::triggerEvents()
Send notifications to users
- trigger_error
- in file Smarty.class.php, method Smarty::trigger_error()
trigger Smarty error
- Turn
- in file class.smtp.php, method SMTP::Turn()
This is an optional command for SMTP that this class does not support. This method is here to make the RFC821 Definition complete for this class and __may__ be implimented in the future
- type
- in file xoopsstory.php, method XoopsStory::type()
top
u
- $uid
- in file xoopsstory.php, variable XoopsStory::$uid
- $uploadDir
- in file uploader.php, variable XoopsMediaUploader::$uploadDir
- $url
- in file theme.php, variable xos_opal_Theme::$url
- $usePopup
- in file logger.php, variable XoopsLogger::$usePopup
- $user
- in file snoopy.php, variable Snoopy::$user
- $user
- in file xmlrpcapi.php, variable XoopsXmlRpcApi::$user
- $Username
- in file class.phpmailer.php, variable PHPMailer::$Username
Sets SMTP username.
- $use_extra_cache_id
- in file theme.php, variable xos_opal_Theme::$use_extra_cache_id
User extra information for cache id, like language, user groups
- $use_permission
- in file xoopstopic.php, variable XoopsTopic::$use_permission
- $use_sub_dirs
- in file Smarty.class.php, variable Smarty::$use_sub_dirs
This tells Smarty whether or not to use sub dirs in the cache/ and templates_c/ directories. sub directories better organized, but may not work well with PHP safe mode enabled.
- uploader.php
- procedural page uploader.php
- user.php
- procedural page user.php
- uploader.php
- procedural page uploader.php
- user.php
- procedural page user.php
- userrank.php
- procedural page userrank.php
- userform.php
- procedural page userform.php
- users.php
- procedural page users.php
- update.php
- procedural page update.php
- userrank.php
- procedural page userrank.php
- users.php
- procedural page users.php
- uid
- in file xoopsstory.php, method XoopsStory::uid()
- uid
- in file user.php, method XoopsUser::uid()
get the users UID
- umode
- in file user.php, method XoopsUser::umode()
specialized wrapper for XoopsObject::getVar()
- uname
- in file xoopsstory.php, method XoopsStory::uname()
- uname
- in file user.php, method XoopsUser::uname()
get the user's uname
- undoHtmlSpecialChars
- in file textsanitizer.php, method TextSanitizer::undoHtmlSpecialChars()
- undoHtmlSpecialChars
- in file module.textsanitizer.php, method MyTextSanitizer::undoHtmlSpecialChars()
Reverses htmlSpecialChars()
- unlinkThemeset
- in file imageset.php, method XoopsImagesetHandler::unlinkThemeset()
- unregister_block
- in file Smarty.class.php, method Smarty::unregister_block()
Unregisters block function
- unregister_compiler_function
- in file Smarty.class.php, method Smarty::unregister_compiler_function()
Unregisters compiler function
- unregister_function
- in file Smarty.class.php, method Smarty::unregister_function()
Unregisters custom function
- unregister_modifier
- in file Smarty.class.php, method Smarty::unregister_modifier()
Unregisters modifier
- unregister_object
- in file Smarty.class.php, method Smarty::unregister_object()
Unregisters object
- unregister_outputfilter
- in file Smarty.class.php, method Smarty::unregister_outputfilter()
Unregisters an outputfilter function
- unregister_postfilter
- in file Smarty.class.php, method Smarty::unregister_postfilter()
Unregisters a postfilter function
- unregister_prefilter
- in file Smarty.class.php, method Smarty::unregister_prefilter()
Unregisters a prefilter function
- unregister_resource
- in file Smarty.class.php, method Smarty::unregister_resource()
Unregisters a resource
- unsetDirty
- in file object.php, method XoopsObject::unsetDirty()
mark modified objects as dirty
- unsetHandler
- in file handlerregistry.php, method XoopsHandlerRegistry::unsetHandler()
Unregister a handler class object
- unsetModuleHandler
- in file handlerregistry.php, method XoopsHandlerRegistry::unsetModuleHandler()
Unregister a handler class object for a module
- unsetNew
- in file object.php, method XoopsObject::unsetNew()
used for new/clone objects
- unsubscribe
- in file notification.php, method XoopsNotificationHandler::unsubscribe()
Unsubscribe notifications for an event(s).
- unsubscribeByItem
- in file notification.php, method XoopsNotificationHandler::unsubscribeByItem()
Delete all subscriptions for a particular item.
- unsubscribeByModule
- in file notification.php, method XoopsNotificationHandler::unsubscribeByModule()
Delete all notifications for a particular module
- unsubscribeByUser
- in file notification.php, method XoopsNotificationHandler::unsubscribeByUser()
Delete all notifications for one user
- uorder
- in file user.php, method XoopsUser::uorder()
specialized wrapper for XoopsObject::getVar()
- updateAll
- in file user.php, method XoopsUserHandler::updateAll()
Change a value for users with a certain criteria
- updateByField
- in file notification.php, method XoopsNotificationHandler::updateByField()
Update
- updateByField
- in file comment.php, method XoopsCommentHandler::updateByField()
Update
- updateComments
- in file xoopsstory.php, method XoopsStory::updateComments()
- updateCounter
- in file xoopsstory.php, method XoopsStory::updateCounter()
- updateUser
- in file users.php, function updateUser()
- updateUserByField
- in file member.php, method XoopsMemberHandler::updateUserByField()
updates a single field in a users record
- updateUsersByField
- in file member.php, method XoopsMemberHandler::updateUsersByField()
updates a single field in a users record
- update_block
- in file blocksadmin.php, function update_block()
- update_cookie
- in file session.php, method XoopsSessionHandler::update_cookie()
Update cookie status for current session
- upload
- in file uploader.php, method XoopsMediaUploader::upload()
Check the file and copy it to the destination
- url
- in file common.php, method xos_kernel_Xoops2::url()
Convert a XOOPS path to an URL
- url
- in file user.php, method XoopsUser::url()
specialized wrapper for XoopsObject::getVar()
- useAsciiEncoding
- in file saxparser.php, method SaxParser::useAsciiEncoding()
**************************************************************************
- useIsoEncoding
- in file saxparser.php, method SaxParser::useIsoEncoding()
**************************************************************************
- useMail
- in file xoopsmailer.php, method XoopsMailer::useMail()
- usePermission
- in file xoopstopic.php, method XoopsTopic::usePermission()
- usePM
- in file xoopsmailer.php, method XoopsMailer::usePM()
- user.php
- procedural page user.php
- userCheck
- in file register.php, function userCheck()
- userinfo.php
- procedural page userinfo.php
- userTimeToServerTime
- in file functions.php, function userTimeToServerTime()
- user_aim
- in file user.php, method XoopsUser::user_aim()
specialized wrapper for XoopsObject::getVar()
- user_avatar
- in file user.php, method XoopsUser::user_avatar()
specialized wrapper for XoopsObject::getVar()
- user_from
- in file user.php, method XoopsUser::user_from()
specialized wrapper for XoopsObject::getVar()
- user_icq
- in file user.php, method XoopsUser::user_icq()
specialized wrapper for XoopsObject::getVar()
- user_intrest
- in file user.php, method XoopsUser::user_intrest()
specialized wrapper for XoopsObject::getVar()
- user_msnm
- in file user.php, method XoopsUser::user_msnm()
specialized wrapper for XoopsObject::getVar()
- user_occ
- in file user.php, method XoopsUser::user_occ()
specialized wrapper for XoopsObject::getVar()
- user_regdate
- in file user.php, method XoopsUser::user_regdate()
specialized wrapper for XoopsObject::getVar()
- user_sig
- in file user.php, method XoopsUser::user_sig()
specialized wrapper for XoopsObject::getVar()
- user_viewemail
- in file user.php, method XoopsUser::user_viewemail()
specialized wrapper for XoopsObject::getVar()
- user_yim
- in file user.php, method XoopsUser::user_yim()
specialized wrapper for XoopsObject::getVar()
- useUtfEncoding
- in file saxparser.php, method SaxParser::useUtfEncoding()
**************************************************************************
top
top
top
x
- $xmlInput
- in file saxparser.php, variable SaxParser::$xmlInput
- $xoBundleIdentifier
- in file theme.php, variable xos_opal_ThemeFactory::$xoBundleIdentifier
- $xoopsTagMap
- in file xmlrpcapi.php, variable XoopsXmlRpcApi::$xoopsTagMap
- $xoops_url
- in file settingmanager.php, variable setting_manager::$xoops_url
- xoopsmultimailer.php
- procedural page xoopsmultimailer.php
- xmlrpcapi.php
- procedural page xmlrpcapi.php
- xmlrpcparser.php
- procedural page xmlrpcparser.php
- xmlrpctag.php
- procedural page xmlrpctag.php
- xoopsapi.php
- procedural page xoopsapi.php
- xmlrss2parser.php
- procedural page xmlrss2parser.php
- xmltaghandler.php
- procedural page xmltaghandler.php
- xoopsblock.php
- procedural page xoopsblock.php
- xoopscomments.php
- procedural page xoopscomments.php
- xoopsformloader.php
- procedural page xoopsformloader.php
- xoopslists.php
- procedural page xoopslists.php
- xoopsmailer.php
- procedural page xoopsmailer.php
- xoopsmodule.php
- procedural page xoopsmodule.php
- xoopsobject.php
- procedural page xoopsobject.php
- xoopssecurity.php
- procedural page xoopssecurity.php
- xoopsstory.php
- procedural page xoopsstory.php
- xoopstopic.php
- procedural page xoopstopic.php
- xoopstree.php
- procedural page xoopstree.php
- xoopsuser.php
- procedural page xoopsuser.php
- xoops13_header.php
- procedural page xoops13_header.php
- xoopscodes.php
- procedural page xoopscodes.php
- xoopsmailerlocal.php
- procedural page xoopsmailerlocal.php
- xoops_version.php
- procedural page xoops_version.php
- xoops_version.php
- procedural page xoops_version.php
- xoops_version.php
- procedural page xoops_version.php
- xoops_version.php
- procedural page xoops_version.php
- xoops_version.php
- procedural page xoops_version.php
- xoops_version.php
- procedural page xoops_version.php
- xoops_version.php
- procedural page xoops_version.php
- xoops_version.php
- procedural page xoops_version.php
- xoops_version.php
- procedural page xoops_version.php
- xoops_version.php
- procedural page xoops_version.php
- xoops_version.php
- procedural page xoops_version.php
- xoops_version.php
- procedural page xoops_version.php
- xoops_version.php
- procedural page xoops_version.php
- xoops_version.php
- procedural page xoops_version.php
- xoops_version.php
- procedural page xoops_version.php
- xoops_version.php
- procedural page xoops_version.php
- xmlrpc.php
- procedural page xmlrpc.php
- XmlTagHandler
- in file xmltaghandler.php, method XmlTagHandler::XmlTagHandler()
**************************************************************************
- XmlTagHandler
- in file xmltaghandler.php, class XmlTagHandler
*****************************************************************************
- XOBJ_DTYPE_ARRAY
- in file object.php, constant XOBJ_DTYPE_ARRAY
Xoops object datatype
- XOBJ_DTYPE_EMAIL
- in file object.php, constant XOBJ_DTYPE_EMAIL
Xoops object datatype
- XOBJ_DTYPE_INT
- in file object.php, constant XOBJ_DTYPE_INT
Xoops object datatype
- XOBJ_DTYPE_LTIME
- in file object.php, constant XOBJ_DTYPE_LTIME
Xoops object datatype
- XOBJ_DTYPE_MTIME
- in file object.php, constant XOBJ_DTYPE_MTIME
Xoops object datatype
- XOBJ_DTYPE_OTHER
- in file object.php, constant XOBJ_DTYPE_OTHER
Xoops object datatype
- XOBJ_DTYPE_SOURCE
- in file object.php, constant XOBJ_DTYPE_SOURCE
Xoops object datatype
- XOBJ_DTYPE_STIME
- in file object.php, constant XOBJ_DTYPE_STIME
Xoops object datatype
- XOBJ_DTYPE_TXTAREA
- in file object.php, constant XOBJ_DTYPE_TXTAREA
Xoops object datatype
- XOBJ_DTYPE_TXTBOX
- in file object.php, constant XOBJ_DTYPE_TXTBOX
Xoops object datatype
- XOBJ_DTYPE_URL
- in file object.php, constant XOBJ_DTYPE_URL
Xoops object datatype
- xoInit
- in file theme.php, method xos_opal_Theme::xoInit()
Initializes this theme
- xoInit
- in file theme_blocks.php, method xos_logos_PageBuilder::xoInit()
- XoopsApi
- in file xoopsapi.php, method XoopsApi::XoopsApi()
- XoopsApi
- in file xoopsapi.php, class XoopsApi
- XoopsAuth
- in file auth.php, method XoopsAuth::XoopsAuth()
Authentication Service constructor
- XoopsAuth
- in file auth.php, class XoopsAuth
- XoopsAuthAds
- in file auth_ads.php, method XoopsAuthAds::XoopsAuthAds()
Authentication Service constructor
- XoopsAuthAds
- in file auth_ads.php, class XoopsAuthAds
- XoopsAuthFactory
- in file authfactory.php, class XoopsAuthFactory
- XoopsAuthLdap
- in file auth_ldap.php, class XoopsAuthLdap
- XoopsAuthLdap
- in file auth_ldap.php, method XoopsAuthLdap::XoopsAuthLdap()
Authentication Service constructor
- XoopsAuthProvisionning
- in file auth_provisionning.php, method XoopsAuthProvisionning::XoopsAuthProvisionning()
Authentication Service constructor
- XoopsAuthProvisionning
- in file auth_provisionning.php, class XoopsAuthProvisionning
- XoopsAuthXoops
- in file auth_xoops.php, class XoopsAuthXoops
- XoopsAuthXoops
- in file auth_xoops.php, method XoopsAuthXoops::XoopsAuthXoops()
Authentication Service constructor
- XoopsAvatar
- in file avatar.php, method XoopsAvatar::XoopsAvatar()
- XoopsAvatar
- in file avatar.php, class XoopsAvatar
Base class for all objects in the Xoops kernel (and beyond)
- XoopsAvatarHandler
- in file avatar.php, class XoopsAvatarHandler
XOOPS avatar handler class.
- XoopsBlock
- in file xoopsblock.php, class XoopsBlock
Base class for all objects in the Xoops kernel (and beyond)
- XoopsBlock
- in file xoopsblock.php, method XoopsBlock::XoopsBlock()
- XoopsBlockHandler
- in file block.php, class XoopsBlockHandler
XOOPS block handler class. (Singelton)
- xoopsClone
- in file object.php, method XoopsObject::xoopsClone()
create a clone(copy) of the current object
- xoopsCodeDecode
- in file module.textsanitizer.php, method MyTextSanitizer::xoopsCodeDecode()
Replace XoopsCodes with their equivalent HTML formatting
- xoopsCodeTarea
- in file xoopscodes.php, function xoopsCodeTarea()
- XoopsComment
- in file comment.php, method XoopsComment::XoopsComment()
Constructor
- XoopsComment
- in file comment.php, class XoopsComment
A Comment
- XoopsCommentHandler
- in file comment.php, class XoopsCommentHandler
XOOPS comment handler class.
- XoopsCommentRenderer
- in file commentrenderer.php, method XoopsCommentRenderer::XoopsCommentRenderer()
Constructor
- XoopsCommentRenderer
- in file commentrenderer.php, class XoopsCommentRenderer
Display comments
- XoopsComments
- in file xoopscomments.php, method XoopsComments::XoopsComments()
- XoopsComments
- in file xoopscomments.php, class XoopsComments
Base class for all objects in the Xoops kernel (and beyond)
- XoopsConfigCategory
- in file configcategory.php, class XoopsConfigCategory
A category of configs
- XoopsConfigCategory
- in file configcategory.php, method XoopsConfigCategory::XoopsConfigCategory()
Constructor
- XoopsConfigCategoryHandler
- in file configcategory.php, class XoopsConfigCategoryHandler
XOOPS configuration category handler class.
- XoopsConfigHandler
- in file config.php, class XoopsConfigHandler
XOOPS configuration handling class.
- XoopsConfigHandler
- in file config.php, method XoopsConfigHandler::XoopsConfigHandler()
Constructor
- XoopsConfigItem
- in file configitem.php, method XoopsConfigItem::XoopsConfigItem()
Constructor
- XoopsConfigItem
- in file configitem.php, class XoopsConfigItem
- XoopsConfigItemHandler
- in file configitem.php, class XoopsConfigItemHandler
XOOPS configuration handler class.
- XoopsConfigOption
- in file configoption.php, class XoopsConfigOption
A Config-Option
- XoopsConfigOption
- in file configoption.php, method XoopsConfigOption::XoopsConfigOption()
Constructor
- XoopsConfigOptionHandler
- in file configoption.php, class XoopsConfigOptionHandler
XOOPS configuration option handler class.
- XoopsDatabase
- in file database.php, class XoopsDatabase
Abstract base class for Database access classes
- XoopsDatabase
- in file database.php, method XoopsDatabase::XoopsDatabase()
constructor
- XoopsDatabaseFactory
- in file databasefactory.php, class XoopsDatabaseFactory
- XoopsDatabaseFactory
- in file databasefactory.php, method XoopsDatabaseFactory::XoopsDatabaseFactory()
- XoopsDownloader
- in file downloader.php, class XoopsDownloader
Sends non HTML files through a http socket
- XoopsDownloader
- in file downloader.php, method XoopsDownloader::XoopsDownloader()
Constructor
- XoopsErrorHandler
- in file errorhandler.php, class XoopsErrorHandler
Backward compatibility code, do not use this class directly
- XoopsErrorHandler_HandleError
- in file logger.php, function XoopsErrorHandler_HandleError()
- XoopsForm
- in file form.php, method XoopsForm::XoopsForm()
constructor
- XoopsForm
- in file form.php, class XoopsForm
Abstract base class for forms
- XoopsFormButton
- in file formbutton.php, method XoopsFormButton::XoopsFormButton()
Constructor
- XoopsFormButton
- in file formbutton.php, class XoopsFormButton
A button
- XoopsFormCheckBox
- in file formcheckbox.php, method XoopsFormCheckBox::XoopsFormCheckBox()
Constructor
- XoopsFormCheckBox
- in file formcheckbox.php, class XoopsFormCheckBox
One or more Checkbox(es)
- XoopsFormColorPicker
- in file formcolorpicker.php, class XoopsFormColorPicker
XoopsFormColorPicker component class file
- XoopsFormColorPicker
- in file formcolorpicker.php, method XoopsFormColorPicker::XoopsFormColorPicker()
- XoopsFormDateTime
- in file formdatetime.php, class XoopsFormDateTime
Date and time selection field
- XoopsFormDateTime
- in file formdatetime.php, method XoopsFormDateTime::XoopsFormDateTime()
- XoopsFormDhtmlTextArea
- in file formdhtmltextarea.php, method XoopsFormDhtmlTextArea::XoopsFormDhtmlTextArea()
Constructor
- XoopsFormDhtmlTextArea
- in file formdhtmltextarea.php, class XoopsFormDhtmlTextArea
A textarea with xoopsish formatting and smilie buttons
- XoopsFormElement
- in file formelement.php, method XoopsFormElement::XoopsFormElement()
constructor
- XoopsFormElement
- in file formelement.php, class XoopsFormElement
Abstract base class for form elements
- XoopsFormElementTray
- in file formelementtray.php, class XoopsFormElementTray
A group of form elements
- XoopsFormElementTray
- in file formelementtray.php, method XoopsFormElementTray::XoopsFormElementTray()
constructor
- XoopsFormFile
- in file formfile.php, method XoopsFormFile::XoopsFormFile()
Constructor
- XoopsFormFile
- in file formfile.php, class XoopsFormFile
A file upload field
- XoopsFormHidden
- in file formhidden.php, method XoopsFormHidden::XoopsFormHidden()
Constructor
- XoopsFormHidden
- in file formhidden.php, class XoopsFormHidden
A hidden field
- XoopsFormHiddenToken
- in file formhiddentoken.php, method XoopsFormHiddenToken::XoopsFormHiddenToken()
Constructor
- XoopsFormHiddenToken
- in file formhiddentoken.php, class XoopsFormHiddenToken
A hidden token field
- XoopsFormLabel
- in file formlabel.php, class XoopsFormLabel
A text label
- XoopsFormLabel
- in file formlabel.php, method XoopsFormLabel::XoopsFormLabel()
Constructor
- XoopsFormPassword
- in file formpassword.php, class XoopsFormPassword
A password field
- XoopsFormPassword
- in file formpassword.php, method XoopsFormPassword::XoopsFormPassword()
Constructor
- XoopsFormRadio
- in file formradio.php, method XoopsFormRadio::XoopsFormRadio()
Constructor
- XoopsFormRadio
- in file formradio.php, class XoopsFormRadio
A Group of radiobuttons
- XoopsFormRadioYN
- in file formradioyn.php, class XoopsFormRadioYN
Yes/No radio buttons.
- XoopsFormRadioYN
- in file formradioyn.php, method XoopsFormRadioYN::XoopsFormRadioYN()
Constructor
- XoopsFormSelect
- in file formselect.php, class XoopsFormSelect
A select field
- XoopsFormSelect
- in file formselect.php, method XoopsFormSelect::XoopsFormSelect()
Constructor
- XoopsFormSelectCountry
- in file formselectcountry.php, method XoopsFormSelectCountry::XoopsFormSelectCountry()
Constructor
- XoopsFormSelectCountry
- in file formselectcountry.php, class XoopsFormSelectCountry
A select field with countries
- XoopsFormSelectGroup
- in file formselectgroup.php, class XoopsFormSelectGroup
A select field with a choice of available groups
- XoopsFormSelectGroup
- in file formselectgroup.php, method XoopsFormSelectGroup::XoopsFormSelectGroup()
Constructor
- XoopsFormSelectLang
- in file formselectlang.php, method XoopsFormSelectLang::XoopsFormSelectLang()
Constructor
- XoopsFormSelectLang
- in file formselectlang.php, class XoopsFormSelectLang
A select field with available languages
- XoopsFormSelectMatchOption
- in file formselectmatchoption.php, method XoopsFormSelectMatchOption::XoopsFormSelectMatchOption()
Constructor
- XoopsFormSelectMatchOption
- in file formselectmatchoption.php, class XoopsFormSelectMatchOption
A selection box with options for matching search terms.
- XoopsFormSelectTheme
- in file formselecttheme.php, method XoopsFormSelectTheme::XoopsFormSelectTheme()
Constructor
- XoopsFormSelectTheme
- in file formselecttheme.php, class XoopsFormSelectTheme
A select box with available themes
- XoopsFormSelectTimezone
- in file formselecttimezone.php, class XoopsFormSelectTimezone
A select box with timezones
- XoopsFormSelectTimezone
- in file formselecttimezone.php, method XoopsFormSelectTimezone::XoopsFormSelectTimezone()
Constructor
- XoopsFormSelectUser
- in file formselectuser.php, class XoopsFormSelectUser
A group of form elements
- XoopsFormSelectUser
- in file formselectuser.php, method XoopsFormSelectUser::XoopsFormSelectUser()
Constructor
- XoopsFormText
- in file formtext.php, class XoopsFormText
A simple text field
- XoopsFormText
- in file formtext.php, method XoopsFormText::XoopsFormText()
Constructor
- XoopsFormTextArea
- in file formtextarea.php, class XoopsFormTextArea
A textarea
- XoopsFormTextArea
- in file formtextarea.php, method XoopsFormTextArea::XoopsFormTextArea()
Constuctor
- XoopsFormTextDateSelect
- in file formtextdateselect.php, method XoopsFormTextDateSelect::XoopsFormTextDateSelect()
- XoopsFormTextDateSelect
- in file formtextdateselect.php, class XoopsFormTextDateSelect
A text field with calendar popup
- xoopsfwrite
- in file cp_functions.php, function xoopsfwrite()
- XoopsGroup
- in file group.php, class XoopsGroup
a group of users
- XoopsGroup
- in file group.php, method XoopsGroup::XoopsGroup()
constructor
- XoopsGroupFormCheckBox
- in file grouppermform.php, method XoopsGroupFormCheckBox::XoopsGroupFormCheckBox()
Constructor
- XoopsGroupFormCheckBox
- in file grouppermform.php, class XoopsGroupFormCheckBox
Renders checkbox options for a group permission form
- XoopsGroupHandler
- in file group.php, class XoopsGroupHandler
XOOPS group handler class.
- XoopsGroupPerm
- in file groupperm.php, method XoopsGroupPerm::XoopsGroupPerm()
Constructor
- XoopsGroupPerm
- in file groupperm.php, class XoopsGroupPerm
A group permission
- XoopsGroupPermForm
- in file grouppermform.php, method XoopsGroupPermForm::XoopsGroupPermForm()
Constructor
- XoopsGroupPermForm
- in file grouppermform.php, class XoopsGroupPermForm
Renders a form for setting module specific group permissions
- XoopsGroupPermHandler
- in file groupperm.php, class XoopsGroupPermHandler
XOOPS group permission handler class.
- XoopsGuestUser
- in file user.php, class XoopsGuestUser
Class that represents a guest user
- XoopsHandlerRegistry
- in file handlerregistry.php, class XoopsHandlerRegistry
A registry for holding references to XoopsObjectHandler classes
- XoopsImage
- in file image.php, method XoopsImage::XoopsImage()
Constructor
- XoopsImage
- in file image.php, class XoopsImage
An Image
- XoopsImagecategory
- in file imagecategory.php, method XoopsImagecategory::XoopsImagecategory()
- XoopsImagecategory
- in file imagecategory.php, class XoopsImagecategory
Base class for all objects in the Xoops kernel (and beyond)
- XoopsImagecategoryHandler
- in file imagecategory.php, class XoopsImagecategoryHandler
XOOPS image caetgory handler class.
- XoopsImageHandler
- in file image.php, class XoopsImageHandler
XOOPS image handler class.
- XoopsImageset
- in file imageset.php, class XoopsImageset
Base class for all objects in the Xoops kernel (and beyond)
- XoopsImageset
- in file imageset.php, method XoopsImageset::XoopsImageset()
- XoopsImagesetHandler
- in file imageset.php, class XoopsImagesetHandler
XOOPS imageset handler class.
- XoopsImagesetimg
- in file imagesetimg.php, method XoopsImagesetimg::XoopsImagesetimg()
- XoopsImagesetimg
- in file imagesetimg.php, class XoopsImagesetimg
Base class for all objects in the Xoops kernel (and beyond)
- XoopsImagesetimgHandler
- in file imagesetimg.php, class XoopsImagesetimgHandler
XOOPS imageset image handler class.
- XoopsLists
- in file xoopslists.php, class XoopsLists
- XoopsLogger
- in file logger.php, class XoopsLogger
Collects information for a page request
- XoopsLogger
- in file logger.php, method XoopsLogger::XoopsLogger()
- XoopsMailer
- in file xoopsmailer.php, method XoopsMailer::XoopsMailer()
- XoopsMailer
- in file xoopsmailer.php, class XoopsMailer
Class for sending mail.
- XoopsMailerLocal
- in file xoopsmailerlocal.php, method XoopsMailerLocal::XoopsMailerLocal()
- XoopsMailerLocal
- in file xoopsmailerlocal.php, class XoopsMailerLocal
Localize the mail functions
- XoopsMediaUploader
- in file uploader.php, class XoopsMediaUploader
Upload Media files
- XoopsMediaUploader
- in file uploader.php, method XoopsMediaUploader::XoopsMediaUploader()
Constructor
- XoopsMemberHandler
- in file member.php, class XoopsMemberHandler
XOOPS member handler class.
- XoopsMemberHandler
- in file member.php, method XoopsMemberHandler::XoopsMemberHandler()
constructor
- XoopsMembership
- in file group.php, class XoopsMembership
membership of a user in a group
- XoopsMembership
- in file group.php, method XoopsMembership::XoopsMembership()
constructor
- XoopsMembershipHandler
- in file group.php, class XoopsMembershipHandler
XOOPS membership handler class. (Singleton)
- XoopsModule
- in file module.php, class XoopsModule
A Module
- XoopsModule
- in file module.php, method XoopsModule::XoopsModule()
Constructor
- XoopsModuleHandler
- in file module.php, class XoopsModuleHandler
XOOPS module handler class.
- XoopsMultiMailer
- in file xoopsmultimailer.php, class XoopsMultiMailer
Mailer Class.
- XoopsMultiMailer
- in file xoopsmultimailer.php, method XoopsMultiMailer::XoopsMultiMailer()
Constuctor
- XoopsMySQLDatabase
- in file mysqldatabase.php, class XoopsMySQLDatabase
connection to a mysql database
- XoopsMySQLDatabaseProxy
- in file mysqldatabase.php, class XoopsMySQLDatabaseProxy
Read-Only connection to a MySQL database.
- XoopsMySQLDatabaseSafe
- in file mysqldatabase.php, class XoopsMySQLDatabaseSafe
Safe Connection to a MySQL database.
- XoopsNotification
- in file notification.php, class XoopsNotification
A Notification
- XoopsNotification
- in file notification.php, method XoopsNotification::XoopsNotification()
Constructor
- XoopsNotificationHandler
- in file notification.php, class XoopsNotificationHandler
XOOPS notification handler class.
- XoopsObject
- in file object.php, class XoopsObject
Base class for all objects in the Xoops kernel (and beyond)
- XoopsObject
- in file object.php, method XoopsObject::XoopsObject()
constructor
- XoopsObjectHandler
- in file object.php, method XoopsObjectHandler::XoopsObjectHandler()
called from child classes only
- XoopsObjectHandler
- in file object.php, class XoopsObjectHandler
XOOPS object handler class.
- XoopsObjectTree
- in file tree.php, method XoopsObjectTree::XoopsObjectTree()
Constructor
- XoopsObjectTree
- in file tree.php, class XoopsObjectTree
A tree structures with XoopsObjects as nodes
- XoopsOnlineHandler
- in file online.php, method XoopsOnlineHandler::XoopsOnlineHandler()
Constructor
- XoopsOnlineHandler
- in file online.php, class XoopsOnlineHandler
A handler for "Who is Online?" information
- XoopsPageNav
- in file pagenav.php, class XoopsPageNav
Class to facilitate navigation in a multi page document/list
- XoopsPageNav
- in file pagenav.php, method XoopsPageNav::XoopsPageNav()
Constructor
- XoopsPrivmessage
- in file privmessage.php, class XoopsPrivmessage
{description}
- XoopsPrivmessage
- in file privmessage.php, method XoopsPrivmessage::XoopsPrivmessage()
constructor
- XoopsPrivmessageHandler
- in file privmessage.php, class XoopsPrivmessageHandler
XOOPS private message handler class.
- XoopsRank
- in file findusers.php, method XoopsRank::XoopsRank()
- XoopsRank
- in file findusers.php, class XoopsRank
Base class for all objects in the Xoops kernel (and beyond)
- XoopsRankHandler
- in file findusers.php, method XoopsRankHandler::XoopsRankHandler()
- XoopsRankHandler
- in file findusers.php, class XoopsRankHandler
XOOPS object handler class.
- XoopsSecurity
- in file xoopssecurity.php, class XoopsSecurity
- XoopsSecurity
- in file xoopssecurity.php, method XoopsSecurity::XoopsSecurity()
Constructor
- XoopsSessionHandler
- in file session.php, class XoopsSessionHandler
Handler for a session
- XoopsSessionHandler
- in file session.php, method XoopsSessionHandler::XoopsSessionHandler()
Constructor
- XoopsSimpleForm
- in file simpleform.php, class XoopsSimpleForm
Form that will output as a simple HTML form with minimum formatting
- xoopsSmilies
- in file xoopscodes.php, function xoopsSmilies()
- XoopsStory
- in file xoopsstory.php, class XoopsStory
- XoopsTableForm
- in file tableform.php, class XoopsTableForm
Form that will output formatted as a HTML table
- XoopsTarDownloader
- in file tardownloader.php, class XoopsTarDownloader
Send tar files through a http socket
- XoopsTarDownloader
- in file tardownloader.php, method XoopsTarDownloader::XoopsTarDownloader()
Constructor
- XoopsThemeForm
- in file themeform.php, class XoopsThemeForm
Form that will output as a theme-enabled HTML table
- XoopsThemeSetParser
- in file themesetparser.php, class XoopsThemeSetParser
*****************************************************************************
- XoopsThemeSetParser
- in file themesetparser.php, method XoopsThemeSetParser::XoopsThemeSetParser()
- XoopsTopic
- in file xoopstopic.php, method XoopsTopic::XoopsTopic()
- XoopsTopic
- in file xoopstopic.php, class XoopsTopic
- XoopsTpl
- in file template.php, method XoopsTpl::XoopsTpl()
- XoopsTpl
- in file template.php, class XoopsTpl
Template engine
- XoopsTplfile
- in file tplfile.php, class XoopsTplfile
Base class for all objects in the Xoops kernel (and beyond)
- XoopsTplfile
- in file tplfile.php, method XoopsTplfile::XoopsTplfile()
- XoopsTplfileHandler
- in file tplfile.php, class XoopsTplfileHandler
XOOPS template file handler class.
- XoopsTplset
- in file tplset.php, class XoopsTplset
Base class for all objects in the Xoops kernel (and beyond)
- XoopsTplset
- in file tplset.php, method XoopsTplset::XoopsTplset()
- XoopsTplsetHandler
- in file tplset.php, class XoopsTplsetHandler
XOOPS tplset handler class.
- XoopsTree
- in file xoopstree.php, class XoopsTree
- XoopsTree
- in file xoopstree.php, method XoopsTree::XoopsTree()
- XoopsUser
- in file user.php, class XoopsUser
Class for users
- XoopsUser
- in file user.php, method XoopsUser::XoopsUser()
constructor
- XoopsUserHandler
- in file user.php, class XoopsUserHandler
XOOPS user handler class.
- XoopsXmlRpcApi
- in file xmlrpcapi.php, method XoopsXmlRpcApi::XoopsXmlRpcApi()
- XoopsXmlRpcApi
- in file xmlrpcapi.php, class XoopsXmlRpcApi
- XoopsXmlRpcArray
- in file xmlrpctag.php, class XoopsXmlRpcArray
- XoopsXmlRpcArray
- in file xmlrpctag.php, method XoopsXmlRpcArray::XoopsXmlRpcArray()
- XoopsXmlRpcBase64
- in file xmlrpctag.php, class XoopsXmlRpcBase64
- XoopsXmlRpcBase64
- in file xmlrpctag.php, method XoopsXmlRpcBase64::XoopsXmlRpcBase64()
- XoopsXmlRpcBoolean
- in file xmlrpctag.php, class XoopsXmlRpcBoolean
- XoopsXmlRpcBoolean
- in file xmlrpctag.php, method XoopsXmlRpcBoolean::XoopsXmlRpcBoolean()
- XoopsXmlRpcDatetime
- in file xmlrpctag.php, class XoopsXmlRpcDatetime
- XoopsXmlRpcDatetime
- in file xmlrpctag.php, method XoopsXmlRpcDatetime::XoopsXmlRpcDatetime()
- XoopsXmlRpcDocument
- in file xmlrpctag.php, class XoopsXmlRpcDocument
- XoopsXmlRpcDocument
- in file xmlrpctag.php, method XoopsXmlRpcDocument::XoopsXmlRpcDocument()
- XoopsXmlRpcDouble
- in file xmlrpctag.php, method XoopsXmlRpcDouble::XoopsXmlRpcDouble()
- XoopsXmlRpcDouble
- in file xmlrpctag.php, class XoopsXmlRpcDouble
- XoopsXmlRpcFault
- in file xmlrpctag.php, method XoopsXmlRpcFault::XoopsXmlRpcFault()
- XoopsXmlRpcFault
- in file xmlrpctag.php, class XoopsXmlRpcFault
- XoopsXmlRpcInt
- in file xmlrpctag.php, method XoopsXmlRpcInt::XoopsXmlRpcInt()
- XoopsXmlRpcInt
- in file xmlrpctag.php, class XoopsXmlRpcInt
- XoopsXmlRpcParser
- in file xmlrpcparser.php, method XoopsXmlRpcParser::XoopsXmlRpcParser()
Constructor of the class
- XoopsXmlRpcParser
- in file xmlrpcparser.php, class XoopsXmlRpcParser
Class RSS Parser
- XoopsXmlRpcRequest
- in file xmlrpctag.php, class XoopsXmlRpcRequest
- XoopsXmlRpcRequest
- in file xmlrpctag.php, method XoopsXmlRpcRequest::XoopsXmlRpcRequest()
- XoopsXmlRpcResponse
- in file xmlrpctag.php, class XoopsXmlRpcResponse
- XoopsXmlRpcString
- in file xmlrpctag.php, method XoopsXmlRpcString::XoopsXmlRpcString()
- XoopsXmlRpcString
- in file xmlrpctag.php, class XoopsXmlRpcString
- XoopsXmlRpcStruct
- in file xmlrpctag.php, class XoopsXmlRpcStruct
- XoopsXmlRpcStruct
- in file xmlrpctag.php, method XoopsXmlRpcStruct::XoopsXmlRpcStruct()
- XoopsXmlRpcTag
- in file xmlrpctag.php, class XoopsXmlRpcTag
- XoopsXmlRpcTag
- in file xmlrpctag.php, method XoopsXmlRpcTag::XoopsXmlRpcTag()
- XoopsXmlRss2Parser
- in file xmlrss2parser.php, method XoopsXmlRss2Parser::XoopsXmlRss2Parser()
- XoopsXmlRss2Parser
- in file xmlrss2parser.php, class XoopsXmlRss2Parser
*****************************************************************************
- XoopsZipDownloader
- in file zipdownloader.php, method XoopsZipDownloader::XoopsZipDownloader()
- XoopsZipDownloader
- in file zipdownloader.php, class XoopsZipDownloader
Sends non HTML files through a http socket
- XOOPS_BLOCK_INVISIBLE
- in file common.php, constant XOOPS_BLOCK_INVISIBLE
- XOOPS_BLOCK_VISIBLE
- in file common.php, constant XOOPS_BLOCK_VISIBLE
- XOOPS_CACHE_PATH
- in file common.php, constant XOOPS_CACHE_PATH
- xoops_canUpdateFromFile
- in file template.php, method XoopsTpl::xoops_canUpdateFromFile()
- XOOPS_CENTERBLOCK_ALL
- in file common.php, constant XOOPS_CENTERBLOCK_ALL
- XOOPS_CENTERBLOCK_BOTTOM
- in file common.php, constant XOOPS_CENTERBLOCK_BOTTOM
- XOOPS_CENTERBLOCK_BOTTOMLEFT
- in file common.php, constant XOOPS_CENTERBLOCK_BOTTOMLEFT
- XOOPS_CENTERBLOCK_BOTTOMRIGHT
- in file common.php, constant XOOPS_CENTERBLOCK_BOTTOMRIGHT
- XOOPS_CENTERBLOCK_CENTER
- in file common.php, constant XOOPS_CENTERBLOCK_CENTER
- XOOPS_CENTERBLOCK_LEFT
- in file common.php, constant XOOPS_CENTERBLOCK_LEFT
- XOOPS_CENTERBLOCK_RIGHT
- in file common.php, constant XOOPS_CENTERBLOCK_RIGHT
- XOOPS_CHECK_PATH
- in file mainfile.dist.php, constant XOOPS_CHECK_PATH
- XOOPS_COMMENT_ACTIVE
- in file comment_constants.php, constant XOOPS_COMMENT_ACTIVE
- XOOPS_COMMENT_APPROVEADMIN
- in file comment_constants.php, constant XOOPS_COMMENT_APPROVEADMIN
- XOOPS_COMMENT_APPROVEALL
- in file comment_constants.php, constant XOOPS_COMMENT_APPROVEALL
- XOOPS_COMMENT_APPROVENONE
- in file comment_constants.php, constant XOOPS_COMMENT_APPROVENONE
- XOOPS_COMMENT_APPROVEUSER
- in file comment_constants.php, constant XOOPS_COMMENT_APPROVEUSER
- xoops_comment_count
- in file functions.php, function xoops_comment_count()
- xoops_comment_delete
- in file functions.php, function xoops_comment_delete()
- XOOPS_COMMENT_HIDDEN
- in file comment_constants.php, constant XOOPS_COMMENT_HIDDEN
- XOOPS_COMMENT_NEW1ST
- in file comment_constants.php, constant XOOPS_COMMENT_NEW1ST
- XOOPS_COMMENT_OLD1ST
- in file comment_constants.php, constant XOOPS_COMMENT_OLD1ST
- XOOPS_COMMENT_PENDING
- in file comment_constants.php, constant XOOPS_COMMENT_PENDING
- XOOPS_COMPILE_PATH
- in file common.php, constant XOOPS_COMPILE_PATH
- XOOPS_CONF
- in file configitem.php, constant XOOPS_CONF
Config type
- xoops_confirm
- in file functions.php, function xoops_confirm()
- XOOPS_CONF_AUTH
- in file configitem.php, constant XOOPS_CONF_AUTH
Config type
- XOOPS_CONF_CENSOR
- in file configitem.php, constant XOOPS_CONF_CENSOR
Config type
- XOOPS_CONF_MAILER
- in file configitem.php, constant XOOPS_CONF_MAILER
Config type
- XOOPS_CONF_METAFOOTER
- in file configitem.php, constant XOOPS_CONF_METAFOOTER
Config type
- XOOPS_CONF_SEARCH
- in file configitem.php, constant XOOPS_CONF_SEARCH
Config type
- XOOPS_CONF_USER
- in file configitem.php, constant XOOPS_CONF_USER
Config type
- xoops_convert_encoding
- in file functions.php, function xoops_convert_encoding()
- XOOPS_CPFUNC_LOADED
- in file cp_functions.php, constant XOOPS_CPFUNC_LOADED
- xoops_cp_footer
- in file cp_functions.php, function xoops_cp_footer()
- xoops_cp_header
- in file cp_functions.php, function xoops_cp_header()
- XOOPS_C_DATABASE_INCLUDED
- in file database.php, constant XOOPS_C_DATABASE_INCLUDED
make sure this is only included once!
- XOOPS_C_ERRORHANDLER_INCLUDED
- in file module.errorhandler.php, constant XOOPS_C_ERRORHANDLER_INCLUDED
- XOOPS_DB_CHKREF
- in file common.php, constant XOOPS_DB_CHKREF
- XOOPS_DB_HOST
- in file mainfile.dist.php, constant XOOPS_DB_HOST
- XOOPS_DB_NAME
- in file mainfile.dist.php, constant XOOPS_DB_NAME
- XOOPS_DB_PASS
- in file mainfile.dist.php, constant XOOPS_DB_PASS
- XOOPS_DB_PCONNECT
- in file mainfile.dist.php, constant XOOPS_DB_PCONNECT
- XOOPS_DB_PREFIX
- in file mainfile.dist.php, constant XOOPS_DB_PREFIX
- XOOPS_DB_PROXY
- in file image.php, constant XOOPS_DB_PROXY
- XOOPS_DB_TYPE
- in file mainfile.dist.php, constant XOOPS_DB_TYPE
- XOOPS_DB_USER
- in file mainfile.dist.php, constant XOOPS_DB_USER
- xoops_error
- in file functions.php, function xoops_error()
- xoops_fetchFromData
- in file template.php, method XoopsTpl::xoops_fetchFromData()
- xoops_footer
- in file functions.php, function xoops_footer()
- XOOPS_FOOTER_INCLUDED
- in file footer.php, constant XOOPS_FOOTER_INCLUDED
- xoops_getbanner
- in file functions.php, function xoops_getbanner()
- xoops_getcss
- in file functions.php, function xoops_getcss()
- xoops_getenv
- in file functions.php, function xoops_getenv()
- xoops_gethandler
- in file functions.php, function xoops_gethandler()
- xoops_getLinkedUnameFromId
- in file functions.php, function xoops_getLinkedUnameFromId()
- xoops_getmodulehandler
- in file functions.php, function xoops_getmodulehandler()
- xoops_getrank
- in file functions.php, function xoops_getrank()
- xoops_getTemplateDir
- in file template.php, method XoopsTpl::xoops_getTemplateDir()
- xoops_getUserTimestamp
- in file functions.php, function xoops_getUserTimestamp()
- xoops_groupperm_deletebymoditem
- in file functions.php, function xoops_groupperm_deletebymoditem()
- XOOPS_GROUP_ADMIN
- in file mainfile.dist.php, constant XOOPS_GROUP_ADMIN
- XOOPS_GROUP_ANONYMOUS
- in file mainfile.dist.php, constant XOOPS_GROUP_ANONYMOUS
- XOOPS_GROUP_USERS
- in file mainfile.dist.php, constant XOOPS_GROUP_USERS
- xoops_header
- in file functions.php, function xoops_header()
- XOOPS_INSTALL
- in file index.php, constant XOOPS_INSTALL
- XOOPS_LISTS_INCLUDED
- in file xoopslists.php, constant XOOPS_LISTS_INCLUDED
- XOOPS_MAINFILE_INCLUDED
- in file mainfile.dist.php, constant XOOPS_MAINFILE_INCLUDED
- xoops_makepass
- in file functions.php, function xoops_makepass()
- XOOPS_MATCH_CONTAIN
- in file common.php, constant XOOPS_MATCH_CONTAIN
- XOOPS_MATCH_END
- in file common.php, constant XOOPS_MATCH_END
- XOOPS_MATCH_EQUAL
- in file common.php, constant XOOPS_MATCH_EQUAL
- XOOPS_MATCH_START
- in file common.php, constant XOOPS_MATCH_START
- xoops_module_activate
- in file modulesadmin.php, function xoops_module_activate()
- xoops_module_change
- in file modulesadmin.php, function xoops_module_change()
- xoops_module_deactivate
- in file modulesadmin.php, function xoops_module_deactivate()
- xoops_module_gettemplate
- in file index.php, function xoops_module_gettemplate()
- xoops_module_get_admin_menu
- in file cp_functions.php, function xoops_module_get_admin_menu()
- xoops_module_install
- in file modulesadmin.php, function xoops_module_install()
- xoops_module_list
- in file modulesadmin.php, function xoops_module_list()
- xoops_module_system_update
- in file update.php, function xoops_module_system_update()
- xoops_module_uninstall
- in file modulesadmin.php, function xoops_module_uninstall()
- xoops_module_write_admin_menu
- in file cp_functions.php, function xoops_module_write_admin_menu()
- xoops_notification_deletebyitem
- in file functions.php, function xoops_notification_deletebyitem()
- xoops_notification_deletebymodule
- in file functions.php, function xoops_notification_deletebymodule()
- xoops_notification_deletebyuser
- in file functions.php, function xoops_notification_deletebyuser()
- XOOPS_NOTIFICATION_DISABLE
- in file notification_constants.php, constant XOOPS_NOTIFICATION_DISABLE
- XOOPS_NOTIFICATION_ENABLEBLOCK
- in file notification_constants.php, constant XOOPS_NOTIFICATION_ENABLEBLOCK
- XOOPS_NOTIFICATION_ENABLEBOTH
- in file notification_constants.php, constant XOOPS_NOTIFICATION_ENABLEBOTH
- XOOPS_NOTIFICATION_ENABLEINLINE
- in file notification_constants.php, constant XOOPS_NOTIFICATION_ENABLEINLINE
- XOOPS_NOTIFICATION_METHOD_DISABLE
- in file notification_constants.php, constant XOOPS_NOTIFICATION_METHOD_DISABLE
- XOOPS_NOTIFICATION_METHOD_EMAIL
- in file notification_constants.php, constant XOOPS_NOTIFICATION_METHOD_EMAIL
- XOOPS_NOTIFICATION_METHOD_PM
- in file notification_constants.php, constant XOOPS_NOTIFICATION_METHOD_PM
- XOOPS_NOTIFICATION_MODE_SENDALWAYS
- in file notification_constants.php, constant XOOPS_NOTIFICATION_MODE_SENDALWAYS
- XOOPS_NOTIFICATION_MODE_SENDONCETHENDELETE
- in file notification_constants.php, constant XOOPS_NOTIFICATION_MODE_SENDONCETHENDELETE
- XOOPS_NOTIFICATION_MODE_SENDONCETHENWAIT
- in file notification_constants.php, constant XOOPS_NOTIFICATION_MODE_SENDONCETHENWAIT
- XOOPS_NOTIFICATION_MODE_WAITFORLOGIN
- in file notification_constants.php, constant XOOPS_NOTIFICATION_MODE_WAITFORLOGIN
- xoops_refcheck
- in file functions.php, function xoops_refcheck()
Deprecated, use XoopsSecurity class instead
- xoops_result
- in file functions.php, function xoops_result()
- XOOPS_ROOT_PATH
- in file mainfile.dist.php, constant XOOPS_ROOT_PATH
- xoops_setCacheDir
- in file template.php, method XoopsTpl::xoops_setCacheDir()
- xoops_setCacheTime
- in file template.php, method XoopsTpl::xoops_setCacheTime()
- xoops_setCaching
- in file template.php, method XoopsTpl::xoops_setCaching()
- xoops_setCompileDir
- in file template.php, method XoopsTpl::xoops_setCompileDir()
- xoops_setDebugging
- in file template.php, method XoopsTpl::xoops_setDebugging()
- xoops_setTemplateDir
- in file template.php, method XoopsTpl::xoops_setTemplateDir()
- XOOPS_SIDEBLOCK_BOTH
- in file common.php, constant XOOPS_SIDEBLOCK_BOTH
- XOOPS_SIDEBLOCK_LEFT
- in file common.php, constant XOOPS_SIDEBLOCK_LEFT
- XOOPS_SIDEBLOCK_RIGHT
- in file common.php, constant XOOPS_SIDEBLOCK_RIGHT
- xoops_substr
- in file functions.php, function xoops_substr()
Returns the portion of string specified by the start and length parameters. If $trimmarker is supplied, it is appended to the return string. This function works fine with multi-byte characters if mb_* functions exist on the server.
- XOOPS_SYSTEM_AVATAR
- in file constants.php, constant XOOPS_SYSTEM_AVATAR
- XOOPS_SYSTEM_BANNER
- in file constants.php, constant XOOPS_SYSTEM_BANNER
- XOOPS_SYSTEM_BLOCK
- in file constants.php, constant XOOPS_SYSTEM_BLOCK
- XOOPS_SYSTEM_COMMENT
- in file constants.php, constant XOOPS_SYSTEM_COMMENT
- XOOPS_SYSTEM_FINDU
- in file constants.php, constant XOOPS_SYSTEM_FINDU
- XOOPS_SYSTEM_GROUP
- in file constants.php, constant XOOPS_SYSTEM_GROUP
- XOOPS_SYSTEM_IMAGE
- in file constants.php, constant XOOPS_SYSTEM_IMAGE
- XOOPS_SYSTEM_MAILU
- in file constants.php, constant XOOPS_SYSTEM_MAILU
- XOOPS_SYSTEM_MODULE
- in file constants.php, constant XOOPS_SYSTEM_MODULE
- XOOPS_SYSTEM_PREF
- in file constants.php, constant XOOPS_SYSTEM_PREF
- XOOPS_SYSTEM_SMILE
- in file constants.php, constant XOOPS_SYSTEM_SMILE
- XOOPS_SYSTEM_TPLSET
- in file constants.php, constant XOOPS_SYSTEM_TPLSET
- XOOPS_SYSTEM_URANK
- in file constants.php, constant XOOPS_SYSTEM_URANK
- XOOPS_SYSTEM_USER
- in file constants.php, constant XOOPS_SYSTEM_USER
- xoops_template_clear_module_cache
- in file template.php, function xoops_template_clear_module_cache()
Clear the module cache
- xoops_template_touch
- in file template.php, function xoops_template_touch()
function to update compiled template file in templates_c folder
- XOOPS_THEME_PATH
- in file common.php, constant XOOPS_THEME_PATH
- XOOPS_THEME_URL
- in file common.php, constant XOOPS_THEME_URL
- xoops_trim
- in file functions.php, function xoops_trim()
- XOOPS_UPLOAD_PATH
- in file common.php, constant XOOPS_UPLOAD_PATH
- XOOPS_UPLOAD_URL
- in file common.php, constant XOOPS_UPLOAD_URL
- XOOPS_URL
- in file mainfile.dist.php, constant XOOPS_URL
- XOOPS_USE_MULTIBYTES
- in file common.php, constant XOOPS_USE_MULTIBYTES
- xoops_utf8_encode
- in file functions.php, function xoops_utf8_encode()
- XOOPS_VERSION
- in file version.php, constant XOOPS_VERSION
- xoops_write_index_file
- in file cp_functions.php, function xoops_write_index_file()
- XOOPS_XMLRPC
- in file xmlrpc.php, constant XOOPS_XMLRPC
- xos_kernel_Xoops2
- in file common.php, method xos_kernel_Xoops2::xos_kernel_Xoops2()
- xos_kernel_Xoops2
- in file common.php, class xos_kernel_Xoops2
Extremely reduced kernel class This class should not really be defined in this file, but it wasn't worth including an entire file for those two functions.
- xos_logos_PageBuilder
- in file theme_blocks.php, class xos_logos_PageBuilder
xos_logos_PageBuilder main class
- xos_opal_Theme
- in file theme.php, class xos_opal_Theme
- xos_opal_ThemeFactory
- in file theme.php, class xos_opal_ThemeFactory
xos_opal_ThemeFactory
- XoUser
- in file findusers.php, class XoUser
Class for users
- XoUser
- in file findusers.php, method XoUser::XoUser()
- XoUserHandler
- in file findusers.php, method XoUserHandler::XoUserHandler()
- XoUserHandler
- in file findusers.php, class XoUserHandler
XOOPS object handler class.
top
top
_
- $_auth_instance
- in file auth_provisionning.php, variable XoopsAuthProvisionning::$_auth_instance
- $_channelData
- in file xmlrss2parser.php, variable XoopsXmlRss2Parser::$_channelData
- $_code
- in file xmlrpctag.php, variable XoopsXmlRpcFault::$_code
- $_config_data
- in file Config_File.class.php, variable Config_File::$_config_data
- $_dao
- in file auth.php, variable XoopsAuth::$_dao
- $_ds
- in file auth_ldap.php, variable XoopsAuthLdap::$_ds
- $_errors
- in file auth.php, variable XoopsAuth::$_errors
- $_extra
- in file xmlrpctag.php, variable XoopsXmlRpcFault::$_extra
- $_fault
- in file xmlrpctag.php, variable XoopsXmlRpcTag::$_fault
- $_fp_timeout
- in file snoopy.php, variable Snoopy::$_fp_timeout
- $_framedepth
- in file snoopy.php, variable Snoopy::$_framedepth
- $_frameurls
- in file snoopy.php, variable Snoopy::$_frameurls
- $_groupId
- in file grouppermform.php, variable XoopsGroupFormCheckBox::$_groupId
Group ID
- $_httpmethod
- in file snoopy.php, variable Snoopy::$_httpmethod
- $_httpversion
- in file snoopy.php, variable Snoopy::$_httpversion
- $_imageCount
- in file imagecategory.php, variable XoopsImagecategory::$_imageCount
- $_imageData
- in file xmlrss2parser.php, variable XoopsXmlRss2Parser::$_imageData
- $_isproxy
- in file snoopy.php, variable Snoopy::$_isproxy
- $_items
- in file xmlrss2parser.php, variable XoopsXmlRss2Parser::$_items
- $_itemTree
- in file grouppermform.php, variable XoopsGroupPermForm::$_itemTree
Tree structure of items
- $_maxlinelen
- in file snoopy.php, variable Snoopy::$_maxlinelen
** Private variables ***
- $_mime_boundary
- in file snoopy.php, variable Snoopy::$_mime_boundary
- $_modid
- in file grouppermform.php, variable XoopsGroupPermForm::$_modid
Module ID
- $_optionTree
- in file grouppermform.php, variable XoopsGroupFormCheckBox::$_optionTree
Option tree
- $_permDesc
- in file grouppermform.php, variable XoopsGroupPermForm::$_permDesc
Description of permission
- $_permName
- in file grouppermform.php, variable XoopsGroupPermForm::$_permName
Name of permission
- $_redirectaddr
- in file snoopy.php, variable Snoopy::$_redirectaddr
- $_redirectdepth
- in file snoopy.php, variable Snoopy::$_redirectdepth
- $_required
- in file formelementtray.php, variable XoopsFormElementTray::$_required
required elements
- $_submit_method
- in file snoopy.php, variable Snoopy::$_submit_method
- $_submit_type
- in file snoopy.php, variable Snoopy::$_submit_type
- $_tags
- in file xmlrpctag.php, variable XoopsXmlRpcArray::$_tags
- $_tags
- in file xmlrpctag.php, variable XoopsXmlRpcStruct::$_tags
- $_tags
- in file xmlrpctag.php, variable XoopsXmlRpcDocument::$_tags
- $_tempArr
- in file xmlrss2parser.php, variable XoopsXmlRss2Parser::$_tempArr
- $_userCount
- in file avatar.php, variable XoopsAvatar::$_userCount
- $_value
- in file xmlrpctag.php, variable XoopsXmlRpcBase64::$_value
- $_value
- in file grouppermform.php, variable XoopsGroupFormCheckBox::$_value
Pre-selected value(s)
- $_value
- in file xmlrpctag.php, variable XoopsXmlRpcBoolean::$_value
- $_value
- in file xmlrpctag.php, variable XoopsXmlRpcString::$_value
- $_value
- in file xmlrpctag.php, variable XoopsXmlRpcDatetime::$_value
- $_value
- in file xmlrpctag.php, variable XoopsXmlRpcDouble::$_value
- $_value
- in file xmlrpctag.php, variable XoopsXmlRpcInt::$_value
- _ADD
- in file global.php, constant _ADD
- _ADDIMAGE
- in file global.php, constant _ADDIMAGE
- _add_plugin
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_add_plugin()
add plugin
- _AD_ACTION
- in file admin.php, constant _AD_ACTION
- _AD_AVATAR
- in file admin.php, constant _AD_AVATAR
- _AD_DELETE
- in file admin.php, constant _AD_DELETE
- _AD_EDIT
- in file admin.php, constant _AD_EDIT
- _AD_EMAIL
- in file admin.php, constant _AD_EMAIL
- _AD_LASTTENUSERS
- in file admin.php, constant _AD_LASTTENUSERS
- _AD_LOGINADMIN
- in file admin.php, constant _AD_LOGINADMIN
- _AD_NICKNAME
- in file admin.php, constant _AD_NICKNAME
- _AD_NORIGHT
- in file admin.php, constant _AD_NORIGHT
- _AD_PRESSGEN
- in file admin.php, constant _AD_PRESSGEN
- _AD_REGISTERED
- in file admin.php, constant _AD_REGISTERED
- _ALIGN
- in file global.php, constant _ALIGN
- _ALL
- in file global.php, constant _ALL
- _ALLOWEDCHAR
- in file global.php, constant _ALLOWEDCHAR
- _AMIFCHECKD
- in file mailusers.php, constant _AMIFCHECKD
- _AM_ABOVEORG
- in file blocksadmin.php, constant _AM_ABOVEORG
- _AM_ACCESSLEV
- in file users.php, constant _AM_ACCESSLEV
- _AM_ACCESSRIGHTS
- in file groups.php, constant _AM_ACCESSRIGHTS
- _AM_ACTBNRRUN
- in file banners.php, constant _AM_ACTBNRRUN
- _AM_ACTION
- in file blocksadmin.php, constant _AM_ACTION
- _AM_ACTIVE
- in file findusers.php, constant _AM_ACTIVE
- _AM_ACTIVEBNR
- in file banners.php, constant _AM_ACTIVEBNR
- _AM_ACTIVERIGHTS
- in file groups.php, constant _AM_ACTIVERIGHTS
- _AM_ACTUS
- in file findusers.php, constant _AM_ACTUS
- _AM_ADD
- in file smilies.php, constant _AM_ADD
- _AM_ADD2GROUP
- in file findusers.php, constant _AM_ADD2GROUP
- _AM_ADDBLOCK
- in file blocksadmin.php, constant _AM_ADDBLOCK
- _AM_ADDBNR
- in file banners.php, constant _AM_ADDBNR
- _AM_ADDBUTTON
- in file groups.php, constant _AM_ADDBUTTON
- _AM_ADDCLI
- in file banners.php, constant _AM_ADDCLI
- _AM_ADDIMPT
- in file banners.php, constant _AM_ADDIMPT
- _AM_ADDNEWRANK
- in file userrank.php, constant _AM_ADDNEWRANK
- _AM_ADDNWBNR
- in file banners.php, constant _AM_ADDNWBNR
- _AM_ADDNWCLI
- in file banners.php, constant _AM_ADDNWCLI
- _AM_ADDSMILE
- in file smilies.php, constant _AM_ADDSMILE
- _AM_ADDUSER
- in file users.php, constant _AM_ADDUSER
- _AM_ADMINNO
- in file groups.php, constant _AM_ADMINNO
- _AM_ADVANCED
- in file blocksadmin.php, constant _AM_ADVANCED
- _AM_ADVCLI
- in file banners.php, constant _AM_ADVCLI
- _AM_AFNOSMILE
- in file blocksadmin.php, constant _AM_AFNOSMILE
- _AM_AFTERORG
- in file blocksadmin.php, constant _AM_AFTERORG
- _AM_AFWSMILE
- in file blocksadmin.php, constant _AM_AFWSMILE
- _AM_AIM
- in file findusers.php, constant _AM_AIM
- _AM_ALLPAGES
- in file blocksadmin.php, constant _AM_ALLPAGES
- _AM_AOUTVTEAD
- in file users.php, constant _AM_AOUTVTEAD
- _AM_AREUSUREDEL
- in file groups.php, constant _AM_AREUSUREDEL
- _AM_ASC
- in file findusers.php, constant _AM_ASC
- _AM_AVATAR
- in file findusers.php, constant _AM_AVATAR
- _AM_AYSYWTDU
- in file users.php, constant _AM_AYSYWTDU
- _AM_BADMIN
- in file blocksadmin.php, constant _AM_BADMIN
- _AM_BALIAS
- in file blocksadmin.php, constant _AM_BALIAS
- _AM_BANNERID
- in file banners.php, constant _AM_BANNERID
- _AM_BCACHETIME
- in file blocksadmin.php, constant _AM_BCACHETIME
- _AM_BLKDESC
- in file blocksadmin.php, constant _AM_BLKDESC
- _AM_BLKTYPE
- in file blocksadmin.php, constant _AM_BLKTYPE
- _AM_BLOCKRIGHTS
- in file groups.php, constant _AM_BLOCKRIGHTS
- _AM_BLOCKTAG1
- in file blocksadmin.php, constant _AM_BLOCKTAG1
- _AM_BOTH
- in file findusers.php, constant _AM_BOTH
- _AM_BYTHIS
- in file users.php, constant _AM_BYTHIS
- _AM_CBBOTTOM
- in file blocksadmin.php, constant _AM_CBBOTTOM
- _AM_CBBOTTOMLEFT
- in file blocksadmin.php, constant _AM_CBBOTTOMLEFT
- _AM_CBBOTTOMRIGHT
- in file blocksadmin.php, constant _AM_CBBOTTOMRIGHT
- _AM_CBCENTER
- in file blocksadmin.php, constant _AM_CBCENTER
- _AM_CBLEFT
- in file blocksadmin.php, constant _AM_CBLEFT
- _AM_CBRIGHT
- in file blocksadmin.php, constant _AM_CBRIGHT
- _AM_CENTER
- in file blocksadmin.php, constant _AM_CENTER
- _AM_CHANGEONLY
- in file users.php, constant _AM_CHANGEONLY
- _AM_CHGBNR
- in file banners.php, constant _AM_CHGBNR
- _AM_CHGCLI
- in file banners.php, constant _AM_CHGCLI
- _AM_CLICKS
- in file banners.php, constant _AM_CLICKS
- _AM_CLICKURLT
- in file banners.php, constant _AM_CLICKURLT
- _AM_CLILOGINT
- in file banners.php, constant _AM_CLILOGINT
- _AM_CLINAME
- in file banners.php, constant _AM_CLINAME
- _AM_CLINAMET
- in file banners.php, constant _AM_CLINAMET
- _AM_CLIPASST
- in file banners.php, constant _AM_CLIPASST
- _AM_CLONE
- in file blocksadmin.php, constant _AM_CLONE
- _AM_CLONEBLK
- in file blocksadmin.php, constant _AM_CLONEBLK
- _AM_CLONEBLOCK
- in file blocksadmin.php, constant _AM_CLONEBLOCK
- _AM_CNGTCOM
- in file users.php, constant _AM_CNGTCOM
- _AM_CNGTST
- in file users.php, constant _AM_CNGTST
- _AM_CNGUSERID
- in file users.php, constant _AM_CNGUSERID
- _AM_CNRFTSD
- in file smilies.php, constant _AM_CNRFTSD
- _AM_CNRNU
- in file users.php, constant _AM_CNRNU
- _AM_CNRNU2
- in file users.php, constant _AM_CNRNU2
- _AM_CNUUSER
- in file users.php, constant _AM_CNUUSER
- _AM_CODE
- in file smilies.php, constant _AM_CODE
- _AM_CODEHTML
- in file banners.php, constant _AM_CODEHTML
- _AM_COMMENTS
- in file users.php, constant _AM_COMMENTS
- _AM_CONTENT
- in file blocksadmin.php, constant _AM_CONTENT
- _AM_CONTMAIL
- in file banners.php, constant _AM_CONTMAIL
- _AM_CONTMAILT
- in file banners.php, constant _AM_CONTMAILT
- _AM_CONTNAME
- in file banners.php, constant _AM_CONTNAME
- _AM_CONTNAMET
- in file banners.php, constant _AM_CONTNAMET
- _AM_CREATENEWADG
- in file groups.php, constant _AM_CREATENEWADG
- _AM_CTYPE
- in file blocksadmin.php, constant _AM_CTYPE
- _AM_CURACTBNR
- in file banners.php, constant _AM_CURACTBNR
- _AM_CUSTOMHTML
- in file blocksadmin.php, constant _AM_CUSTOMHTML
- _AM_CUSTOMNOSMILE
- in file blocksadmin.php, constant _AM_CUSTOMNOSMILE
- _AM_CUSTOMPHP
- in file blocksadmin.php, constant _AM_CUSTOMPHP
- _AM_CUSTOMSMILE
- in file blocksadmin.php, constant _AM_CUSTOMSMILE
- _AM_DBUPDATED
- in file banners.php, constant _AM_DBUPDATED
- _AM_DEL
- in file smilies.php, constant _AM_DEL
- _AM_DELBUTTON
- in file groups.php, constant _AM_DELBUTTON
- _AM_DELEADC
- in file banners.php, constant _AM_DELEADC
- _AM_DELEBNR
- in file banners.php, constant _AM_DELEBNR
- _AM_DELETE
- in file banners.php, constant _AM_DELETE
- _AM_DELETEADG
- in file groups.php, constant _AM_DELETEADG
- _AM_DELUSER
- in file users.php, constant _AM_DELUSER
- _AM_DESC
- in file findusers.php, constant _AM_DESC
- _AM_DESCRIPTION
- in file groups.php, constant _AM_DESCRIPTION
- _AM_DISPLAYF
- in file smilies.php, constant _AM_DISPLAYF
- _AM_DISPRIGHT
- in file blocksadmin.php, constant _AM_DISPRIGHT
- _AM_EDEUSER
- in file users.php, constant _AM_EDEUSER
- _AM_EDIT
- in file banners.php, constant _AM_EDIT
- _AM_EDITADG
- in file groups.php, constant _AM_EDITADG
- _AM_EDITADVCLI
- in file banners.php, constant _AM_EDITADVCLI
- _AM_EDITBLOCK
- in file blocksadmin.php, constant _AM_EDITBLOCK
- _AM_EDITBNR
- in file banners.php, constant _AM_EDITBNR
- _AM_EDITMEMBER
- in file groups.php, constant _AM_EDITMEMBER
- _AM_EDITRANK
- in file userrank.php, constant _AM_EDITRANK
- _AM_EDITSMILE
- in file smilies.php, constant _AM_EDITSMILE
- _AM_EDITTPL
- in file blocksadmin.php, constant _AM_EDITTPL
- _AM_EMAIL
- in file findusers.php, constant _AM_EMAIL
- _AM_ENDDATE
- in file banners.php, constant _AM_ENDDATE
- _AM_EXTINFO
- in file banners.php, constant _AM_EXTINFO
- _AM_FINDU4GROUP
- in file groups.php, constant _AM_FINDU4GROUP
- _AM_FINDUS
- in file findusers.php, constant _AM_FINDUS
- _AM_FINISHBNR
- in file banners.php, constant _AM_FINISHBNR
- _AM_FUNCTION
- in file banners.php, constant _AM_FUNCTION
- _AM_GO
- in file users.php, constant _AM_GO
- _AM_GROUP
- in file blocksadmin.php, constant _AM_GROUP
- _AM_GROUPIS
- in file mailusers.php, constant _AM_GROUPIS
- _AM_GROUPS
- in file findusers.php, constant _AM_GROUPS
- _AM_GROUPSMAIN
- in file groups.php, constant _AM_GROUPSMAIN
- _AM_HTML
- in file blocksadmin.php, constant _AM_HTML
- _AM_ICQ
- in file findusers.php, constant _AM_ICQ
- _AM_IDLELESS
- in file mailusers.php, constant _AM_IDLELESS
- _AM_IDLEMORE
- in file mailusers.php, constant _AM_IDLEMORE
- _AM_IFADMIN
- in file groups.php, constant _AM_IFADMIN
- _AM_IMAGE
- in file userrank.php, constant _AM_IMAGE
- _AM_IMGURLT
- in file banners.php, constant _AM_IMGURLT
- _AM_IMPD
- in file banners.php, constant _AM_IMPD
- _AM_IMPLEFT
- in file banners.php, constant _AM_IMPLEFT
- _AM_IMPPURCHT
- in file banners.php, constant _AM_IMPPURCHT
- _AM_IMPRESION
- in file banners.php, constant _AM_IMPRESION
- _AM_INACTIVE
- in file findusers.php, constant _AM_INACTIVE
- _AM_INACTUS
- in file findusers.php, constant _AM_INACTUS
- _AM_INDICATECOF
- in file users.php, constant _AM_INDICATECOF
- _AM_INDICATES
- in file groups.php, constant _AM_INDICATES
- _AM_INTEREST
- in file findusers.php, constant _AM_INTEREST
- _AM_LASTLOGIN
- in file findusers.php, constant _AM_LASTLOGIN
- _AM_LASTLOGLESS
- in file findusers.php, constant _AM_LASTLOGLESS
- _AM_LASTLOGMAX
- in file mailusers.php, constant _AM_LASTLOGMAX
- _AM_LASTLOGMIN
- in file mailusers.php, constant _AM_LASTLOGMIN
- _AM_LASTLOGMORE
- in file findusers.php, constant _AM_LASTLOGMORE
- _AM_LEFT
- in file blocksadmin.php, constant _AM_LEFT
- _AM_LIMIT
- in file findusers.php, constant _AM_LIMIT
- _AM_LIST
- in file users.php, constant _AM_LIST
- _AM_LISTBLOCK
- in file blocksadmin.php, constant _AM_LISTBLOCK
- _AM_LOCATION
- in file findusers.php, constant _AM_LOCATION
- _AM_MADET
- in file banners.php, constant _AM_MADET
- _AM_MAILBODY
- in file mailusers.php, constant _AM_MAILBODY
- _AM_MAILFMAIL
- in file mailusers.php, constant _AM_MAILFMAIL
- _AM_MAILFNAME
- in file mailusers.php, constant _AM_MAILFNAME
- _AM_MAILNG
- in file findusers.php, constant _AM_MAILNG
- _AM_MAILOK
- in file findusers.php, constant _AM_MAILOK
- _AM_MAILSUBJECT
- in file mailusers.php, constant _AM_MAILSUBJECT
- _AM_MAILTAGS
- in file mailusers.php, constant _AM_MAILTAGS
- _AM_MAILTAGS1
- in file mailusers.php, constant _AM_MAILTAGS1
- _AM_MAILTAGS2
- in file mailusers.php, constant _AM_MAILTAGS2
- _AM_MAILTAGS3
- in file mailusers.php, constant _AM_MAILTAGS3
- _AM_MAILTAGS4
- in file mailusers.php, constant _AM_MAILTAGS4
- _AM_MAXPOST
- in file userrank.php, constant _AM_MAXPOST
- _AM_MEMBERS
- in file groups.php, constant _AM_MEMBERS
- _AM_MINPOST
- in file userrank.php, constant _AM_MINPOST
- _AM_MODIFY
- in file groups.php, constant _AM_MODIFY
- _AM_MODIFYADG
- in file groups.php, constant _AM_MODIFYADG
- _AM_MODIFYUSER
- in file users.php, constant _AM_MODIFYUSER
- _AM_MODULE
- in file blocksadmin.php, constant _AM_MODULE
- _AM_MODULECANT
- in file blocksadmin.php, constant _AM_MODULECANT
- _AM_MSNM
- in file findusers.php, constant _AM_MSNM
- _AM_NAME
- in file blocksadmin.php, constant _AM_NAME
- _AM_NCLICKS
- in file banners.php, constant _AM_NCLICKS
- _AM_NEXT
- in file findusers.php, constant _AM_NEXT
- _AM_NICKNAME
- in file users.php, constant _AM_NICKNAME
- _AM_NO
- in file banners.php, constant _AM_NO
- _AM_NOBNRRUN
- in file banners.php, constant _AM_NOBNRRUN
- _AM_NOFOUND
- in file findusers.php, constant _AM_NOFOUND
- _AM_NONMEMBERS
- in file groups.php, constant _AM_NONMEMBERS
- _AM_NOTACTIVE
- in file users.php, constant _AM_NOTACTIVE
- _AM_NOTSELNG
- in file blocksadmin.php, constant _AM_NOTSELNG
- _AM_NOUSERMATCH
- in file mailusers.php, constant _AM_NOUSERMATCH
- _AM_NOUSERS
- in file users.php, constant _AM_NOUSERS
- _AM_NSRA
- in file users.php, constant _AM_NSRA
- _AM_NSRID
- in file users.php, constant _AM_NSRID
- _AM_OCCUPATION
- in file findusers.php, constant _AM_OCCUPATION
- _AM_OFF
- in file userrank.php, constant _AM_OFF
- _AM_ON
- in file userrank.php, constant _AM_ON
- _AM_OPTION
- in file users.php, constant _AM_OPTION
- _AM_OPTIONS
- in file blocksadmin.php, constant _AM_OPTIONS
- _AM_ORDER
- in file findusers.php, constant _AM_ORDER
- _AM_PASSWORD
- in file users.php, constant _AM_PASSWORD
- _AM_PHP
- in file blocksadmin.php, constant _AM_PHP
- _AM_PM
- in file findusers.php, constant _AM_PM
- _AM_POSCONTT
- in file blocksadmin.php, constant _AM_POSCONTT
- _AM_POSTS
- in file findusers.php, constant _AM_POSTS
- _AM_POSTSLESS
- in file findusers.php, constant _AM_POSTSLESS
- _AM_POSTSMORE
- in file findusers.php, constant _AM_POSTSMORE
- _AM_PREVIOUS
- in file findusers.php, constant _AM_PREVIOUS
- _AM_PTBBTSDIYT
- in file users.php, constant _AM_PTBBTSDIYT
- _AM_PURCHT
- in file banners.php, constant _AM_PURCHT
- _AM_RANK
- in file users.php, constant _AM_RANK
- _AM_RANKSSETTINGS
- in file userrank.php, constant _AM_RANKSSETTINGS
- _AM_RANKTITLE
- in file userrank.php, constant _AM_RANKTITLE
- _AM_REALNAME
- in file findusers.php, constant _AM_REALNAME
- _AM_REGDATE
- in file findusers.php, constant _AM_REGDATE
- _AM_REGDMAX
- in file mailusers.php, constant _AM_REGDMAX
- _AM_REGDMIN
- in file mailusers.php, constant _AM_REGDMIN
- _AM_REGLESS
- in file findusers.php, constant _AM_REGLESS
- _AM_REGMORE
- in file findusers.php, constant _AM_REGMORE
- _AM_RESULTS
- in file findusers.php, constant _AM_RESULTS
- _AM_RETYPEPD
- in file users.php, constant _AM_RETYPEPD
- _AM_RIGHT
- in file blocksadmin.php, constant _AM_RIGHT
- _AM_RUSUREDEL
- in file blocksadmin.php, constant _AM_RUSUREDEL
- _AM_SAVE
- in file smilies.php, constant _AM_SAVE
- _AM_SAVECHANGE
- in file userrank.php, constant _AM_SAVECHANGE
- _AM_SAVECHANGES
- in file blocksadmin.php, constant _AM_SAVECHANGES
- _AM_SBLEFT
- in file blocksadmin.php, constant _AM_SBLEFT
- _AM_SBRIGHT
- in file blocksadmin.php, constant _AM_SBRIGHT
- _AM_SENDCOMP
- in file mailusers.php, constant _AM_SENDCOMP
- _AM_SENDMAIL
- in file findusers.php, constant _AM_SENDMAIL
- _AM_SENDMTOUSERS
- in file mailusers.php, constant _AM_SENDMTOUSERS
- _AM_SENDNEXT
- in file mailusers.php, constant _AM_SENDNEXT
- _AM_SENDTO
- in file mailusers.php, constant _AM_SENDTO
- _AM_SENDTOUSERS
- in file mailusers.php, constant _AM_SENDTOUSERS
- _AM_SENDTOUSERS2
- in file mailusers.php, constant _AM_SENDTOUSERS2
- _AM_SENT
- in file mailusers.php, constant _AM_SENT
- _AM_SENTNUM
- in file mailusers.php, constant _AM_SENTNUM
- _AM_SHOWMAILOK
- in file findusers.php, constant _AM_SHOWMAILOK
- _AM_SHOWTYPE
- in file findusers.php, constant _AM_SHOWTYPE
- _AM_SIDE
- in file blocksadmin.php, constant _AM_SIDE
- _AM_SIGNATURE
- in file users.php, constant _AM_SIGNATURE
- _AM_SMILECODE
- in file smilies.php, constant _AM_SMILECODE
- _AM_SMILEEMOTION
- in file smilies.php, constant _AM_SMILEEMOTION
- _AM_SMILESCONTROL
- in file smilies.php, constant _AM_SMILESCONTROL
- _AM_SMILEURL
- in file smilies.php, constant _AM_SMILEURL
- _AM_SMILIE
- in file smilies.php, constant _AM_SMILIE
- _AM_SORT
- in file findusers.php, constant _AM_SORT
- _AM_SPECIAL
- in file userrank.php, constant _AM_SPECIAL
- _AM_SPECIALCAN
- in file userrank.php, constant _AM_SPECIALCAN
- _AM_SPERANK
- in file userrank.php, constant _AM_SPERANK
- _AM_STARTDATE
- in file banners.php, constant _AM_STARTDATE
- _AM_STNPDNM
- in file users.php, constant _AM_STNPDNM
- _AM_STORIES
- in file users.php, constant _AM_STORIES
- _AM_SUBMIT
- in file blocksadmin.php, constant _AM_SUBMIT
- _AM_SUREDELBNR
- in file banners.php, constant _AM_SUREDELBNR
- _AM_SUREDELCLI
- in file banners.php, constant _AM_SUREDELCLI
- _AM_SUREDELE
- in file banners.php, constant _AM_SUREDELE
- _AM_SVISIBLEIN
- in file blocksadmin.php, constant _AM_SVISIBLEIN
- _AM_SYNCHRONIZE
- in file users.php, constant _AM_SYNCHRONIZE
- _AM_SYSTEMCANT
- in file blocksadmin.php, constant _AM_SYSTEMCANT
- _AM_SYSTEMRIGHTS
- in file groups.php, constant _AM_SYSTEMRIGHTS
- _AM_THEME
- in file users.php, constant _AM_THEME
- _AM_TIMEFORMAT
- in file mailusers.php, constant _AM_TIMEFORMAT
- _AM_TITLE
- in file blocksadmin.php, constant _AM_TITLE
- _AM_TOPONLY
- in file blocksadmin.php, constant _AM_TOPONLY
- _AM_TOPPAGE
- in file blocksadmin.php, constant _AM_TOPPAGE
- _AM_UNAME
- in file findusers.php, constant _AM_UNAME
- _AM_UNASSIGNED
- in file blocksadmin.php, constant _AM_UNASSIGNED
- _AM_UNEED2ENTER
- in file groups.php, constant _AM_UNEED2ENTER
- _AM_UNLIMIT
- in file banners.php, constant _AM_UNLIMIT
- _AM_UPDATEADG
- in file groups.php, constant _AM_UPDATEADG
- _AM_UPDATEUSER
- in file users.php, constant _AM_UPDATEUSER
- _AM_URL
- in file findusers.php, constant _AM_URL
- _AM_URLC
- in file findusers.php, constant _AM_URLC
- _AM_USEFULTAGS
- in file blocksadmin.php, constant _AM_USEFULTAGS
- _AM_USEHTML
- in file banners.php, constant _AM_USEHTML
- _AM_USERDONEXIT
- in file users.php, constant _AM_USERDONEXIT
- _AM_USERID
- in file users.php, constant _AM_USERID
- _AM_USERINFO
- in file users.php, constant _AM_USERINFO
- _AM_USERPOST
- in file users.php, constant _AM_USERPOST
- _AM_USERSFOUND
- in file findusers.php, constant _AM_USERSFOUND
- _AM_VALIDUNDER
- in file userrank.php, constant _AM_VALIDUNDER
- _AM_VISIBLE
- in file blocksadmin.php, constant _AM_VISIBLE
- _AM_VISIBLEIN
- in file blocksadmin.php, constant _AM_VISIBLEIN
- _AM_WARNING
- in file banners.php, constant _AM_WARNING
- _AM_WAYSYWTDTR
- in file userrank.php, constant _AM_WAYSYWTDTR
- _AM_WAYSYWTDTS
- in file smilies.php, constant _AM_WAYSYWTDTS
- _AM_WEIGHT
- in file blocksadmin.php, constant _AM_WEIGHT
- _AM_YES
- in file banners.php, constant _AM_YES
- _AM_YIM
- in file findusers.php, constant _AM_YIM
- _AM_YMCACF
- in file users.php, constant _AM_YMCACF
- _ASCENDING
- in file global.php, constant _ASCENDING
- _AUTH_LDAP_CANT_READ_ENTRY
- in file auth.php, constant _AUTH_LDAP_CANT_READ_ENTRY
- _AUTH_LDAP_EXTENSION_NOT_LOAD
- in file auth.php, constant _AUTH_LDAP_EXTENSION_NOT_LOAD
- _AUTH_LDAP_SERVER_NOT_FOUND
- in file auth.php, constant _AUTH_LDAP_SERVER_NOT_FOUND
- _AUTH_LDAP_START_TLS_FAILED
- in file auth.php, constant _AUTH_LDAP_START_TLS_FAILED
- _AUTH_LDAP_USER_NOT_FOUND
- in file auth.php, constant _AUTH_LDAP_USER_NOT_FOUND
- _AUTH_LDAP_XOOPS_USER_NOTFOUND
- in file auth.php, constant _AUTH_LDAP_XOOPS_USER_NOTFOUND
- _AUTH_MSG_AUTH_METHOD
- in file auth.php, constant _AUTH_MSG_AUTH_METHOD
- _BACK
- in file global.php, constant _BACK
- _CAL_APRIL
- in file calendar.php, constant _CAL_APRIL
- _CAL_AUGUST
- in file calendar.php, constant _CAL_AUGUST
- _CAL_DECEMBER
- in file calendar.php, constant _CAL_DECEMBER
- _CAL_DISPM1ST
- in file calendar.php, constant _CAL_DISPM1ST
- _CAL_DISPS1ST
- in file calendar.php, constant _CAL_DISPS1ST
- _CAL_DRAGMOVE
- in file calendar.php, constant _CAL_DRAGMOVE
- _CAL_FEBRUARY
- in file calendar.php, constant _CAL_FEBRUARY
- _CAL_FRIDAY
- in file calendar.php, constant _CAL_FRIDAY
- _CAL_GOTODAY
- in file calendar.php, constant _CAL_GOTODAY
- _CAL_JANUARY
- in file calendar.php, constant _CAL_JANUARY
- _CAL_JULY
- in file calendar.php, constant _CAL_JULY
- _CAL_JUNE
- in file calendar.php, constant _CAL_JUNE
- _CAL_MARCH
- in file calendar.php, constant _CAL_MARCH
- _CAL_MAY
- in file calendar.php, constant _CAL_MAY
- _CAL_MONDAY
- in file calendar.php, constant _CAL_MONDAY
- _CAL_NEXTYR
- in file calendar.php, constant _CAL_NEXTYR
- _CAL_NOVEMBER
- in file calendar.php, constant _CAL_NOVEMBER
- _CAL_NXTMNTH
- in file calendar.php, constant _CAL_NXTMNTH
- _CAL_OCTOBER
- in file calendar.php, constant _CAL_OCTOBER
- _CAL_PREVMNTH
- in file calendar.php, constant _CAL_PREVMNTH
- _CAL_PREVYR
- in file calendar.php, constant _CAL_PREVYR
- _CAL_SATURDAY
- in file calendar.php, constant _CAL_SATURDAY
- _CAL_SELDATE
- in file calendar.php, constant _CAL_SELDATE
- _CAL_SEPTEMBER
- in file calendar.php, constant _CAL_SEPTEMBER
- _CAL_SUNDAY
- in file calendar.php, constant _CAL_SUNDAY
- _CAL_TGL1STD
- in file calendar.php, constant _CAL_TGL1STD
- _CAL_THURSDAY
- in file calendar.php, constant _CAL_THURSDAY
- _CAL_TODAY
- in file calendar.php, constant _CAL_TODAY
- _CAL_TUESDAY
- in file calendar.php, constant _CAL_TUESDAY
- _CAL_WEDNESDAY
- in file calendar.php, constant _CAL_WEDNESDAY
- _CANCEL
- in file global.php, constant _CANCEL
- _CENTER
- in file global.php, constant _CENTER
- _CHARSET
- in file global.php, constant _CHARSET
- _checkAdmin
- in file xmlrpcapi.php, method XoopsXmlRpcApi::_checkAdmin()
- _checkUser
- in file xmlrpcapi.php, method XoopsXmlRpcApi::_checkUser()
- _check_timeout
- in file snoopy.php, method Snoopy::_check_timeout()
- _CLONE
- in file global.php, constant _CLONE
- _CLOSE
- in file global.php, constant _CLOSE
- _CM_ACTIVE
- in file comment.php, constant _CM_ACTIVE
- _CM_BOTTOM
- in file comment.php, constant _CM_BOTTOM
- _CM_COMANONPOST
- in file comment.php, constant _CM_COMANONPOST
- _CM_COMAPPROVEADMIN
- in file comment.php, constant _CM_COMAPPROVEADMIN
- _CM_COMAPPROVEALL
- in file comment.php, constant _CM_COMAPPROVEALL
- _CM_COMAPPROVEUSER
- in file comment.php, constant _CM_COMAPPROVEUSER
- _CM_COMDELETED
- in file comment.php, constant _CM_COMDELETED
- _CM_COMDELETENG
- in file comment.php, constant _CM_COMDELETENG
- _CM_COMNOCOM
- in file comment.php, constant _CM_COMNOCOM
- _CM_COMRULES
- in file comment.php, constant _CM_COMRULES
- _CM_DELETEALL
- in file comment.php, constant _CM_DELETEALL
- _CM_DELETEONE
- in file comment.php, constant _CM_DELETEONE
- _CM_DELETESELECT
- in file comment.php, constant _CM_DELETESELECT
- _CM_DOAUTOWRAP
- in file comment.php, constant _CM_DOAUTOWRAP
- _CM_DOHTML
- in file comment.php, constant _CM_DOHTML
- _CM_DOSMILEY
- in file comment.php, constant _CM_DOSMILEY
- _CM_DOXCODE
- in file comment.php, constant _CM_DOXCODE
- _CM_FROM
- in file comment.php, constant _CM_FROM
- _CM_HIDDEN
- in file comment.php, constant _CM_HIDDEN
- _CM_JOINED
- in file comment.php, constant _CM_JOINED
- _CM_MESSAGE
- in file comment.php, constant _CM_MESSAGE
- _CM_NOTICE
- in file comment.php, constant _CM_NOTICE
- _CM_ONLINE
- in file comment.php, constant _CM_ONLINE
- _CM_PARENT
- in file comment.php, constant _CM_PARENT
- _CM_PENDING
- in file comment.php, constant _CM_PENDING
- _CM_POSTCOMMENT
- in file comment.php, constant _CM_POSTCOMMENT
- _CM_POSTED
- in file comment.php, constant _CM_POSTED
- _CM_POSTER
- in file comment.php, constant _CM_POSTER
- _CM_POSTS
- in file comment.php, constant _CM_POSTS
- _CM_RE
- in file comment.php, constant _CM_RE
- _CM_REFRESH
- in file comment.php, constant _CM_REFRESH
- _CM_REPLIES
- in file comment.php, constant _CM_REPLIES
- _CM_STATUS
- in file comment.php, constant _CM_STATUS
- _CM_THANKSPOST
- in file comment.php, constant _CM_THANKSPOST
- _CM_THREAD
- in file comment.php, constant _CM_THREAD
- _CM_TITLE
- in file comment.php, constant _CM_TITLE
- _CM_TOP
- in file comment.php, constant _CM_TOP
- _CM_UPDATED
- in file comment.php, constant _CM_UPDATED
- _COLOR
- in file global.php, constant _COLOR
- _COMMENTS
- in file global.php, constant _COMMENTS
- _compile_arg_list
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_arg_list()
- _compile_block_tag
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_block_tag()
compile block function tag
- _compile_capture_tag
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_capture_tag()
Compile {capture} .. {/capture} tags
- _compile_compiler_tag
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_compiler_tag()
compile the custom compiler tag
- _compile_custom_tag
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_custom_tag()
compile custom function tag
- _compile_file
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_file()
compile a resource
- _compile_foreach_start
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_foreach_start()
Compile {foreach ...} tag.
- _compile_if_tag
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_if_tag()
Compile {if ...} tag
- _compile_include_php_tag
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_include_php_tag()
Compile {include ...} tag
- _compile_include_tag
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_include_tag()
Compile {include ...} tag
- _compile_insert_tag
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_insert_tag()
Compile {insert ...} tag
- _compile_plugin_call
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_plugin_call()
compiles call to plugin of type $type with name $name
- _compile_registered_object_tag
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_registered_object_tag()
compile a registered object tag
- _compile_resource
- in file Smarty.class.php, method Smarty::_compile_resource()
compile the template
- _compile_section_start
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_section_start()
Compile {section ...} tag
- _compile_smarty_ref
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_smarty_ref()
Compiles references of type $smarty.foo
- _compile_source
- in file Smarty.class.php, method Smarty::_compile_source()
compile the given source
- _compile_tag
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_tag()
Compile a template tag
- _connect
- in file snoopy.php, method Snoopy::_connect()
- _CONTAINS
- in file global.php, constant _CONTAINS
- _copyFile
- in file uploader.php, method XoopsMediaUploader::_copyFile()
Copy the file to its destination
- _CPHOME
- in file global.php, constant _CPHOME
- _CURRCHAR
- in file global.php, constant _CURRCHAR
- _DATE
- in file global.php, constant _DATE
- _DATESTRING
- in file global.php, constant _DATESTRING
- _DAY
- in file global.php, constant _DAY
- _DAYS
- in file global.php, constant _DAYS
- _DELETE
- in file global.php, constant _DELETE
- _dequote
- in file Smarty.class.php, method Smarty::_dequote()
Remove starting and ending quotes from the string
- _DESCENDING
- in file global.php, constant _DESCENDING
- _DESCRIPTION
- in file global.php, constant _DESCRIPTION
- _DISABLEHTML
- in file global.php, constant _DISABLEHTML
- _DISABLESMILEY
- in file global.php, constant _DISABLESMILEY
- _disconnect
- in file snoopy.php, method Snoopy::_disconnect()
- _EDIT
- in file global.php, constant _EDIT
- _ENDSWITH
- in file global.php, constant _ENDSWITH
- _ENTERCODE
- in file global.php, constant _ENTERCODE
- _ENTEREMAIL
- in file global.php, constant _ENTEREMAIL
- _ENTERIMGPOS
- in file global.php, constant _ENTERIMGPOS
- _ENTERIMGURL
- in file global.php, constant _ENTERIMGURL
- _ENTERQUOTE
- in file global.php, constant _ENTERQUOTE
- _ENTERTEXTBOX
- in file global.php, constant _ENTERTEXTBOX
- _ENTERURL
- in file global.php, constant _ENTERURL
- _ENTERWEBTITLE
- in file global.php, constant _ENTERWEBTITLE
- _ERRORIMGPOS
- in file global.php, constant _ERRORIMGPOS
- _ERRORS
- in file global.php, constant _ERRORS
- _ER_UP_ERROROCCURRED
- in file uploader.php, constant _ER_UP_ERROROCCURRED
- _ER_UP_ERRORSRETURNED
- in file uploader.php, constant _ER_UP_ERRORSRETURNED
- _ER_UP_FAILEDFETCHIMAGESIZE
- in file uploader.php, constant _ER_UP_FAILEDFETCHIMAGESIZE
- _ER_UP_FAILEDOPENDIR
- in file uploader.php, constant _ER_UP_FAILEDOPENDIR
- _ER_UP_FAILEDOPENDIRWRITE
- in file uploader.php, constant _ER_UP_FAILEDOPENDIRWRITE
- _ER_UP_FAILEDSAVEFILE
- in file uploader.php, constant _ER_UP_FAILEDSAVEFILE
- _ER_UP_FAILEDUPLOADFILE
- in file uploader.php, constant _ER_UP_FAILEDUPLOADFILE
- _ER_UP_FILEHEIGHTTOOLARGE
- in file uploader.php, constant _ER_UP_FILEHEIGHTTOOLARGE
- _ER_UP_FILENAMEEMPTY
- in file uploader.php, constant _ER_UP_FILENAMEEMPTY
- _ER_UP_FILENOTFOUND
- in file uploader.php, constant _ER_UP_FILENOTFOUND
- _ER_UP_FILESIZETOOLARGE
- in file uploader.php, constant _ER_UP_FILESIZETOOLARGE
- _ER_UP_FILEWIDTHTOOLARGE
- in file uploader.php, constant _ER_UP_FILEWIDTHTOOLARGE
- _ER_UP_INVALIDFILENAME
- in file uploader.php, constant _ER_UP_INVALIDFILENAME
- _ER_UP_INVALIDFILESIZE
- in file uploader.php, constant _ER_UP_INVALIDFILESIZE
- _ER_UP_INVALIDIMAGEFILE
- in file uploader.php, constant _ER_UP_INVALIDIMAGEFILE
- _ER_UP_MIMETYPELOAD
- in file uploader.php, constant _ER_UP_MIMETYPELOAD
- _ER_UP_MIMETYPENOTALLOWED
- in file uploader.php, constant _ER_UP_MIMETYPENOTALLOWED
- _ER_UP_NOFILEUPLOADED
- in file uploader.php, constant _ER_UP_NOFILEUPLOADED
- _ER_UP_SUSPICIOUSREFUSED
- in file uploader.php, constant _ER_UP_SUSPICIOUSREFUSED
- _ER_UP_UNKNOWNFILETYPEREJECTED
- in file uploader.php, constant _ER_UP_UNKNOWNFILETYPEREJECTED
- _ER_UP_UPLOADDIRNOTSET
- in file uploader.php, constant _ER_UP_UPLOADDIRNOTSET
- _eval
- in file Smarty.class.php, method Smarty::_eval()
wrapper for eval() retaining $this
- _EXAMPLE
- in file global.php, constant _EXAMPLE
- _expandlinks
- in file snoopy.php, method Snoopy::_expandlinks()
- _expand_quoted_text
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_expand_quoted_text()
expand quoted text with embedded variables
- _FAILFETCHIMG
- in file global.php, constant _FAILFETCHIMG
- _FAILSAVEIMG
- in file global.php, constant _FAILSAVEIMG
- _FETCHING
- in file global.php, constant _FETCHING
- _fetch_resource_info
- in file Smarty.class.php, method Smarty::_fetch_resource_info()
fetch the template info. Gets timestamp, and source if get_source is true
- _FLAT
- in file global.php, constant _FLAT
- _FONT
- in file global.php, constant _FONT
- _FORM_ENTER
- in file global.php, constant _FORM_ENTER
- _getPostFields
- in file xmlrpcapi.php, method XoopsXmlRpcApi::_getPostFields()
- _getTagCdata
- in file xmlrpcapi.php, method XoopsXmlRpcApi::_getTagCdata()
- _getXoopsApi
- in file xmlrpcapi.php, method XoopsXmlRpcApi::_getXoopsApi()
- _getXoopsTagMap
- in file xmlrpcapi.php, method XoopsXmlRpcApi::_getXoopsTagMap()
- _get_auto_filename
- in file Smarty.class.php, method Smarty::_get_auto_filename()
get a concrete filename for automagically created content
- _get_auto_id
- in file Smarty.class.php, method Smarty::_get_auto_id()
returns an auto_id for auto-file-functions
- _get_compile_path
- in file Smarty.class.php, method Smarty::_get_compile_path()
Get the compile path for this resource
- _get_plugin_filepath
- in file Smarty.class.php, method Smarty::_get_plugin_filepath()
get filepath of requested plugin
- _GO
- in file global.php, constant _GO
- _GUESTS
- in file global.php, constant _GUESTS
- _HOUR
- in file global.php, constant _HOUR
- _HOURS
- in file global.php, constant _HOURS
- _httprequest
- in file snoopy.php, method Snoopy::_httprequest()
- _httpsrequest
- in file snoopy.php, method Snoopy::_httpsrequest()
- _IFNOTRELOAD
- in file global.php, constant _IFNOTRELOAD
- _IMAGE
- in file global.php, constant _IMAGE
- _IMAGECAT
- in file global.php, constant _IMAGECAT
- _IMAGEFILE
- in file global.php, constant _IMAGEFILE
- _IMAGEMIME
- in file global.php, constant _IMAGEMIME
- _IMAGENAME
- in file global.php, constant _IMAGENAME
- _IMGDISPLAY
- in file global.php, constant _IMGDISPLAY
- _IMGMANAGER
- in file global.php, constant _IMGMANAGER
- _IMGMAXHEIGHT
- in file global.php, constant _IMGMAXHEIGHT
- _IMGMAXSIZE
- in file global.php, constant _IMGMAXSIZE
- _IMGMAXWIDTH
- in file global.php, constant _IMGMAXWIDTH
- _IMGPOSRORL
- in file global.php, constant _IMGPOSRORL
- _IMGWEIGHT
- in file global.php, constant _IMGWEIGHT
- _include
- in file Smarty.class.php, method Smarty::_include()
wrapper for include() retaining $this
- _INFO
- in file global.php, constant _INFO
- _INSTALL_ANON
- in file install2.php, constant _INSTALL_ANON
- _INSTALL_ANONUSERS
- in file install2.php, constant _INSTALL_ANONUSERS
- _INSTALL_ANONUSERSD
- in file install2.php, constant _INSTALL_ANONUSERSD
- _INSTALL_CHARSET
- in file install.php, constant _INSTALL_CHARSET
- _INSTALL_DISCLMR
- in file install2.php, constant _INSTALL_DISCLMR
- _INSTALL_L0
- in file install.php, constant _INSTALL_L0
- _INSTALL_L1
- in file install.php, constant _INSTALL_L1
- _INSTALL_L2
- in file install.php, constant _INSTALL_L2
- _INSTALL_L3
- in file install.php, constant _INSTALL_L3
- _INSTALL_L4
- in file install.php, constant _INSTALL_L4
- _INSTALL_L5
- in file install.php, constant _INSTALL_L5
- _INSTALL_L6
- in file install.php, constant _INSTALL_L6
- _INSTALL_L7
- in file install.php, constant _INSTALL_L7
- _INSTALL_L8
- in file install.php, constant _INSTALL_L8
- _INSTALL_L9
- in file install.php, constant _INSTALL_L9
- _INSTALL_L10
- in file install.php, constant _INSTALL_L10
- _INSTALL_L11
- in file install.php, constant _INSTALL_L11
- _INSTALL_L12
- in file install.php, constant _INSTALL_L12
- _INSTALL_L13
- in file install.php, constant _INSTALL_L13
- _INSTALL_L14
- in file install.php, constant _INSTALL_L14
- _INSTALL_L15
- in file install.php, constant _INSTALL_L15
- _INSTALL_L16
- in file install.php, constant _INSTALL_L16
- _INSTALL_L17
- in file install.php, constant _INSTALL_L17
- _INSTALL_L18
- in file install.php, constant _INSTALL_L18
- _INSTALL_L19
- in file install.php, constant _INSTALL_L19
- _INSTALL_L20
- in file install.php, constant _INSTALL_L20
- _INSTALL_L21
- in file install.php, constant _INSTALL_L21
- _INSTALL_L22
- in file install.php, constant _INSTALL_L22
- _INSTALL_L23
- in file install.php, constant _INSTALL_L23
- _INSTALL_L24
- in file install.php, constant _INSTALL_L24
- _INSTALL_L25
- in file install.php, constant _INSTALL_L25
- _INSTALL_L26
- in file install.php, constant _INSTALL_L26
- _INSTALL_L27
- in file install.php, constant _INSTALL_L27
- _INSTALL_L28
- in file install.php, constant _INSTALL_L28
- _INSTALL_L29
- in file install.php, constant _INSTALL_L29
- _INSTALL_L30
- in file install.php, constant _INSTALL_L30
- _INSTALL_L31
- in file install.php, constant _INSTALL_L31
- _INSTALL_L32
- in file install.php, constant _INSTALL_L32
- _INSTALL_L33
- in file install.php, constant _INSTALL_L33
- _INSTALL_L35
- in file install.php, constant _INSTALL_L35
- _INSTALL_L36
- in file install.php, constant _INSTALL_L36
- _INSTALL_L37
- in file install.php, constant _INSTALL_L37
- _INSTALL_L38
- in file install.php, constant _INSTALL_L38
- _INSTALL_L39
- in file install.php, constant _INSTALL_L39
- _INSTALL_L40
- in file install.php, constant _INSTALL_L40
- _INSTALL_L41
- in file install.php, constant _INSTALL_L41
- _INSTALL_L42
- in file install.php, constant _INSTALL_L42
- _INSTALL_L43
- in file install.php, constant _INSTALL_L43
- _INSTALL_L44
- in file install.php, constant _INSTALL_L44
- _INSTALL_L45
- in file install.php, constant _INSTALL_L45
- _INSTALL_L46
- in file install.php, constant _INSTALL_L46
- _INSTALL_L47
- in file install.php, constant _INSTALL_L47
- _INSTALL_L51
- in file install.php, constant _INSTALL_L51
- _INSTALL_L52
- in file install.php, constant _INSTALL_L52
- _INSTALL_L53
- in file install.php, constant _INSTALL_L53
- _INSTALL_L54
- in file install.php, constant _INSTALL_L54
- _INSTALL_L55
- in file install.php, constant _INSTALL_L55
- _INSTALL_L56
- in file install.php, constant _INSTALL_L56
- _INSTALL_L57
- in file install.php, constant _INSTALL_L57
- _INSTALL_L58
- in file install.php, constant _INSTALL_L58
- _INSTALL_L59
- in file install.php, constant _INSTALL_L59
- _INSTALL_L60
- in file install.php, constant _INSTALL_L60
- _INSTALL_L61
- in file install.php, constant _INSTALL_L61
- _INSTALL_L62
- in file install.php, constant _INSTALL_L62
- _INSTALL_L63
- in file install.php, constant _INSTALL_L63
- _INSTALL_L64
- in file install.php, constant _INSTALL_L64
- _INSTALL_L65
- in file install.php, constant _INSTALL_L65
- _INSTALL_L66
- in file install.php, constant _INSTALL_L66
- _INSTALL_L67
- in file install.php, constant _INSTALL_L67
- _INSTALL_L68
- in file install.php, constant _INSTALL_L68
- _INSTALL_L69
- in file install.php, constant _INSTALL_L69
- _INSTALL_L70
- in file install.php, constant _INSTALL_L70
- _INSTALL_L72
- in file install.php, constant _INSTALL_L72
- _INSTALL_L73
- in file install.php, constant _INSTALL_L73
- _INSTALL_L74
- in file install.php, constant _INSTALL_L74
- _INSTALL_L80
- in file install.php, constant _INSTALL_L80
- _INSTALL_L81
- in file install.php, constant _INSTALL_L81
- _INSTALL_L82
- in file install.php, constant _INSTALL_L82
- _INSTALL_L83
- in file install.php, constant _INSTALL_L83
- _INSTALL_L84
- in file install.php, constant _INSTALL_L84
- _INSTALL_L85
- in file install.php, constant _INSTALL_L85
- _INSTALL_L86
- in file install.php, constant _INSTALL_L86
- _INSTALL_L87
- in file install.php, constant _INSTALL_L87
- _INSTALL_L88
- in file install.php, constant _INSTALL_L88
- _INSTALL_L89
- in file install.php, constant _INSTALL_L89
- _INSTALL_L90
- in file install.php, constant _INSTALL_L90
- _INSTALL_L91
- in file install.php, constant _INSTALL_L91
- _INSTALL_L92
- in file install.php, constant _INSTALL_L92
- _INSTALL_L93
- in file install.php, constant _INSTALL_L93
- _INSTALL_L94
- in file install.php, constant _INSTALL_L94
- _INSTALL_L95
- in file install.php, constant _INSTALL_L95
- _INSTALL_L96
- in file install.php, constant _INSTALL_L96
- _INSTALL_L97
- in file install.php, constant _INSTALL_L97
- _INSTALL_L99
- in file install.php, constant _INSTALL_L99
- _INSTALL_L100
- in file install.php, constant _INSTALL_L100
- _INSTALL_L101
- in file install.php, constant _INSTALL_L101
- _INSTALL_L102
- in file install.php, constant _INSTALL_L102
- _INSTALL_L103
- in file install.php, constant _INSTALL_L103
- _INSTALL_L104
- in file install.php, constant _INSTALL_L104
- _INSTALL_L105
- in file install.php, constant _INSTALL_L105
- _INSTALL_L106
- in file install.php, constant _INSTALL_L106
- _INSTALL_L107
- in file install.php, constant _INSTALL_L107
- _INSTALL_L108
- in file install.php, constant _INSTALL_L108
- _INSTALL_L109
- in file install.php, constant _INSTALL_L109
- _INSTALL_L110
- in file install.php, constant _INSTALL_L110
- _INSTALL_L111
- in file install.php, constant _INSTALL_L111
- _INSTALL_L112
- in file install.php, constant _INSTALL_L112
- _INSTALL_L113
- in file install.php, constant _INSTALL_L113
- _INSTALL_L114
- in file install.php, constant _INSTALL_L114
- _INSTALL_L115
- in file install.php, constant _INSTALL_L115
- _INSTALL_L116
- in file install.php, constant _INSTALL_L116
- _INSTALL_L117
- in file install.php, constant _INSTALL_L117
- _INSTALL_L118
- in file install.php, constant _INSTALL_L118
- _INSTALL_L119
- in file install.php, constant _INSTALL_L119
- _INSTALL_L120
- in file install.php, constant _INSTALL_L120
- _INSTALL_L121
- in file install.php, constant _INSTALL_L121
- _INSTALL_L122
- in file install.php, constant _INSTALL_L122
- _INSTALL_L123
- in file install.php, constant _INSTALL_L123
- _INSTALL_L124
- in file install.php, constant _INSTALL_L124
- _INSTALL_L125
- in file install.php, constant _INSTALL_L125
- _INSTALL_L126
- in file install.php, constant _INSTALL_L126
- _INSTALL_L127
- in file install.php, constant _INSTALL_L127
- _INSTALL_L128
- in file index.php, constant _INSTALL_L128
- _INSTALL_L130
- in file install.php, constant _INSTALL_L130
- _INSTALL_L131
- in file install.php, constant _INSTALL_L131
- _INSTALL_L132
- in file install.php, constant _INSTALL_L132
- _INSTALL_L133
- in file install.php, constant _INSTALL_L133
- _INSTALL_L134
- in file install.php, constant _INSTALL_L134
- _INSTALL_L135
- in file install.php, constant _INSTALL_L135
- _INSTALL_L136
- in file install.php, constant _INSTALL_L136
- _INSTALL_L137
- in file install.php, constant _INSTALL_L137
- _INSTALL_L138
- in file install.php, constant _INSTALL_L138
- _INSTALL_L139
- in file install.php, constant _INSTALL_L139
- _INSTALL_L140
- in file install.php, constant _INSTALL_L140
- _INSTALL_L141
- in file install.php, constant _INSTALL_L141
- _INSTALL_L142
- in file install.php, constant _INSTALL_L142
- _INSTALL_L143
- in file install.php, constant _INSTALL_L143
- _INSTALL_L144
- in file install.php, constant _INSTALL_L144
- _INSTALL_L145
- in file install.php, constant _INSTALL_L145
- _INSTALL_L146
- in file install.php, constant _INSTALL_L146
- _INSTALL_L147
- in file install.php, constant _INSTALL_L147
- _INSTALL_L148
- in file install.php, constant _INSTALL_L148
- _INSTALL_L149
- in file install.php, constant _INSTALL_L149
- _INSTALL_L150
- in file install.php, constant _INSTALL_L150
- _INSTALL_L151
- in file install.php, constant _INSTALL_L151
- _INSTALL_L152
- in file install.php, constant _INSTALL_L152
- _INSTALL_L153
- in file install.php, constant _INSTALL_L153
- _INSTALL_L154
- in file install.php, constant _INSTALL_L154
- _INSTALL_L155
- in file install.php, constant _INSTALL_L155
- _INSTALL_L156
- in file install.php, constant _INSTALL_L156
- _INSTALL_L157
- in file install.php, constant _INSTALL_L157
- _INSTALL_L158
- in file install.php, constant _INSTALL_L158
- _INSTALL_L159
- in file install.php, constant _INSTALL_L159
- _INSTALL_L160
- in file install.php, constant _INSTALL_L160
- _INSTALL_L161
- in file install.php, constant _INSTALL_L161
- _INSTALL_L162
- in file install.php, constant _INSTALL_L162
- _INSTALL_L163
- in file install.php, constant _INSTALL_L163
- _INSTALL_L164
- in file install.php, constant _INSTALL_L164
- _INSTALL_L165
- in file install.php, constant _INSTALL_L165
- _INSTALL_L200
- in file install.php, constant _INSTALL_L200
- _INSTALL_REGUSERS
- in file install2.php, constant _INSTALL_REGUSERS
- _INSTALL_REGUSERSD
- in file install2.php, constant _INSTALL_REGUSERSD
- _INSTALL_WEBMASTER
- in file install2.php, constant _INSTALL_WEBMASTER
- _INSTALL_WEBMASTERD
- in file install2.php, constant _INSTALL_WEBMASTERD
- _is_compiled
- in file Smarty.class.php, method Smarty::_is_compiled()
test if resource needs compiling
- _LANGCODE
- in file global.php, constant _LANGCODE
- _LEFT
- in file global.php, constant _LEFT
- _LIST
- in file global.php, constant _LIST
- _load_filters
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_load_filters()
load pre- and post-filters
- _LOGIN
- in file global.php, constant _LOGIN
- _LOGOUT
- in file global.php, constant _LOGOUT
- _MAIL_FAILOPTPL
- in file mail.php, constant _MAIL_FAILOPTPL
- _MAIL_FEMAILNG
- in file mail.php, constant _MAIL_FEMAILNG
- _MAIL_FNAMENG
- in file mail.php, constant _MAIL_FNAMENG
- _MAIL_MAILGOOD
- in file mail.php, constant _MAIL_MAILGOOD
- _MAIL_MSGBODY
- in file mail.php, constant _MAIL_MSGBODY
- _MAIL_PMGOOD
- in file mail.php, constant _MAIL_PMGOOD
- _MAIL_SENDMAILNG
- in file mail.php, constant _MAIL_SENDMAILNG
- _MAIL_SENDPMNG
- in file mail.php, constant _MAIL_SENDPMNG
- _MAIN
- in file global.php, constant _MAIN
- _MANUAL
- in file global.php, constant _MANUAL
- _MATCHES
- in file global.php, constant _MATCHES
- _MA_USER_ACTUS
- in file findusers.php, constant _MA_USER_ACTUS
- _MA_USER_ADD_SELECTED
- in file findusers.php, constant _MA_USER_ADD_SELECTED
- _MA_USER_AIM
- in file findusers.php, constant _MA_USER_AIM
- _MA_USER_ASC
- in file findusers.php, constant _MA_USER_ASC
- _MA_USER_AVATAR
- in file findusers.php, constant _MA_USER_AVATAR
- _MA_USER_BOTH
- in file findusers.php, constant _MA_USER_BOTH
- _MA_USER_DESC
- in file findusers.php, constant _MA_USER_DESC
- _MA_USER_EMAIL
- in file findusers.php, constant _MA_USER_EMAIL
- _MA_USER_FINDUS
- in file findusers.php, constant _MA_USER_FINDUS
- _MA_USER_GROUP
- in file findusers.php, constant _MA_USER_GROUP
- _MA_USER_HASAVATAR
- in file findusers.php, constant _MA_USER_HASAVATAR
- _MA_USER_ICQ
- in file findusers.php, constant _MA_USER_ICQ
- _MA_USER_INACTUS
- in file findusers.php, constant _MA_USER_INACTUS
- _MA_USER_INTEREST
- in file findusers.php, constant _MA_USER_INTEREST
- _MA_USER_LASTLOGIN
- in file findusers.php, constant _MA_USER_LASTLOGIN
- _MA_USER_LEVEL
- in file findusers.php, constant _MA_USER_LEVEL
- _MA_USER_LEVEL_ACTIVE
- in file findusers.php, constant _MA_USER_LEVEL_ACTIVE
- _MA_USER_LEVEL_DISABLED
- in file findusers.php, constant _MA_USER_LEVEL_DISABLED
- _MA_USER_LEVEL_INACTIVE
- in file findusers.php, constant _MA_USER_LEVEL_INACTIVE
- _MA_USER_LIMIT
- in file findusers.php, constant _MA_USER_LIMIT
- _MA_USER_LOCATION
- in file findusers.php, constant _MA_USER_LOCATION
- _MA_USER_MAILNG
- in file findusers.php, constant _MA_USER_MAILNG
- _MA_USER_MAILOK
- in file findusers.php, constant _MA_USER_MAILOK
- _MA_USER_MODE_ADVANCED
- in file findusers.php, constant _MA_USER_MODE_ADVANCED
- _MA_USER_MODE_QUERY
- in file findusers.php, constant _MA_USER_MODE_QUERY
- _MA_USER_MODE_SIMPLE
- in file findusers.php, constant _MA_USER_MODE_SIMPLE
- _MA_USER_MORE
- in file findusers.php, constant _MA_USER_MORE
- _MA_USER_MSNM
- in file findusers.php, constant _MA_USER_MSNM
- _MA_USER_NEXT
- in file findusers.php, constant _MA_USER_NEXT
- _MA_USER_NOFOUND
- in file findusers.php, constant _MA_USER_NOFOUND
- _MA_USER_NOUSERSELECTED
- in file findusers.php, constant _MA_USER_NOUSERSELECTED
- _MA_USER_OCCUPATION
- in file findusers.php, constant _MA_USER_OCCUPATION
- _MA_USER_ORDER
- in file findusers.php, constant _MA_USER_ORDER
- _MA_USER_POSTS
- in file findusers.php, constant _MA_USER_POSTS
- _MA_USER_PREVIOUS
- in file findusers.php, constant _MA_USER_PREVIOUS
- _MA_USER_QUERY
- in file findusers.php, constant _MA_USER_QUERY
- _MA_USER_RANGE_LAST_LOGIN
- in file findusers.php, constant _MA_USER_RANGE_LAST_LOGIN
- _MA_USER_RANGE_POSTS
- in file findusers.php, constant _MA_USER_RANGE_POSTS
- _MA_USER_RANGE_USER_REGDATE
- in file findusers.php, constant _MA_USER_RANGE_USER_REGDATE
- _MA_USER_RANK
- in file findusers.php, constant _MA_USER_RANK
- _MA_USER_REALNAME
- in file findusers.php, constant _MA_USER_REALNAME
- _MA_USER_REGDATE
- in file findusers.php, constant _MA_USER_REGDATE
- _MA_USER_REMOVE
- in file findusers.php, constant _MA_USER_REMOVE
- _MA_USER_RESULTS
- in file findusers.php, constant _MA_USER_RESULTS
- _MA_USER_SEARCHAGAIN
- in file findusers.php, constant _MA_USER_SEARCHAGAIN
- _MA_USER_SHOWMAILOK
- in file findusers.php, constant _MA_USER_SHOWMAILOK
- _MA_USER_SORT
- in file findusers.php, constant _MA_USER_SORT
- _MA_USER_UNAME
- in file findusers.php, constant _MA_USER_UNAME
- _MA_USER_URLC
- in file findusers.php, constant _MA_USER_URLC
- _MA_USER_USERADDED
- in file findusers.php, constant _MA_USER_USERADDED
- _MA_USER_USERSFOUND
- in file findusers.php, constant _MA_USER_USERSFOUND
- _MA_USER_YIM
- in file findusers.php, constant _MA_USER_YIM
- _MB_SYSTEM_ADMENU
- in file blocks.php, constant _MB_SYSTEM_ADMENU
- _MB_SYSTEM_ADVS
- in file blocks.php, constant _MB_SYSTEM_ADVS
- _MB_SYSTEM_BFLS
- in file blocks.php, constant _MB_SYSTEM_BFLS
- _MB_SYSTEM_BLNK
- in file blocks.php, constant _MB_SYSTEM_BLNK
- _MB_SYSTEM_COMPEND
- in file blocks.php, constant _MB_SYSTEM_COMPEND
- _MB_SYSTEM_DISPLAY
- in file blocks.php, constant _MB_SYSTEM_DISPLAY
- _MB_SYSTEM_DISPLAYA
- in file blocks.php, constant _MB_SYSTEM_DISPLAYA
- _MB_SYSTEM_DISPLAYC
- in file blocks.php, constant _MB_SYSTEM_DISPLAYC
- _MB_SYSTEM_EACNT
- in file blocks.php, constant _MB_SYSTEM_EACNT
- _MB_SYSTEM_HOME
- in file blocks.php, constant _MB_SYSTEM_HOME
- _MB_SYSTEM_INBOX
- in file blocks.php, constant _MB_SYSTEM_INBOX
- _MB_SYSTEM_LOGO
- in file blocks.php, constant _MB_SYSTEM_LOGO
- _MB_SYSTEM_LOUT
- in file blocks.php, constant _MB_SYSTEM_LOUT
- _MB_SYSTEM_LPASS
- in file blocks.php, constant _MB_SYSTEM_LPASS
- _MB_SYSTEM_MFLS
- in file blocks.php, constant _MB_SYSTEM_MFLS
- _MB_SYSTEM_MLNKS
- in file blocks.php, constant _MB_SYSTEM_MLNKS
- _MB_SYSTEM_NODISPGR
- in file blocks.php, constant _MB_SYSTEM_NODISPGR
- _MB_SYSTEM_NOTIF
- in file blocks.php, constant _MB_SYSTEM_NOTIF
- _MB_SYSTEM_NUMTHEME
- in file blocks.php, constant _MB_SYSTEM_NUMTHEME
- _MB_SYSTEM_PWHEIGHT
- in file blocks.php, constant _MB_SYSTEM_PWHEIGHT
- _MB_SYSTEM_PWWIDTH
- in file blocks.php, constant _MB_SYSTEM_PWWIDTH
- _MB_SYSTEM_RECO
- in file blocks.php, constant _MB_SYSTEM_RECO
- _MB_SYSTEM_RNOW
- in file blocks.php, constant _MB_SYSTEM_RNOW
- _MB_SYSTEM_SADMIN
- in file blocks.php, constant _MB_SYSTEM_SADMIN
- _MB_SYSTEM_SEARCH
- in file blocks.php, constant _MB_SYSTEM_SEARCH
- _MB_SYSTEM_SECURE
- in file blocks.php, constant _MB_SYSTEM_SECURE
- _MB_SYSTEM_SEMTO
- in file blocks.php, constant _MB_SYSTEM_SEMTO
- _MB_SYSTEM_SPMTO
- in file blocks.php, constant _MB_SYSTEM_SPMTO
- _MB_SYSTEM_SUBMS
- in file blocks.php, constant _MB_SYSTEM_SUBMS
- _MB_SYSTEM_THSHOW
- in file blocks.php, constant _MB_SYSTEM_THSHOW
- _MB_SYSTEM_THWIDTH
- in file blocks.php, constant _MB_SYSTEM_THWIDTH
- _MB_SYSTEM_VACNT
- in file blocks.php, constant _MB_SYSTEM_VACNT
- _MB_SYSTEM_WDLS
- in file blocks.php, constant _MB_SYSTEM_WDLS
- _MB_SYSTEM_WLNKS
- in file blocks.php, constant _MB_SYSTEM_WLNKS
- _MD_ACTION
- in file tplsets.php, constant _MD_ACTION
- _MD_ADDAVT
- in file avatars.php, constant _MD_ADDAVT
- _MD_ADDIMGCAT
- in file images.php, constant _MD_ADDIMGCAT
- _MD_ADDSKINIMG
- in file tplsets.php, constant _MD_ADDSKINIMG
- _MD_AM_ACTED
- in file modulesadmin.php, constant _MD_AM_ACTED
- _MD_AM_ACTION
- in file modulesadmin.php, constant _MD_AM_ACTION
- _MD_AM_ACTIVATE
- in file modulesadmin.php, constant _MD_AM_ACTIVATE
- _MD_AM_ACTIVE
- in file modulesadmin.php, constant _MD_AM_ACTIVE
- _MD_AM_ACTVGROUP
- in file preferences.php, constant _MD_AM_ACTVGROUP
- _MD_AM_ACTVGROUPDSC
- in file preferences.php, constant _MD_AM_ACTVGROUPDSC
- _MD_AM_ACTVTYPE
- in file preferences.php, constant _MD_AM_ACTVTYPE
- _MD_AM_ADGS
- in file admin.php, constant _MD_AM_ADGS
- _MD_AM_ADMINACTV
- in file preferences.php, constant _MD_AM_ADMINACTV
- _MD_AM_ADMINML
- in file preferences.php, constant _MD_AM_ADMINML
- _MD_AM_ADMNOTSET
- in file preferences.php, constant _MD_AM_ADMNOTSET
- _MD_AM_ALEXISTS
- in file modulesadmin.php, constant _MD_AM_ALEXISTS
- _MD_AM_ALLMODS
- in file comments.php, constant _MD_AM_ALLMODS
- _MD_AM_ALLOWHTML
- in file preferences.php, constant _MD_AM_ALLOWHTML
- _MD_AM_ALLOWIMAGE
- in file preferences.php, constant _MD_AM_ALLOWIMAGE
- _MD_AM_ALLOWREG
- in file preferences.php, constant _MD_AM_ALLOWREG
- _MD_AM_ALLOWREGDSC
- in file preferences.php, constant _MD_AM_ALLOWREGDSC
- _MD_AM_ALLOWTHEME
- in file preferences.php, constant _MD_AM_ALLOWTHEME
- _MD_AM_ALLSTATUS
- in file comments.php, constant _MD_AM_ALLSTATUS
- _MD_AM_ALLWCHGMAIL
- in file preferences.php, constant _MD_AM_ALLWCHGMAIL
- _MD_AM_ALLWCHGMAILDSC
- in file preferences.php, constant _MD_AM_ALLWCHGMAILDSC
- _MD_AM_ALWDHTML
- in file preferences.php, constant _MD_AM_ALWDHTML
- _MD_AM_ANONNAME
- in file preferences.php, constant _MD_AM_ANONNAME
- _MD_AM_AUTHENTICATION
- in file preferences.php, constant _MD_AM_AUTHENTICATION
- _MD_AM_AUTHMETHOD
- in file preferences.php, constant _MD_AM_AUTHMETHOD
- _MD_AM_AUTHMETHODDESC
- in file preferences.php, constant _MD_AM_AUTHMETHODDESC
- _MD_AM_AUTH_CONFOPTION_AD
- in file preferences.php, constant _MD_AM_AUTH_CONFOPTION_AD
- _MD_AM_AUTH_CONFOPTION_LDAP
- in file preferences.php, constant _MD_AM_AUTH_CONFOPTION_LDAP
- _MD_AM_AUTH_CONFOPTION_XOOPS
- in file preferences.php, constant _MD_AM_AUTH_CONFOPTION_XOOPS
- _MD_AM_AUTOACTV
- in file preferences.php, constant _MD_AM_AUTOACTV
- _MD_AM_AVATARALLOW
- in file preferences.php, constant _MD_AM_AVATARALLOW
- _MD_AM_AVATARCONF
- in file preferences.php, constant _MD_AM_AVATARCONF
- _MD_AM_AVATARH
- in file preferences.php, constant _MD_AM_AVATARH
- _MD_AM_AVATARMAX
- in file preferences.php, constant _MD_AM_AVATARMAX
- _MD_AM_AVATARMP
- in file preferences.php, constant _MD_AM_AVATARMP
- _MD_AM_AVATARMPDSC
- in file preferences.php, constant _MD_AM_AVATARMPDSC
- _MD_AM_AVATARS
- in file admin.php, constant _MD_AM_AVATARS
- _MD_AM_AVATARW
- in file preferences.php, constant _MD_AM_AVATARW
- _MD_AM_BADEMAILS
- in file preferences.php, constant _MD_AM_BADEMAILS
- _MD_AM_BADEMAILSDSC
- in file preferences.php, constant _MD_AM_BADEMAILSDSC
- _MD_AM_BADIPS
- in file preferences.php, constant _MD_AM_BADIPS
- _MD_AM_BADIPSDSC
- in file preferences.php, constant _MD_AM_BADIPSDSC
- _MD_AM_BADUNAMES
- in file preferences.php, constant _MD_AM_BADUNAMES
- _MD_AM_BADUNAMESDSC
- in file preferences.php, constant _MD_AM_BADUNAMESDSC
- _MD_AM_BANNERS
- in file preferences.php, constant _MD_AM_BANNERS
- _MD_AM_BANS
- in file admin.php, constant _MD_AM_BANS
- _MD_AM_BKAD
- in file admin.php, constant _MD_AM_BKAD
- _MD_AM_BTOMADMIN
- in file modulesadmin.php, constant _MD_AM_BTOMADMIN
- _MD_AM_BTOTADMIN
- in file tplsets.php, constant _MD_AM_BTOTADMIN
- _MD_AM_CANCEL
- in file modulesadmin.php, constant _MD_AM_CANCEL
- _MD_AM_CENSOR
- in file preferences.php, constant _MD_AM_CENSOR
- _MD_AM_CENSORRPLC
- in file preferences.php, constant _MD_AM_CENSORRPLC
- _MD_AM_CENSORRPLCDSC
- in file preferences.php, constant _MD_AM_CENSORRPLCDSC
- _MD_AM_CENSORWRD
- in file preferences.php, constant _MD_AM_CENSORWRD
- _MD_AM_CENSORWRDDSC
- in file preferences.php, constant _MD_AM_CENSORWRDDSC
- _MD_AM_CHNGUTHEME
- in file preferences.php, constant _MD_AM_CHNGUTHEME
- _MD_AM_CLOSESITE
- in file preferences.php, constant _MD_AM_CLOSESITE
- _MD_AM_CLOSESITEDSC
- in file preferences.php, constant _MD_AM_CLOSESITEDSC
- _MD_AM_CLOSESITEOK
- in file preferences.php, constant _MD_AM_CLOSESITEOK
- _MD_AM_CLOSESITEOKDSC
- in file preferences.php, constant _MD_AM_CLOSESITEOKDSC
- _MD_AM_CLOSESITETXT
- in file preferences.php, constant _MD_AM_CLOSESITETXT
- _MD_AM_CLOSESITETXTDSC
- in file preferences.php, constant _MD_AM_CLOSESITETXTDSC
- _MD_AM_COMFOUND
- in file comments.php, constant _MD_AM_COMFOUND
- _MD_AM_COMMENTS
- in file admin.php, constant _MD_AM_COMMENTS
- _MD_AM_COMMMAN
- in file comments.php, constant _MD_AM_COMMMAN
- _MD_AM_COMMODE
- in file preferences.php, constant _MD_AM_COMMODE
- _MD_AM_COMORDER
- in file preferences.php, constant _MD_AM_COMORDER
- _MD_AM_CONFIG
- in file admin.php, constant _MD_AM_CONFIG
- _MD_AM_DBUPDATE
- in file modulesadmin.php, constant _MD_AM_DBUPDATE
- _MD_AM_DBUPDATED
- in file admin.php, constant _MD_AM_DBUPDATED
- _MD_AM_DEACTED
- in file modulesadmin.php, constant _MD_AM_DEACTED
- _MD_AM_DEACTIVATE
- in file modulesadmin.php, constant _MD_AM_DEACTIVATE
- _MD_AM_DEACTIVATED
- in file modulesadmin.php, constant _MD_AM_DEACTIVATED
- _MD_AM_DEBUGMODE
- in file preferences.php, constant _MD_AM_DEBUGMODE
- _MD_AM_DEBUGMODE0
- in file preferences.php, constant _MD_AM_DEBUGMODE0
- _MD_AM_DEBUGMODE1
- in file preferences.php, constant _MD_AM_DEBUGMODE1
- _MD_AM_DEBUGMODE2
- in file preferences.php, constant _MD_AM_DEBUGMODE2
- _MD_AM_DEBUGMODE3
- in file preferences.php, constant _MD_AM_DEBUGMODE3
- _MD_AM_DEBUGMODEDSC
- in file preferences.php, constant _MD_AM_DEBUGMODEDSC
- _MD_AM_DEFAULTTZ
- in file preferences.php, constant _MD_AM_DEFAULTTZ
- _MD_AM_DEPREBLKS
- in file modulesadmin.php, constant _MD_AM_DEPREBLKS
- _MD_AM_DOBADIPS
- in file preferences.php, constant _MD_AM_DOBADIPS
- _MD_AM_DOBADIPSDSC
- in file preferences.php, constant _MD_AM_DOBADIPSDSC
- _MD_AM_DOCENSOR
- in file preferences.php, constant _MD_AM_DOCENSOR
- _MD_AM_DOCENSORDSC
- in file preferences.php, constant _MD_AM_DOCENSORDSC
- _MD_AM_DONTCHNG
- in file preferences.php, constant _MD_AM_DONTCHNG
- _MD_AM_DOSEARCH
- in file preferences.php, constant _MD_AM_DOSEARCH
- _MD_AM_DOSEARCHDSC
- in file preferences.php, constant _MD_AM_DOSEARCHDSC
- _MD_AM_DSPDSCLMR
- in file preferences.php, constant _MD_AM_DSPDSCLMR
- _MD_AM_DSPDSCLMRDSC
- in file preferences.php, constant _MD_AM_DSPDSCLMRDSC
- _MD_AM_DTHEME
- in file preferences.php, constant _MD_AM_DTHEME
- _MD_AM_DTPLSET
- in file preferences.php, constant _MD_AM_DTPLSET
- _MD_AM_DUPEN
- in file modulesadmin.php, constant _MD_AM_DUPEN
- _MD_AM_ERRORSC
- in file modulesadmin.php, constant _MD_AM_ERRORSC
- _MD_AM_ERRTHEME
- in file tplsets.php, constant _MD_AM_ERRTHEME
- _MD_AM_FAILACT
- in file modulesadmin.php, constant _MD_AM_FAILACT
- _MD_AM_FAILDEACT
- in file modulesadmin.php, constant _MD_AM_FAILDEACT
- _MD_AM_FAILINS
- in file modulesadmin.php, constant _MD_AM_FAILINS
- _MD_AM_FAILORDER
- in file modulesadmin.php, constant _MD_AM_FAILORDER
- _MD_AM_FAILUNINS
- in file modulesadmin.php, constant _MD_AM_FAILUNINS
- _MD_AM_FAILUPD
- in file modulesadmin.php, constant _MD_AM_FAILUPD
- _MD_AM_FAILWRITE
- in file modulesadmin.php, constant _MD_AM_FAILWRITE
- _MD_AM_FINDUSER
- in file admin.php, constant _MD_AM_FINDUSER
- _MD_AM_FOOTER
- in file preferences.php, constant _MD_AM_FOOTER
- _MD_AM_FOOTERDSC
- in file preferences.php, constant _MD_AM_FOOTERDSC
- _MD_AM_GENERAL
- in file preferences.php, constant _MD_AM_GENERAL
- _MD_AM_IFUCANT
- in file preferences.php, constant _MD_AM_IFUCANT
- _MD_AM_IMAGES
- in file admin.php, constant _MD_AM_IMAGES
- _MD_AM_INACTIVE
- in file modulesadmin.php, constant _MD_AM_INACTIVE
- _MD_AM_INDEXFOLLOW
- in file preferences.php, constant _MD_AM_INDEXFOLLOW
- _MD_AM_INDEXNOFOLLOW
- in file preferences.php, constant _MD_AM_INDEXNOFOLLOW
- _MD_AM_INSTALL
- in file modulesadmin.php, constant _MD_AM_INSTALL
- _MD_AM_INVLDMINPASS
- in file preferences.php, constant _MD_AM_INVLDMINPASS
- _MD_AM_INVLDSCOOK
- in file preferences.php, constant _MD_AM_INVLDSCOOK
- _MD_AM_INVLDSEXP
- in file preferences.php, constant _MD_AM_INVLDSEXP
- _MD_AM_INVLDUCOOK
- in file preferences.php, constant _MD_AM_INVLDUCOOK
- _MD_AM_IPBAN
- in file preferences.php, constant _MD_AM_IPBAN
- _MD_AM_LANGUAGE
- in file preferences.php, constant _MD_AM_LANGUAGE
- _MD_AM_LASTUP
- in file modulesadmin.php, constant _MD_AM_LASTUP
- _MD_AM_LDAP_BASE_DN
- in file preferences.php, constant _MD_AM_LDAP_BASE_DN
- _MD_AM_LDAP_BASE_DN_DESC
- in file preferences.php, constant _MD_AM_LDAP_BASE_DN_DESC
- _MD_AM_LDAP_DOMAIN_NAME
- in file preferences.php, constant _MD_AM_LDAP_DOMAIN_NAME
- _MD_AM_LDAP_DOMAIN_NAME_DESC
- in file preferences.php, constant _MD_AM_LDAP_DOMAIN_NAME_DESC
- _MD_AM_LDAP_FIELD_MAPPING_ATTR
- in file preferences.php, constant _MD_AM_LDAP_FIELD_MAPPING_ATTR
- _MD_AM_LDAP_FIELD_MAPPING_DESC
- in file preferences.php, constant _MD_AM_LDAP_FIELD_MAPPING_DESC
- _MD_AM_LDAP_FILTER_PERSON
- in file preferences.php, constant _MD_AM_LDAP_FILTER_PERSON
- _MD_AM_LDAP_FILTER_PERSON_DESC
- in file preferences.php, constant _MD_AM_LDAP_FILTER_PERSON_DESC
- _MD_AM_LDAP_GIVENNAME_ATTR
- in file preferences.php, constant _MD_AM_LDAP_GIVENNAME_ATTR
- _MD_AM_LDAP_GIVENNAME_ATTR_DSC
- in file preferences.php, constant _MD_AM_LDAP_GIVENNAME_ATTR_DSC
- _MD_AM_LDAP_LOGINLDAP_ATTR
- in file preferences.php, constant _MD_AM_LDAP_LOGINLDAP_ATTR
- _MD_AM_LDAP_LOGINLDAP_ATTR_D
- in file preferences.php, constant _MD_AM_LDAP_LOGINLDAP_ATTR_D
- _MD_AM_LDAP_LOGINNAME_ASDN
- in file preferences.php, constant _MD_AM_LDAP_LOGINNAME_ASDN
- _MD_AM_LDAP_LOGINNAME_ASDN_D
- in file preferences.php, constant _MD_AM_LDAP_LOGINNAME_ASDN_D
- _MD_AM_LDAP_MAIL_ATTR
- in file preferences.php, constant _MD_AM_LDAP_MAIL_ATTR
- _MD_AM_LDAP_MAIL_ATTR_DESC
- in file preferences.php, constant _MD_AM_LDAP_MAIL_ATTR_DESC
- _MD_AM_LDAP_MANAGER_DN
- in file preferences.php, constant _MD_AM_LDAP_MANAGER_DN
- _MD_AM_LDAP_MANAGER_DN_DESC
- in file preferences.php, constant _MD_AM_LDAP_MANAGER_DN_DESC
- _MD_AM_LDAP_MANAGER_PASS
- in file preferences.php, constant _MD_AM_LDAP_MANAGER_PASS
- _MD_AM_LDAP_MANAGER_PASS_DESC
- in file preferences.php, constant _MD_AM_LDAP_MANAGER_PASS_DESC
- _MD_AM_LDAP_NAME_ATTR
- in file preferences.php, constant _MD_AM_LDAP_NAME_ATTR
- _MD_AM_LDAP_NAME_ATTR_DESC
- in file preferences.php, constant _MD_AM_LDAP_NAME_ATTR_DESC
- _MD_AM_LDAP_PORT
- in file preferences.php, constant _MD_AM_LDAP_PORT
- _MD_AM_LDAP_PORT_DESC
- in file preferences.php, constant _MD_AM_LDAP_PORT_DESC
- _MD_AM_LDAP_PROVIS
- in file preferences.php, constant _MD_AM_LDAP_PROVIS
- _MD_AM_LDAP_PROVIS_DESC
- in file preferences.php, constant _MD_AM_LDAP_PROVIS_DESC
- _MD_AM_LDAP_PROVIS_GROUP
- in file preferences.php, constant _MD_AM_LDAP_PROVIS_GROUP
- _MD_AM_LDAP_PROVIS_GROUP_DSC
- in file preferences.php, constant _MD_AM_LDAP_PROVIS_GROUP_DSC
- _MD_AM_LDAP_PROVIS_UPD
- in file preferences.php, constant _MD_AM_LDAP_PROVIS_UPD
- _MD_AM_LDAP_PROVIS_UPD_DESC
- in file preferences.php, constant _MD_AM_LDAP_PROVIS_UPD_DESC
- _MD_AM_LDAP_SERVER
- in file preferences.php, constant _MD_AM_LDAP_SERVER
- _MD_AM_LDAP_SERVER_DESC
- in file preferences.php, constant _MD_AM_LDAP_SERVER_DESC
- _MD_AM_LDAP_SURNAME_ATTR
- in file preferences.php, constant _MD_AM_LDAP_SURNAME_ATTR
- _MD_AM_LDAP_SURNAME_ATTR_DESC
- in file preferences.php, constant _MD_AM_LDAP_SURNAME_ATTR_DESC
- _MD_AM_LDAP_USETLS
- in file preferences.php, constant _MD_AM_LDAP_USETLS
- _MD_AM_LDAP_USETLS_DESC
- in file preferences.php, constant _MD_AM_LDAP_USETLS_DESC
- _MD_AM_LDAP_VERSION
- in file preferences.php, constant _MD_AM_LDAP_VERSION
- _MD_AM_LDAP_VERSION_DESC
- in file preferences.php, constant _MD_AM_LDAP_VERSION_DESC
- _MD_AM_LIGHT
- in file preferences.php, constant _MD_AM_LIGHT
- _MD_AM_LISTCOMM
- in file comments.php, constant _MD_AM_LISTCOMM
- _MD_AM_LISTUPBLKS
- in file modulesadmin.php, constant _MD_AM_LISTUPBLKS
- _MD_AM_LOADINGIMG
- in file preferences.php, constant _MD_AM_LOADINGIMG
- _MD_AM_MAILER
- in file preferences.php, constant _MD_AM_MAILER
- _MD_AM_MAILERMETHOD
- in file preferences.php, constant _MD_AM_MAILERMETHOD
- _MD_AM_MAILERMETHODDESC
- in file preferences.php, constant _MD_AM_MAILERMETHODDESC
- _MD_AM_MAILER_
- in file preferences.php, constant _MD_AM_MAILER_
- _MD_AM_MAILER_MAIL
- in file preferences.php, constant _MD_AM_MAILER_MAIL
- _MD_AM_MAILER_SENDMAIL
- in file preferences.php, constant _MD_AM_MAILER_SENDMAIL
- _MD_AM_MAILFROM
- in file preferences.php, constant _MD_AM_MAILFROM
- _MD_AM_MAILFROMDESC
- in file preferences.php, constant _MD_AM_MAILFROMDESC
- _MD_AM_MAILFROMNAME
- in file preferences.php, constant _MD_AM_MAILFROMNAME
- _MD_AM_MAILFROMNAMEDESC
- in file preferences.php, constant _MD_AM_MAILFROMNAMEDESC
- _MD_AM_MAILFROMUID
- in file preferences.php, constant _MD_AM_MAILFROMUID
- _MD_AM_MAILFROMUIDDESC
- in file preferences.php, constant _MD_AM_MAILFROMUIDDESC
- _MD_AM_MAXUNAME
- in file preferences.php, constant _MD_AM_MAXUNAME
- _MD_AM_MDAD
- in file admin.php, constant _MD_AM_MDAD
- _MD_AM_MEDIUM
- in file preferences.php, constant _MD_AM_MEDIUM
- _MD_AM_METAAUTHOR
- in file preferences.php, constant _MD_AM_METAAUTHOR
- _MD_AM_METAAUTHORDSC
- in file preferences.php, constant _MD_AM_METAAUTHORDSC
- _MD_AM_METACOPYR
- in file preferences.php, constant _MD_AM_METACOPYR
- _MD_AM_METACOPYRDSC
- in file preferences.php, constant _MD_AM_METACOPYRDSC
- _MD_AM_METADESC
- in file preferences.php, constant _MD_AM_METADESC
- _MD_AM_METADESCDSC
- in file preferences.php, constant _MD_AM_METADESCDSC
- _MD_AM_METAFOOTER
- in file preferences.php, constant _MD_AM_METAFOOTER
- _MD_AM_METAKEY
- in file preferences.php, constant _MD_AM_METAKEY
- _MD_AM_METAKEYDSC
- in file preferences.php, constant _MD_AM_METAKEYDSC
- _MD_AM_METAO14YRS
- in file preferences.php, constant _MD_AM_METAO14YRS
- _MD_AM_METAOGEN
- in file preferences.php, constant _MD_AM_METAOGEN
- _MD_AM_METAOMAT
- in file preferences.php, constant _MD_AM_METAOMAT
- _MD_AM_METAOREST
- in file preferences.php, constant _MD_AM_METAOREST
- _MD_AM_METARATING
- in file preferences.php, constant _MD_AM_METARATING
- _MD_AM_METARATINGDSC
- in file preferences.php, constant _MD_AM_METARATINGDSC
- _MD_AM_METAROBOTS
- in file preferences.php, constant _MD_AM_METAROBOTS
- _MD_AM_METAROBOTSDSC
- in file preferences.php, constant _MD_AM_METAROBOTSDSC
- _MD_AM_MINPASS
- in file preferences.php, constant _MD_AM_MINPASS
- _MD_AM_MINSEARCH
- in file preferences.php, constant _MD_AM_MINSEARCH
- _MD_AM_MINSEARCHDSC
- in file preferences.php, constant _MD_AM_MINSEARCHDSC
- _MD_AM_MINUNAME
- in file preferences.php, constant _MD_AM_MINUNAME
- _MD_AM_MLUS
- in file admin.php, constant _MD_AM_MLUS
- _MD_AM_MODADMIN
- in file modulesadmin.php, constant _MD_AM_MODADMIN
- _MD_AM_MODCACHE
- in file preferences.php, constant _MD_AM_MODCACHE
- _MD_AM_MODCACHEDSC
- in file preferences.php, constant _MD_AM_MODCACHEDSC
- _MD_AM_MODCONFIG
- in file preferences.php, constant _MD_AM_MODCONFIG
- _MD_AM_MODULE
- in file comments.php, constant _MD_AM_MODULE
- _MD_AM_MYIP
- in file preferences.php, constant _MD_AM_MYIP
- _MD_AM_MYIPDSC
- in file preferences.php, constant _MD_AM_MYIPDSC
- _MD_AM_NEWBLKS
- in file modulesadmin.php, constant _MD_AM_NEWBLKS
- _MD_AM_NEWUNOTIFY
- in file preferences.php, constant _MD_AM_NEWUNOTIFY
- _MD_AM_NO
- in file preferences.php, constant _MD_AM_NO
- _MD_AM_NOCHANGE
- in file modulesadmin.php, constant _MD_AM_NOCHANGE
- _MD_AM_NOINDEXFOLLOW
- in file preferences.php, constant _MD_AM_NOINDEXFOLLOW
- _MD_AM_NOINDEXNOFOLLOW
- in file preferences.php, constant _MD_AM_NOINDEXNOFOLLOW
- _MD_AM_NOMODULE
- in file preferences.php, constant _MD_AM_NOMODULE
- _MD_AM_NONE
- in file preferences.php, constant _MD_AM_NONE
- _MD_AM_NOTIFYTO
- in file preferences.php, constant _MD_AM_NOTIFYTO
- _MD_AM_NOTINSTALLED
- in file modulesadmin.php, constant _MD_AM_NOTINSTALLED
- _MD_AM_OKACT
- in file modulesadmin.php, constant _MD_AM_OKACT
- _MD_AM_OKDEACT
- in file modulesadmin.php, constant _MD_AM_OKDEACT
- _MD_AM_OKINS
- in file modulesadmin.php, constant _MD_AM_OKINS
- _MD_AM_OKORDER
- in file modulesadmin.php, constant _MD_AM_OKORDER
- _MD_AM_OKUNINS
- in file modulesadmin.php, constant _MD_AM_OKUNINS
- _MD_AM_OKUPD
- in file modulesadmin.php, constant _MD_AM_OKUPD
- _MD_AM_ORDER
- in file modulesadmin.php, constant _MD_AM_ORDER
- _MD_AM_ORDER0
- in file modulesadmin.php, constant _MD_AM_ORDER0
- _MD_AM_PCMFM
- in file modulesadmin.php, constant _MD_AM_PCMFM
- _MD_AM_PERMADDNG
- in file admin.php, constant _MD_AM_PERMADDNG
- _MD_AM_PERMADDNGP
- in file admin.php, constant _MD_AM_PERMADDNGP
- _MD_AM_PERMADDOK
- in file admin.php, constant _MD_AM_PERMADDOK
- _MD_AM_PERMRESETNG
- in file admin.php, constant _MD_AM_PERMRESETNG
- _MD_AM_PREF
- in file admin.php, constant _MD_AM_PREF
- _MD_AM_PREFMAIN
- in file preferences.php, constant _MD_AM_PREFMAIN
- _MD_AM_RANK
- in file admin.php, constant _MD_AM_RANK
- _MD_AM_REGDSCLMR
- in file preferences.php, constant _MD_AM_REGDSCLMR
- _MD_AM_REGDSCLMRDSC
- in file preferences.php, constant _MD_AM_REGDSCLMRDSC
- _MD_AM_REMEMBER
- in file preferences.php, constant _MD_AM_REMEMBER
- _MD_AM_RUSUREINS
- in file modulesadmin.php, constant _MD_AM_RUSUREINS
- _MD_AM_RUSUREUNINS
- in file modulesadmin.php, constant _MD_AM_RUSUREUNINS
- _MD_AM_RUSUREUPD
- in file modulesadmin.php, constant _MD_AM_RUSUREUPD
- _MD_AM_SEARCH
- in file preferences.php, constant _MD_AM_SEARCH
- _MD_AM_SELFDELETE
- in file preferences.php, constant _MD_AM_SELFDELETE
- _MD_AM_SENDMAILPATH
- in file preferences.php, constant _MD_AM_SENDMAILPATH
- _MD_AM_SENDMAILPATHDESC
- in file preferences.php, constant _MD_AM_SENDMAILPATHDESC
- _MD_AM_SERVERTZ
- in file preferences.php, constant _MD_AM_SERVERTZ
- _MD_AM_SESSEXPIRE
- in file preferences.php, constant _MD_AM_SESSEXPIRE
- _MD_AM_SESSEXPIREDSC
- in file preferences.php, constant _MD_AM_SESSEXPIREDSC
- _MD_AM_SESSNAME
- in file preferences.php, constant _MD_AM_SESSNAME
- _MD_AM_SESSNAMEDSC
- in file preferences.php, constant _MD_AM_SESSNAMEDSC
- _MD_AM_SITECACHE
- in file preferences.php, constant _MD_AM_SITECACHE
- _MD_AM_SITECACHEDSC
- in file preferences.php, constant _MD_AM_SITECACHEDSC
- _MD_AM_SITENAME
- in file preferences.php, constant _MD_AM_SITENAME
- _MD_AM_SITEPREF
- in file preferences.php, constant _MD_AM_SITEPREF
- _MD_AM_SLOGAN
- in file preferences.php, constant _MD_AM_SLOGAN
- _MD_AM_SMLS
- in file admin.php, constant _MD_AM_SMLS
- _MD_AM_SMTPHOST
- in file preferences.php, constant _MD_AM_SMTPHOST
- _MD_AM_SMTPHOSTDESC
- in file preferences.php, constant _MD_AM_SMTPHOSTDESC
- _MD_AM_SMTPPASS
- in file preferences.php, constant _MD_AM_SMTPPASS
- _MD_AM_SMTPPASSDESC
- in file preferences.php, constant _MD_AM_SMTPPASSDESC
- _MD_AM_SMTPUSER
- in file preferences.php, constant _MD_AM_SMTPUSER
- _MD_AM_SMTPUSERDESC
- in file preferences.php, constant _MD_AM_SMTPUSERDESC
- _MD_AM_SSLLINK
- in file preferences.php, constant _MD_AM_SSLLINK
- _MD_AM_SSLPOST
- in file preferences.php, constant _MD_AM_SSLPOST
- _MD_AM_SSLPOSTDSC
- in file preferences.php, constant _MD_AM_SSLPOSTDSC
- _MD_AM_STARTPAGE
- in file preferences.php, constant _MD_AM_STARTPAGE
- _MD_AM_STRICT
- in file preferences.php, constant _MD_AM_STRICT
- _MD_AM_STRTNO
- in file modulesadmin.php, constant _MD_AM_STRTNO
- _MD_AM_SUBMIT
- in file modulesadmin.php, constant _MD_AM_SUBMIT
- _MD_AM_SYSNO
- in file modulesadmin.php, constant _MD_AM_SYSNO
- _MD_AM_THEMEFILE
- in file preferences.php, constant _MD_AM_THEMEFILE
- _MD_AM_THEMEFILEDSC
- in file preferences.php, constant _MD_AM_THEMEFILEDSC
- _MD_AM_THEMEOK
- in file preferences.php, constant _MD_AM_THEMEOK
- _MD_AM_THEMEOKDSC
- in file preferences.php, constant _MD_AM_THEMEOKDSC
- _MD_AM_THEMESET
- in file preferences.php, constant _MD_AM_THEMESET
- _MD_AM_TPLSETS
- in file admin.php, constant _MD_AM_TPLSETS
- _MD_AM_UNAMELVL
- in file preferences.php, constant _MD_AM_UNAMELVL
- _MD_AM_UNINSTALL
- in file modulesadmin.php, constant _MD_AM_UNINSTALL
- _MD_AM_UPDATE
- in file modulesadmin.php, constant _MD_AM_UPDATE
- _MD_AM_UPDTED
- in file modulesadmin.php, constant _MD_AM_UPDTED
- _MD_AM_USEGZIP
- in file preferences.php, constant _MD_AM_USEGZIP
- _MD_AM_USEMYSESS
- in file preferences.php, constant _MD_AM_USEMYSESS
- _MD_AM_USEMYSESSDSC
- in file preferences.php, constant _MD_AM_USEMYSESSDSC
- _MD_AM_USER
- in file admin.php, constant _MD_AM_USER
- _MD_AM_USERACTV
- in file preferences.php, constant _MD_AM_USERACTV
- _MD_AM_USERCOOKIE
- in file preferences.php, constant _MD_AM_USERCOOKIE
- _MD_AM_USERCOOKIEDSC
- in file preferences.php, constant _MD_AM_USERCOOKIEDSC
- _MD_AM_USERSETTINGS
- in file preferences.php, constant _MD_AM_USERSETTINGS
- _MD_AM_USESSL
- in file preferences.php, constant _MD_AM_USESSL
- _MD_AM_VERSION
- in file modulesadmin.php, constant _MD_AM_VERSION
- _MD_AM_VRSN
- in file admin.php, constant _MD_AM_VRSN
- _MD_AM_YES
- in file preferences.php, constant _MD_AM_YES
- _MD_ASFILE
- in file images.php, constant _MD_ASFILE
- _MD_AVATARMAN
- in file avatars.php, constant _MD_AVATARMAN
- _MD_BLOCKHTML
- in file tplsets.php, constant _MD_BLOCKHTML
- _MD_CHOOSEFILE
- in file tplsets.php, constant _MD_CHOOSEFILE
- _MD_CHOOSETAR
- in file tplsets.php, constant _MD_CHOOSETAR
- _MD_CLONETHEME
- in file tplsets.php, constant _MD_CLONETHEME
- _MD_CONTENT
- in file tplsets.php, constant _MD_CONTENT
- _MD_COPYDEFAULT
- in file tplsets.php, constant _MD_COPYDEFAULT
- _MD_CREATED
- in file tplsets.php, constant _MD_CREATED
- _MD_CSTAVATARS
- in file avatars.php, constant _MD_CSTAVATARS
- _MD_DEFAULTTHEME
- in file tplsets.php, constant _MD_DEFAULTTHEME
- _MD_DLDEFAULT
- in file tplsets.php, constant _MD_DLDEFAULT
- _MD_DOWNLOAD
- in file tplsets.php, constant _MD_DOWNLOAD
- _MD_EDITIMGCAT
- in file images.php, constant _MD_EDITIMGCAT
- _MD_EDITSKIN
- in file tplsets.php, constant _MD_EDITSKIN
- _MD_EDITSKINIMG
- in file tplsets.php, constant _MD_EDITSKINIMG
- _MD_EDITTEMPLATE
- in file tplsets.php, constant _MD_EDITTEMPLATE
- _MD_ENTERTH
- in file tplsets.php, constant _MD_ENTERTH
- _MD_FAILDEL
- in file avatars.php, constant _MD_FAILDEL
- _MD_FAILDELCAT
- in file images.php, constant _MD_FAILDELCAT
- _MD_FAILUNLINK
- in file images.php, constant _MD_FAILUNLINK
- _MD_FILECSS
- in file tplsets.php, constant _MD_FILECSS
- _MD_FILEDESC
- in file tplsets.php, constant _MD_FILEDESC
- _MD_FILEGENER
- in file tplsets.php, constant _MD_FILEGENER
- _MD_FILEHTML
- in file tplsets.php, constant _MD_FILEHTML
- _MD_FILEIMPORT
- in file tplsets.php, constant _MD_FILEIMPORT
- _MD_FILEMOD
- in file tplsets.php, constant _MD_FILEMOD
- _MD_FILENAME
- in file tplsets.php, constant _MD_FILENAME
- _MD_FILENEWER
- in file tplsets.php, constant _MD_FILENEWER
- _MD_GENERATE
- in file tplsets.php, constant _MD_GENERATE
- _MD_IMAGES
- in file tplsets.php, constant _MD_IMAGES
- _MD_IMGCATDISPLAY
- in file images.php, constant _MD_IMGCATDISPLAY
- _MD_IMGCATNAME
- in file images.php, constant _MD_IMGCATNAME
- _MD_IMGCATRGRP
- in file images.php, constant _MD_IMGCATRGRP
- _MD_IMGCATSTRTYPE
- in file images.php, constant _MD_IMGCATSTRTYPE
- _MD_IMGCATWEIGHT
- in file images.php, constant _MD_IMGCATWEIGHT
- _MD_IMGCATWGRP
- in file images.php, constant _MD_IMGCATWGRP
- _MD_IMGDELETE
- in file tplsets.php, constant _MD_IMGDELETE
- _MD_IMGFILE
- in file tplsets.php, constant _MD_IMGFILE
- _MD_IMGMAIN
- in file images.php, constant _MD_IMGMAIN
- _MD_IMGNEWFILE
- in file tplsets.php, constant _MD_IMGNEWFILE
- _MD_IMPORT
- in file tplsets.php, constant _MD_IMPORT
- _MD_INDB
- in file images.php, constant _MD_INDB
- _MD_INSTALL
- in file tplsets.php, constant _MD_INSTALL
- _MD_LASTIMP
- in file tplsets.php, constant _MD_LASTIMP
- _MD_LASTMOD
- in file tplsets.php, constant _MD_LASTMOD
- _MD_NEWNAME
- in file tplsets.php, constant _MD_NEWNAME
- _MD_NOFILE
- in file tplsets.php, constant _MD_NOFILE
- _MD_NOZLIB
- in file tplsets.php, constant _MD_NOZLIB
- _MD_NTHEMENAME
- in file tplsets.php, constant _MD_NTHEMENAME
- _MD_ONLYTAR
- in file tplsets.php, constant _MD_ONLYTAR
- _MD_PLZGENERATE
- in file tplsets.php, constant _MD_PLZGENERATE
- _MD_PLZINSTALL
- in file tplsets.php, constant _MD_PLZINSTALL
- _MD_RUDELIMG
- in file avatars.php, constant _MD_RUDELIMG
- _MD_RUDELIMGCAT
- in file images.php, constant _MD_RUDELIMGCAT
- _MD_RUSUREDELTH
- in file tplsets.php, constant _MD_RUSUREDELTH
- _MD_RUSUREDELTPL
- in file tplsets.php, constant _MD_RUSUREDELTPL
- _MD_RUSUREIMPT
- in file tplsets.php, constant _MD_RUSUREIMPT
- _MD_SKIN
- in file tplsets.php, constant _MD_SKIN
- _MD_SKINIMGS
- in file tplsets.php, constant _MD_SKINIMGS
- _MD_STRTYOPENG
- in file images.php, constant _MD_STRTYOPENG
- _MD_SYSAVATARS
- in file avatars.php, constant _MD_SYSAVATARS
- _MD_TEMPLATES
- in file tplsets.php, constant _MD_TEMPLATES
- _MD_THEMENAME
- in file tplsets.php, constant _MD_THEMENAME
- _MD_THMSETNAME
- in file tplsets.php, constant _MD_THMSETNAME
- _MD_TITLE
- in file tplsets.php, constant _MD_TITLE
- _MD_TPLMAIN
- in file tplsets.php, constant _MD_TPLMAIN
- _MD_UPLOAD
- in file tplsets.php, constant _MD_UPLOAD
- _MD_UPLOADTAR
- in file tplsets.php, constant _MD_UPLOADTAR
- _MD_UPWILLREPLACE
- in file tplsets.php, constant _MD_UPWILLREPLACE
- _MD_USERS
- in file avatars.php, constant _MD_USERS
- _MD_VIEW
- in file tplsets.php, constant _MD_VIEW
- _MD_VIEWDEFAULT
- in file tplsets.php, constant _MD_VIEWDEFAULT
- _MEDIUMDATESTRING
- in file global.php, constant _MEDIUMDATESTRING
- _MEMBERS
- in file global.php, constant _MEMBERS
- _MESSAGEICON
- in file global.php, constant _MESSAGEICON
- _MESSAGETOOLONG
- in file global.php, constant _MESSAGETOOLONG
- _MINUTE
- in file global.php, constant _MINUTE
- _MINUTES
- in file global.php, constant _MINUTES
- _MI_SYSTEM_ADMENU1
- in file modinfo.php, constant _MI_SYSTEM_ADMENU1
- _MI_SYSTEM_ADMENU2
- in file modinfo.php, constant _MI_SYSTEM_ADMENU2
- _MI_SYSTEM_ADMENU3
- in file modinfo.php, constant _MI_SYSTEM_ADMENU3
- _MI_SYSTEM_ADMENU5
- in file modinfo.php, constant _MI_SYSTEM_ADMENU5
- _MI_SYSTEM_ADMENU6
- in file modinfo.php, constant _MI_SYSTEM_ADMENU6
- _MI_SYSTEM_ADMENU7
- in file modinfo.php, constant _MI_SYSTEM_ADMENU7
- _MI_SYSTEM_ADMENU9
- in file modinfo.php, constant _MI_SYSTEM_ADMENU9
- _MI_SYSTEM_ADMENU10
- in file modinfo.php, constant _MI_SYSTEM_ADMENU10
- _MI_SYSTEM_ADMENU11
- in file modinfo.php, constant _MI_SYSTEM_ADMENU11
- _MI_SYSTEM_ADMENU12
- in file modinfo.php, constant _MI_SYSTEM_ADMENU12
- _MI_SYSTEM_ADMENU13
- in file modinfo.php, constant _MI_SYSTEM_ADMENU13
- _MI_SYSTEM_ADMENU14
- in file modinfo.php, constant _MI_SYSTEM_ADMENU14
- _MI_SYSTEM_ADMENU15
- in file modinfo.php, constant _MI_SYSTEM_ADMENU15
- _MI_SYSTEM_ADMENU16
- in file modinfo.php, constant _MI_SYSTEM_ADMENU16
- _MI_SYSTEM_BNAME2
- in file modinfo.php, constant _MI_SYSTEM_BNAME2
- _MI_SYSTEM_BNAME3
- in file modinfo.php, constant _MI_SYSTEM_BNAME3
- _MI_SYSTEM_BNAME4
- in file modinfo.php, constant _MI_SYSTEM_BNAME4
- _MI_SYSTEM_BNAME5
- in file modinfo.php, constant _MI_SYSTEM_BNAME5
- _MI_SYSTEM_BNAME6
- in file modinfo.php, constant _MI_SYSTEM_BNAME6
- _MI_SYSTEM_BNAME7
- in file modinfo.php, constant _MI_SYSTEM_BNAME7
- _MI_SYSTEM_BNAME8
- in file modinfo.php, constant _MI_SYSTEM_BNAME8
- _MI_SYSTEM_BNAME9
- in file modinfo.php, constant _MI_SYSTEM_BNAME9
- _MI_SYSTEM_BNAME10
- in file modinfo.php, constant _MI_SYSTEM_BNAME10
- _MI_SYSTEM_BNAME11
- in file modinfo.php, constant _MI_SYSTEM_BNAME11
- _MI_SYSTEM_BNAME12
- in file modinfo.php, constant _MI_SYSTEM_BNAME12
- _MI_SYSTEM_BNAME13
- in file modinfo.php, constant _MI_SYSTEM_BNAME13
- _MI_SYSTEM_DESC
- in file modinfo.php, constant _MI_SYSTEM_DESC
- _MI_SYSTEM_NAME
- in file modinfo.php, constant _MI_SYSTEM_NAME
- _MODULENOEXIST
- in file global.php, constant _MODULENOEXIST
- _MONTH
- in file global.php, constant _MONTH
- _MORE
- in file global.php, constant _MORE
- _MSC_AVAVATARS
- in file misc.php, constant _MSC_AVAVATARS
- _MSC_CLICKASMILIE
- in file misc.php, constant _MSC_CLICKASMILIE
- _MSC_CODE
- in file misc.php, constant _MSC_CODE
- _MSC_EMOTION
- in file misc.php, constant _MSC_EMOTION
- _MSC_ENTERFMAIL
- in file misc.php, constant _MSC_ENTERFMAIL
- _MSC_ENTERFNAME
- in file misc.php, constant _MSC_ENTERFNAME
- _MSC_ENTERYNAME
- in file misc.php, constant _MSC_ENTERYNAME
- _MSC_FRIENDEMAILC
- in file misc.php, constant _MSC_FRIENDEMAILC
- _MSC_FRIENDNAMEC
- in file misc.php, constant _MSC_FRIENDNAMEC
- _MSC_INTSITE
- in file misc.php, constant _MSC_INTSITE
- _MSC_INVALIDEMAIL1
- in file misc.php, constant _MSC_INVALIDEMAIL1
- _MSC_INVALIDEMAIL2
- in file misc.php, constant _MSC_INVALIDEMAIL2
- _MSC_NEEDINFO
- in file misc.php, constant _MSC_NEEDINFO
- _MSC_RECOMMENDSITE
- in file misc.php, constant _MSC_RECOMMENDSITE
- _MSC_REFERENCESENT
- in file misc.php, constant _MSC_REFERENCESENT
- _MSC_SMILIES
- in file misc.php, constant _MSC_SMILIES
- _MSC_YOUREMAILC
- in file misc.php, constant _MSC_YOUREMAILC
- _MSC_YOURNAMEC
- in file misc.php, constant _MSC_YOURNAMEC
- _MULTIPAGE
- in file global.php, constant _MULTIPAGE
- _MUSTWABLE
- in file global.php, constant _MUSTWABLE
- _NESTED
- in file global.php, constant _NESTED
- _NEWESTFIRST
- in file global.php, constant _NEWESTFIRST
- _NGIMG
- in file index.php, constant _NGIMG
- _NO
- in file global.php, constant _NO
- _NOCACHE
- in file global.php, constant _NOCACHE
- _NOCOMMENTS
- in file global.php, constant _NOCOMMENTS
- _NONE
- in file global.php, constant _NONE
- _NOPERM
- in file global.php, constant _NOPERM
- _NOTITLE
- in file global.php, constant _NOTITLE
- _NOT_ACTIVENOTIFICATIONS
- in file notification.php, constant _NOT_ACTIVENOTIFICATIONS
- _NOT_BOOKMARK_NOTIFY
- in file notification.php, constant _NOT_BOOKMARK_NOTIFY
- _NOT_BOOKMARK_NOTIFYCAP
- in file notification.php, constant _NOT_BOOKMARK_NOTIFYCAP
- _NOT_BOOKMARK_NOTIFYDSC
- in file notification.php, constant _NOT_BOOKMARK_NOTIFYDSC
- _NOT_CATEGORY
- in file notification.php, constant _NOT_CATEGORY
- _NOT_CHANGE
- in file notification.php, constant _NOT_CHANGE
- _NOT_CHECKALL
- in file notification.php, constant _NOT_CHECKALL
- _NOT_CLEAR
- in file notification.php, constant _NOT_CLEAR
- _NOT_COMMENTSUBMIT_NOTIFY
- in file notification.php, constant _NOT_COMMENTSUBMIT_NOTIFY
- _NOT_COMMENTSUBMIT_NOTIFYCAP
- in file notification.php, constant _NOT_COMMENTSUBMIT_NOTIFYCAP
- _NOT_COMMENTSUBMIT_NOTIFYDSC
- in file notification.php, constant _NOT_COMMENTSUBMIT_NOTIFYDSC
- _NOT_COMMENTSUBMIT_NOTIFYSBJ
- in file notification.php, constant _NOT_COMMENTSUBMIT_NOTIFYSBJ
- _NOT_COMMENT_NOTIFY
- in file notification.php, constant _NOT_COMMENT_NOTIFY
- _NOT_COMMENT_NOTIFYCAP
- in file notification.php, constant _NOT_COMMENT_NOTIFYCAP
- _NOT_COMMENT_NOTIFYDSC
- in file notification.php, constant _NOT_COMMENT_NOTIFYDSC
- _NOT_COMMENT_NOTIFYSBJ
- in file notification.php, constant _NOT_COMMENT_NOTIFYSBJ
- _NOT_CONFIG_DISABLE
- in file notification.php, constant _NOT_CONFIG_DISABLE
- _NOT_CONFIG_ENABLE
- in file notification.php, constant _NOT_CONFIG_ENABLE
- _NOT_CONFIG_ENABLEBLOCK
- in file notification.php, constant _NOT_CONFIG_ENABLEBLOCK
- _NOT_CONFIG_ENABLEBOTH
- in file notification.php, constant _NOT_CONFIG_ENABLEBOTH
- _NOT_CONFIG_ENABLED
- in file notification.php, constant _NOT_CONFIG_ENABLED
- _NOT_CONFIG_ENABLEDDSC
- in file notification.php, constant _NOT_CONFIG_ENABLEDDSC
- _NOT_CONFIG_ENABLEDSC
- in file notification.php, constant _NOT_CONFIG_ENABLEDSC
- _NOT_CONFIG_ENABLEINLINE
- in file notification.php, constant _NOT_CONFIG_ENABLEINLINE
- _NOT_CONFIG_EVENTS
- in file notification.php, constant _NOT_CONFIG_EVENTS
- _NOT_CONFIG_EVENTSDSC
- in file notification.php, constant _NOT_CONFIG_EVENTSDSC
- _NOT_DELETESUCCESS
- in file notification.php, constant _NOT_DELETESUCCESS
- _NOT_DELETINGNOTIFICATIONS
- in file notification.php, constant _NOT_DELETINGNOTIFICATIONS
- _NOT_DISABLE
- in file notification.php, constant _NOT_DISABLE
- _NOT_EMAIL
- in file notification.php, constant _NOT_EMAIL
- _NOT_ENABLE
- in file notification.php, constant _NOT_ENABLE
- _NOT_EVENT
- in file notification.php, constant _NOT_EVENT
- _NOT_EVENTS
- in file notification.php, constant _NOT_EVENTS
- _NOT_ITEMID
- in file notification.php, constant _NOT_ITEMID
- _NOT_ITEMNAME
- in file notification.php, constant _NOT_ITEMNAME
- _NOT_ITEMNAMENOTAVAILABLE
- in file notification.php, constant _NOT_ITEMNAMENOTAVAILABLE
- _NOT_ITEMTYPENOTAVAILABLE
- in file notification.php, constant _NOT_ITEMTYPENOTAVAILABLE
- _NOT_ITEMURLNOTAVAILABLE
- in file notification.php, constant _NOT_ITEMURLNOTAVAILABLE
- _NOT_METHOD_DISABLE
- in file notification.php, constant _NOT_METHOD_DISABLE
- _NOT_METHOD_EMAIL
- in file notification.php, constant _NOT_METHOD_EMAIL
- _NOT_METHOD_PM
- in file notification.php, constant _NOT_METHOD_PM
- _NOT_MODE_SENDALWAYS
- in file notification.php, constant _NOT_MODE_SENDALWAYS
- _NOT_MODE_SENDONCE
- in file notification.php, constant _NOT_MODE_SENDONCE
- _NOT_MODE_SENDONCEPERLOGIN
- in file notification.php, constant _NOT_MODE_SENDONCEPERLOGIN
- _NOT_MODULE
- in file notification.php, constant _NOT_MODULE
- _NOT_NAMENOTAVAILABLE
- in file notification.php, constant _NOT_NAMENOTAVAILABLE
- _NOT_NOACCESS
- in file notification.php, constant _NOT_NOACCESS
- _NOT_NOTHINGTODELETE
- in file notification.php, constant _NOT_NOTHINGTODELETE
- _NOT_NOTIFICATION
- in file notification.php, constant _NOT_NOTIFICATION
- _NOT_NOTIFICATIONMETHODIS
- in file notification.php, constant _NOT_NOTIFICATIONMETHODIS
- _NOT_NOTIFICATIONOPTIONS
- in file notification.php, constant _NOT_NOTIFICATIONOPTIONS
- _NOT_NOTIFYMETHOD
- in file notification.php, constant _NOT_NOTIFYMETHOD
- _NOT_NOTIFYMODE
- in file notification.php, constant _NOT_NOTIFYMODE
- _NOT_PM
- in file notification.php, constant _NOT_PM
- _NOT_UPDATENOW
- in file notification.php, constant _NOT_UPDATENOW
- _NOT_UPDATEOK
- in file notification.php, constant _NOT_UPDATEOK
- _NOT_UPDATEOPTIONS
- in file notification.php, constant _NOT_UPDATEOPTIONS
- _NUMIMAGES
- in file global.php, constant _NUMIMAGES
- _OKIMG
- in file index.php, constant _OKIMG
- _OLDESTFIRST
- in file global.php, constant _OLDESTFIRST
- _ON
- in file global.php, constant _ON
- _ONLINEPHRASE
- in file global.php, constant _ONLINEPHRASE
- _ONLINEPHRASEX
- in file global.php, constant _ONLINEPHRASEX
- _OPTIONS
- in file global.php, constant _OPTIONS
- _parse_attrs
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_attrs()
Parse attribute string
- _parse_conf_var
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_conf_var()
parse configuration variable expression into PHP code
- _parse_is_expr
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_is_expr()
Parse is expression
- _parse_modifiers
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_modifiers()
parse modifier chain into PHP code
- _parse_parenth_args
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_parenth_args()
parse arguments in function call parenthesis
- _parse_resource_name
- in file Smarty.class.php, method Smarty::_parse_resource_name()
parse out the type and name from the resource
- _parse_section_prop
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_section_prop()
parse section property expression into PHP code
- _parse_var
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_var()
parse variable expression into PHP code
- _parse_vars_props
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_vars_props()
compile multiple variables and section properties tokens into PHP code
- _parse_var_props
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_var_props()
compile single variable and section properties token into PHP code
- _PASSWORD
- in file global.php, constant _PASSWORD
- _PLEASEWAIT
- in file global.php, constant _PLEASEWAIT
- _PLZCOMPLETE
- in file global.php, constant _PLZCOMPLETE
- _PM_CANCELSEND
- in file pmsg.php, constant _PM_CANCELSEND
- _PM_CLEAR
- in file pmsg.php, constant _PM_CLEAR
- _PM_CLICKHERE
- in file pmsg.php, constant _PM_CLICKHERE
- _PM_DATE
- in file pmsg.php, constant _PM_DATE
- _PM_DELETE
- in file pmsg.php, constant _PM_DELETE
- _PM_DELETED
- in file pmsg.php, constant _PM_DELETED
- _PM_FROM
- in file pmsg.php, constant _PM_FROM
- _PM_FROMC
- in file pmsg.php, constant _PM_FROMC
- _PM_GOBACK
- in file pmsg.php, constant _PM_GOBACK
- _PM_INBOX
- in file pmsg.php, constant _PM_INBOX
- _PM_MESSAGEC
- in file pmsg.php, constant _PM_MESSAGEC
- _PM_MESSAGEPOSTED
- in file pmsg.php, constant _PM_MESSAGEPOSTED
- _PM_NEXT
- in file pmsg.php, constant _PM_NEXT
- _PM_NOTREAD
- in file pmsg.php, constant _PM_NOTREAD
- _PM_ONLINE
- in file pmsg.php, constant _PM_ONLINE
- _PM_ORCLOSEWINDOW
- in file pmsg.php, constant _PM_ORCLOSEWINDOW
- _PM_PLZREG
- in file pmsg.php, constant _PM_PLZREG
- _PM_PLZTRYAGAIN
- in file pmsg.php, constant _PM_PLZTRYAGAIN
- _PM_PREVIOUS
- in file pmsg.php, constant _PM_PREVIOUS
- _PM_PRIVATEMESSAGE
- in file pmsg.php, constant _PM_PRIVATEMESSAGE
- _PM_PROFILE
- in file pmsg.php, constant _PM_PROFILE
- _PM_REGISTERNOW
- in file pmsg.php, constant _PM_REGISTERNOW
- _PM_REPLY
- in file pmsg.php, constant _PM_REPLY
- _PM_SEND
- in file pmsg.php, constant _PM_SEND
- _PM_SENTC
- in file pmsg.php, constant _PM_SENTC
- _PM_SORRY
- in file pmsg.php, constant _PM_SORRY
- _PM_SUBJECT
- in file pmsg.php, constant _PM_SUBJECT
- _PM_SUBJECTC
- in file pmsg.php, constant _PM_SUBJECTC
- _PM_SUBMIT
- in file pmsg.php, constant _PM_SUBMIT
- _PM_TO
- in file pmsg.php, constant _PM_TO
- _PM_USERNOEXIST
- in file pmsg.php, constant _PM_USERNOEXIST
- _PM_USERWROTE
- in file pmsg.php, constant _PM_USERWROTE
- _PM_YOUDONTHAVE
- in file pmsg.php, constant _PM_YOUDONTHAVE
- _pop_cacheable_state
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_pop_cacheable_state()
check if the compilation changes from non-cacheable to cacheable state with the end of the current plugin return php-code to reflect the transition.
- _pop_tag
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_pop_tag()
pop closing tag-name
- _POSTANON
- in file global.php, constant _POSTANON
- _POSTEDBY
- in file global.php, constant _POSTEDBY
- _PREFERENCES
- in file global.php, constant _PREFERENCES
- _prepare_post_body
- in file snoopy.php, method Snoopy::_prepare_post_body()
- _PREVIEW
- in file global.php, constant _PREVIEW
- _process_compiled_include_callback
- in file Smarty.class.php, method Smarty::_process_compiled_include_callback()
callback function for preg_replace, to call a non-cacheable block
- _PROFILE
- in file global.php, constant _PROFILE
- _push_cacheable_state
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_push_cacheable_state()
check if the compilation changes from cacheable to non-cacheable state with the beginning of the current plugin. return php-code to reflect the transition.
- _push_tag
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_push_tag()
push opening tag-name, file-name and line-number on the tag-stack
- _QUOTE
- in file global.php, constant _QUOTE
- _QUOTEC
- in file global.php, constant _QUOTEC
- _quote_replace
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_quote_replace()
Quote subpattern references
- _READS
- in file global.php, constant _READS
- _read_file
- in file Smarty.class.php, method Smarty::_read_file()
read in a file
- _REGISTER
- in file global.php, constant _REGISTER
- _renderSmileys
- in file formdhtmltextarea.php, method XoopsFormDhtmlTextArea::_renderSmileys()
prepare HTML for output of the smiley list.
- _REPLY
- in file global.php, constant _REPLY
- _RIGHT
- in file global.php, constant _RIGHT
- _run_mod_handler
- in file Smarty.class.php, method Smarty::_run_mod_handler()
Handle modifiers
- _SEARCH
- in file global.php, constant _SEARCH
- _SECOND
- in file global.php, constant _SECOND
- _SECONDS
- in file global.php, constant _SECONDS
- _SELECT
- in file global.php, constant _SELECT
- _SEND
- in file global.php, constant _SEND
- _SENDEMAILTO
- in file global.php, constant _SENDEMAILTO
- _SENDPMTO
- in file global.php, constant _SENDPMTO
- _setUser
- in file xmlrpcapi.php, method XoopsXmlRpcApi::_setUser()
- _setXoopsTagMap
- in file xmlrpcapi.php, method XoopsXmlRpcApi::_setXoopsTagMap()
- _SHORTDATESTRING
- in file global.php, constant _SHORTDATESTRING
- _SIZE
- in file global.php, constant _SIZE
- _smarty_cache_attrs
- in file Smarty.class.php, method Smarty::_smarty_cache_attrs()
get or set an array of cached attributes for function that is
- _smarty_include
- in file Smarty.class.php, method Smarty::_smarty_include()
called for included templates
- _SR_ALL
- in file search.php, constant _SR_ALL
- _SR_ANY
- in file search.php, constant _SR_ANY
- _SR_EXACT
- in file search.php, constant _SR_EXACT
- _SR_FOUND
- in file search.php, constant _SR_FOUND
- _SR_IGNOREDWORDS
- in file search.php, constant _SR_IGNOREDWORDS
- _SR_KEYIGNORE
- in file search.php, constant _SR_KEYIGNORE
- _SR_KEYTOOSHORT
- in file search.php, constant _SR_KEYTOOSHORT
- _SR_KEYWORDS
- in file search.php, constant _SR_KEYWORDS
- _SR_NEXT
- in file search.php, constant _SR_NEXT
- _SR_NOMATCH
- in file search.php, constant _SR_NOMATCH
- _SR_PLZENTER
- in file search.php, constant _SR_PLZENTER
- _SR_PREVIOUS
- in file search.php, constant _SR_PREVIOUS
- _SR_SEARCH
- in file search.php, constant _SR_SEARCH
- _SR_SEARCHIN
- in file search.php, constant _SR_SEARCHIN
- _SR_SEARCHRESULTS
- in file search.php, constant _SR_SEARCHRESULTS
- _SR_SEARCHRULE
- in file search.php, constant _SR_SEARCHRULE
- _SR_SHOWALLR
- in file search.php, constant _SR_SHOWALLR
- _SR_SHOWING
- in file search.php, constant _SR_SHOWING
- _SR_TYPE
- in file search.php, constant _SR_TYPE
- _STARTSWITH
- in file global.php, constant _STARTSWITH
- _stripform
- in file snoopy.php, method Snoopy::_stripform()
- _striplinks
- in file snoopy.php, method Snoopy::_striplinks()
- _striptext
- in file snoopy.php, method Snoopy::_striptext()
- _SUBJECT
- in file global.php, constant _SUBJECT
- _SUBMIT
- in file global.php, constant _SUBMIT
- _syntax_error
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_syntax_error()
display Smarty syntax error
- _TAKINGBACK
- in file global.php, constant _TAKINGBACK
- _THREADED
- in file global.php, constant _THREADED
- _TITLE
- in file global.php, constant _TITLE
- _trigger_fatal_error
- in file Smarty.class.php, method Smarty::_trigger_fatal_error()
trigger Smarty plugin error
- _TZ_GMT0
- in file timezone.php, constant _TZ_GMT0
- _TZ_GMTM1
- in file timezone.php, constant _TZ_GMTM1
- _TZ_GMTM2
- in file timezone.php, constant _TZ_GMTM2
- _TZ_GMTM3
- in file timezone.php, constant _TZ_GMTM3
- _TZ_GMTM4
- in file timezone.php, constant _TZ_GMTM4
- _TZ_GMTM5
- in file timezone.php, constant _TZ_GMTM5
- _TZ_GMTM6
- in file timezone.php, constant _TZ_GMTM6
- _TZ_GMTM7
- in file timezone.php, constant _TZ_GMTM7
- _TZ_GMTM8
- in file timezone.php, constant _TZ_GMTM8
- _TZ_GMTM9
- in file timezone.php, constant _TZ_GMTM9
- _TZ_GMTM10
- in file timezone.php, constant _TZ_GMTM10
- _TZ_GMTM11
- in file timezone.php, constant _TZ_GMTM11
- _TZ_GMTM12
- in file timezone.php, constant _TZ_GMTM12
- _TZ_GMTM35
- in file timezone.php, constant _TZ_GMTM35
- _TZ_GMTP1
- in file timezone.php, constant _TZ_GMTP1
- _TZ_GMTP2
- in file timezone.php, constant _TZ_GMTP2
- _TZ_GMTP3
- in file timezone.php, constant _TZ_GMTP3
- _TZ_GMTP4
- in file timezone.php, constant _TZ_GMTP4
- _TZ_GMTP5
- in file timezone.php, constant _TZ_GMTP5
- _TZ_GMTP6
- in file timezone.php, constant _TZ_GMTP6
- _TZ_GMTP7
- in file timezone.php, constant _TZ_GMTP7
- _TZ_GMTP8
- in file timezone.php, constant _TZ_GMTP8
- _TZ_GMTP9
- in file timezone.php, constant _TZ_GMTP9
- _TZ_GMTP10
- in file timezone.php, constant _TZ_GMTP10
- _TZ_GMTP11
- in file timezone.php, constant _TZ_GMTP11
- _TZ_GMTP12
- in file timezone.php, constant _TZ_GMTP12
- _TZ_GMTP35
- in file timezone.php, constant _TZ_GMTP35
- _TZ_GMTP45
- in file timezone.php, constant _TZ_GMTP45
- _TZ_GMTP55
- in file timezone.php, constant _TZ_GMTP55
- _TZ_GMTP95
- in file timezone.php, constant _TZ_GMTP95
- _unlink
- in file Smarty.class.php, method Smarty::_unlink()
unlink a file, possibly using expiration time
- _USERNAME
- in file global.php, constant _USERNAME
- _US_ACONTACT
- in file user.php, constant _US_ACONTACT
- _US_ACTKEYNOT
- in file user.php, constant _US_ACTKEYNOT
- _US_ACTLOGIN
- in file user.php, constant _US_ACTLOGIN
- _US_ACTVMAILNG
- in file user.php, constant _US_ACTVMAILNG
- _US_ACTVMAILOK
- in file user.php, constant _US_ACTVMAILOK
- _US_ADMINNO
- in file user.php, constant _US_ADMINNO
- _US_AIM
- in file user.php, constant _US_AIM
- _US_ALLABOUT
- in file user.php, constant _US_ALLABOUT
- _US_ALLOWVIEWEMAIL
- in file user.php, constant _US_ALLOWVIEWEMAIL
- _US_AVATAR
- in file user.php, constant _US_AVATAR
- _US_BASICINFO
- in file user.php, constant _US_BASICINFO
- _US_BEENDELED
- in file user.php, constant _US_BEENDELED
- _US_CDISPLAYMODE
- in file user.php, constant _US_CDISPLAYMODE
- _US_CHOOSEAVT
- in file user.php, constant _US_CHOOSEAVT
- _US_CONFMAIL
- in file user.php, constant _US_CONFMAIL
- _US_CSORTORDER
- in file user.php, constant _US_CSORTORDER
- _US_DELACCOUNT
- in file user.php, constant _US_DELACCOUNT
- _US_DISCLAIMER
- in file user.php, constant _US_DISCLAIMER
- _US_EDITPROFILE
- in file user.php, constant _US_EDITPROFILE
- _US_EMAIL
- in file user.php, constant _US_EMAIL
- _US_EMAILNOSPACES
- in file user.php, constant _US_EMAILNOSPACES
- _US_EMAILTAKEN
- in file user.php, constant _US_EMAILTAKEN
- _US_ENTERPWD
- in file user.php, constant _US_ENTERPWD
- _US_EXTRAINFO
- in file user.php, constant _US_EXTRAINFO
- _US_FINISH
- in file user.php, constant _US_FINISH
- _US_GROUPS
- in file user.php, constant _US_GROUPS
- _US_HASJUSTREG
- in file user.php, constant _US_HASJUSTREG
- _US_IAGREE
- in file user.php, constant _US_IAGREE
- _US_ICQ
- in file user.php, constant _US_ICQ
- _US_INBOX
- in file user.php, constant _US_INBOX
- _US_INCORRECTLOGIN
- in file user.php, constant _US_INCORRECTLOGIN
- _US_INTEREST
- in file user.php, constant _US_INTEREST
- _US_INVALIDMAIL
- in file user.php, constant _US_INVALIDMAIL
- _US_INVALIDNICKNAME
- in file user.php, constant _US_INVALIDNICKNAME
- _US_LASTLOGIN
- in file user.php, constant _US_LASTLOGIN
- _US_LOCATION
- in file user.php, constant _US_LOCATION
- _US_LOGGEDOUT
- in file user.php, constant _US_LOGGEDOUT
- _US_LOGGINGU
- in file user.php, constant _US_LOGGINGU
- _US_LOGOUT
- in file user.php, constant _US_LOGOUT
- _US_LOSTPASSWORD
- in file user.php, constant _US_LOSTPASSWORD
- _US_MAILOK
- in file user.php, constant _US_MAILOK
- _US_MAILPWDNG
- in file user.php, constant _US_MAILPWDNG
- _US_MAXIMGSZ
- in file user.php, constant _US_MAXIMGSZ
- _US_MAXPIXEL
- in file user.php, constant _US_MAXPIXEL
- _US_MEMBERSINCE
- in file user.php, constant _US_MEMBERSINCE
- _US_MOREABOUT
- in file user.php, constant _US_MOREABOUT
- _US_MSNM
- in file user.php, constant _US_MSNM
- _US_MYAVATAR
- in file user.php, constant _US_MYAVATAR
- _US_MYINFO
- in file user.php, constant _US_MYINFO
- _US_NAMERESERVED
- in file user.php, constant _US_NAMERESERVED
- _US_NEWPWDREQ
- in file user.php, constant _US_NEWPWDREQ
- _US_NEWUSERREGAT
- in file user.php, constant _US_NEWUSERREGAT
- _US_NICKNAME
- in file user.php, constant _US_NICKNAME
- _US_NICKNAMENOSPACES
- in file user.php, constant _US_NICKNAMENOSPACES
- _US_NICKNAMETAKEN
- in file user.php, constant _US_NICKNAMETAKEN
- _US_NICKNAMETOOLONG
- in file user.php, constant _US_NICKNAMETOOLONG
- _US_NICKNAMETOOSHORT
- in file user.php, constant _US_NICKNAMETOOSHORT
- _US_NO
- in file user.php, constant _US_NO
- _US_NOACTTPADM
- in file user.php, constant _US_NOACTTPADM
- _US_NOEDITRIGHT
- in file user.php, constant _US_NOEDITRIGHT
- _US_NOPERMISS
- in file user.php, constant _US_NOPERMISS
- _US_NOPROBLEM
- in file user.php, constant _US_NOPROBLEM
- _US_NOREGISTER
- in file user.php, constant _US_NOREGISTER
- _US_NOTREGISTERED
- in file user.php, constant _US_NOTREGISTERED
- _US_OCCUPATION
- in file user.php, constant _US_OCCUPATION
- _US_OLDDELETED
- in file user.php, constant _US_OLDDELETED
- _US_PASSNOTSAME
- in file user.php, constant _US_PASSNOTSAME
- _US_PASSWORD
- in file user.php, constant _US_PASSWORD
- _US_PM
- in file user.php, constant _US_PM
- _US_POSTS
- in file user.php, constant _US_POSTS
- _US_PRESSLOGIN
- in file user.php, constant _US_PRESSLOGIN
- _US_PROFILE
- in file user.php, constant _US_PROFILE
- _US_PROFUPDATED
- in file user.php, constant _US_PROFUPDATED
- _US_PWDMAILED
- in file user.php, constant _US_PWDMAILED
- _US_PWDTOOSHORT
- in file user.php, constant _US_PWDTOOSHORT
- _US_RANK
- in file user.php, constant _US_RANK
- _US_REALNAME
- in file user.php, constant _US_REALNAME
- _US_REGISTERNG
- in file user.php, constant _US_REGISTERNG
- _US_REMOVEINFO
- in file user.php, constant _US_REMOVEINFO
- _US_SAVECHANGES
- in file user.php, constant _US_SAVECHANGES
- _US_SELECTNG
- in file user.php, constant _US_SELECTNG
- _US_SELFILE
- in file user.php, constant _US_SELFILE
- _US_SENDPASSWORD
- in file user.php, constant _US_SENDPASSWORD
- _US_SHOWALL
- in file user.php, constant _US_SHOWALL
- _US_SHOWSIG
- in file user.php, constant _US_SHOWSIG
- _US_SIGNATURE
- in file user.php, constant _US_SIGNATURE
- _US_SORRYNOTFOUND
- in file user.php, constant _US_SORRYNOTFOUND
- _US_STATISTICS
- in file user.php, constant _US_STATISTICS
- _US_SUBMIT
- in file user.php, constant _US_SUBMIT
- _US_SURETODEL
- in file user.php, constant _US_SURETODEL
- _US_THANKYOUFORVISIT
- in file user.php, constant _US_THANKYOUFORVISIT
- _US_TIMEZONE
- in file user.php, constant _US_TIMEZONE
- _US_TYPEPASSTWICE
- in file user.php, constant _US_TYPEPASSTWICE
- _US_UNEEDAGREE
- in file user.php, constant _US_UNEEDAGREE
- _US_UPLOADMYAVATAR
- in file user.php, constant _US_UPLOADMYAVATAR
- _US_USECOOKIE
- in file user.php, constant _US_USECOOKIE
- _US_USERKEYFOR
- in file user.php, constant _US_USERKEYFOR
- _US_USERNAME
- in file user.php, constant _US_USERNAME
- _US_USERREG
- in file user.php, constant _US_USERREG
- _US_VERIFYPASS
- in file user.php, constant _US_VERIFYPASS
- _US_WEBSITE
- in file user.php, constant _US_WEBSITE
- _US_YIM
- in file user.php, constant _US_YIM
- _US_YOURACCOUNT
- in file user.php, constant _US_YOURACCOUNT
- _US_YOUREMAIL
- in file user.php, constant _US_YOUREMAIL
- _US_YOURREGISTERED
- in file user.php, constant _US_YOURREGISTERED
- _US_YOURREGISTERED2
- in file user.php, constant _US_YOURREGISTERED2
- _US_YOURREGMAILNG
- in file user.php, constant _US_YOURREGMAILNG
- _VERSION
- in file global.php, constant _VERSION
- _VISITWEBSITE
- in file global.php, constant _VISITWEBSITE
- _WARNINSTALL2
- in file global.php, constant _WARNINSTALL2
- _WARNINWRITEABLE
- in file global.php, constant _WARNINWRITEABLE
- _WEEK
- in file global.php, constant _WEEK
- _WELCOMETO
- in file global.php, constant _WELCOMETO
- _WHOSONLINE
- in file global.php, constant _WHOSONLINE
- _XOBJ_ERR_REQUIRED
- in file global.php, constant _XOBJ_ERR_REQUIRED
- _XOBJ_ERR_SHORTERTHAN
- in file global.php, constant _XOBJ_ERR_SHORTERTHAN
- _YES
- in file global.php, constant _YES
- _YOURHOME
- in file global.php, constant _YOURHOME
- __construct
- in file findusers.php, method XoopsRank::__construct()
- __construct
- in file findusers.php, method XoopsRankHandler::__construct()
- __construct
- in file findusers.php, method XoUserHandler::__construct()
- __construct
- in file findusers.php, method XoUser::__construct()
top
|
|