phpDocumentor
[ all elements ]

Index of All Elements

Package Indexes


[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ x ] [ y ] [ _ ]

a

a

$access_override
in file RecordBrowser_0.php, variable Utils_RecordBrowser::$access_override
$addr
in file Socket.php, variable Net_Socket::$addr
    The IP address to connect to.
$admin_access
in file RecordBrowserCommon_0.php, variable Utils_RecordBrowserCommon::$admin_access
$admin_filter
in file RecordBrowser_0.php, variable Utils_RecordBrowser::$admin_filter
$ado
in file database.php, variable DB::$ado
$adv_search
in file RecordBrowser_0.php, variable Utils_RecordBrowser::$adv_search
$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.
$args
in file mobile.php, variable StackEntry::$args
$args
in file mobile.php, variable LinkEntry::$args
$autoload_filters
in file Smarty.class.php, variable Smarty::$autoload_filters
    This indicates which filters are automatically loaded into Smarty.
$available_icons
in file ActionBarCommon_0.php, variable Base_ActionBarCommon::$available_icons
a1
in file Callbacks_0.php, method Tests_Callbacks::a1()
a1_stack
in file Callbacks_0.php, method Tests_Callbacks::a1_stack()
a2
in file Callbacks_0.php, method Tests_Callbacks::a2()
accept
in file timestamp.php, method HTML_QuickForm_timestamp::accept()
access_bugtrack
in file BugtrackCommon_0.php, method Tests_BugtrackCommon::access_bugtrack()
access_company
in file ContactsCommon_0.php, method CRM_ContactsCommon::access_company()
access_contact
in file ContactsCommon_0.php, method CRM_ContactsCommon::access_contact()
access_phonecall
in file PhoneCallCommon_0.php, method CRM_PhoneCallCommon::access_phonecall()
access_task
in file TasksModifiedCommon_0.php, method Custom_TasksModifiedCommon::access_task()
access_task
in file TasksCommon_0.php, method CRM_TasksCommon::access_task()
account
in file MailClient_0.php, method Apps_MailClient::account()
account_manager
in file MailClient_0.php, method Apps_MailClient::account_manager()
account_manager_access
in file MailClientCommon_0.php, method Apps_MailClientCommon::account_manager_access()
Acl
in file acl.php, class Acl
acl_check
in file module_acl.php, method ModuleAcl::acl_check()
activities
in file Import_0.php, method CRM_Import::activities()
actual_db_type
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::actual_db_type()
add
in file Timetrack_0.php, method Apps_Timetrack::add()
add
in file MessengerCommon_0.php, method Utils_MessengerCommon::add()
add
in file Event_0.php, method CRM_Calendar_Event::add()
add
in file AttachmentCommon_0.php, method Utils_AttachmentCommon::add()
add
in file ActionBarCommon_0.php, method Base_ActionBarCommon::add()
add
in file Event_0.php, method Tests_Calendar_Event::add()
add
in file Event_0.php, method Utils_Calendar_Event::add()
add
in file ShortcutCommon_0.php, method Utils_ShortcutCommon::add()
AddAddress
in file class.phpmailer.php, method PHPMailer::AddAddress()
    Adds a "To" address.
addAnswered
in file IMAP.php, method Net_IMAP::addAnswered()
    adds the Answered flag (\Answered) to the selected messages
AddAttachment
in file class.phpmailer.php, method PHPMailer::AddAttachment()
    Adds an attachment from a path on the filesystem.
addAttachment
in file mime.php, method Mail_mime::addAttachment()
    Adds a file to the list of attachments.
addBcc
in file mime.php, method Mail_mime::addBcc()
    Add an email to the Bcc (blank carbon copy) header (multiple calls to this method are allowed)
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.
addCc
in file mime.php, method Mail_mime::addCc()
    Add an email to the Cc (carbon copy) header (multiple calls to this method are allowed)
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.
addDeleted
in file IMAP.php, method Net_IMAP::addDeleted()
    adds the Deleted flag (\Deleted) to the selected messages
addDraft
in file IMAP.php, method Net_IMAP::addDraft()
    adds the Draft flag (\Draft) to the selected messages
addElement
in file FileUpload_0.php, method Utils_FileUpload::addElement()
    Calls QuickForm method addElement() on own QuickForm object.
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".
addFlagged
in file IMAP.php, method Net_IMAP::addFlagged()
    adds the Flagged flag (\Flagged) to the selected messages
addFlags
in file IMAP.php, method Net_IMAP::addFlags()
    adds flags to the selected messages
addHTMLImage
in file mime.php, method Mail_mime::addHTMLImage()
    Adds an image to the list of embedded images.
additional_header
in file Attachment_0.php, method Utils_Attachment::additional_header()
addq
in file database.php, method DB::addq()
    * Quotes a string, without prefixing nor appending quotes.
AddReplyTo
in file class.phpmailer.php, method PHPMailer::AddReplyTo()
    Adds a "Reply-to" address.
addressbook_rp_mail
in file MailClientCommon_0.php, method Apps_MailClientCommon::addressbook_rp_mail()
addSeen
in file IMAP.php, method Net_IMAP::addSeen()
    adds the Seen flag (\Seen) to the selected messages
AddStringAttachment
in file class.phpmailer.php, method PHPMailer::AddStringAttachment()
    Adds a string or binary attachment (non-filesystem) to the list.
addSubPart
in file mimePart.php, method Mail_mimePart::addSubPart()
    &addSubPart()
addUserInfo
in file PEAR.php, method PEAR_Error::addUserInfo()
add_aco
in file acl.php, method Acl::add_aco()
add_aco
in file module_acl.php, method ModuleAcl::add_aco()
add_aco_section
in file acl.php, method Acl::add_aco_section()
add_action
in file GenericBrowser_0.php, method Utils_GenericBrowser_Row_Object::add_action()
    Adds an action to the Generic Browser.
add_actionbar_change_subscription_button
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::add_actionbar_change_subscription_button()
add_action_bar_icon
in file FiltersCommon_0.php, method CRM_FiltersCommon::add_action_bar_icon()
add_applet
in file Dashboard_0.php, method Base_Dashboard::add_applet()
add_board
in file Forum_0.php, method Apps_Forum::add_board()
add_categories_to_header
in file Reports_0.php, method Utils_RecordBrowser_Reports::add_categories_to_header()
add_data
in file GenericBrowser_0.php, method Utils_GenericBrowser_Row_Object::add_data()
    Adds data to the row in Generic Browser.
add_data_array
in file GenericBrowser_0.php, method Utils_GenericBrowser_Row_Object::add_data_array()
    Adds data to the row in Generic Browser.
add_default_menu
in file MenuCommon_0.php, method Base_MenuCommon::add_default_menu()
add_event
in file Event_0.php, method CRM_Calendar_Event::add_event()
add_groups
in file acl.php, method Acl::add_groups()
    Add group of users
add_help
in file MainModuleIndicatorCommon_0.php, method Base_MainModuleIndicatorCommon::add_help()
add_info
in file GenericBrowser_0.php, method Utils_GenericBrowser_Row_Object::add_info()
    Adds an info icon to the Generic Browser.
add_item
in file BookmarkBrowser_0.php, method Utils_BookmarkBrowser::add_item()
    Adds an entry to the browser at given section.
add_js
in file GenericBrowser_0.php, method Utils_GenericBrowser_Row_Object::add_js()
    Adds an js to call when row is displayed
add_link
in file Menu_0.php, method Utils_Menu::add_link()
    Adds hyperlink to the menu.
add_node
in file Path_0.php, method Utils_Path::add_node()
    Adds an element to the end of the path.
add_observer
in file error.php, method ErrorHandler::add_observer()
add_option
in file LeightboxPrompt_0.php, method Utils_LeightboxPrompt::add_option()
add_post
in file Comment_0.php, method Utils_Comment::add_post()
    Adds new comment to current comment group.
add_quick_menu
in file MenuCommon_0.php, method Base_MenuCommon::add_quick_menu()
add_recent_entry
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::add_recent_entry()
add_row
in file GenericBrowser_0.php, method Utils_GenericBrowser::add_row()
    Adds new row with data to Generic Browser.
add_row_array
in file GenericBrowser_0.php, method Utils_GenericBrowser::add_row_array()
    Adds new row with data to Generic Browser.
add_split
in file Menu_0.php, method Utils_Menu::add_split()
    Adds a splitting line to the menu. Useful when you want to divide menu into sctions without using submenus.
add_to_favs
in file RecordBrowser_0.php, method Utils_RecordBrowser::add_to_favs()
add_upload_element
in file FileUpload_0.php, method Utils_FileUpload::add_upload_element()
add_user
in file AclCommon_0.php, method Base_AclCommon::add_user()
    Creates new User that is automatically assigned to 'User' group.
add_user
in file LoginCommon_0.php, method Base_User_LoginCommon::add_user()
    Add user and send password by mail.
add_user
in file UserCommon_0.php, method Base_UserCommon::add_user()
    Adds user to the database and adds to User group (normal, regular user).
admin
in file Dashboard_0.php, method Base_Dashboard::admin()
admin
in file Mail_0.php, method Base_Mail::admin()
    For internal use only.
admin
in file Settings_0.php, method Base_User_Settings::admin()
admin
in file Contacts_0.php, method CRM_Contacts::admin()
admin
in file Setup_0.php, method Base_Setup::admin()
admin
in file CommonData_0.php, method Utils_CommonData::admin()
    For internal use only.
admin
in file Error_0.php, method Base_Error::admin()
admin
in file Countries_0.php, method Data_Countries::admin()
admin
in file RecordBrowser_0.php, method Utils_RecordBrowser::admin()
admin
in file ModuleManager_0.php, method Base_ModuleManager::admin()
admin
in file Administrator_0.php, method Utils_Attachment_Administrator::admin()
admin
in file Administrator_0.php, method Base_User_Administrator::admin()
admin
in file MainModuleIndicator_0.php, method Base_MainModuleIndicator::admin()
admin
in file MailClient_0.php, method Apps_MailClient::admin()
admin
in file Administrator_0.php, method Base_Theme_Administrator::admin()
admin
in file LoginAudit_0.php, method CRM_LoginAudit::admin()
admin
in file Administrator_0.php, method Base_MaintenanceMode_Administrator::admin()
admin
in file Admin_0.php, method Base_AdminInterface::admin()
admin
in file Administrator_0.php, method Base_Lang_Administrator::admin()
admin
in file StaticPage_0.php, method Apps_StaticPage::admin()
admin
in file Backup_0.php, method Base_Backup::admin()
administrator_panel
in file RecordBrowser_0.php, method Utils_RecordBrowser::administrator_panel()
admin_access
in file ErrorCommon_0.php, method Base_ErrorCommon::admin_access()
admin_access
in file AdministratorCommon_0.php, method Base_MaintenanceMode_AdministratorCommon::admin_access()
admin_access
in file BackupCommon_0.php, method Base_BackupCommon::admin_access()
admin_access
in file SettingsCommon_0.php, method Base_User_SettingsCommon::admin_access()
admin_access
in file SetupCommon_0.php, method Base_SetupCommon::admin_access()
admin_access
in file DashboardCommon_0.php, method Base_DashboardCommon::admin_access()
admin_access
in file AdminCommon_0.php, method Base_AdminModuleCommon::admin_access()
admin_access
in file AdministratorCommon_0.php, method Utils_Attachment_AdministratorCommon::admin_access()
admin_access
in file AdminCommon_0.php, method Base_AdminModuleCommonInterface::admin_access()
admin_access
in file CommonDataCommon_0.php, method Utils_CommonDataCommon::admin_access()
    For internal use only.
admin_access
in file MailCommon_0.php, method Base_MailCommon::admin_access()
    For internal use only.
admin_array
in file CommonData_0.php, method Utils_CommonData::admin_array()
admin_caption
in file AdministratorCommon_0.php, method Base_MaintenanceMode_AdministratorCommon::admin_caption()
admin_caption
in file AdministratorCommon_0.php, method Base_Theme_AdministratorCommon::admin_caption()
admin_caption
in file AdministratorCommon_0.php, method Base_Lang_AdministratorCommon::admin_caption()
admin_caption
in file AdminCommon_0.php, method Base_AdminModuleCommonInterface::admin_caption()
admin_caption
in file MailClientCommon_0.php, method Apps_MailClientCommon::admin_caption()
admin_caption
in file BackupCommon_0.php, method Base_BackupCommon::admin_caption()
admin_caption
in file LoginAuditCommon_0.php, method CRM_LoginAuditCommon::admin_caption()
admin_caption
in file AdminCommon_0.php, method Base_AdminModuleCommon::admin_caption()
admin_caption
in file AdministratorCommon_0.php, method Base_User_AdministratorCommon::admin_caption()
admin_caption
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::admin_caption()
admin_caption
in file AdministratorCommon_0.php, method Utils_Attachment_AdministratorCommon::admin_caption()
admin_caption
in file ModuleManagerCommon_0.php, method Base_ModuleManagerCommon::admin_caption()
admin_caption
in file ErrorCommon_0.php, method Base_ErrorCommon::admin_caption()
admin_caption
in file SettingsCommon_0.php, method Base_User_SettingsCommon::admin_caption()
admin_caption
in file DashboardCommon_0.php, method Base_DashboardCommon::admin_caption()
admin_caption
in file SetupCommon_0.php, method Base_SetupCommon::admin_caption()
admin_caption
in file CommonDataCommon_0.php, method Utils_CommonDataCommon::admin_caption()
    For internal use only.
admin_caption
in file CountriesCommon_0.php, method Data_CountriesCommon::admin_caption()
admin_caption
in file StaticPageCommon_0.php, method Apps_StaticPageCommon::admin_caption()
admin_caption
in file MailCommon_0.php, method Base_MailCommon::admin_caption()
    For internal use only.
admin_caption
in file ContactsCommon_0.php, method CRM_ContactsCommon::admin_caption()
admin_caption
in file MainModuleIndicatorCommon_0.php, method Base_MainModuleIndicatorCommon::admin_caption()
admin_icon
in file MailClientCommon_0.php, method Apps_MailClientCommon::admin_icon()
admin_main_company
in file Contacts_0.php, method CRM_Contacts::admin_main_company()
advanced_search
in file Search_0.php, method Tests_Search::advanced_search()
advanced_search_access
in file SearchCommon_0.php, method Tests_SearchCommon::advanced_search_access()
Affected_Rows
in file database.php, method DB::Affected_Rows()
    * @return # rows affected by UPDATE/DELETE
agenda
in file Calendar_0.php, method Utils_Calendar::agenda()
alert
in file epesi.php, method Epesi::alert()
allow_private
in file Attachment_0.php, method Utils_Attachment::allow_private()
allow_protected
in file Attachment_0.php, method Utils_Attachment::allow_protected()
allow_public
in file Attachment_0.php, method Utils_Attachment::allow_public()
append
in file Smarty.class.php, method Smarty::append()
    appends values to template variables
appendMessage
in file IMAP.php, method Net_IMAP::appendMessage()
    Appends a mail to a mailbox
append_by_ref
in file Smarty.class.php, method Smarty::append_by_ref()
    appends values to template variables by reference
append_msg_to_index
in file MailClientCommon_0.php, method Apps_MailClientCommon::append_msg_to_index()
applet
in file Calc_0.php, method Applets_Calc::applet()
applet
in file Host_0.php, method Applets_Host::applet()
applet
in file GTalk_0.php, method Applets_GTalk::applet()
applet
in file Google_0.php, method Applets_Google::applet()
applet
in file MonthView_0.php, method Applets_MonthView::applet()
applet
in file MailClient_0.php, method Apps_MailClient::applet()
applet
in file Birthdays_0.php, method Applets_Birthdays::applet()
applet
in file WhoIsOnline_0.php, method Tools_WhoIsOnline::applet()
applet
in file WhoIsOnline_0.php, method CRM_WhoIsOnline::applet()
applet
in file Messenger_0.php, method Utils_Messenger::applet()
applet
in file Note_0.php, method Applets_Note::applet()
applet
in file PhoneCall_0.php, method CRM_PhoneCall::applet()
applet
in file Gallery_0.php, method Apps_Gallery::applet()
applet
in file Calendar_0.php, method CRM_Calendar::applet()
applet
in file Tasks_0.php, method CRM_Tasks::applet()
applet
in file RssFeed_0.php, method Applets_RssFeed::applet()
applet
in file Clock_0.php, method Applets_Clock::applet()
applet
in file Shoutbox_0.php, method Apps_Shoutbox::applet()
applet
in file Watchdog_0.php, method Utils_Watchdog::applet()
Applets_Birthdays
in file Birthdays_0.php, class Applets_Birthdays
Applets_BirthdaysCommon
in file BirthdaysCommon_0.php, class Applets_BirthdaysCommon
Applets_BirthdaysInstall
in file BirthdaysInstall.php, class Applets_BirthdaysInstall
Applets_Calc
in file Calc_0.php, class Applets_Calc
Applets_CalcCommon
in file CalcCommon_0.php, class Applets_CalcCommon
Applets_CalcInstall
in file CalcInstall.php, class Applets_CalcInstall
Applets_Clock
in file Clock_0.php, class Applets_Clock
    Flash clock (clock taken from http://www.kirupa.com/developer/actionscript/clock.htm)
Applets_ClockCommon
in file ClockCommon_0.php, class Applets_ClockCommon
    Flash clock (clock taken from http://www.kirupa.com/developer/actionscript/clock.htm)
Applets_ClockInstall
in file ClockInstall.php, class Applets_ClockInstall
    Flash clock (clock taken from http://www.kirupa.com/developer/actionscript/clock.htm)
Applets_Google
in file Google_0.php, class Applets_Google
Applets_GoogleCommon
in file GoogleCommon_0.php, class Applets_GoogleCommon
Applets_GoogleInstall
in file GoogleInstall.php, class Applets_GoogleInstall
Applets_GTalk
in file GTalk_0.php, class Applets_GTalk
Applets_GTalkCommon
in file GTalkCommon_0.php, class Applets_GTalkCommon
Applets_GTalkInstall
in file GTalkInstall.php, class Applets_GTalkInstall
Applets_Host
in file Host_0.php, class Applets_Host
    Gets host ip or domain
Applets_HostCommon
in file HostCommon_0.php, class Applets_HostCommon
    Gets host ip or domain
Applets_HostInstall
in file HostInstall.php, class Applets_HostInstall
    Gets host ip or domain
applets_list
in file Dashboard_0.php, method Base_Dashboard::applets_list()
Applets_MonthView
in file MonthView_0.php, class Applets_MonthView
Applets_MonthViewCommon
in file MonthViewCommon_0.php, class Applets_MonthViewCommon
Applets_MonthViewInstall
in file MonthViewInstall.php, class Applets_MonthViewInstall
Applets_Note
in file Note_0.php, class Applets_Note
Applets_NoteCommon
in file NoteCommon_0.php, class Applets_NoteCommon
Applets_NoteInstall
in file NoteInstall.php, class Applets_NoteInstall
Applets_RssFeed
in file RssFeed_0.php, class Applets_RssFeed
    Simple RSS Feed applet
Applets_RssFeedCommon
in file RssFeedCommon_0.php, class Applets_RssFeedCommon
    Simple RSS Feed applet
Applets_RssFeedInstall
in file RssFeedInstall.php, class Applets_RssFeedInstall
    Simple RSS Feed applet
applet_caption
in file ShoutboxCommon_0.php, method Apps_ShoutboxCommon::applet_caption()
applet_caption
in file WhoIsOnlineCommon_0.php, method Tools_WhoIsOnlineCommon::applet_caption()
applet_caption
in file PhoneCallCommon_0.php, method CRM_PhoneCallCommon::applet_caption()
applet_caption
in file NoteCommon_0.php, method Applets_NoteCommon::applet_caption()
applet_caption
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::applet_caption()
applet_caption
in file WhoIsOnlineCommon_0.php, method CRM_WhoIsOnlineCommon::applet_caption()
applet_caption
in file MonthViewCommon_0.php, method Applets_MonthViewCommon::applet_caption()
applet_caption
in file TasksCommon_0.php, method CRM_TasksCommon::applet_caption()
applet_caption
in file MessengerCommon_0.php, method Utils_MessengerCommon::applet_caption()
applet_caption
in file RssFeedCommon_0.php, method Applets_RssFeedCommon::applet_caption()
applet_caption
in file MailClientCommon_0.php, method Apps_MailClientCommon::applet_caption()
applet_caption
in file GalleryCommon_0.php, method Apps_GalleryCommon::applet_caption()
applet_caption
in file GoogleCommon_0.php, method Applets_GoogleCommon::applet_caption()
applet_caption
in file GTalkCommon_0.php, method Applets_GTalkCommon::applet_caption()
applet_caption
in file HostCommon_0.php, method Applets_HostCommon::applet_caption()
applet_caption
in file CalendarCommon_0.php, method CRM_CalendarCommon::applet_caption()
applet_caption
in file ClockCommon_0.php, method Applets_ClockCommon::applet_caption()
applet_caption
in file BirthdaysCommon_0.php, method Applets_BirthdaysCommon::applet_caption()
applet_caption
in file CalcCommon_0.php, method Applets_CalcCommon::applet_caption()
applet_info
in file WhoIsOnlineCommon_0.php, method Tools_WhoIsOnlineCommon::applet_info()
applet_info
in file NoteCommon_0.php, method Applets_NoteCommon::applet_info()
applet_info
in file GoogleCommon_0.php, method Applets_GoogleCommon::applet_info()
applet_info
in file WhoIsOnlineCommon_0.php, method CRM_WhoIsOnlineCommon::applet_info()
applet_info
in file BirthdaysCommon_0.php, method Applets_BirthdaysCommon::applet_info()
applet_info
in file GTalkCommon_0.php, method Applets_GTalkCommon::applet_info()
applet_info
in file PhoneCallCommon_0.php, method CRM_PhoneCallCommon::applet_info()
applet_info
in file GalleryCommon_0.php, method Apps_GalleryCommon::applet_info()
applet_info
in file TasksCommon_0.php, method CRM_TasksCommon::applet_info()
applet_info
in file CalendarCommon_0.php, method CRM_CalendarCommon::applet_info()
applet_info
in file MonthViewCommon_0.php, method Applets_MonthViewCommon::applet_info()
applet_info
in file ClockCommon_0.php, method Applets_ClockCommon::applet_info()
applet_info
in file CalcCommon_0.php, method Applets_CalcCommon::applet_info()
applet_info
in file ShoutboxCommon_0.php, method Apps_ShoutboxCommon::applet_info()
applet_info
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::applet_info()
applet_info
in file RssFeedCommon_0.php, method Applets_RssFeedCommon::applet_info()
applet_info
in file MailClientCommon_0.php, method Apps_MailClientCommon::applet_info()
applet_info
in file HostCommon_0.php, method Applets_HostCommon::applet_info()
applet_info
in file MessengerCommon_0.php, method Utils_MessengerCommon::applet_info()
applet_info_format
in file TasksCommon_0.php, method CRM_TasksCommon::applet_info_format()
applet_info_format
in file PhoneCallCommon_0.php, method CRM_PhoneCallCommon::applet_info_format()
applet_new_record_button
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::applet_new_record_button()
applet_settings
in file TasksCommon_0.php, method CRM_TasksCommon::applet_settings()
applet_settings
in file PhoneCallCommon_0.php, method CRM_PhoneCallCommon::applet_settings()
applet_settings
in file ClockCommon_0.php, method Applets_ClockCommon::applet_settings()
applet_settings
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::applet_settings()
applet_settings
in file RssFeedCommon_0.php, method Applets_RssFeedCommon::applet_settings()
applet_settings
in file GalleryCommon_0.php, method Apps_GalleryCommon::applet_settings()
applet_settings
in file BirthdaysCommon_0.php, method Applets_BirthdaysCommon::applet_settings()
applet_settings
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::applet_settings()
applet_settings
in file MailClientCommon_0.php, method Apps_MailClientCommon::applet_settings()
applet_settings
in file CalendarCommon_0.php, method CRM_CalendarCommon::applet_settings()
applet_settings
in file NoteCommon_0.php, method Applets_NoteCommon::applet_settings()
Apps_Forum
in file Forum_0.php, class Apps_Forum
Apps_ForumCommon
in file ForumCommon_0.php, class Apps_ForumCommon
Apps_ForumInstall
in file ForumInstall.php, class Apps_ForumInstall
Apps_Gallery
in file Gallery_0.php, class Apps_Gallery
Apps_GalleryCommon
in file GalleryCommon_0.php, class Apps_GalleryCommon
Apps_GalleryInstall
in file GalleryInstall.php, class Apps_GalleryInstall
Apps_MailClient
in file MailClient_0.php, class Apps_MailClient
    Simple mail client
Apps_MailClientCommon
in file MailClientCommon_0.php, class Apps_MailClientCommon
    Simple mail client
Apps_MailClientInstall
in file MailClientInstall.php, class Apps_MailClientInstall
    Simple mail client
Apps_Shoutbox
in file Shoutbox_0.php, class Apps_Shoutbox
Apps_ShoutboxCommon
in file ShoutboxCommon_0.php, class Apps_ShoutboxCommon
Apps_ShoutboxInstall
in file ShoutboxInstall.php, class Apps_ShoutboxInstall
Apps_StaticPage
in file StaticPage_0.php, class Apps_StaticPage
Apps_StaticPageCommon
in file StaticPageCommon_0.php, class Apps_StaticPageCommon
Apps_StaticPageInstall
in file StaticPageInstall.php, class Apps_StaticPageInstall
Apps_Timetrack
in file Timetrack_0.php, class Apps_Timetrack
Apps_TimetrackCommon
in file TimetrackCommon_0.php, class Apps_TimetrackCommon
Apps_TimetrackInstall
in file TimetrackInstall.php, class Apps_TimetrackInstall
Apps_TwisterGame
in file TwisterGame_0.php, class Apps_TwisterGame
Apps_TwisterGameCommon
in file TwisterGameCommon_0.php, class Apps_TwisterGameCommon
Apps_TwisterGameInstall
in file TwisterGameInstall.php, class Apps_TwisterGameInstall
assign
in file Theme_0.php, method Base_Theme::assign()
    Assigns text to a smarty variable.
assign
in file Smarty.class.php, method Smarty::assign()
    assigns values to template variables
assign_by_ref
in file Smarty.class.php, method Smarty::assign_by_ref()
    assigns values to template variables by reference
attachments
in file Import_0.php, method CRM_Import::attachments()
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.
Auth_SASL
in file SASL.php, class Auth_SASL
Auth_SASL_Anonymous
in file Anonymous.php, class Auth_SASL_Anonymous
    Common functionality to SASL mechanisms
Auth_SASL_Common
in file Common.php, class Auth_SASL_Common
    Common functionality to SASL mechanisms
Auth_SASL_CramMD5
in file CramMD5.php, class Auth_SASL_CramMD5
    Common functionality to SASL mechanisms
Auth_SASL_DigestMD5
in file DigestMD5.php, class Auth_SASL_DigestMD5
    Common functionality to SASL mechanisms
Auth_SASL_Login
in file Login.php, class Auth_SASL_Login
    Common functionality to SASL mechanisms
Auth_SASL_Plain
in file Plain.php, class Auth_SASL_Plain
    Common functionality to SASL mechanisms
AutoExecute
in file database.php, method DB::AutoExecute()
automatic_display
in file GenericBrowser_0.php, method Utils_GenericBrowser::automatic_display()
    Displays the table performing paging and searching automatically.
acl.php
procedural page acl.php
Anonymous.php
procedural page Anonymous.php
AboutCommon_0.php
procedural page AboutCommon_0.php
AboutInstall.php
procedural page AboutInstall.php
About_0.php
procedural page About_0.php
AclCommon_0.php
procedural page AclCommon_0.php
AclInstall.php
procedural page AclInstall.php
ActionBarCommon_0.php
procedural page ActionBarCommon_0.php
ActionBarInstall.php
procedural page ActionBarInstall.php
ActionBar_0.php
procedural page ActionBar_0.php
AdminCommon_0.php
procedural page AdminCommon_0.php
AdminInstall.php
procedural page AdminInstall.php
Admin_0.php
procedural page Admin_0.php
AdministratorCommon_0.php
procedural page AdministratorCommon_0.php
AdministratorInstall.php
procedural page AdministratorInstall.php
Administrator_0.php
procedural page Administrator_0.php
AdministratorCommon_0.php
procedural page AdministratorCommon_0.php
AdministratorInstall.php
procedural page AdministratorInstall.php
Administrator_0.php
procedural page Administrator_0.php
AdministratorCommon_0.php
procedural page AdministratorCommon_0.php
AdministratorInstall.php
procedural page AdministratorInstall.php
Administrator_0.php
procedural page Administrator_0.php
AdministratorCommon_0.php
procedural page AdministratorCommon_0.php
AdministratorInstall.php
procedural page AdministratorInstall.php
Administrator_0.php
procedural page Administrator_0.php
AclInstall.php
procedural page AclInstall.php
ActivitiesCommon_0.php
procedural page ActivitiesCommon_0.php
ActivitiesInstall.php
procedural page ActivitiesInstall.php
Activities_0.php
procedural page Activities_0.php
AttachmentCommon_0.php
procedural page AttachmentCommon_0.php
AttachmentInstall.php
procedural page AttachmentInstall.php
Attachment_0.php
procedural page Attachment_0.php
aInstall.php
procedural page aInstall.php
a_0.php
procedural page a_0.php
aInstall.php
procedural page aInstall.php
a_0.php
procedural page a_0.php
AdministratorCommon_0.php
procedural page AdministratorCommon_0.php
AdministratorInstall.php
procedural page AdministratorInstall.php
Administrator_0.php
procedural page Administrator_0.php
AttachmentCommon_0.php
procedural page AttachmentCommon_0.php
AttachmentInstall.php
procedural page AttachmentInstall.php
Attachment_0.php
procedural page Attachment_0.php
b

b

$backtrace
in file PEAR.php, variable PEAR_Error::$backtrace
$blocking
in file Socket.php, variable Net_Socket::$blocking
    Whether the socket is blocking. Defaults to true.
$bmk_counter
in file BookmarkBrowser_0.php, variable Utils_BookmarkBrowser::$bmk_counter
$Body
in file class.phpmailer.php, variable PHPMailer::$Body
    Sets the Body of the message. This can be either an HTML or text body.
$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.
$browsed_records
in file RecordBrowser_0.php, variable Utils_RecordBrowser::$browsed_records
back
in file history.php, method History::back()
back
in file Navigation_0.php, method Base_Navigation::back()
back
in file RecordBrowser_0.php, method Utils_RecordBrowser::back()
backup
in file PhoneCallInstall.php, method CRM_PhoneCallInstall::backup()
backup
in file module_manager.php, method ModuleManager::backup()
    Creates module backup point.
backup
in file ContactsInstall.php, method CRM_ContactsInstall::backup()
backup
in file TasksInstall.php, method CRM_TasksInstall::backup()
backup
in file UserInstall.php, method Base_UserInstall::backup()
back_to_calendar
in file Event_0.php, method Utils_Calendar_Event::back_to_calendar()
BaseInstall
in file BaseInstall.php, class BaseInstall
    BaseInstall class.
Base_About
in file About_0.php, class Base_About
    About Epesi
Base_AboutCommon
in file AboutCommon_0.php, class Base_AboutCommon
    About Epesi
Base_AboutInstall
in file AboutInstall.php, class Base_AboutInstall
    About Epesi
Base_AclCommon
in file AclCommon_0.php, class Base_AclCommon
    AclInit class.
Base_AclInstall
in file AclInstall.php, class Base_AclInstall
    AclInit class.
Base_ActionBar
in file ActionBar_0.php, class Base_ActionBar
    ActionBar
Base_ActionBarCommon
in file ActionBarCommon_0.php, class Base_ActionBarCommon
    ActionBar
Base_ActionBarInstall
in file ActionBarInstall.php, class Base_ActionBarInstall
    ActionBar
Base_Admin
in file Admin_0.php, class Base_Admin
    This class provides administration menu. Just place admin(), admin_caption() (and admin_access()) functions inside your module.
Base_AdminCommon
in file AdminCommon_0.php, class Base_AdminCommon
    This class provides interface for module common.
Base_AdminInstall
in file AdminInstall.php, class Base_AdminInstall
    Admin class.
Base_AdminInterface
in file Admin_0.php, class Base_AdminInterface
    Interface which you must implement if you would like to have module administration entry.
Base_AdminModuleCommon
in file AdminCommon_0.php, class Base_AdminModuleCommon
    Default abstract class for AdminInterface...
Base_AdminModuleCommonInterface
in file AdminCommon_0.php, class Base_AdminModuleCommonInterface
    Interface which you must implement if you would like to have module administration entry.
Base_Backup
in file Backup_0.php, class Base_Backup
    Backup class.
Base_BackupCommon
in file BackupCommon_0.php, class Base_BackupCommon
    Backup class.
Base_BackupInstall
in file BackupInstall.php, class Base_BackupInstall
    This class provides initialization data for Backup module.
Base_Box
in file Box_0.php, class Base_Box
    Box class.
Base_BoxCommon
in file BoxCommon_0.php, class Base_BoxCommon
    Box class.
Base_BoxInstall
in file BoxInstall.php, class Base_BoxInstall
    BoxInit class.
Base_Dashboard
in file Dashboard_0.php, class Base_Dashboard
    Something like igoogle
Base_DashboardCommon
in file DashboardCommon_0.php, class Base_DashboardCommon
    Something like igoogle
Base_DashboardInstall
in file DashboardInstall.php, class Base_DashboardInstall
    Something like igoogle
Base_Error
in file Error_0.php, class Base_Error
    Provides error to mail handling.
Base_ErrorCommon
in file ErrorCommon_0.php, class Base_ErrorCommon
    This class provides interface for module common.
Base_ErrorInstall
in file ErrorInstall.php, class Base_ErrorInstall
    Provides error to mail handling.
Base_HomePageCommon
in file HomePageCommon_0.php, class Base_HomePageCommon
    HomePage class.
Base_HomePageInstall
in file HomePageInstall.php, class Base_HomePageInstall
    HomePageInit class.
Base_LangCommon
in file LangCommon_0.php, class Base_LangCommon
    This class provides translations manipulation.
Base_LangInstall
in file LangInstall.php, class Base_LangInstall
    LangInstall class.
Base_Lang_Administrator
in file Administrator_0.php, class Base_Lang_Administrator
    Lang_Administrator class.
Base_Lang_AdministratorCommon
in file AdministratorCommon_0.php, class Base_Lang_AdministratorCommon
    Lang_Administrator class.
Base_Lang_AdministratorInstall
in file AdministratorInstall.php, class Base_Lang_AdministratorInstall
    Lang_AdministratorInstall class.
Base_Mail
in file Mail_0.php, class Base_Mail
    Mail class.
Base_MailCommon
in file MailCommon_0.php, class Base_MailCommon
    Default abstract class for AdminInterface...
Base_MailInstall
in file MailInstall.php, class Base_MailInstall
    MailInstall class.
Base_Mail_ContactUs
in file ContactUs_0.php, class Base_Mail_ContactUs
    Mail_ContactUs class.
Base_Mail_ContactUsCommon
in file ContactUsCommon_0.php, class Base_Mail_ContactUsCommon
    Mail_ContactUs class.
Base_Mail_ContactUsInstall
in file ContactUsInstall.php, class Base_Mail_ContactUsInstall
    Mail_ContactUsInstall class.
Base_MainModuleIndicator
in file MainModuleIndicator_0.php, class Base_MainModuleIndicator
    MainModuleIndicator class.
Base_MainModuleIndicatorCommon
in file MainModuleIndicatorCommon_0.php, class Base_MainModuleIndicatorCommon
    MainModuleIndicatorInstall class.
Base_MainModuleIndicatorInstall
in file MainModuleIndicatorInstall.php, class Base_MainModuleIndicatorInstall
    MainModuleIndicatorInstall class.
Base_MaintenanceModeCommon
in file MaintenanceModeCommon_0.php, class Base_MaintenanceModeCommon
    MaintenanceMode class.
Base_MaintenanceModeInstall
in file MaintenanceModeInstall.php, class Base_MaintenanceModeInstall
    MaintenanceModeInstall class.
Base_MaintenanceMode_Administrator
in file Administrator_0.php, class Base_MaintenanceMode_Administrator
    MaintenanceMode class.
Base_MaintenanceMode_AdministratorCommon
in file AdministratorCommon_0.php, class Base_MaintenanceMode_AdministratorCommon
    MaintenanceMode_AdministratorComon class.
Base_MaintenanceMode_AdministratorInstall
in file AdministratorInstall.php, class Base_MaintenanceMode_AdministratorInstall
    MaintenanceMode_AdministratorInstall class.
Base_Menu
in file Menu_0.php, class Base_Menu
    Menu class.
Base_MenuCommon
in file MenuCommon_0.php, class Base_MenuCommon
    MenuCommon class.
Base_MenuInstall
in file MenuInstall.php, class Base_MenuInstall
    MenuInstall class.
Base_Menu_QuickAccessCommon
in file QuickAccessCommon_0.php, class Base_Menu_QuickAccessCommon
    QuickAccess class.
Base_Menu_QuickAccessInstall
in file QuickAccessInstall.php, class Base_Menu_QuickAccessInstall
    QuickAccessInstall class.
Base_ModuleManager
in file ModuleManager_0.php, class Base_ModuleManager
Base_ModuleManagerCommon
in file ModuleManagerCommon_0.php, class Base_ModuleManagerCommon
Base_ModuleManagerInstall
in file ModuleManagerInstall.php, class Base_ModuleManagerInstall
Base_Navigation
in file Navigation_0.php, class Base_Navigation
    Navigation component: back, refresh, forward.
Base_NavigationInstall
in file NavigationInstall.php, class Base_NavigationInstall
    Navigation component: back, refresh, forward.
Base_RegionalSettingsCommon
in file RegionalSettingsCommon_0.php, class Base_RegionalSettingsCommon
    Regional settings like currency, time...
Base_RegionalSettingsInstall
in file RegionalSettingsInstall.php, class Base_RegionalSettingsInstall
    Regional settings like currency, time...
Base_Search
in file Search_0.php, class Base_Search
    Search class.
Base_SearchCommon
in file SearchCommon_0.php, class Base_SearchCommon
    Search class.
Base_SearchInstall
in file SearchInstall.php, class Base_SearchInstall
    SearchInstall class.
Base_Setup
in file Setup_0.php, class Base_Setup
    This class provides for administration of modules.
Base_SetupCommon
in file SetupCommon_0.php, class Base_SetupCommon
Base_SetupInstall
in file SetupInstall.php, class Base_SetupInstall
    Setup initial class
Base_StatusBar
in file StatusBar_0.php, class Base_StatusBar
    Fancy statusbar.
Base_StatusBarCommon
in file StatusBarCommon_0.php, class Base_StatusBarCommon
    Fancy statusbar.
Base_StatusBarInstall
in file StatusBarInstall.php, class Base_StatusBarInstall
    Fancy statusbar.
Base_Theme
in file Theme_0.php, class Base_Theme
    Provides module templating.
Base_ThemeCommon
in file ThemeCommon_0.php, class Base_ThemeCommon
    This class provides interface for module common.
Base_ThemeInstall
in file ThemeInstall.php, class Base_ThemeInstall
    TestInstall class.
Base_Theme_Administrator
in file Administrator_0.php, class Base_Theme_Administrator
    Theme_Administrator class.
Base_Theme_AdministratorCommon
in file AdministratorCommon_0.php, class Base_Theme_AdministratorCommon
    Theme_AdministratorInit_0 class.
Base_Theme_AdministratorInstall
in file AdministratorInstall.php, class Base_Theme_AdministratorInstall
    Theme_AdministratorInstall class.
Base_UserCommon
in file UserCommon_0.php, class Base_UserCommon
    User class.
Base_UserInstall
in file UserInstall.php, class Base_UserInstall
    UserInstall class.
Base_User_Administrator
in file Administrator_0.php, class Base_User_Administrator
    User_Administrator class.
Base_User_AdministratorCommon
in file AdministratorCommon_0.php, class Base_User_AdministratorCommon
    User_Administrator class.
Base_User_AdministratorInstall
in file AdministratorInstall.php, class Base_User_AdministratorInstall
    User_AdministratorInstall class.
Base_User_Login
in file Login_0.php, class Base_User_Login
    Login class.
Base_User_LoginCommon
in file LoginCommon_0.php, class Base_User_LoginCommon
    Login class.
Base_User_LoginInstall
in file LoginInstall.php, class Base_User_LoginInstall
    LoginInstall class.
Base_User_Settings
in file Settings_0.php, class Base_User_Settings
    User_Settings class.
Base_User_SettingsCommon
in file SettingsCommon_0.php, class Base_User_SettingsCommon
    User_Settings class.
Base_User_SettingsInstall
in file SettingsInstall.php, class Base_User_SettingsInstall
    User_Settings class.
basic_step
in file ModuleCreator_0.php, method Develop_ModuleCreator::basic_step()
before
in file Callbacks_0.php, method Tests_Callbacks::before()
BeginTrans
in file database.php, method DB::BeginTrans()
    * Begin a Transaction. Must be followed by CommitTrans() or RollbackTrans(). * * @return true if succeeded or false if database does not support transactions
begin_page
in file Wizard_0.php, method Utils_Wizard::begin_page()
    Starts new wizard step.
begin_submenu
in file Menu_0.php, method Utils_Menu::begin_submenu()
    Begins submenu. Everything placed between 'begin_submenu' and 'end_submenu' is conthent of that submenu.
BindDate
in file database.php, method DB::BindDate()
BindTimeStamp
in file database.php, method DB::BindTimeStamp()
ble_filter
in file QuickForm_0.php, method Tests_QuickForm::ble_filter()
ble_rule
in file QuickForm_0.php, method Tests_QuickForm::ble_rule()
BlobDecode
in file database.php, method DB::BlobDecode()
BlobEncode
in file database.php, method DB::BlobEncode()
body
in file ModuleManager_0.php, method Base_ModuleManager::body()
body
in file Menu_0.php, method Base_Menu::body()
body
in file Menu_0.php, method Utils_Menu::body()
    This method displays menu.
body
in file MainModuleIndicator_0.php, method Base_MainModuleIndicator::body()
body
in file MonthView_0.php, method Applets_MonthView::body()
body
in file Menu_0.php, method Tests_Menu::body()
body
in file ModuleCreator_0.php, method Develop_ModuleCreator::body()
body
in file Messenger_0.php, method Utils_Messenger::body()
body
in file ModuleEditor_0.php, method Develop_ModuleEditor::body()
body
in file RssFeed_0.php, method Applets_RssFeed::body()
body
in file Tasks_0.php, method CRM_Tasks::body()
body
in file Theme_0.php, method Base_Theme::body()
body
in file Timetrack_0.php, method Apps_Timetrack::body()
body
in file TableBrowserCreator_0.php, method Develop_TableBrowserCreator::body()
body
in file TabbedBrowser_0.php, method Tests_TabbedBrowser::body()
body
in file StatusBar_0.php, method Base_StatusBar::body()
body
in file TabbedBrowser_0.php, method Utils_TabbedBrowser::body()
    Displays tabs.
body
in file Tooltip_0.php, method Tests_Tooltip::body()
body
in file Tree_0.php, method Utils_Tree::body()
    Displays the module.
body
in file Wizard_0.php, method Tests_Wizard::body()
body
in file Wizard_0.php, method Utils_Wizard::body()
    Displays wizard current step.
body
in file WhoIsOnline_0.php, method Tools_WhoIsOnline::body()
body
in file WhoIsOnline_0.php, method CRM_WhoIsOnline::body()
body
in file TwisterGame_0.php, method Apps_TwisterGame::body()
body
in file Watchdog_0.php, method Utils_Watchdog::body()
body
in file StaticPage_0.php, method Apps_StaticPage::body()
body
in file Shoutbox_0.php, method Apps_Shoutbox::body()
body
in file QuickForm_0.php, method Tests_QuickForm::body()
body
in file RecordBrowser_0.php, method Utils_RecordBrowser::body()
body
in file RecordPicker_0.php, method Utils_RecordBrowser_RecordPicker::body()
body
in file PhoneCall_0.php, method CRM_PhoneCall::body()
body
in file Path_0.php, method Utils_Path::body()
    Displays the path.
body
in file Note_0.php, method Applets_Note::body()
body
in file OpenFlashChart_0.php, method Tests_OpenFlashChart::body()
body
in file Reports_0.php, method CRM_Calendar_Reports::body()
body
in file Reports_0.php, method Utils_RecordBrowser_Reports::body()
body
in file Setup_0.php, method Base_Setup::body()
body
in file SharedUniqueHref_0.php, method Tests_SharedUniqueHref::body()
body
in file Settings_0.php, method Base_User_Settings::body()
body
in file Search_0.php, method Base_Search::body()
body
in file Report_0.php, method Tests_Report::body()
body
in file Search_0.php, method Tests_Search::body()
body
in file Navigation_0.php, method Base_Navigation::body()
body
in file GenericBrowser_0.php, method Utils_GenericBrowser::body()
    Displays the table.
body
in file Calendar_0.php, method Tests_Calendar::body()
body
in file Calendar_0.php, method CRM_Calendar::body()
body
in file Callbacks_0.php, method Tests_Callbacks::body()
body
in file Mail_0.php, method Base_Mail::body()
body
in file Calc_0.php, method Applets_Calc::body()
body
in file Box_0.php, method Base_Box::body()
body
in file Bugtrack_0.php, method Tests_Bugtrack::body()
body
in file CatFile_0.php, method Utils_CatFile::body()
    Displays PHP code from selected file with syntax highlighting.
body
in file Clock_0.php, method Applets_Clock::body()
body
in file Contacts_0.php, method CRM_Contacts::body()
body
in file ContactUs_0.php, method Base_Mail_ContactUs::body()
body
in file Comment_0.php, method Utils_Comment::body()
    Displays Comments.
body
in file Comment_0.php, method Tests_Comment::body()
body
in file Codepress_0.php, method Tests_Codepress::body()
body
in file Colorpicker_0.php, method Tests_Colorpicker::body()
body
in file BookmarkBrowser_0.php, method Tests_BookmarkBrowser::body()
body
in file BookmarkBrowser_0.php, method Utils_BookmarkBrowser::body()
    Displays bookmark browser.
body
in file Administrator_0.php, method Utils_Attachment_Administrator::body()
body
in file Administrator_0.php, method Base_MaintenanceMode_Administrator::body()
body
in file Administrator_0.php, method Base_User_Administrator::body()
body
in file Administrator_0.php, method Base_Theme_Administrator::body()
body
in file About_0.php, method Base_About::body()
body
in file ActionBar_0.php, method Base_ActionBar::body()
    Displays action bar.
body
in file Administrator_0.php, method Base_Lang_Administrator::body()
body
in file Admin_0.php, method Base_Admin::body()
body
in file Backup_0.php, method Base_Backup::body()
body
in file Birthdays_0.php, method Applets_Birthdays::body()
body
in file a_0.php, method Tests_Callbacks_a::body()
body
in file a_0.php, method Tests_SharedUniqueHref_a::body()
body
in file Attachment_0.php, method Tests_Attachment::body()
body
in file Attachment_0.php, method Utils_Attachment::body()
body
in file CustomMenu_0.php, method Utils_CustomMenu::body()
    Displays menu editor.
body
in file Calendar_0.php, method Utils_Calendar::body()
body
in file MailClient_0.php, method Apps_MailClient::body()
body
in file Host_0.php, method Applets_Host::body()
body
in file Google_0.php, method Applets_Google::body()
body
in file GenericBrowser_0.php, method Tests_GenericBrowser::body()
body
in file Gallery_0.php, method Apps_Gallery::body()
body
in file Gallery_0.php, method Utils_Gallery::body()
    This method displays the gallery.
body
in file Image_0.php, method Tests_Image::body()
body
in file Import_0.php, method CRM_Import::body()
body
in file Lytebox_0.php, method Tests_Lytebox::body()
body
in file MailClient_0.php, method CRM_MailClient::body()
body
in file Login_0.php, method Base_User_Login::body()
body
in file Leightbox_0.php, method Tests_Leightbox::body()
body
in file Lang_0.php, method Tests_Lang::body()
body
in file LeightboxPrompt_0.php, method Utils_LeightboxPrompt::body()
body
in file FPDF_0.php, method Tests_FPDF::body()
body
in file GTalk_0.php, method Applets_GTalk::body()
body
in file FileUpload_0.php, method Utils_FileUpload::body()
    Displays the form.
body
in file Filters_0.php, method CRM_Filters::body()
body
in file Error_0.php, method Base_Error::body()
body
in file Forum_0.php, method Apps_Forum::body()
body
in file FileDownload_0.php, method Utils_FileDownload::body()
body
in file FirstRun_0.php, method FirstRun::body()
body
in file DirtyRead_0.php, method Utils_DirtyRead::body()
body
in file Dashboard_0.php, method Base_Dashboard::body()
body
in file FontSize_0.php, method Tools_FontSize::body()
body_access
in file DashboardCommon_0.php, method Base_DashboardCommon::body_access()
body_access
in file AdministratorCommon_0.php, method Base_Theme_AdministratorCommon::body_access()
body_access
in file ImportCommon_0.php, method CRM_ImportCommon::body_access()
body_access
in file TasksCommon_0.php, method CRM_TasksCommon::body_access()
body_access
in file CalendarCommon_0.php, method CRM_CalendarCommon::body_access()
body_access
in file LoginAuditCommon_0.php, method CRM_LoginAuditCommon::body_access()
body_access
in file FiltersCommon_0.php, method CRM_FiltersCommon::body_access()
body_access
in file AdminCommon_0.php, method Base_AdminCommon::body_access()
body_access
in file SettingsCommon_0.php, method Base_User_SettingsCommon::body_access()
body_access
in file ReportsCommon_0.php, method CRM_Calendar_ReportsCommon::body_access()
body_access
in file ModuleCreatorCommon_0.php, method Develop_ModuleCreatorCommon::body_access()
body_access
in file WhoIsOnlineCommon_0.php, method Tools_WhoIsOnlineCommon::body_access()
body_access
in file WhoIsOnlineCommon_0.php, method CRM_WhoIsOnlineCommon::body_access()
body_access
in file SetupCommon_0.php, method Base_SetupCommon::body_access()
BOF
in file ExportXLSCommon_0.php, method Utils_ExportXLSCommon::BOF()
broken_addon
in file RecordBrowser_0.php, method Utils_RecordBrowser::broken_addon()
browse
in file Timetrack_0.php, method Apps_Timetrack::browse()
browse
in file CommonData_0.php, method Utils_CommonData::browse()
    For internal use only.
bugtrack_attachment_addon
in file Bugtrack_0.php, method Tests_Bugtrack::bugtrack_attachment_addon()
build_index
in file MailClientCommon_0.php, method Apps_MailClientCommon::build_index()
build_query
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::build_query()
BirthdaysCommon_0.php
procedural page BirthdaysCommon_0.php
BirthdaysInstall.php
procedural page BirthdaysInstall.php
Birthdays_0.php
procedural page Birthdays_0.php
BackupCommon_0.php
procedural page BackupCommon_0.php
BackupInstall.php
procedural page BackupInstall.php
Backup_0.php
procedural page Backup_0.php
BaseInstall.php
procedural page BaseInstall.php
BoxCommon_0.php
procedural page BoxCommon_0.php
BoxInstall.php
procedural page BoxInstall.php
Box_0.php
procedural page Box_0.php
block.textformat.php
procedural page block.textformat.php
BookmarkBrowserCommon_0.php
procedural page BookmarkBrowserCommon_0.php
BookmarkBrowserInstall.php
procedural page BookmarkBrowserInstall.php
BookmarkBrowser_0.php
procedural page BookmarkBrowser_0.php
BugtrackCommon_0.php
procedural page BugtrackCommon_0.php
BugtrackInstall.php
procedural page BugtrackInstall.php
Bugtrack_0.php
procedural page Bugtrack_0.php
BBCodeCommon_0.php
procedural page BBCodeCommon_0.php
BBCodeInstall.php
procedural page BBCodeInstall.php
BookmarkBrowserInstall.php
procedural page BookmarkBrowserInstall.php
BookmarkBrowser_0.php
procedural page BookmarkBrowser_0.php
c

c

$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.
$caption
in file mobile.php, variable LinkEntry::$caption
$caption
in file mobile.php, variable StackEntry::$caption
$CharSet
in file class.phpmailer.php, variable PHPMailer::$CharSet
    Sets the CharSet of the message.
$children
in file module.php, variable Module::$children
$clone_result
in file RecordBrowser_0.php, variable Utils_RecordBrowser::$clone_result
$clone_tab
in file RecordBrowser_0.php, variable Utils_RecordBrowser::$clone_tab
$code
in file PEAR.php, variable PEAR_Error::$code
$cols_order
in file RecordBrowserCommon_0.php, variable Utils_RecordBrowserCommon::$cols_order
$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 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.
$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.
$content
in file epesi.php, variable Epesi::$content
$ContentType
in file class.phpmailer.php, variable PHPMailer::$ContentType
    Sets the Content-type of the message.
$CRLF
in file class.smtp.php, variable SMTP::$CRLF
    SMTP reply line ending
$currentMailbox
in file IMAPProtocol.php, variable Net_IMAPProtocol::$currentMailbox
    The the current mailbox
CacheExecute
in file database.php, method DB::CacheExecute()
    * Execute SQL, caching recordsets. * * @param [secs2cache] seconds to cache data, set to 0 to force query. * This is an optional parameter. * @param sql SQL statement to execute * @param [inputarr] holds the input data to bind to * @return RecordSet or false
CacheFlush
in file database.php, method DB::CacheFlush()
    * Flush cached recordsets that match a particular $sql statement. * If $sql == false, then we purge all files in the cache.
CacheGetAll
in file database.php, method DB::CacheGetAll()
CacheGetArray
in file database.php, method DB::CacheGetArray()
CacheGetAssoc
in file database.php, method DB::CacheGetAssoc()
CacheGetCol
in file database.php, method DB::CacheGetCol()
CacheGetOne
in file database.php, method DB::CacheGetOne()
CacheGetRow
in file database.php, method DB::CacheGetRow()
CachePageExecute
in file database.php, method DB::CachePageExecute()
    * Will select the supplied $page number from a recordset, given that it is paginated in pages of * $nrows rows per page. It also saves two boolean values saying if the given page is the first * and/or last one of the recordset. Added by Iván Oliva to provide recordset pagination. * * @param secs2cache seconds to cache data, set to 0 to force query * @param sql * @param nrows is the number of rows per page to get * @param page is the page number to get (1-based) * @param [inputarr] array of bind variables * @return the recordset ($rs->databaseType == 'array')
CacheSelectLimit
in file database.php, method DB::CacheSelectLimit()
    * Will select, getting rows from $offset (1-based), for $nrows. * This simulates the MySQL "select * from table limit $offset,$nrows" , and * the PostgreSQL "select * from table limit $nrows offset $offset". Note that * MySQL and PostgreSQL parameter ordering is the opposite of the other. * eg. * CacheSelectLimit(15,'select * from table',3); will return rows 1 to 3 (1-based) * CacheSelectLimit(15,'select * from table',3,2); will return rows 3 to 5 (1-based) * * BUG: Currently CacheSelectLimit fails with $sql with LIMIT or TOP clause already set * * @param [secs2cache] seconds to cache data, set to 0 to force query. This is optional * @param sql * @param [offset] is the row to start calculations from (1-based) * @param [nrows] is the number of rows to get * @param [inputarr] array of bind variables * @return the recordset ($rs->databaseType == 'array')
CACHE_COMMON_FILES
in file config.php, constant CACHE_COMMON_FILES
callback_page
in file Wizard_0.php, method Utils_Wizard::callback_page()
call_callback_href
in file module.php, method Module::call_callback_href()
call_common_methods
in file module_manager.php, method ModuleManager::call_common_methods()
caption
in file ModuleCreator_0.php, method Develop_ModuleCreator::caption()
caption
in file PhoneCall_0.php, method CRM_PhoneCall::caption()
caption
in file Forum_0.php, method Apps_Forum::caption()
caption
in file Gallery_0.php, method Apps_Gallery::caption()
caption
in file PhoneCallCommon_0.php, method CRM_PhoneCallCommon::caption()
caption
in file MailClient_0.php, method Apps_MailClient::caption()
caption
in file About_0.php, method Base_About::caption()
caption
in file RecordBrowser_0.php, method Utils_RecordBrowser::caption()
caption
in file Contacts_0.php, method CRM_Contacts::caption()
caption
in file Settings_0.php, method Base_User_Settings::caption()
caption
in file Search_0.php, method Base_Search::caption()
caption
in file Bugtrack_0.php, method Tests_Bugtrack::caption()
caption
in file StaticPage_0.php, method Apps_StaticPage::caption()
caption
in file TwisterGame_0.php, method Apps_TwisterGame::caption()
caption
in file Tasks_0.php, method CRM_Tasks::caption()
caption
in file Shoutbox_0.php, method Apps_Shoutbox::caption()
caption
in file Report_0.php, method Tests_Report::caption()
caption
in file ContactUs_0.php, method Base_Mail_ContactUs::caption()
caption
in file Administrator_0.php, method Base_User_Administrator::caption()
caption
in file Calendar_0.php, method Utils_Calendar::caption()
caption
in file Calendar_0.php, method CRM_Calendar::caption()
caption
in file ContactsCommon_0.php, method CRM_ContactsCommon::caption()
caption
in file Admin_0.php, method Base_Admin::caption()
caption
in file Dashboard_0.php, method Base_Dashboard::caption()
caption
in file BugtrackCommon_0.php, method Tests_BugtrackCommon::caption()
caption
in file Attachment_0.php, method Utils_Attachment::caption()
category_exists
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::category_exists()
change_active_state
in file UserCommon_0.php, method Base_UserCommon::change_active_state()
    Changes state of user (active or inactive).
change_order
in file GenericBrowser_0.php, method Utils_GenericBrowser::change_order()
    For internal use only.
change_privileges
in file AclCommon_0.php, method Base_AclCommon::change_privileges()
    Subscribe user to groups and unsubscribe from old groups.
change_user_preferences
in file LoginCommon_0.php, method Base_User_LoginCommon::change_user_preferences()
    Change user mail and password.
characterData
in file misc.php, method EpesiHTML::characterData()
check
in file acl.php, method Acl::check()
    Wrapper to acl_check phpgacl method.
check_12h
in file RegionalSettingsCommon_0.php, method Base_RegionalSettingsCommon::check_12h()
check_12h
in file RegionalSettingsInstall.php, method Base_RegionalSettingsInstall::check_12h()
check_access
in file module_manager.php, method ModuleManager::check_access()
    Checks access to a method.
check_access
in file module_primitive.php, method ModulePrimitive::check_access()
    Checks access to function which name is passed as first parameter.
check_common_methods
in file module_manager.php, method ModuleManager::check_common_methods()
check_contact_not_empty
in file PhoneCallCommon_0.php, method CRM_PhoneCallCommon::check_contact_not_empty()
check_dates
in file Reports_0.php, method Utils_RecordBrowser_Reports::check_dates()
check_dates
in file Event_0.php, method CRM_Calendar_Event::check_dates()
check_feed
in file RssFeedCommon_0.php, method Applets_RssFeedCommon::check_feed()
check_for_jump
in file RecordBrowser_0.php, method Utils_RecordBrowser::check_for_jump()
check_for_jump
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::check_for_jump()
check_group_name_exists
in file Filters_0.php, method CRM_Filters::check_group_name_exists()
check_htaccess
in file setup.php, function check_htaccess()
check_if_column_exists
in file RecordBrowser_0.php, method Utils_RecordBrowser::check_if_column_exists()
check_if_langpack_exists
in file Administrator_0.php, method Base_Lang_Administrator::check_if_langpack_exists()
check_if_notified
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::check_if_notified()
check_if_no_id
in file RecordBrowser_0.php, method Utils_RecordBrowser::check_if_no_id()
check_key
in file CommonData_0.php, method Utils_CommonData::check_key()
check_location
in file FollowupCommon_0.php, method CRM_FollowupCommon::check_location()
check_login
in file LoginCommon_0.php, method Base_User_LoginCommon::check_login()
    Check if username and password is valid login.
check_my_user
in file Event_0.php, method CRM_Calendar_Event::check_my_user()
check_new_company_name
in file ContactsCommon_0.php, method CRM_ContactsCommon::check_new_company_name()
check_new_username
in file ContactsCommon_0.php, method CRM_ContactsCommon::check_new_username()
check_old_pass
in file Administrator_0.php, method Base_User_Administrator::check_old_pass()
check_path
in file CustomMenu_0.php, method Utils_CustomMenu::check_path()
    private function
check_record_against_crits
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::check_record_against_crits()
check_recurrence2
in file Event_0.php, method CRM_Calendar_Event::check_recurrence2()
check_table_name
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::check_table_name()
check_to_addr
in file MailClient_0.php, method Apps_MailClient::check_to_addr()
check_username_free
in file LoginCommon_0.php, method Base_User_LoginCommon::check_username_free()
    Checks if username is not assigned to a user.
check_username_mail_valid
in file Login_0.php, method Base_User_Login::check_username_mail_valid()
check_username_mail_valid
in file LoginCommon_0.php, method Base_User_LoginCommon::check_username_mail_valid()
choose_mail_method
in file FirstRun_0.php, method FirstRun::choose_mail_method()
CID
in file soap.php, constant CID
CID
in file update.php, constant CID
CID
in file create_remote.php, constant CID
CID
in file refresh.php, constant CID
CID
in file cron.php, constant CID
CID
in file download.php, constant CID
CID
in file refresh.php, constant CID
clean
in file epesi.php, method Epesi::clean()
clean
in file ActionBarCommon_0.php, method Base_ActionBarCommon::clean()
clean_database
in file setup.php, function clean_database()
clean_help
in file MainModuleIndicatorCommon_0.php, method Base_MainModuleIndicatorCommon::clean_help()
clean_quick_menu
in file MenuCommon_0.php, method Base_MenuCommon::clean_quick_menu()
clear
in file Config_File.class.php, method Config_File::clear()
    Clear loaded config data for a certain file or all files.
clear
in file history.php, method History::clear()
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.
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
clear_module_variables
in file module.php, method Module::clear_module_variables()
    Unset all module variables.
clone_event
in file Event_0.php, method CRM_Calendar_Event::clone_event()
clone_record
in file RecordBrowser_0.php, method Utils_RecordBrowser::clone_record()
close
in file session.php, method DBSession::close()
Close
in file database.php, method DB::Close()
    * Close Connection
Close
in file class.smtp.php, method SMTP::Close()
    Closes the socket and cleans up the state of the class.
cmdAppend
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdAppend()
    Send the APPEND Command
cmdAuthenticate
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdAuthenticate()
    Attempt to authenticate to the iMAP server.
cmdCapability
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdCapability()
    Send the CAPABILITY Command
cmdCheck
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdCheck()
    Send the CHECK command.
cmdClose
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdClose()
    Send the CLOSE command.
cmdConnect
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdConnect()
    Attempt to connect to the IMAP server.
cmdCopy
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdCopy()
    Send the COPY command.
cmdCreate
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdCreate()
    Send the CREATE Mailbox Command
cmdDelete
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdDelete()
    Send the DELETE Mailbox Command
cmdDeleteACL
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdDeleteACL()
cmdDeleteAnnotation
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdDeleteAnnotation()
cmdExamine
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdExamine()
    Send the EXAMINE Mailbox Command
cmdExpunge
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdExpunge()
    Send the EXPUNGE command.
cmdFetch
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdFetch()
    Send the FETCH Command
cmdGetACL
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdGetACL()
cmdGetAnnotation
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdGetAnnotation()
cmdGetQuota
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdGetQuota()
    Send the GETQUOTA command.
cmdGetQuotaRoot
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdGetQuotaRoot()
    Send the GETQUOTAROOT command.
cmdList
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdList()
    Send the LIST Command
cmdListRights
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdListRights()
cmdLogin
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdLogin()
    Attempt to login to the iMAP server.
cmdLogout
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdLogout()
    Attempt to disconnect from the iMAP server.
cmdLsub
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdLsub()
    Send the LSUB Command
cmdMyRights
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdMyRights()
cmdNamespace
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdNamespace()
    Send the CAPABILITY Command
cmdNoop
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdNoop()
    Send the NOOP command.
cmdRename
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdRename()
    Send the RENAME Mailbox Command
cmdSearch
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdSearch()
    Send the SEARCH command.
cmdSelect
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdSelect()
    Send the Select Mailbox Command
cmdSetACL
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdSetACL()
    ******************************************************************
cmdSetAnnotation
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdSetAnnotation()
    *****************************************************************************
cmdSetQuota
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdSetQuota()
    Send the SETQUOTA command.
cmdSetQuotaRoot
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdSetQuotaRoot()
    Send the SETQUOTAROOT command.
cmdStartTLS
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdStartTLS()
    Return true if the TLS negotiation was successful
cmdStatus
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdStatus()
    Send the STATUS Mailbox Command
cmdStore
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdStore()
    Send the STORE command.
cmdSubscribe
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdSubscribe()
    Send the SUSCRIBE Mailbox Command
cmdUidCopy
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdUidCopy()
cmdUidFetch
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdUidFetch()
cmdUidSearch
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdUidSearch()
    Send the SEARCH command.
cmdUidStore
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdUidStore()
    Send the UID STORE command.
cmdUnsubscribe
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdUnsubscribe()
    Send the UNSUSCRIBE Mailbox Command
cmdX
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdX()
    Send the X command.
CommitLock
in file database.php, method DB::CommitLock()
CommitTrans
in file database.php, method DB::CommitTrans()
    * If database does not support transactions, always return true as data always commited * * @param $ok set to false to rollback transaction, true to commit * * @return true/false.
company_activities
in file Activities_0.php, method CRM_Contacts_Activities::company_activities()
company_addon
in file Contacts_0.php, method CRM_Contacts::company_addon()
company_addon_new_contact
in file Contacts_0.php, method CRM_Contacts::company_addon_new_contact()
company_attachment_addon
in file Contacts_0.php, method CRM_Contacts::company_attachment_addon()
company_bbcode
in file ContactsCommon_0.php, method CRM_ContactsCommon::company_bbcode()
company_bugtrack_addon
in file Bugtrack_0.php, method Tests_Bugtrack::company_bugtrack_addon()
company_crits
in file PhoneCallCommon_0.php, method CRM_PhoneCallCommon::company_crits()
company_watchdog_label
in file ContactsCommon_0.php, method CRM_ContactsCommon::company_watchdog_label()
compare
in file ActionBar_0.php, method Base_ActionBar::compare()
    Compares two action bar entries to determine order.
compare_launcher
in file ActionBar_0.php, method Base_ActionBar::compare_launcher()
compare_names
in file ContactsCommon_0.php, method CRM_ContactsCommon::compare_names()
CompleteTrans
in file database.php, method DB::CompleteTrans()
    Used together with StartTrans() to end a transaction. Monitors connection for sql errors, and will commit or rollback as appropriate. @autoComplete if true, monitor sql errors and commit and rollback as appropriate, and if set to false force rollback even if no SQL error detected. @returns true on commit, false on rollback.
Concat
in file database.php, method DB::Concat()
    * Different SQL databases used different methods to combine strings together. * This function provides a wrapper. * * param s variable number of string parameters * * Usage: $db->Concat($str1,$str2); * * @return concatenated string
configure_applet
in file Dashboard_0.php, method Base_Dashboard::configure_applet()
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
connect
in file IMAP.php, method Net_IMAP::connect()
    Attempt to connect to the IMAP server located at $host $port
Connect
in file class.smtp.php, method SMTP::Connect()
    Connect to the server specified on the port specified.
connect
in file POP3.php, method Net_POP3::connect()
Connect
in file database.php, method DB::Connect()
    Connect to database.
connect
in file Socket.php, method Net_Socket::connect()
    Connect to the specified port. If called when the socket is already connected, it disconnects and connects again.
construct
in file BookmarkBrowser_0.php, method Utils_BookmarkBrowser::construct()
construct
in file GenericBrowser_0.php, method Utils_GenericBrowser::construct()
construct
in file Wizard_0.php, method Utils_Wizard::construct()
    Module constructor.
construct
in file Messenger_0.php, method Utils_Messenger::construct()
construct
in file Path_0.php, method Utils_Path::construct()
construct
in file Calendar_0.php, method Utils_Calendar::construct()
construct
in file RecordBrowser_0.php, method Utils_RecordBrowser::construct()
construct
in file Theme_0.php, method Base_Theme::construct()
    For internal use only.
construct
in file Comment_0.php, method Utils_Comment::construct()
    Constructs new instance of Comment module.
construct
in file Box_0.php, method Base_Box::construct()
construct
in file Gallery_0.php, method Utils_Gallery::construct()
construct
in file Gallery_0.php, method Apps_Gallery::construct()
construct
in file TabbedBrowser_0.php, method Utils_TabbedBrowser::construct()
construct
in file Tree_0.php, method Utils_Tree::construct()
construct
in file Menu_0.php, method Utils_Menu::construct()
construct
in file FileUpload_0.php, method Utils_FileUpload::construct()
    Module constructor.
construct
in file Event_0.php, method CRM_Calendar_Event::construct()
construct
in file Report_0.php, method Tests_Report::construct()
construct
in file CustomMenu_0.php, method Utils_CustomMenu::construct()
    Constructs new instance of CustomMenu module.
construct
in file LeightboxPrompt_0.php, method Utils_LeightboxPrompt::construct()
construct
in file Dashboard_0.php, method Base_Dashboard::construct()
construct
in file Attachment_0.php, method Utils_Attachment::construct()
construct
in file Login_0.php, method Base_User_Login::construct()
contacts
in file Import_0.php, method CRM_Import::contacts()
contacts_chainedselect_crits
in file ContactsCommon_0.php, method CRM_ContactsCommon::contacts_chainedselect_crits()
contact_activities
in file Activities_0.php, method CRM_Contacts_Activities::contact_activities()
contact_addon
in file MailClient_0.php, method CRM_MailClient::contact_addon()
contact_attachment_addon
in file Contacts_0.php, method CRM_Contacts::contact_attachment_addon()
contact_bbcode
in file ContactsCommon_0.php, method CRM_ContactsCommon::contact_bbcode()
contact_format_default
in file ContactsCommon_0.php, method CRM_ContactsCommon::contact_format_default()
contact_format_no_company
in file ContactsCommon_0.php, method CRM_ContactsCommon::contact_format_no_company()
contact_watchdog_label
in file ContactsCommon_0.php, method CRM_ContactsCommon::contact_watchdog_label()
copyMessages
in file IMAP.php, method Net_IMAP::copyMessages()
    Copies mail from one folder to another
count
in file AttachmentCommon_0.php, method Utils_AttachmentCommon::count()
country_element
in file ContactsInstall.php, method CRM_ContactsInstall::country_element()
count_possible_values
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::count_possible_values()
create
in file ChainedSelectCommon_0.php, method Utils_ChainedSelectCommon::create()
create
in file TooltipCommon_0.php, method Utils_TooltipCommon::create()
    Returns string that if displayed will create text with tooltip.
createElement
in file FileUpload_0.php, method Utils_FileUpload::createElement()
    Calls QuickForm method createElement() on own QuickForm object.
CreateIndex
in file database.php, method DB::CreateIndex()
createMailbox
in file IMAP.php, method Net_IMAP::createMailbox()
    Creates the mailbox $mailbox
CreateSequence
in file database.php, method DB::CreateSequence()
CreateTable
in file database.php, method DB::CreateTable()
create_array
in file MenuCommon_0.php, method Base_MenuCommon::create_array()
create_back_href
in file module.php, method Module::create_back_href()
    Creates link that will lead back to previous page content.
create_back_href_js
in file module.php, method Module::create_back_href_js()
create_bbcode
in file BBCodeCommon_0.php, method Utils_BBCodeCommon::create_bbcode()
create_cache
in file ThemeCommon_0.php, method Base_ThemeCommon::create_cache()
    For internal use only.
create_callback_href
in file module.php, method Module::create_callback_href()
    Creates link similar to link created with create_href.
create_callback_href_js
in file module.php, method Module::create_callback_href_js()
    Creates link similar to link created with create_href.
create_callback_href_with_id
in file module.php, method Module::create_callback_href_with_id()
    Creates link similar to links created with create_href.
create_callback_href_with_id_js
in file module.php, method Module::create_callback_href_with_id_js()
    Creates link similar to links created with create_href.
create_common_cache
in file module_manager.php, method ModuleManager::create_common_cache()
create_confirm_callback_href
in file module.php, method Module::create_confirm_callback_href()
    Creates link similar to link created with create_href.
create_confirm_callback_href_with_id
in file module.php, method Module::create_confirm_callback_href_with_id()
    Creates link similar to links created with create_href.
create_confirm_href
in file module.php, method Module::create_confirm_href()
    Create onClick action string (with href="javascript:void(0);").
create_confirm_unique_href
in file module.php, method Module::create_confirm_unique_href()
    Similar to create_href, but variables passed to this function will only be accessible in module that called this function.
create_data_dir
in file module_manager.php, method ModuleManager::create_data_dir()
    Creates default data directory for module.
create_data_dir
in file module_primitive.php, method ModulePrimitive::create_data_dir()
    Creates default data directory for module. Typical usage: in module installation
create_href
in file PopupCalendarCommon_0.php, method Utils_PopupCalendarCommon::create_href()
create_href
in file module.php, method Module::create_href()
    Create onClick action string (with href="javascript:void(0);").
create_href
in file MenuCommon_0.php, method Base_MenuCommon::create_href()
create_href
in file BoxCommon_0.php, method Base_BoxCommon::create_href()
create_href_array
in file BoxCommon_0.php, method Base_BoxCommon::create_href_array()
create_href_js
in file BoxCommon_0.php, method Base_BoxCommon::create_href_js()
create_href_js
in file MenuCommon_0.php, method Base_MenuCommon::create_href_js()
create_href_js
in file module.php, method Module::create_href_js()
    Create onClick action string destined for js code.
create_internal_mailbox
in file MailClientCommon_0.php, method Apps_MailClientCommon::create_internal_mailbox()
create_linked_label
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::create_linked_label()
create_linked_label_r
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::create_linked_label_r()
create_load_priority_array
in file module_manager.php, method ModuleManager::create_load_priority_array()
    Creates array of installed modules indexed by priority of loading, based on dependencies.
create_mailbox_dir
in file MailClientCommon_0.php, method Apps_MailClientCommon::create_mailbox_dir()
create_map_href
in file ContactsCommon_0.php, method CRM_ContactsCommon::create_map_href()
create_module
in file ModuleCreator_0.php, method Develop_ModuleCreator::create_module()
create_new_event_href
in file CalendarCommon_0.php, method CRM_CalendarCommon::create_new_event_href()
create_new_module
in file TableBrowserCreator_0.php, method Develop_TableBrowserCreator::create_new_module()
create_new_record_href
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::create_new_record_href()
create_open_href
in file RecordPicker_0.php, method Utils_RecordBrowser_RecordPicker::create_open_href()
create_open_link
in file RecordPicker_0.php, method Utils_RecordBrowser_RecordPicker::create_open_link()
create_record_href
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::create_record_href()
create_root
in file module_manager.php, method ModuleManager::create_root()
    Creates root(first) module instance.
create_slider
in file Colorpicker_0.php, method Tests_Colorpicker::create_slider()
create_thumb
in file ImageCommon_0.php, method Utils_ImageCommon::create_thumb()
    Creates thumb of loaded image.
create_unique_href
in file module.php, method Module::create_unique_href()
    Similar to create_href, but variables passed to this function will only be accessible in module that called this function.
create_unique_href_js
in file module.php, method Module::create_unique_href_js()
    Create onClick action string destined for js code.
create_unique_key
in file module.php, method Module::create_unique_key()
    Returns unique key name, generated from unique name of this module (function get_path) and string parameter.
create_xls_href
in file ExportXLS_0.php, method Utils_ExportXLS::create_xls_href()
CRM_AclInstall
in file AclInstall.php, class CRM_AclInstall
CRM_Calendar
in file Calendar_0.php, class CRM_Calendar
CRM_CalendarCommon
in file CalendarCommon_0.php, class CRM_CalendarCommon
CRM_CalendarInstall
in file CalendarInstall.php, class CRM_CalendarInstall
CRM_Calendar_Event
in file Event_0.php, class CRM_Calendar_Event
    Calendar event module
CRM_Calendar_EventCommon
in file EventCommon_0.php, class CRM_Calendar_EventCommon
    Example event module
CRM_Calendar_EventInstall
in file EventInstall.php, class CRM_Calendar_EventInstall
    Example event module
CRM_Calendar_Reports
in file Reports_0.php, class CRM_Calendar_Reports
    Simple reports for CRM Calendar
CRM_Calendar_ReportsCommon
in file ReportsCommon_0.php, class CRM_Calendar_ReportsCommon
    Simple reports for CRM Calendar
CRM_Calendar_ReportsInstall
in file ReportsInstall.php, class CRM_Calendar_ReportsInstall
    Simple reports for CRM Calendar
CRM_CommonInstall
in file CommonInstall.php, class CRM_CommonInstall
    common data used by CRM modules
crm_company_datatype
in file ContactsCommon_0.php, method CRM_ContactsCommon::crm_company_datatype()
CRM_Contacts
in file Contacts_0.php, class CRM_Contacts
    CRM Contacts class.
CRM_ContactsCommon
in file ContactsCommon_0.php, class CRM_ContactsCommon
    CRM Contacts class.
CRM_ContactsInstall
in file ContactsInstall.php, class CRM_ContactsInstall
    CRM Contacts class.
CRM_Contacts_Activities
in file Activities_0.php, class CRM_Contacts_Activities
    Activities history for Company and Contacts
CRM_Contacts_ActivitiesCommon
in file ActivitiesCommon_0.php, class CRM_Contacts_ActivitiesCommon
    Activities history for Company and Contacts
CRM_Contacts_ActivitiesInstall
in file ActivitiesInstall.php, class CRM_Contacts_ActivitiesInstall
    Activities history for Company and Contacts
crm_contact_datatype
in file ContactsCommon_0.php, method CRM_ContactsCommon::crm_contact_datatype()
CRM_Filters
in file Filters_0.php, class CRM_Filters
CRM_FiltersCommon
in file FiltersCommon_0.php, class CRM_FiltersCommon
CRM_FiltersInstall
in file FiltersInstall.php, class CRM_FiltersInstall
CRM_FollowupCommon
in file FollowupCommon_0.php, class CRM_FollowupCommon
CRM_FollowupInstall
in file FollowupInstall.php, class CRM_FollowupInstall
CRM_Import
in file Import_0.php, class CRM_Import
    Import data from csv file
CRM_ImportCommon
in file ImportCommon_0.php, class CRM_ImportCommon
    Import data from csv file
CRM_ImportInstall
in file ImportInstall.php, class CRM_ImportInstall
    Import data from csv file
CRM_LoginAudit
in file LoginAudit_0.php, class CRM_LoginAudit
    Provides login audit log
CRM_LoginAuditCommon
in file LoginAuditCommon_0.php, class CRM_LoginAuditCommon
    Provides login audit log
CRM_LoginAuditInstall
in file LoginAuditInstall.php, class CRM_LoginAuditInstall
    Provides login audit log
CRM_MailClient
in file MailClient_0.php, class CRM_MailClient
    Apps/MailClient and other CRM functions connector
CRM_MailClientCommon
in file MailClientCommon_0.php, class CRM_MailClientCommon
    Apps/MailClient and other CRM functions connector
CRM_MailClientInstall
in file MailClientInstall.php, class CRM_MailClientInstall
    Apps/MailClient and other CRM functions connector
CRM_PhoneCall
in file PhoneCall_0.php, class CRM_PhoneCall
    CRM Phone Call Class
CRM_PhoneCallCommon
in file PhoneCallCommon_0.php, class CRM_PhoneCallCommon
    CRM Phone Call Class
CRM_PhoneCallInstall
in file PhoneCallInstall.php, class CRM_PhoneCallInstall
    CRM Phone Call Class
CRM_Tasks
in file Tasks_0.php, class CRM_Tasks
CRM_TasksCommon
in file TasksCommon_0.php, class CRM_TasksCommon
CRM_TasksInstall
in file TasksInstall.php, class CRM_TasksInstall
CRM_WhoIsOnline
in file WhoIsOnline_0.php, class CRM_WhoIsOnline
    Shows who is logged to epesi.
CRM_WhoIsOnlineCommon
in file WhoIsOnlineCommon_0.php, class CRM_WhoIsOnlineCommon
    Shows who is logged to epesi.
CRM_WhoIsOnlineInstall
in file WhoIsOnlineInstall.php, class CRM_WhoIsOnlineInstall
    Shows who is logged to epesi.
cron
in file SharedUniqueHrefCommon_0.php, method Tests_SharedUniqueHrefCommon::cron()
cron.php
procedural page cron.php
customers_crits
in file TasksCommon_0.php, method CRM_TasksCommon::customers_crits()
Custom_TasksModified
in file TasksModified_0.php, class Custom_TasksModified
    Example Tasks modifications
Custom_TasksModifiedCommon
in file TasksModifiedCommon_0.php, class Custom_TasksModifiedCommon
    Example Tasks modifications
Custom_TasksModifiedInstall
in file TasksModifiedInstall.php, class Custom_TasksModifiedInstall
    Example Tasks modifications
cutout
in file BBCodeCommon_0.php, method Utils_BBCodeCommon::cutout()
cut_string
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::cut_string()
config.php
procedural page config.php
CalcCommon_0.php
procedural page CalcCommon_0.php
CalcInstall.php
procedural page CalcInstall.php
Calc_0.php
procedural page Calc_0.php
ClockCommon_0.php
procedural page ClockCommon_0.php
ClockInstall.php
procedural page ClockInstall.php
Clock_0.php
procedural page Clock_0.php
checknew.php
procedural page checknew.php
Common.php
procedural page Common.php
CramMD5.php
procedural page CramMD5.php
class.phpmailer.php
procedural page class.phpmailer.php
class.smtp.php
procedural page class.smtp.php
ContactUsCommon_0.php
procedural page ContactUsCommon_0.php
ContactUsInstall.php
procedural page ContactUsInstall.php
ContactUs_0.php
procedural page ContactUs_0.php
css.php
procedural page css.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
CalendarCommon_0.php
procedural page CalendarCommon_0.php
CalendarInstall.php
procedural page CalendarInstall.php
Calendar_0.php
procedural page Calendar_0.php
CommonInstall.php
procedural page CommonInstall.php
ContactsCommon_0.php
procedural page ContactsCommon_0.php
ContactsInstall.php
procedural page ContactsInstall.php
Contacts_0.php
procedural page Contacts_0.php
CountriesCommon_0.php
procedural page CountriesCommon_0.php
CountriesInstall.php
procedural page CountriesInstall.php
Countries_0.php
procedural page Countries_0.php
CalendarCommon_0.php
procedural page CalendarCommon_0.php
CalendarInstall.php
procedural page CalendarInstall.php
Calendar_0.php
procedural page Calendar_0.php
CallbacksCommon_0.php
procedural page CallbacksCommon_0.php
CallbacksInstall.php
procedural page CallbacksInstall.php
Callbacks_0.php
procedural page Callbacks_0.php
CodepressCommon_0.php
procedural page CodepressCommon_0.php
CodepressInstall.php
procedural page CodepressInstall.php
Codepress_0.php
procedural page Codepress_0.php
ColorpickerCommon_0.php
procedural page ColorpickerCommon_0.php
ColorpickerInstall.php
procedural page ColorpickerInstall.php
Colorpicker_0.php
procedural page Colorpicker_0.php
CommentCommon_0.php
procedural page CommentCommon_0.php
CommentInstall.php
procedural page CommentInstall.php
Comment_0.php
procedural page Comment_0.php
create_remote.php
procedural page create_remote.php
CalendarCommon_0.php
procedural page CalendarCommon_0.php
CalendarInstall.php
procedural page CalendarInstall.php
Calendar_0.php
procedural page Calendar_0.php
CatFileInstall.php
procedural page CatFileInstall.php
CatFile_0.php
procedural page CatFile_0.php
ChainedSelectCommon_0.php
procedural page ChainedSelectCommon_0.php
ChainedSelectInstall.php
procedural page ChainedSelectInstall.php
CommentCommon_0.php
procedural page CommentCommon_0.php
CommentInstall.php
procedural page CommentInstall.php
Comment_0.php
procedural page Comment_0.php
CommonDataCommon_0.php
procedural page CommonDataCommon_0.php
CommonDataInstall.php
procedural page CommonDataInstall.php
CommonData_0.php
procedural page CommonData_0.php
currency.php
procedural page currency.php
CurrencyFieldCommon_0.php
procedural page CurrencyFieldCommon_0.php
CurrencyFieldInstall.php
procedural page CurrencyFieldInstall.php
CustomMenuCommon_0.php
procedural page CustomMenuCommon_0.php
CustomMenuInstall.php
procedural page CustomMenuInstall.php
CustomMenu_0.php
procedural page CustomMenu_0.php
csv_export.php
procedural page csv_export.php
d

d

$dbgDialog
in file IMAPProtocol.php, variable Net_IMAPProtocol::$dbgDialog
$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.
$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.
$display_func
in file module.php, variable Module::$display_func
$do_debug
in file class.smtp.php, variable SMTP::$do_debug
    Sets whether debugging is turned on
Data
in file class.smtp.php, method SMTP::Data()
    Issues a data command and sends the msg_data to the server
Data_Countries
in file Countries_0.php, class Data_Countries
Data_CountriesCommon
in file CountriesCommon_0.php, class Data_CountriesCommon
Data_CountriesInstall
in file CountriesInstall.php, class Data_CountriesInstall
DATA_DIR
in file data_dir.php, constant DATA_DIR
date_format
in file RegionalSettingsCommon_0.php, method Base_RegionalSettingsCommon::date_format()
    Get date format (strftime).
day
in file Calendar_0.php, method Utils_Calendar::day()
DB
in file database.php, class DB
    This class maintains database connection.
DBDate
in file database.php, method DB::DBDate()
    * Converts a date "d" to a string that the database can understand. * * @param d a date in Unix date time format. * * @return date string in database date format
DBSession
in file session.php, class DBSession
DBTimeStamp
in file database.php, method DB::DBTimeStamp()
    * Converts a timestamp "ts" to a string that the database can understand. * * @param ts a timestamp in Unix date time format. * * @return timestamp string in database timestamp format
debug
in file epesi.php, method Epesi::debug()
DEBUG
in file config.php, constant DEBUG
decode
in file mimeDecode.php, method Mail_mimeDecode::decode()
    Begins the decoding process. If called statically it will create an object and call the decode() method of it.
decode_multi
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::decode_multi()
default_country_elem
in file RegionalSettingsCommon_0.php, method Base_RegionalSettingsCommon::default_country_elem()
default_state_elem
in file RegionalSettingsCommon_0.php, method Base_RegionalSettingsCommon::default_state_elem()
delete
in file Attachment_0.php, method Utils_Attachment::delete()
delete
in file CustomMenuCommon_0.php, method Utils_CustomMenuCommon::delete()
    Delete all menu entries with specified group id.
delete
in file StaticPage_0.php, method Apps_StaticPage::delete()
delete
in file variables.php, method Variable::delete()
delete
in file EventCommon_0.php, method Tests_Calendar_EventCommon::delete()
delete
in file EventCommon_0.php, method CRM_Calendar_EventCommon::delete()
delete
in file Gallery_0.php, method Apps_Gallery::delete()
delete
in file EventCommon_0.php, method Utils_Calendar_EventCommon::delete()
deleteACL
in file IMAP.php, method Net_IMAP::deleteACL()
    deletes the ACL on a mailbox
deleteAnnotation
in file IMAP.php, method Net_IMAP::deleteAnnotation()
deleteMailbox
in file IMAP.php, method Net_IMAP::deleteMailbox()
    Deletes the mailbox $mailbox
deleteMessages
in file IMAP.php, method Net_IMAP::deleteMessages()
deleteMsg
in file POP3.php, method Net_POP3::deleteMsg()
deleteMsg
in file IMAP.php, method Net_IMAP::deleteMsg()
delete_account
in file MailClient_0.php, method Apps_MailClient::delete_account()
delete_addon
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::delete_addon()
delete_all
in file Shoutbox_0.php, method Apps_Shoutbox::delete_all()
delete_applet
in file Dashboard_0.php, method Base_Dashboard::delete_applet()
delete_applets
in file Dashboard_0.php, method Base_Dashboard::delete_applets()
delete_back
in file Attachment_0.php, method Utils_Attachment::delete_back()
delete_backup
in file Backup_0.php, method Base_Backup::delete_backup()
delete_board
in file Forum_0.php, method Apps_Forum::delete_board()
delete_by_id
in file MessengerCommon_0.php, method Utils_MessengerCommon::delete_by_id()
delete_by_parent_module
in file MessengerCommon_0.php, method Utils_MessengerCommon::delete_by_parent_module()
delete_entry
in file Messenger_0.php, method Utils_Messenger::delete_entry()
delete_entry
in file CustomMenu_0.php, method Utils_CustomMenu::delete_entry()
    private function
delete_event
in file Calendar_0.php, method Utils_Calendar::delete_event()
delete_file
in file ModuleEditor_0.php, method Develop_ModuleEditor::delete_file()
delete_filter
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::delete_filter()
delete_folder_callback
in file MailClient_0.php, method Apps_MailClient::delete_folder_callback()
delete_group
in file Filters_0.php, method CRM_Filters::delete_group()
delete_page
in file RecordBrowser_0.php, method Utils_RecordBrowser::delete_page()
delete_page
in file Wizard_0.php, method Utils_Wizard::delete_page()
    Delete page
delete_post
in file CommentCommon_0.php, method Utils_CommentCommon::delete_post()
    Deletes comment by comment id.
delete_posts_by_topic
in file CommentCommon_0.php, method Utils_CommentCommon::delete_posts_by_topic()
    Deletes comments by comment group id.
delete_record
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::delete_record()
delete_record
in file RecordBrowser_0.php, method Utils_RecordBrowser::delete_record()
delete_record_field
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::delete_record_field()
delete_tab
in file Dashboard_0.php, method Base_Dashboard::delete_tab()
delete_template
in file Administrator_0.php, method Base_Theme_Administrator::delete_template()
delete_thread
in file Forum_0.php, method Apps_Forum::delete_thread()
delExpect
in file PEAR.php, method PEAR::delExpect()
    This method deletes all occurences of the specified element from the expected error codes stack.
del_aco
in file module_acl.php, method ModuleAcl::del_aco()
del_aco
in file acl.php, method Acl::del_aco()
del_aco_section
in file acl.php, method Acl::del_aco_section()
del_group
in file acl.php, method Acl::del_group()
destroy
in file FileDownloadCommon_0.php, method Utils_FileDownloadCommon::destroy()
destroy
in file session.php, method DBSession::destroy()
details_pdf
in file Timetrack_0.php, method Apps_Timetrack::details_pdf()
detect_iphone
in file misc.php, function detect_iphone()
detect_mobile_device
in file misc.php, function detect_mobile_device()
Develop_ModuleCreator
in file ModuleCreator_0.php, class Develop_ModuleCreator
    TODO: add menu entries, php editor
Develop_ModuleCreatorCommon
in file ModuleCreatorCommon_0.php, class Develop_ModuleCreatorCommon
Develop_ModuleCreatorInstall
in file ModuleCreatorInstall.php, class Develop_ModuleCreatorInstall
Develop_ModuleEditor
in file ModuleEditor_0.php, class Develop_ModuleEditor
    Epesi developer editor
Develop_ModuleEditorCommon
in file ModuleEditorCommon_0.php, class Develop_ModuleEditorCommon
    Epesi developer editor
Develop_ModuleEditorInstall
in file ModuleEditorInstall.php, class Develop_ModuleEditorInstall
    Epesi developer editor
Develop_TableBrowserCreator
in file TableBrowserCreator_0.php, class Develop_TableBrowserCreator
Develop_TableBrowserCreatorCommon
in file TableBrowserCreatorCommon_0.php, class Develop_TableBrowserCreatorCommon
Develop_TableBrowserCreatorInit_0
in file TableBrowserCreatorInit_0.php, class Develop_TableBrowserCreatorInit_0
Develop_TableBrowserCreatorInstall
in file TableBrowserCreatorInstall.php, class Develop_TableBrowserCreatorInstall
dict
in file database.php, method DB::dict()
dirty_read_changes
in file RecordBrowser_0.php, method Utils_RecordBrowser::dirty_read_changes()
DIR_SEP
in file Smarty.class.php, constant DIR_SEP
    DIR_SEP isn't used anymore, but third party apps might
dir_tree
in file misc.php, function dir_tree()
    Returns directory tree starting at given directory.
disconnect
in file Socket.php, method Net_Socket::disconnect()
    Disconnects from the peer, closes the socket.
disconnect
in file IMAP.php, method Net_IMAP::disconnect()
Disconnect
in file database.php, method DB::Disconnect()
    Destroy database connection.
disconnect
in file POP3.php, method Net_POP3::disconnect()
display
in file Theme_0.php, method Base_Theme::display()
    Displays gathered information using a .tpl file and .css file.
display
in file Smarty.class.php, method Smarty::display()
    executes & displays the template results
displayed
in file module.php, method Module::displayed()
    Returns whether this module instance was already displayed.
display_activities
in file Activities_0.php, method CRM_Contacts_Activities::display_activities()
display_author_column
in file Attachment_0.php, method Utils_Attachment::display_author_column()
display_bugtrack
in file BugtrackCommon_0.php, method Tests_BugtrackCommon::display_bugtrack()
display_cells
in file Report_0.php, method Tests_Report::display_cells()
display_cname
in file ContactsCommon_0.php, method CRM_ContactsCommon::display_cname()
display_company
in file ContactsCommon_0.php, method CRM_ContactsCommon::display_company()
display_company
in file ReportCommon_0.php, method Tests_ReportCommon::display_company()
display_contact
in file ContactsCommon_0.php, method CRM_ContactsCommon::display_contact()
display_contact_name
in file PhoneCallCommon_0.php, method CRM_PhoneCallCommon::display_contact_name()
display_dashboard
in file Dashboard_0.php, method Base_Dashboard::display_dashboard()
display_date_picker
in file Reports_0.php, method Utils_RecordBrowser_Reports::display_date_picker()
display_email
in file ContactsCommon_0.php, method CRM_ContactsCommon::display_email()
display_employees
in file TasksCommon_0.php, method CRM_TasksCommon::display_employees()
DISPLAY_ERRORS
in file config.php, constant DISPLAY_ERRORS
display_events
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::display_events()
display_fname
in file ContactsCommon_0.php, method CRM_ContactsCommon::display_fname()
display_lname
in file ContactsCommon_0.php, method CRM_ContactsCommon::display_lname()
display_login
in file ContactsCommon_0.php, method CRM_ContactsCommon::display_login()
display_module
in file module.php, method Module::display_module()
    Call method of the module passed as first parameter, which name is passed as second parameter.
display_pdf_header
in file Reports_0.php, method Utils_RecordBrowser_Reports::display_pdf_header()
display_pdf_header
in file Timetrack_0.php, method Apps_Timetrack::display_pdf_header()
display_pdf_row
in file Reports_0.php, method Utils_RecordBrowser_Reports::display_pdf_row()
display_pdf_row
in file Timetrack_0.php, method Apps_Timetrack::display_pdf_row()
display_phone
in file ContactsCommon_0.php, method CRM_ContactsCommon::display_phone()
display_phone
in file PhoneCallCommon_0.php, method CRM_PhoneCallCommon::display_phone()
display_phone_number
in file PhoneCallCommon_0.php, method CRM_PhoneCallCommon::display_phone_number()
display_results
in file Wizard_0.php, method Tests_Wizard::display_results()
display_smarty
in file ThemeCommon_0.php, method Base_ThemeCommon::display_smarty()
display_status
in file PhoneCallCommon_0.php, method CRM_PhoneCallCommon::display_status()
display_status
in file TasksCommon_0.php, method CRM_TasksCommon::display_status()
display_subject
in file PhoneCallCommon_0.php, method CRM_PhoneCallCommon::display_subject()
display_thumb
in file ImageCommon_0.php, method Utils_ImageCommon::display_thumb()
    This displays created thumb.
display_title
in file TasksCommon_0.php, method CRM_TasksCommon::display_title()
display_title_with_mark
in file TasksCommon_0.php, method CRM_TasksCommon::display_title_with_mark()
display_webaddress
in file ContactsCommon_0.php, method CRM_ContactsCommon::display_webaddress()
done
in file FirstRun_0.php, method FirstRun::done()
downgrade
in file module_manager.php, method ModuleManager::downgrade()
    This function performs downgrade process when it is requested by Setup module.
download_template
in file Administrator_0.php, method Base_Theme_Administrator::download_template()
download_templates_list
in file Administrator_0.php, method Base_Theme_Administrator::download_templates_list()
drawLeightbox
in file FollowupCommon_0.php, method CRM_FollowupCommon::drawLeightbox()
draw_category_chart
in file Reports_0.php, method Utils_RecordBrowser_Reports::draw_category_chart()
draw_chart
in file Reports_0.php, method Utils_RecordBrowser_Reports::draw_chart()
draw_summary_chart
in file Reports_0.php, method Utils_RecordBrowser_Reports::draw_summary_chart()
DropIndex
in file database.php, method DB::DropIndex()
DropSequence
in file database.php, method DB::DropSequence()
DropTable
in file database.php, method DB::DropTable()
drop_message
in file MailClientCommon_0.php, method Apps_MailClientCommon::drop_message()
database.php
procedural page database.php
data_dir.php
procedural page data_dir.php
DigestMD5.php
procedural page DigestMD5.php
DashboardCommon_0.php
procedural page DashboardCommon_0.php
DashboardInstall.php
procedural page DashboardInstall.php
Dashboard_0.php
procedural page Dashboard_0.php
de.php
procedural page de.php
DirtyReadInstall.php
procedural page DirtyReadInstall.php
DirtyRead_0.php
procedural page DirtyRead_0.php
download.php
procedural page download.php
download.php
procedural page download.php
datepicker.php
procedural page datepicker.php
e

e

$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".
$ErrorInfo
in file class.phpmailer.php, variable PHPMailer::$ErrorInfo
    Holds the most recent mailer error message.
$error_message_prefix
in file PEAR.php, variable PEAR_Error::$error_message_prefix
$error_reporting
in file Smarty.class.php, variable Smarty::$error_reporting
    When set, smarty does uses this value as error_reporting-level.
edit
in file CommonData_0.php, method Utils_CommonData::edit()
    For internal use only.
edit
in file Event_0.php, method Tests_Calendar_Event::edit()
edit
in file Event_0.php, method Utils_Calendar_Event::edit()
edit
in file Filters_0.php, method CRM_Filters::edit()
edit
in file Event_0.php, method CRM_Calendar_Event::edit()
edit
in file Messenger_0.php, method Utils_Messenger::edit()
edition_history
in file Attachment_0.php, method Utils_Attachment::edition_history()
edition_history_queue
in file Attachment_0.php, method Utils_Attachment::edition_history_queue()
edit_folder_callback
in file MailClient_0.php, method Apps_MailClient::edit_folder_callback()
edit_group
in file Filters_0.php, method CRM_Filters::edit_group()
edit_group_sel
in file Filters_0.php, method CRM_Filters::edit_group_sel()
edit_mail
in file MailClient_0.php, method Apps_MailClient::edit_mail()
edit_note
in file Attachment_0.php, method Utils_Attachment::edit_note()
edit_note_queue
in file Attachment_0.php, method Utils_Attachment::edit_note_queue()
edit_page
in file RecordBrowser_0.php, method Utils_RecordBrowser::edit_page()
edit_tab
in file Dashboard_0.php, method Base_Dashboard::edit_tab()
edit_user_form
in file Administrator_0.php, method Base_User_Administrator::edit_user_form()
edit_user_form
in file Contacts_0.php, method CRM_Contacts::edit_user_form()
employees_crits
in file TasksCommon_0.php, method CRM_TasksCommon::employees_crits()
employees_crits
in file PhoneCallCommon_0.php, method CRM_PhoneCallCommon::employees_crits()
empty_trash
in file MailClient_0.php, method Apps_MailClient::empty_trash()
enableCrypto
in file Socket.php, method Net_Socket::enableCrypto()
    Turns encryption on/off on a connected socket.
enable_quick_new_records
in file RecordBrowser_0.php, method Utils_RecordBrowser::enable_quick_new_records()
enable_watchdog
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::enable_watchdog()
enable_watchdog
in file Attachment_0.php, method Utils_Attachment::enable_watchdog()
encode
in file mimePart.php, method Mail_mimePart::encode()
    encode()
encodeRecipients
in file mime.php, method Mail_mime::encodeRecipients()
    Since the PHP send function requires you to specifiy recipients (To: header) separately from the other headers, the To: header is not properly encoded.
encode_multi
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::encode_multi()
endElement
in file misc.php, method EpesiHTML::endElement()
end_submenu
in file Menu_0.php, method Utils_Menu::end_submenu()
    Ends submenu.
end_tab
in file TabbedBrowser_0.php, method Utils_TabbedBrowser::end_tab()
eof
in file Socket.php, method Net_Socket::eof()
    Tests for end-of-file on a socket descriptor.
EOF
in file ExportXLSCommon_0.php, method Utils_ExportXLSCommon::EOF()
Epesi
in file epesi.php, class Epesi
EpesiCalendar
in file soap.php, class EpesiCalendar
EpesiContacts
in file soap.php, class EpesiContacts
EpesiErrorObserver
in file ErrorCommon_0.php, class EpesiErrorObserver
    Provides error to mail handling.
EpesiHTML
in file misc.php, class EpesiHTML
EPESI_DIR
in file config.php, constant EPESI_DIR
EPESI_LOCAL_DIR
in file config.php, constant EPESI_LOCAL_DIR
EPESI_PROCESS
in file process.php, constant EPESI_PROCESS
EPESI_VERSION
in file config.php, constant EPESI_VERSION
ereg_tree
in file misc.php, function ereg_tree()
    Returns files tree matching pattern starting at given directory.
ErrorHandler
in file error.php, class ErrorHandler
ErrorMsg
in file database.php, method DB::ErrorMsg()
    * @return the last error message
ErrorNo
in file database.php, method DB::ErrorNo()
    * @return the last error number. Normally 0 means no error.
ErrorObserver
in file error.php, class ErrorObserver
escape
in file database.php, method DB::escape()
escapeJS
in file misc.php, function escapeJS()
escapeJS
in file epesi.php, method Epesi::escapeJS()
    Escapes special characters in js code.
eval_js
in file misc.php, function eval_js()
    Adds js block to eval. If no argument is specified returns saved jses.
eval_js_once
in file misc.php, function eval_js_once()
    Adds js block to eval. Given js will be evaluated only once.
examineMailbox
in file IMAP.php, method Net_IMAP::examineMailbox()
Execute
in file database.php, method DB::Execute()
    * Execute SQL * * @param sql SQL statement to execute, or possibly an array holding prepared statement ($sql[0] will hold sql text) * @param [inputarr] holds the input data to bind to. Null elements will be set to null. * @return RecordSet or false
exists
in file module_manager.php, method ModuleManager::exists()
    Check if module passed as first parameter with version passed as second parameter can be found in Modules' directory.
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.
expand
in file BookmarkBrowser_0.php, method Utils_BookmarkBrowser::expand()
    Expands bookmark browser to the bottom line of the page.
expectError
in file PEAR.php, method PEAR::expectError()
    This method is used to tell which errors you expect to get.
exportValue
in file timestamp.php, method HTML_QuickForm_timestamp::exportValue()
exportValue
in file qf_group.php, method HTML_QuickForm_commondata_group::exportValue()
exportValue
in file currency.php, method HTML_QuickForm_currency::exportValue()
export_values
in file LeightboxPrompt_0.php, method Utils_LeightboxPrompt::export_values()
expunge
in file IMAP.php, method Net_IMAP::expunge()
    ****************************************************************
extend_array
in file CommonDataCommon_0.php, method Utils_CommonDataCommon::extend_array()
    Extends common data array.
epesi.php
procedural page epesi.php
error.php
procedural page error.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
ErrorCommon_0.php
procedural page ErrorCommon_0.php
ErrorInstall.php
procedural page ErrorInstall.php
Error_0.php
procedural page Error_0.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
EventCommon_0.php
procedural page EventCommon_0.php
EventInstall.php
procedural page EventInstall.php
Event_0.php
procedural page Event_0.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
EventCommon_0.php
procedural page EventCommon_0.php
EventInstall.php
procedural page EventInstall.php
Event_0.php
procedural page Event_0.php
en.php
procedural page en.php
EventCommon_0.php
procedural page EventCommon_0.php
EventInstall.php
procedural page EventInstall.php
Event_0.php
procedural page Event_0.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
ExportXLSCommon_0.php
procedural page ExportXLSCommon_0.php
ExportXLSInstall.php
procedural page ExportXLSInstall.php
ExportXLS_0.php
procedural page ExportXLS_0.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
en.php
procedural page en.php
f

f

$filter
in file EventCommon_0.php, variable CRM_Calendar_EventCommon::$filter
$fix_newlines
in file Config_File.class.php, variable Config_File::$fix_newlines
    Controls whether or not to fix mac or dos formatted newlines.
$force_compile
in file Smarty.class.php, variable Smarty::$force_compile
    This forces templates to compile every time. Useful for development or debugging.
$fp
in file Socket.php, variable Net_Socket::$fp
    Socket file pointer.
$From
in file class.phpmailer.php, variable PHPMailer::$From
    Sets the From email address for the message.
$FromName
in file class.phpmailer.php, variable PHPMailer::$FromName
    Sets the From name of the message.
$func
in file mobile.php, variable LinkEntry::$func
$func
in file mobile.php, variable StackEntry::$func
factory
in file SASL.php, method Auth_SASL::factory()
    Factory class. Returns an object of the request type.
FailTrans
in file database.php, method DB::FailTrans()
fetch
in file Smarty.class.php, method Smarty::fetch()
    executes & returns or displays the template results
fetch_posts
in file Comment_0.php, method Utils_Comment::fetch_posts()
    Returns all comments from current (specified during construction) comment group.
filesize_hr
in file misc.php, function filesize_hr()
filters
in file Activities_0.php, method CRM_Contacts_Activities::filters()
filter_text
in file NoteCommon_0.php, method Applets_NoteCommon::filter_text()
FirstRun
in file FirstRun_0.php, class FirstRun
FirstRunInstall
in file FirstRunInstall.php, class FirstRunInstall
FIRST_RUN
in file config.php, constant FIRST_RUN
force_per_page
in file GenericBrowser_0.php, method Utils_GenericBrowser::force_per_page()
form1
in file Callbacks_0.php, method Tests_Callbacks::form1()
form2
in file Callbacks_0.php, method Tests_Callbacks::form2()
format
in file CurrencyFieldCommon_0.php, method Utils_CurrencyFieldCommon::format()
format_cell
in file Reports_0.php, method Utils_RecordBrowser_Reports::format_cell()
format_info_tooltip
in file TooltipCommon_0.php, method Utils_TooltipCommon::format_info_tooltip()
    Returns a 2-column formatted table
format_long_text
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::format_long_text()
format_long_text_array
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::format_long_text_array()
forward
in file history.php, method History::forward()
forward
in file Navigation_0.php, method Base_Navigation::forward()
freeze_module
in file module.php, method Module::freeze_module()
    Makes child module to not loose its module variables
from_to_date
in file Reports_0.php, method Utils_RecordBrowser_Reports::from_to_date()
ForumCommon_0.php
procedural page ForumCommon_0.php
ForumInstall.php
procedural page ForumInstall.php
Forum_0.php
procedural page Forum_0.php
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_scrolled_table_epesi.php
procedural page function.html_scrolled_table_epesi.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.html_table_epesi.php
procedural page function.html_table_epesi.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
FiltersCommon_0.php
procedural page FiltersCommon_0.php
FiltersInstall.php
procedural page FiltersInstall.php
Filters_0.php
procedural page Filters_0.php
FollowupCommon_0.php
procedural page FollowupCommon_0.php
FollowupInstall.php
procedural page FollowupInstall.php
FirstRunInstall.php
procedural page FirstRunInstall.php
FirstRun_0.php
procedural page FirstRun_0.php
FPDFCommon_0.php
procedural page FPDFCommon_0.php
FPDFInstall.php
procedural page FPDFInstall.php
FPDF_0.php
procedural page FPDF_0.php
fr.php
procedural page fr.php
FontSizeCommon_0.php
procedural page FontSizeCommon_0.php
FontSizeInstall.php
procedural page FontSizeInstall.php
FontSize_0.php
procedural page FontSize_0.php
FileDownloadCommon_0.php
procedural page FileDownloadCommon_0.php
FileDownloadInstall.php
procedural page FileDownloadInstall.php
FileDownload_0.php
procedural page FileDownload_0.php
FileUploadInstall.php
procedural page FileUploadInstall.php
FileUpload_0.php
procedural page FileUpload_0.php
g

g

$gacl
in file acl.php, variable Acl::$gacl
gc
in file session.php, method DBSession::gc()
generate_password
in file misc.php, function generate_password()
    Generates random string of specified length.
GenID
in file database.php, method DB::GenID()
    * Generates a sequence id and stores it in $this->genID; * GenID is only available if $this->hasGenID = true; * * @param seqname name of sequence to use * @param startID if sequence does not exist, start at this ID * @return 0 if not supported, otherwise a sequence id
get
in file mime.php, method Mail_mime::get()
    Builds the multipart message from the list ($this->_parts) and returns the mime content.
get
in file EventCommon_0.php, method Utils_Calendar_EventCommon::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 CountriesCommon_0.php, method Data_CountriesCommon::get()
get
in file ActionBarCommon_0.php, method Base_ActionBarCommon::get()
get
in file variables.php, method Variable::get()
get
in file WhoIsOnlineCommon_0.php, method Tools_WhoIsOnlineCommon::get()
get
in file SettingsCommon_0.php, method Base_User_SettingsCommon::get()
    Returns user setting.
get
in file EventCommon_0.php, method Tests_Calendar_EventCommon::get()
get
in file EventCommon_0.php, method CRM_Calendar_EventCommon::get()
get
in file FiltersCommon_0.php, method CRM_FiltersCommon::get()
getACL
in file IMAP.php, method Net_IMAP::getACL()
    get the Access Control List details
getACLRights
in file IMAP.php, method Net_IMAP::getACLRights()
    returns an array containing the rights that a user logged on has on the mailbox this method can be used by any user, not only the administrator
GetActiveRecords
in file database.php, method DB::GetActiveRecords()
GetActiveRecordsClass
in file database.php, method DB::GetActiveRecordsClass()
GetAll
in file database.php, method DB::GetAll()
getAnnotation
in file IMAP.php, method Net_IMAP::getAnnotation()
GetArray
in file database.php, method DB::GetArray()
    * * @param sql SQL statement * @param [inputarr] input bind array
GetAssoc
in file database.php, method DB::GetAssoc()
getBacktrace
in file PEAR.php, method PEAR_Error::getBacktrace()
    Get the call backtrace from where the error was generated.
getBody
in file POP3.php, method Net_POP3::getBody()
getBody
in file IMAP.php, method Net_IMAP::getBody()
getBodyPart
in file IMAP.php, method Net_IMAP::getBodyPart()
getCallback
in file PEAR.php, method PEAR_Error::getCallback()
    Get the callback function/method from an error object.
GetCharSet
in file database.php, method DB::GetCharSet()
getCode
in file PEAR.php, method PEAR_Error::getCode()
    Get error code from an error object
GetCol
in file database.php, method DB::GetCol()
getCurrentMailbox
in file IMAPProtocol.php, method Net_IMAPProtocol::getCurrentMailbox()
    get current mailbox name
getDebugDialog
in file IMAPProtocol.php, method Net_IMAPProtocol::getDebugDialog()
getDebugInfo
in file PEAR.php, method PEAR_Error::getDebugInfo()
    Get additional debug information supplied by the application.
getDirs
in file Gallery_0.php, method Apps_Gallery::getDirs()
getDirsRecursive
in file Gallery_0.php, method Apps_Gallery::getDirsRecursive()
getEnvelope
in file IMAP.php, method Net_IMAP::getEnvelope()
getFlags
in file IMAP.php, method Net_IMAP::getFlags()
    Lists the flags of the selected messages
getFrozenHtml
in file currency.php, method HTML_QuickForm_currency::getFrozenHtml()
getHierarchyDelimiter
in file IMAP.php, method Net_IMAP::getHierarchyDelimiter()
    Gets the HierachyDelimiter character used to create subfolders cyrus users "." and wu-imapd uses "/"
GetInsertSQL
in file database.php, method DB::GetInsertSQL()
    * Generates an Insert Query based on an existing recordset. * $arrFields is an associative array of fields with the value * that should be assigned. * * Note: This function should only be used on a recordset * that is run against a single table.
getLastCmdId
in file IMAPProtocol.php, method Net_IMAPProtocol::getLastCmdId()
    get the last cmd ID
getListing
in file IMAP.php, method Net_IMAP::getListing()
getListing
in file POP3.php, method Net_POP3::getListing()
getMailboxes
in file IMAP.php, method Net_IMAP::getMailboxes()
    Returns an array containing the names of the selected mailboxes
getMailboxSize
in file IMAP.php, method Net_IMAP::getMailboxSize()
getMessage
in file PEAR.php, method PEAR_Error::getMessage()
    Get the error message from an error object.
getMessage
in file mime.php, method Mail_mime::getMessage()
    Returns the complete e-mail, ready to send using an alternative
getMessages
in file IMAP.php, method Net_IMAP::getMessages()
getMessagesList
in file IMAP.php, method Net_IMAP::getMessagesList()
getMessagesQuota
in file IMAP.php, method Net_IMAP::getMessagesQuota()
    Returns MESSAGES quota details
getMimeNumbers
in file mimeDecode.php, method Mail_mimeDecode::getMimeNumbers()
    Given the output of the above function, this will return an array of references to the parts, indexed by mime number.
getMode
in file PEAR.php, method PEAR_Error::getMode()
    Get the error mode from an error object.
getMsg
in file IMAP.php, method Net_IMAP::getMsg()
getMsg
in file POP3.php, method Net_POP3::getMsg()
getMyRights
in file IMAP.php, method Net_IMAP::getMyRights()
    returns the rights that the user logged on has on the mailbox this method can be used by any user, not only the administrator
getNamespace
in file IMAP.php, method Net_IMAP::getNamespace()
    Appends a mail to a mailbox
getNumberOfMessages
in file IMAP.php, method Net_IMAP::getNumberOfMessages()
getNumberOfRecentMessages
in file IMAP.php, method Net_IMAP::getNumberOfRecentMessages()
getNumberOfUnSeenMessages
in file IMAP.php, method Net_IMAP::getNumberOfUnSeenMessages()
GetOne
in file database.php, method DB::GetOne()
    * Return first element of first row of sql statement. Recordset is disposed * for you. * * @param sql SQL statement * @param [inputarr] input bind array
getParsedHeaders
in file POP3.php, method Net_POP3::getParsedHeaders()
getParsedHeaders
in file IMAP.php, method Net_IMAP::getParsedHeaders()
GetQueries
in file database.php, method DB::GetQueries()
    Statistics only. Get number of queries till now.
getRawHeaders
in file IMAP.php, method Net_IMAP::getRawHeaders()
getRawHeaders
in file POP3.php, method Net_POP3::getRawHeaders()
getResponse
in file Anonymous.php, method Auth_SASL_Anonymous::getResponse()
    Not much to do here except return the token supplied.
getResponse
in file Plain.php, method Auth_SASL_Plain::getResponse()
    Returns PLAIN response
getResponse
in file Login.php, method Auth_SASL_Login::getResponse()
    Pseudo SASL LOGIN mechanism
getResponse
in file CramMD5.php, method Auth_SASL_CramMD5::getResponse()
    Implements the CRAM-MD5 SASL mechanism This DOES NOT base64 encode the return value, you will need to do that yourself.
getResponse
in file DigestMD5.php, method Auth_SASL_DigestMD5::getResponse()
    Provides the (main) client response for DIGEST-MD5 requires a few extra parameters than the other mechanisms, which are unavoidable.
GetRow
in file database.php, method DB::GetRow()
    * Return one row of sql statement. Recordset is disposed for you. * * @param sql SQL statement * @param [inputarr] input bind array
gets
in file Socket.php, method Net_Socket::gets()
    Get a specified line of data
getSendArray
in file mimeDecode.php, method Mail_mimeDecode::getSendArray()
    getSendArray() returns the arguments required for Mail::send() used to build the arguments for a mail::send() call
getServerAuthMethods
in file IMAPProtocol.php, method Net_IMAPProtocol::getServerAuthMethods()
    tell if the server has capability $capability
getSize
in file IMAP.php, method Net_IMAP::getSize()
    ***************************************************
getSize
in file POP3.php, method Net_POP3::getSize()
getStaticProperty
in file PEAR.php, method PEAR::getStaticProperty()
    If you have a class that's mostly/entirely static, and you need static
getStatus
in file Socket.php, method Net_Socket::getStatus()
    Returns information about an existing socket resource.
getStatus
in file IMAP.php, method Net_IMAP::getStatus()
getStorageQuota
in file IMAP.php, method Net_IMAP::getStorageQuota()
    Returns STORAGE quota details
getStorageQuotaRoot
in file IMAP.php, method Net_IMAP::getStorageQuotaRoot()
    Returns STORAGE quota details
getStructure
in file IMAP.php, method Net_IMAP::getStructure()
getSummary
in file IMAP.php, method Net_IMAP::getSummary()
getType
in file PEAR.php, method PEAR_Error::getType()
    Get the name of this error/exception.
getUnparsedResponse
in file IMAPProtocol.php, method Net_IMAPProtocol::getUnparsedResponse()
    get the "returning of the unparsed response" feature status
GetUpdateSQL
in file database.php, method DB::GetUpdateSQL()
    * Generates an Update Query based on an existing recordset. * $arrFields is an associative array of fields with the value * that should be assigned. * * Note: This function should only be used on a recordset * that is run against a single table and sql should only * be a simple select stmt with no groupby/orderby/limit * * "Jonathan Younger"
getUserInfo
in file PEAR.php, method PEAR_Error::getUserInfo()
    Get additional user-supplied information.
getValue
in file qf_group.php, method HTML_QuickForm_commondata_group::getValue()
getValue
in file datepicker.php, method HTML_QuickForm_datepicker::getValue()
getXML
in file mimeDecode.php, method Mail_mimeDecode::getXML()
    Returns a xml copy of the output of Mail_mimeDecode::decode. Pass the output in as the argument. This function can be called statically. Eg:
get_access
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::get_access()
get_access
in file RecordBrowser_0.php, method Utils_RecordBrowser::get_access()
get_acl_user_id
in file AclCommon_0.php, method Base_AclCommon::get_acl_user_id()
    Get user id assigned by phpgacl. This value doesn't equal user id from User module.
get_admin
in file SettingsCommon_0.php, method Base_User_SettingsCommon::get_admin()
    Returns admin setting.
get_alarm
in file EventCommon_0.php, method CRM_Calendar_EventCommon::get_alarm()
get_all
in file EventCommon_0.php, method Tests_Calendar_EventCommon::get_all()
get_all
in file EventCommon_0.php, method CRM_Calendar_EventCommon::get_all()
get_all
in file EventCommon_0.php, method Utils_Calendar_EventCommon::get_all()
get_array
in file CommonDataCommon_0.php, method Utils_CommonDataCommon::get_array()
    Returns common data array.
get_array_count
in file CommonDataCommon_0.php, method Utils_CommonDataCommon::get_array_count()
    Counts elements in common data array.
get_available_colors
in file EventCommon_0.php, method CRM_Calendar_EventCommon::get_available_colors()
get_available_colors
in file DashboardCommon_0.php, method Base_DashboardCommon::get_available_colors()
get_calcualted_id
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::get_calcualted_id()
get_category_id
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::get_category_id()
get_changed
in file MaintenanceModeCommon_0.php, method Base_MaintenanceModeCommon::get_changed()
get_change_subscription_icon
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::get_change_subscription_icon()
get_change_subscr_href
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::get_change_subscr_href()
get_child
in file module.php, method Module::get_child()
    Gets child module with specified node id.
get_children
in file module.php, method Module::get_children()
    Gets array of children modules.
get_close_leightbox_href
in file LeightboxPrompt_0.php, method Utils_LeightboxPrompt::get_close_leightbox_href()
get_commondata_tree
in file RecordBrowser_0.php, method Utils_RecordBrowser::get_commondata_tree()
get_companies
in file ContactsCommon_0.php, method CRM_ContactsCommon::get_companies()
get_company
in file ContactsCommon_0.php, method CRM_ContactsCommon::get_company()
get_config_vars
in file Smarty.class.php, method Smarty::get_config_vars()
    Returns an array containing config variables
get_confirm_change_subscr_href
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::get_confirm_change_subscr_href()
get_contact
in file ContactsCommon_0.php, method CRM_ContactsCommon::get_contact()
get_contacts
in file ContactsCommon_0.php, method CRM_ContactsCommon::get_contacts()
get_contact_by_user_id
in file ContactsCommon_0.php, method CRM_ContactsCommon::get_contact_by_user_id()
get_csses
in file epesi.php, method Epesi::get_csses()
get_current_view
in file Calendar_0.php, method Utils_Calendar::get_current_view()
get_data
in file soap.php, method EpesiContacts::get_data()
get_data
in file soap.php, method EpesiCalendar::get_data()
get_data
in file Wizard_0.php, method Utils_Wizard::get_data()
    Gets data submited till now.
get_data_dir
in file module_primitive.php, method ModulePrimitive::get_data_dir()
    Returns path to the default data directory for module calling this method.
get_data_dir
in file module_manager.php, method ModuleManager::get_data_dir()
get_date
in file Calendar_0.php, method Utils_Calendar::get_date()
get_date
in file Reports_0.php, method Utils_RecordBrowser_Reports::get_date()
get_day_end_time
in file Calendar_0.php, method Utils_Calendar::get_day_end_time()
get_day_start_time
in file Calendar_0.php, method Utils_Calendar::get_day_start_time()
get_default
in file SettingsCommon_0.php, method Base_User_SettingsCommon::get_default()
    Returns default setting.
get_default_location
in file RegionalSettingsCommon_0.php, method Base_RegionalSettingsCommon::get_default_location()
get_default_template
in file ThemeCommon_0.php, method Base_ThemeCommon::get_default_template()
get_dirty
in file DirtyRead_0.php, method Utils_DirtyRead::get_dirty()
    Check if you can write to this table(s) and start update transaction.
get_displayed_events
in file Calendar_0.php, method Utils_Calendar::get_displayed_events()
get_display_method
in file RecordBrowser_0.php, method Utils_RecordBrowser::get_display_method()
get_emp_and_cus
in file EventCommon_0.php, method CRM_Calendar_EventCommon::get_emp_and_cus()
get_end_time
in file Calendar_0.php, method Utils_Calendar::get_end_time()
get_epesi_url
in file misc.php, function get_epesi_url()
get_eval_jses
in file epesi.php, method Epesi::get_eval_jses()
get_event_days
in file EventCommon_0.php, method CRM_Calendar_EventCommon::get_event_days()
get_event_days
in file EventCommon_0.php, method Utils_Calendar_EventCommon::get_event_days()
get_event_days
in file EventCommon_0.php, method Tests_Calendar_EventCommon::get_event_days()
get_file
in file Attachment_0.php, method Utils_Attachment::get_file()
get_file_names
in file Config_File.class.php, method Config_File::get_file_names()
    Get all loaded config file names.
get_first_day_of_week
in file PopupCalendarCommon_0.php, method Utils_PopupCalendarCommon::get_first_day_of_week()
get_followup_leightbox_href
in file EventCommon_0.php, method CRM_Calendar_EventCommon::get_followup_leightbox_href()
get_groups
in file AclCommon_0.php, method Base_AclCommon::get_groups()
    Gets array of acl groups. Don't use any parameters, it is recursive function.
get_group_id
in file AclCommon_0.php, method Base_AclCommon::get_group_id()
    Return id of group.
get_href
in file LeightboxPrompt_0.php, method Utils_LeightboxPrompt::get_href()
get_html_of_module
in file module.php, method Module::get_html_of_module()
    Call method of the module passed as first parameter, which name is passed as second parameter.
get_html_record_info
in file ContactsCommon_0.php, method CRM_ContactsCommon::get_html_record_info()
get_html_record_info
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::get_html_record_info()
get_id
in file CommonDataCommon_0.php, method Utils_CommonDataCommon::get_id()
get_id
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::get_id()
get_id
in file history.php, method History::get_id()
get_index
in file MailClientCommon_0.php, method Apps_MailClientCommon::get_index()
get_instance
in file module_manager.php, method ModuleManager::get_instance()
    Returns instance of module.
get_instance_id
in file module.php, method Module::get_instance_id()
    Returns id of module instance.
get_jses
in file module.php, method Module::get_jses()
    Returns list of jses to evaluate.
get_jses
in file epesi.php, method Epesi::get_jses()
get_key
in file Config_File.class.php, method Config_File::get_key()
    Retrieves config info based on the key.
get_langpack
in file LangCommon_0.php, method Base_LangCommon::get_langpack()
    For internal use only.
get_lang_code
in file LangCommon_0.php, method Base_LangCommon::get_lang_code()
get_limit
in file GenericBrowser_0.php, method Utils_GenericBrowser::get_limit()
    Returns values needed for proper selection of elements.
get_load_priority_array
in file module_manager.php, method ModuleManager::get_load_priority_array()
    Returns an array of installed modules indexed by priority of loading, based on dependencies.
get_mail
in file LoginCommon_0.php, method Base_User_LoginCommon::get_mail()
get_mailbox_dir
in file MailClientCommon_0.php, method Apps_MailClientCommon::get_mailbox_dir()
get_mailbox_structure
in file MailClientCommon_0.php, method Apps_MailClientCommon::get_mailbox_structure()
get_main_company
in file ContactsCommon_0.php, method CRM_ContactsCommon::get_main_company()
get_main_module
in file Box_0.php, method Base_Box::get_main_module()
get_main_module_name
in file BoxCommon_0.php, method Base_BoxCommon::get_main_module_name()
get_menus
in file MenuCommon_0.php, method Base_MenuCommon::get_menus()
get_message_structure
in file MailClientCommon_0.php, method Apps_MailClientCommon::get_message_structure()
get_mime_type
in file mime.php, function get_mime_type()
get_mode
in file MaintenanceModeCommon_0.php, method Base_MaintenanceModeCommon::get_mode()
get_module_dir
in file module_primitive.php, method ModulePrimitive::get_module_dir()
    Returns path to the module directory.
get_module_dir_path
in file module_manager.php, method ModuleManager::get_module_dir_path()
    Returns directory path to the module including module main directory.
get_module_file_name
in file module_manager.php, method ModuleManager::get_module_file_name()
    Returns main filename part of the module.
get_module_variable
in file module.php, method Module::get_module_variable()
    Returns value of a module variable. If the variable is not set, function will return value given as second parameter.
get_module_variable_or_unique_href_variable
in file module.php, method Module::get_module_variable_or_unique_href_variable()
    Returns href variable.
get_month_end_time
in file Calendar_0.php, method Utils_Calendar::get_month_end_time()
get_month_start_time
in file Calendar_0.php, method Utils_Calendar::get_month_start_time()
get_my_profile
in file FiltersCommon_0.php, method CRM_FiltersCommon::get_my_profile()
get_my_record
in file ContactsCommon_0.php, method CRM_ContactsCommon::get_my_record()
get_my_user_login
in file UserCommon_0.php, method Base_UserCommon::get_my_user_login()
get_new_event_href
in file CalendarCommon_0.php, method CRM_CalendarCommon::get_new_event_href()
get_new_record_href
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::get_new_record_href()
get_new_row
in file GenericBrowser_0.php, method Utils_GenericBrowser::get_new_row()
    Creates new row object.
get_next_and_prev_record
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::get_next_and_prev_record()
get_next_msg_id
in file MailClientCommon_0.php, method Apps_MailClientCommon::get_next_msg_id()
get_next_recurrence_time
in file EventCommon_0.php, method CRM_Calendar_EventCommon::get_next_recurrence_time()
get_nodes
in file CommonDataCommon_0.php, method Utils_CommonDataCommon::get_nodes()
    Gets nodes by keys.
get_node_id
in file module.php, method Module::get_node_id()
    Get node identifier.
get_n_recurrence_time
in file EventCommon_0.php, method CRM_Calendar_EventCommon::get_n_recurrence_time()
get_options
in file QuickAccessCommon_0.php, method Base_Menu_QuickAccessCommon::get_options()
get_order
in file GenericBrowser_0.php, method Utils_GenericBrowser::get_order()
    Returns an array containing information about row order.
get_output
in file epesi.php, method Epesi::get_output()
get_parent_path
in file module.php, method Module::get_parent_path()
    Returns unique path of parent module.
get_parent_type
in file module.php, method Module::get_parent_type()
    Returns name(type) of parent module.
get_path
in file module.php, method Module::get_path()
    Returns unique path of calling module.
get_phonecall
in file PhoneCallCommon_0.php, method CRM_PhoneCallCommon::get_phonecall()
get_phonecalls
in file PhoneCallCommon_0.php, method CRM_PhoneCallCommon::get_phonecalls()
get_possible_values
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::get_possible_values()
get_processed_modules
in file module_manager.php, method ModuleManager::get_processed_modules()
get_profile_desc
in file FiltersCommon_0.php, method CRM_FiltersCommon::get_profile_desc()
get_query_order
in file GenericBrowser_0.php, method Utils_GenericBrowser::get_query_order()
    Returns 'ORDER BY' part of an SQL query which will sort rows in order chosen by end-user.
get_quick_menu
in file MenuCommon_0.php, method Base_MenuCommon::get_quick_menu()
get_record
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::get_record()
get_records
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::get_records()
get_records_limit
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::get_records_limit()
get_record_href_array
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::get_record_href_array()
get_record_info
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::get_record_info()
get_registered_object
in file Smarty.class.php, method Smarty::get_registered_object()
    return a reference to a registered object
get_reload
in file module.php, method Module::get_reload()
    Returns current reload settings.
get_search_query
in file GenericBrowser_0.php, method Utils_GenericBrowser::get_search_query()
    Returns statement that should be used in 'WHERE' caluse to select elements that were searched for.
get_section_names
in file Config_File.class.php, method Config_File::get_section_names()
    Get all section names from a loaded file.
get_smarty
in file Theme_0.php, method Base_Theme::get_smarty()
    Returns instance of smarty object which is assigned to this Theme instance.
get_sql_type
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::get_sql_type()
get_start_time
in file Calendar_0.php, method Utils_Calendar::get_start_time()
get_submit_form_href
in file FileUpload_0.php, method Utils_FileUpload::get_submit_form_href()
get_submit_form_js
in file FileUpload_0.php, method Utils_FileUpload::get_submit_form_js()
get_subscribers
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::get_subscribers()
get_tab
in file TabbedBrowser_0.php, method Utils_TabbedBrowser::get_tab()
get_tables
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::get_tables()
get_task
in file TasksCommon_0.php, method CRM_TasksCommon::get_task()
get_tasks
in file TasksCommon_0.php, method CRM_TasksCommon::get_tasks()
get_template_dir
in file ThemeCommon_0.php, method Base_ThemeCommon::get_template_dir()
    Returns path to currently selected theme.
get_template_file
in file ThemeCommon_0.php, method Base_ThemeCommon::get_template_file()
    Returns path and filename of a template file using path to currently selected theme.
get_template_filename
in file ThemeCommon_0.php, method Base_ThemeCommon::get_template_filename()
    Returns path and filename of a template file.
get_template_vars
in file Smarty.class.php, method Smarty::get_template_vars()
    Returns an array containing template variables
get_thumb_html
in file ImageCommon_0.php, method Utils_ImageCommon::get_thumb_html()
    This returns HTML of created thumb.
get_title
in file RssFeedCommon_0.php, method Applets_RssFeedCommon::get_title()
get_translated_array
in file CommonDataCommon_0.php, method Utils_CommonDataCommon::get_translated_array()
get_type
in file module_acl.php, method ModuleAcl::get_type()
get_type
in file module_primitive.php, method ModulePrimitive::get_type()
    Returns name(type) of module that called this function.
get_type_with_bt
in file module_primitive.php, method ModulePrimitive::get_type_with_bt()
get_unique_href_variable
in file module.php, method Module::get_unique_href_variable()
    Returns variable passed with create_unique_href.
get_user
in file acl.php, method Acl::get_user()
    Get currently logged user.
get_user_groups
in file AclCommon_0.php, method Base_AclCommon::get_user_groups()
    Get groups assigned to user.
get_user_groups_names
in file AclCommon_0.php, method Base_AclCommon::get_user_groups_names()
    Get names of groups to which user is assigned.
get_user_id
in file UserCommon_0.php, method Base_UserCommon::get_user_id()
    Returns user id.
get_user_login
in file UserCommon_0.php, method Base_UserCommon::get_user_login()
    Returns user username.
get_val
in file RecordBrowser_0.php, method Utils_RecordBrowser::get_val()
get_val
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::get_val()
get_value
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::get_value()
get_value
in file CommonDataCommon_0.php, method Utils_CommonDataCommon::get_value()
    Gets node value.
get_var_names
in file Config_File.class.php, method Config_File::get_var_names()
    Get all global or section variable names.
get_view
in file Calendar_0.php, method Utils_Calendar::get_view()
get_week_end_time
in file Calendar_0.php, method Utils_Calendar::get_week_end_time()
get_week_start_time
in file Calendar_0.php, method Utils_Calendar::get_week_start_time()
go
in file mobile.php, method StackEntry::go()
goto_action
in file MailClientCommon_0.php, method CRM_MailClientCommon::goto_action()
GZIP_HISTORY
in file config.php, constant GZIP_HISTORY
GoogleCommon_0.php
procedural page GoogleCommon_0.php
GoogleInstall.php
procedural page GoogleInstall.php
Google_0.php
procedural page Google_0.php
GTalkCommon_0.php
procedural page GTalkCommon_0.php
GTalkInstall.php
procedural page GTalkInstall.php
GTalk_0.php
procedural page GTalk_0.php
GalleryCommon_0.php
procedural page GalleryCommon_0.php
GalleryInstall.php
procedural page GalleryInstall.php
Gallery_0.php
procedural page Gallery_0.php
GenericBrowserCommon_0.php
procedural page GenericBrowserCommon_0.php
GenericBrowserInstall.php
procedural page GenericBrowserInstall.php
GenericBrowser_0.php
procedural page GenericBrowser_0.php
get.php
procedural page get.php
get_remote.php
procedural page get_remote.php
GalleryInstall.php
procedural page GalleryInstall.php
Gallery_0.php
procedural page Gallery_0.php
GenericBrowserCommon_0.php
procedural page GenericBrowserCommon_0.php
GenericBrowserInstall.php
procedural page GenericBrowserInstall.php
GenericBrowser_0.php
procedural page GenericBrowser_0.php
h

h

$Helo
in file class.phpmailer.php, variable PHPMailer::$Helo
    Sets the SMTP HELO of the message (Default is $Hostname).
$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'.
handle_epesi_error
in file error.php, function handle_epesi_error()
handle_error
in file error.php, method ErrorHandler::handle_error()
handle_fatal
in file error.php, method ErrorHandler::handle_fatal()
handle_rss_error
in file refresh.php, function handle_rss_error()
harden_characters
in file misc.php, function harden_characters()
hasAclSupport
in file IMAPProtocol.php, method Net_IMAPProtocol::hasAclSupport()
    tell if the server has Quota support
hasAnnotateMoreSupport
in file IMAPProtocol.php, method Net_IMAPProtocol::hasAnnotateMoreSupport()
    tell if the server has support for the ANNOTATEMORE extension
hasCapability
in file IMAPProtocol.php, method Net_IMAPProtocol::hasCapability()
    tell if the server has capability $capability
HasFailedTrans
in file database.php, method DB::HasFailedTrans()
    Check if transaction has failed, only for Smart Transactions.
hasFlag
in file IMAP.php, method Net_IMAP::hasFlag()
hasQuotaSupport
in file IMAPProtocol.php, method Net_IMAPProtocol::hasQuotaSupport()
    tell if the server has Quota support
headers
in file mime.php, method Mail_mime::headers()
    Returns an array with the headers needed to prepend to the email (MIME-Version and Content-Type). Format of argument is: $array['header-name'] = 'header-value';
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
history
in file Import_0.php, method CRM_Import::history()
History
in file history.php, class History
    history.php file
homepage_icon
in file HomePageCommon_0.php, method Base_HomePageCommon::homepage_icon()
host
in file ModuleManager_0.php, class constant Base_ModuleManager::host
HTML_QuickForm_commondata
in file qf.php, class HTML_QuickForm_commondata
HTML_QuickForm_commondata
in file qf.php, method HTML_QuickForm_commondata::HTML_QuickForm_commondata()
HTML_QuickForm_commondata_group
in file qf_group.php, class HTML_QuickForm_commondata_group
    HTML class for common data
HTML_QuickForm_commondata_group
in file qf_group.php, method HTML_QuickForm_commondata_group::HTML_QuickForm_commondata_group()
HTML_QuickForm_currency
in file currency.php, method HTML_QuickForm_currency::HTML_QuickForm_currency()
HTML_QuickForm_currency
in file currency.php, class HTML_QuickForm_currency
HTML_QuickForm_datepicker
in file datepicker.php, class HTML_QuickForm_datepicker
HTML_QuickForm_datepicker
in file datepicker.php, method HTML_QuickForm_datepicker::HTML_QuickForm_datepicker()
HTML_QuickForm_timestamp
in file timestamp.php, method HTML_QuickForm_timestamp::HTML_QuickForm_timestamp()
HTML_QuickForm_timestamp
in file timestamp.php, class HTML_QuickForm_timestamp
    Class for a group of elements used to input dates (and times).
history.php
procedural page history.php
HostCommon_0.php
procedural page HostCommon_0.php
HostInstall.php
procedural page HostInstall.php
Host_0.php
procedural page Host_0.php
HomePageCommon_0.php
procedural page HomePageCommon_0.php
HomePageInstall.php
procedural page HomePageInstall.php
help.php
procedural page help.php
i

i

IfNull
in file database.php, method DB::IfNull()
IgnoreErrors
in file database.php, method DB::IgnoreErrors()
imap_refresh_folders
in file MailClient_0.php, method Apps_MailClient::imap_refresh_folders()
include.php
procedural page include.php
include_common
in file module_manager.php, method ModuleManager::include_common()
    Includes file with module common class.
include_install
in file module_manager.php, method ModuleManager::include_install()
    Includes file with module installation class.
include_main
in file module_manager.php, method ModuleManager::include_main()
    Includes file with module main class.
incr
in file Callbacks_0.php, method Tests_Callbacks::incr()
index.php
procedural page index.php
info
in file FontSizeInstall.php, method Tools_FontSizeInstall::info()
info
in file FollowupInstall.php, method CRM_FollowupInstall::info()
info
in file FiltersInstall.php, method CRM_FiltersInstall::info()
info
in file ForumInstall.php, method Apps_ForumInstall::info()
info
in file HostInstall.php, method Applets_HostInstall::info()
info
in file GTalkInstall.php, method Applets_GTalkInstall::info()
info
in file TwisterGameInstall.php, method Apps_TwisterGameInstall::info()
info
in file GalleryInstall.php, method Apps_GalleryInstall::info()
info
in file EventInstall.php, method Tests_Calendar_EventInstall::info()
info
in file TimetrackInstall.php, method Apps_TimetrackInstall::info()
info
in file ColorpickerInstall.php, method Tests_ColorpickerInstall::info()
info
in file CodepressInstall.php, method Tests_CodepressInstall::info()
info
in file ClockInstall.php, method Applets_ClockInstall::info()
info
in file CommonInstall.php, method CRM_CommonInstall::info()
info
in file ContactsInstall.php, method CRM_ContactsInstall::info()
info
in file SessionKeeperInstall.php, method Tools_SessionKeeperInstall::info()
info
in file WatchdogInstall.php, method Utils_WatchdogInstall::info()
info
in file DashboardInstall.php, method Base_DashboardInstall::info()
info
in file EventInstall.php, method CRM_Calendar_EventInstall::info()
info
in file TasksModifiedInstall.php, method Custom_TasksModifiedInstall::info()
info
in file OpenFlashChartInstall.php, method Tests_OpenFlashChartInstall::info()
info
in file NoteInstall.php, method Applets_NoteInstall::info()
info
in file MonthViewInstall.php, method Applets_MonthViewInstall::info()
info
in file StaticPageInstall.php, method Apps_StaticPageInstall::info()
info
in file PhoneCallInstall.php, method CRM_PhoneCallInstall::info()
info
in file RecordBrowserInstall.php, method Utils_RecordBrowserInstall::info()
info
in file ReportsInstall.php, method CRM_Calendar_ReportsInstall::info()
info
in file ReportInstall.php, method Tests_ReportInstall::info()
info
in file RegionalSettingsInstall.php, method Base_RegionalSettingsInstall::info()
info
in file RecordPickerInstall.php, method Utils_RecordBrowser_RecordPickerInstall::info()
info
in file ModuleEditorInstall.php, method Develop_ModuleEditorInstall::info()
info
in file MessengerInstall.php, method Utils_MessengerInstall::info()
info
in file ChainedSelectInstall.php, method Utils_ChainedSelectInstall::info()
info
in file ImportInstall.php, method CRM_ImportInstall::info()
info
in file ReportsInstall.php, method Utils_RecordBrowser_ReportsInstall::info()
info
in file TestsInstall.php, method TestsInstall::info()
info
in file TasksInstall.php, method CRM_TasksInstall::info()
info
in file LoginAuditInstall.php, method CRM_LoginAuditInstall::info()
info
in file RssFeedInstall.php, method Applets_RssFeedInstall::info()
info
in file MailClientInstall.php, method CRM_MailClientInstall::info()
info
in file MailClientInstall.php, method Apps_MailClientInstall::info()
info
in file AboutInstall.php, method Base_AboutInstall::info()
info
in file GoogleInstall.php, method Applets_GoogleInstall::info()
info
in file CalendarInstall.php, method Utils_CalendarInstall::info()
info
in file CalcInstall.php, method Applets_CalcInstall::info()
info
in file CalendarInstall.php, method CRM_CalendarInstall::info()
info
in file WhoIsOnlineInstall.php, method Tools_WhoIsOnlineInstall::info()
info
in file WhoIsOnlineInstall.php, method CRM_WhoIsOnlineInstall::info()
info
in file BugtrackInstall.php, method Tests_BugtrackInstall::info()
info
in file AdministratorInstall.php, method Utils_Attachment_AdministratorInstall::info()
info
in file AttachmentInstall.php, method Utils_AttachmentInstall::info()
info
in file BaseInstall.php, method BaseInstall::info()
info
in file BBCodeInstall.php, method Utils_BBCodeInstall::info()
info
in file BirthdaysInstall.php, method Applets_BirthdaysInstall::info()
info
in file CalendarInstall.php, method Tests_CalendarInstall::info()
info
in file ActivitiesInstall.php, method CRM_Contacts_ActivitiesInstall::info()
info
in file About_0.php, method Base_About::info()
init
in file LoginAuditCommon_0.php, method CRM_LoginAuditCommon::init()
init
in file BBCodeCommon_0.php, method Utils_BBCodeCommon::init()
init
in file RecordBrowser_0.php, method Utils_RecordBrowser::init()
init
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::init()
init_form
in file DirtyRead_0.php, method Utils_DirtyRead::init_form()
init_module
in file module.php, method Module::init_module()
    Creates module instance which name is given as first parameter.
init_smarty
in file ThemeCommon_0.php, method Base_ThemeCommon::init_smarty()
inline_attach_file
in file Attachment_0.php, method Utils_Attachment::inline_attach_file()
InParameter
in file database.php, method DB::InParameter()
Insert_ID
in file database.php, method DB::Insert_ID()
    * @param $table string name of the table, not needed by all databases (eg. mysql), default '' * @param $column string name of the column, not needed by all databases (eg. mysql), default '' * @return the last inserted ID. Not all databases support this.
install
in file AdministratorInstall.php, method Base_User_AdministratorInstall::install()
install
in file ModuleCreatorInstall.php, method Develop_ModuleCreatorInstall::install()
install
in file SettingsInstall.php, method Base_User_SettingsInstall::install()
install
in file MenuInstall.php, method Tests_MenuInstall::install()
install
in file MenuInstall.php, method Base_MenuInstall::install()
install
in file AdministratorInstall.php, method Utils_Attachment_AdministratorInstall::install()
install
in file StaticPageInstall.php, method Apps_StaticPageInstall::install()
install
in file MessengerInstall.php, method Utils_MessengerInstall::install()
install
in file MenuInstall.php, method Utils_MenuInstall::install()
install
in file TableBrowserCreatorInstall.php, method Develop_TableBrowserCreatorInstall::install()
install
in file TabbedBrowserInstall.php, method Utils_TabbedBrowserInstall::install()
install
in file AboutInstall.php, method Base_AboutInstall::install()
install
in file TabbedBrowserInstall.php, method Tests_TabbedBrowserInstall::install()
install
in file StatusBarInstall.php, method Base_StatusBarInstall::install()
install
in file AdministratorInstall.php, method Base_Theme_AdministratorInstall::install()
install
in file LoginAuditInstall.php, method CRM_LoginAuditInstall::install()
install
in file LoginInstall.php, method Base_User_LoginInstall::install()
install
in file aInstall.php, method Tests_SharedUniqueHref_aInstall::install()
install
in file LeightboxPromptInstall.php, method Utils_LeightboxPromptInstall::install()
install
in file SharedUniqueHrefInstall.php, method Tests_SharedUniqueHrefInstall::install()
install
in file LeightboxInstall.php, method Tests_LeightboxInstall::install()
install
in file LyteboxInstall.php, method Tests_LyteboxInstall::install()
install
in file SetupInstall.php, method Base_SetupInstall::install()
install
in file MailInstall.php, method Base_MailInstall::install()
install
in file MainModuleIndicatorInstall.php, method Base_MainModuleIndicatorInstall::install()
install
in file ModuleEditorInstall.php, method Develop_ModuleEditorInstall::install()
install
in file MailClientInstall.php, method CRM_MailClientInstall::install()
install
in file aInstall.php, method Tests_Callbacks_aInstall::install()
install
in file MailClientInstall.php, method Apps_MailClientInstall::install()
install
in file MaintenanceModeInstall.php, method Base_MaintenanceModeInstall::install()
install
in file AdministratorInstall.php, method Base_Lang_AdministratorInstall::install()
install
in file AclInstall.php, method CRM_AclInstall::install()
install
in file RecordBrowserInstall.php, method Utils_RecordBrowserInstall::install()
install
in file SearchInstall.php, method Base_SearchInstall::install()
install
in file SearchInstall.php, method Tests_SearchInstall::install()
install
in file ShoutboxInstall.php, method Apps_ShoutboxInstall::install()
install
in file QuickAccessInstall.php, method Base_Menu_QuickAccessInstall::install()
install
in file QuickFormInstall.php, method Tests_QuickFormInstall::install()
install
in file RssFeedInstall.php, method Applets_RssFeedInstall::install()
install
in file RecordPickerInstall.php, method Utils_RecordBrowser_RecordPickerInstall::install()
install
in file ReportsInstall.php, method Utils_RecordBrowser_ReportsInstall::install()
install
in file WhoIsOnlineInstall.php, method CRM_WhoIsOnlineInstall::install()
install
in file ReportsInstall.php, method CRM_Calendar_ReportsInstall::install()
install
in file ReportInstall.php, method Tests_ReportInstall::install()
install
in file WizardInstall.php, method Utils_WizardInstall::install()
install
in file WhoIsOnlineInstall.php, method Tools_WhoIsOnlineInstall::install()
install
in file RegionalSettingsInstall.php, method Base_RegionalSettingsInstall::install()
install
in file PopupCalendarInstall.php, method Utils_PopupCalendarInstall::install()
install
in file PhoneCallInstall.php, method CRM_PhoneCallInstall::install()
install
in file module_manager.php, method ModuleManager::install()
    Installs module given as first parameter.
install
in file AdminInstall.php, method Base_AdminInstall::install()
install
in file ActivitiesInstall.php, method CRM_Contacts_ActivitiesInstall::install()
install
in file AdministratorInstall.php, method Base_MaintenanceMode_AdministratorInstall::install()
install
in file WizardInstall.php, method Tests_WizardInstall::install()
install
in file module_install.php, method ModuleInstall::install()
    Module installation function.
install
in file SetDefaultsInstall.php, method Tools_SetDefaultsInstall::install()
install
in file MonthViewInstall.php, method Applets_MonthViewInstall::install()
install
in file NavigationInstall.php, method Base_NavigationInstall::install()
install
in file OpenFlashChartInstall.php, method Tests_OpenFlashChartInstall::install()
install
in file PathInstall.php, method Utils_PathInstall::install()
install
in file AclInstall.php, method Base_AclInstall::install()
install
in file ActionBarInstall.php, method Base_ActionBarInstall::install()
install
in file SessionKeeperInstall.php, method Tools_SessionKeeperInstall::install()
install
in file LangInstall.php, method Base_LangInstall::install()
install
in file NoteInstall.php, method Applets_NoteInstall::install()
install
in file ModuleManagerInstall.php, method Base_ModuleManagerInstall::install()
install
in file TasksInstall.php, method CRM_TasksInstall::install()
install
in file EventInstall.php, method CRM_Calendar_EventInstall::install()
install
in file BugtrackInstall.php, method Tests_BugtrackInstall::install()
install
in file EventInstall.php, method Tests_Calendar_EventInstall::install()
install
in file ErrorInstall.php, method Base_ErrorInstall::install()
install
in file DirtyReadInstall.php, method Utils_DirtyReadInstall::install()
install
in file DashboardInstall.php, method Base_DashboardInstall::install()
install
in file CalendarInstall.php, method Utils_CalendarInstall::install()
install
in file CalcInstall.php, method Applets_CalcInstall::install()
install
in file EventInstall.php, method Utils_Calendar_EventInstall::install()
install
in file ExportXLSInstall.php, method Utils_ExportXLSInstall::install()
install
in file BoxInstall.php, method Base_BoxInstall::install()
install
in file LangInstall.php, method Tests_LangInstall::install()
install
in file BookmarkBrowserInstall.php, method Tests_BookmarkBrowserInstall::install()
install
in file FirstRunInstall.php, method FirstRunInstall::install()
install
in file FiltersInstall.php, method CRM_FiltersInstall::install()
install
in file FileDownloadInstall.php, method Utils_FileDownloadInstall::install()
install
in file FileUploadInstall.php, method Utils_FileUploadInstall::install()
install
in file CustomMenuInstall.php, method Utils_CustomMenuInstall::install()
install
in file CurrencyFieldInstall.php, method Utils_CurrencyFieldInstall::install()
install
in file CallbacksInstall.php, method Tests_CallbacksInstall::install()
install
in file CodepressInstall.php, method Tests_CodepressInstall::install()
install
in file CalendarInstall.php, method Tests_CalendarInstall::install()
install
in file ClockInstall.php, method Applets_ClockInstall::install()
install
in file TwisterGameInstall.php, method Apps_TwisterGameInstall::install()
install
in file WatchdogInstall.php, method Utils_WatchdogInstall::install()
install
in file CatFileInstall.php, method Utils_CatFileInstall::install()
install
in file UserInstall.php, method Base_UserInstall::install()
install
in file ColorpickerInstall.php, method Tests_ColorpickerInstall::install()
install
in file CommentInstall.php, method Utils_CommentInstall::install()
install
in file ContactsInstall.php, method CRM_ContactsInstall::install()
install
in file ContactUsInstall.php, method Base_Mail_ContactUsInstall::install()
install
in file CountriesInstall.php, method Data_CountriesInstall::install()
install
in file CalendarInstall.php, method CRM_CalendarInstall::install()
install
in file CommonInstall.php, method CRM_CommonInstall::install()
install
in file CommentInstall.php, method Tests_CommentInstall::install()
install
in file CommonDataInstall.php, method Utils_CommonDataInstall::install()
install
in file FontSizeInstall.php, method Tools_FontSizeInstall::install()
install
in file FollowupInstall.php, method CRM_FollowupInstall::install()
install
in file ImageInstall.php, method Utils_ImageInstall::install()
install
in file ThemeInstall.php, method Base_ThemeInstall::install()
install
in file ImageInstall.php, method Tests_ImageInstall::install()
install
in file BookmarkBrowserInstall.php, method Utils_BookmarkBrowserInstall::install()
install
in file HostInstall.php, method Applets_HostInstall::install()
install
in file TooltipInstall.php, method Utils_TooltipInstall::install()
install
in file BaseInstall.php, method BaseInstall::install()
install
in file TestsInstall.php, method TestsInstall::install()
install
in file AttachmentInstall.php, method Tests_AttachmentInstall::install()
install
in file AttachmentInstall.php, method Utils_AttachmentInstall::install()
install
in file ChainedSelectInstall.php, method Utils_ChainedSelectInstall::install()
install
in file ImportInstall.php, method CRM_ImportInstall::install()
install
in file TasksModifiedInstall.php, method Custom_TasksModifiedInstall::install()
install
in file BackupInstall.php, method Base_BackupInstall::install()
install
in file HomePageInstall.php, method Base_HomePageInstall::install()
install
in file TimetrackInstall.php, method Apps_TimetrackInstall::install()
install
in file GenericBrowserInstall.php, method Utils_GenericBrowserInstall::install()
install
in file FPDFInstall.php, method Tests_FPDFInstall::install()
install
in file GenericBrowserInstall.php, method Tests_GenericBrowserInstall::install()
install
in file GalleryInstall.php, method Utils_GalleryInstall::install()
install
in file BirthdaysInstall.php, method Applets_BirthdaysInstall::install()
install
in file GalleryInstall.php, method Apps_GalleryInstall::install()
install
in file ShortcutInstall.php, method Utils_ShortcutInstall::install()
install
in file TooltipInstall.php, method Tests_TooltipInstall::install()
install
in file ForumInstall.php, method Apps_ForumInstall::install()
install
in file BBCodeInstall.php, method Utils_BBCodeInstall::install()
install
in file TreeInstall.php, method Utils_TreeInstall::install()
install
in file GTalkInstall.php, method Applets_GTalkInstall::install()
install
in file GoogleInstall.php, method Applets_GoogleInstall::install()
install_base
in file setup.php, function install_base()
install_default_theme
in file ThemeCommon_0.php, method Base_ThemeCommon::install_default_theme()
    Performs installation of default theme files for a module.
install_default_theme_common_files
in file update.php, function install_default_theme_common_files()
install_default_theme_common_files
in file ThemeInstall.php, method Base_ThemeInstall::install_default_theme_common_files()
install_new_recordset
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::install_new_recordset()
install_template
in file Administrator_0.php, method Base_Theme_Administrator::install_template()
install_translations
in file LangCommon_0.php, method Base_LangCommon::install_translations()
    For internal use only.
Instance
in file module_common.php, method ModuleCommon::Instance()
    Singleton.
instead
in file Callbacks_0.php, method Tests_Callbacks::instead()
instead2
in file Callbacks_0.php, method Tests_Callbacks::instead2()
IPHONE
in file mobile.php, constant IPHONE
isAnswered
in file IMAP.php, method Net_IMAP::isAnswered()
    check the Answered flag
isBlocking
in file Socket.php, method Net_Socket::isBlocking()
    Find out if the socket is in blocking mode.
isDeleted
in file IMAP.php, method Net_IMAP::isDeleted()
    check the Deleted flag
isDraft
in file IMAP.php, method Net_IMAP::isDraft()
    check the Draft flag
isError
in file PEAR.php, method PEAR::isError()
    Tell whether a value is a PEAR error.
IsError
in file class.phpmailer.php, method PHPMailer::IsError()
    Returns true if an error occurred.
isFlagged
in file IMAP.php, method Net_IMAP::isFlagged()
    check the flagged flag
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.
IsQmail
in file class.phpmailer.php, method PHPMailer::IsQmail()
    Sets Mailer to send message using the qmail MTA.
isSeen
in file IMAP.php, method Net_IMAP::isSeen()
    check the Seen flag
IsSendmail
in file class.phpmailer.php, method PHPMailer::IsSendmail()
    Sets Mailer to send message using the $Sendmail program.
isset_module_variable
in file module.php, method Module::isset_module_variable()
    Checks if variable exists.
isset_unique_href_variable
in file module.php, method Module::isset_unique_href_variable()
    Checks if variable given as first parameter was passed with create_unique_href function.
IsSMTP
in file class.phpmailer.php, method PHPMailer::IsSMTP()
    Sets Mailer to send message using SMTP.
is_active
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::is_active()
is_adv_search_on
in file GenericBrowser_0.php, method Utils_GenericBrowser::is_adv_search_on()
    For internal use only.
is_back
in file history.php, method History::is_back()
is_back
in file module.php, method Module::is_back()
    Checks if set_back_location was used.
is_cached
in file Smarty.class.php, method Smarty::is_cached()
    test to see if valid cache exists for this template
is_fast_process
in file module.php, method Module::is_fast_process()
    Returns whether this module instance has fast processing turned on.
is_forward
in file history.php, method History::is_forward()
is_inline_display
in file module.php, method Module::is_inline_display()
    Returns whether this module instance is displayed inline.
is_installed
in file module_manager.php, method ModuleManager::is_installed()
    Checks if module is installed.
is_user
in file acl.php, method Acl::is_user()
    Are you logged?
is_user_in_group
in file AclCommon_0.php, method Base_AclCommon::is_user_in_group()
    Checks whether user is in certain group.
its
in file LangCommon_0.php, method Base_LangCommon::its()
i_am_admin
in file AclCommon_0.php, method Base_AclCommon::i_am_admin()
    Returns whether currently logged in user is an administrator.
i_am_moderator
in file AclCommon_0.php, method Base_AclCommon::i_am_moderator()
    Returns whether currently logged in user is a moderator.
i_am_sa
in file AclCommon_0.php, method Base_AclCommon::i_am_sa()
    Return if user calling this function is Super Administrator.
i_am_user
in file AclCommon_0.php, method Base_AclCommon::i_am_user()
    Returns whether currently logged in user is a user.
IMAP.php
procedural page IMAP.php
IMAPProtocol.php
procedural page IMAPProtocol.php
ImportCommon_0.php
procedural page ImportCommon_0.php
ImportInstall.php
procedural page ImportInstall.php
Import_0.php
procedural page Import_0.php
ImageCommon_0.php
procedural page ImageCommon_0.php
ImageInstall.php
procedural page ImageInstall.php
Image_0.php
procedural page Image_0.php
ImageCommon_0.php
procedural page ImageCommon_0.php
ImageInstall.php
procedural page ImageInstall.php
j

j

js
in file epesi.php, method Epesi::js()
    Extends list of javascript commands to execute
js
in file module.php, method Module::js()
    Appends js code to list of jses to evaluate.
json_decode
in file misc.php, function json_decode()
json_encode
in file misc.php, function json_encode()
JS_OUTPUT
in file update.php, constant JS_OUTPUT
JS_OUTPUT
in file update.php, constant JS_OUTPUT
JS_OUTPUT
in file refresh.php, constant JS_OUTPUT
JS_OUTPUT
in file config.php, constant JS_OUTPUT
jump_page0
in file Wizard_0.php, method Tests_Wizard::jump_page0()
l

l

$last_added
in file CalendarCommon_0.php, variable CRM_CalendarCommon::$last_added
$last_location
in file FollowupCommon_0.php, variable CRM_FollowupCommon::$last_location
$last_record
in file RecordBrowser_0.php, variable Utils_RecordBrowser::$last_record
$left_delimiter
in file Smarty.class.php, variable Smarty::$left_delimiter
    The left delimiter used for the template tags.
$leightbox_ready
in file FollowupCommon_0.php, variable CRM_FollowupCommon::$leightbox_ready
$level
in file PEAR.php, variable PEAR_Error::$level
$lineLength
in file Socket.php, variable Net_Socket::$lineLength
    Number of bytes to read at a time in readLine() and readAll(). Defaults to 2048.
$links
in file Theme_0.php, variable Base_Theme::$links
$links
in file mobile.php, variable StackEntry::$links
$loaded_modules
in file module_manager.php, variable ModuleManager::$loaded_modules
$logged
in file HomePageCommon_0.php, variable Base_HomePageCommon::$logged
langup
in file update.php, function langup()
license
in file setup.php, function license()
LinkEntry
in file mobile.php, class LinkEntry
listsubscribedMailboxes
in file IMAP.php, method Net_IMAP::listsubscribedMailboxes()
    Lists the subscription to mailboxes
list_backups
in file module_manager.php, method ModuleManager::list_backups()
    Returns list of available backups.
list_modules
in file module_manager.php, method ModuleManager::list_modules()
    Creates list of modules currently available to install along with list of available versions.
list_themes
in file Theme_0.php, method Base_Theme::list_themes()
    Returns list of available themes.
load
in file LangCommon_0.php, method Base_LangCommon::load()
    For internal use only.
load
in file HomePageCommon_0.php, method Base_HomePageCommon::load()
loadExtension
in file PEAR.php, method PEAR::loadExtension()
    OS independant PHP extension load. Remember to take care on the correct extension name for case sensitive OSes.
load_css
in file misc.php, function load_css()
    Requests css loading.
load_css
in file epesi.php, method Epesi::load_css()
load_css
in file ThemeCommon_0.php, method Base_ThemeCommon::load_css()
    Loads css file.
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
load_js
in file misc.php, function load_js()
    Adds js to load.
load_js
in file epesi.php, method Epesi::load_js()
load_modules
in file module_manager.php, method ModuleManager::load_modules()
    Loads all installed classes definitions.
location
in file misc.php, function location()
    Redirects to specified url. First parameter is array of variables to pass with redirection.
location
in file BoxCommon_0.php, method Base_BoxCommon::location()
login
in file IMAP.php, method Net_IMAP::login()
    Attempt to authenticate to the IMAP server.
login
in file POP3.php, method Net_POP3::login()
login_check_exit
in file HomePageCommon_0.php, method Base_HomePageCommon::login_check_exit()
login_check_init
in file HomePageCommon_0.php, method Base_HomePageCommon::login_check_init()
LogSQL
in file database.php, method DB::LogSQL()
Login.php
procedural page Login.php
LangCommon_0.php
procedural page LangCommon_0.php
LangInstall.php
procedural page LangInstall.php
LoginCommon_0.php
procedural page LoginCommon_0.php
LoginInstall.php
procedural page LoginInstall.php
Login_0.php
procedural page Login_0.php
LoginAuditCommon_0.php
procedural page LoginAuditCommon_0.php
LoginAuditInstall.php
procedural page LoginAuditInstall.php
LoginAudit_0.php
procedural page LoginAudit_0.php
LangCommon_0.php
procedural page LangCommon_0.php
LangInstall.php
procedural page LangInstall.php
Lang_0.php
procedural page Lang_0.php
LeightboxCommon_0.php
procedural page LeightboxCommon_0.php
LeightboxInstall.php
procedural page LeightboxInstall.php
Leightbox_0.php
procedural page Leightbox_0.php
LyteboxCommon_0.php
procedural page LyteboxCommon_0.php
LyteboxInstall.php
procedural page LyteboxInstall.php
Lytebox_0.php
procedural page Lytebox_0.php
LeightboxPromptCommon_0.php
procedural page LeightboxPromptCommon_0.php
LeightboxPromptInstall.php
procedural page LeightboxPromptInstall.php
LeightboxPrompt_0.php
procedural page LeightboxPrompt_0.php
m

m

$Mailer
in file class.phpmailer.php, variable PHPMailer::$Mailer
    Method to send mail: ("mail", "sendmail", or "smtp").
$message
in file PEAR.php, variable PEAR_Error::$message
$messages
in file StatusBarCommon_0.php, variable Base_StatusBarCommon::$messages
$mode
in file PEAR.php, variable PEAR_Error::$mode
$modules
in file module_manager.php, variable ModuleManager::$modules
$modules_common
in file module_manager.php, variable ModuleManager::$modules_common
$modules_install
in file module_manager.php, variable ModuleManager::$modules_install
magicquotes.php
procedural page magicquotes.php
misc.php
procedural page misc.php
module.php
procedural page module.php
module_acl.php
procedural page module_acl.php
module_common.php
procedural page module_common.php
module_install.php
procedural page module_install.php
module_manager.php
procedural page module_manager.php
module_primitive.php
procedural page module_primitive.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.
mailboxExist
in file IMAP.php, method Net_IMAP::mailboxExist()
    check if the mailbox name exists
mail_actions
in file MailClientCommon_0.php, method CRM_MailClientCommon::mail_actions()
Mail_mime
in file mime.php, method Mail_mime::Mail_mime()
    Constructor function.
Mail_mime
in file mime.php, class Mail_mime
    The Mail_Mime class provides an OO interface to create MIME enabled email messages. This way you can create emails that contain plain-text bodies, HTML bodies, attachments, inline images and specific headers.
Mail_mimeDecode
in file mimeDecode.php, method Mail_mimeDecode::Mail_mimeDecode()
    Constructor.
Mail_mimeDecode
in file mimeDecode.php, class Mail_mimeDecode
    The Mail_mimeDecode class is used to decode mail/mime messages
Mail_mimePart
in file mimePart.php, method Mail_mimePart::Mail_mimePart()
    Constructor.
Mail_mimePart
in file mimePart.php, class Mail_mimePart
    The Mail_mimePart class is used to create MIME E-mail messages
main_page
in file Settings_0.php, method Base_User_Settings::main_page()
make_charts
in file Reports_0.php, method Utils_RecordBrowser_Reports::make_charts()
make_event_PDF
in file Event_0.php, method CRM_Calendar_Event::make_event_PDF()
make_table
in file Reports_0.php, method Utils_RecordBrowser_Reports::make_table()
manage
in file Gallery_0.php, method Apps_Gallery::manage()
manage_addons
in file RecordBrowser_0.php, method Utils_RecordBrowser::manage_addons()
manage_filters
in file Filters_0.php, method CRM_Filters::manage_filters()
map.php
procedural page map.php
maplink
in file ContactsCommon_0.php, method CRM_ContactsCommon::maplink()
mark_all_as_read
in file MailClientCommon_0.php, method Apps_MailClientCommon::mark_all_as_read()
mark_all_as_read
in file MailClient_0.php, method Apps_MailClient::mark_all_as_read()
mark_displayed
in file module.php, method Module::mark_displayed()
    Marks this module instance as it was displayed.
max_description
in file RecordBrowser_0.php, method Utils_RecordBrowser::max_description()
menu
in file QuickFormCommon_0.php, method Tests_QuickFormCommon::menu()
menu
in file PhoneCallCommon_0.php, method CRM_PhoneCallCommon::menu()
menu
in file TimetrackCommon_0.php, method Apps_TimetrackCommon::menu()
menu
in file CodepressCommon_0.php, method Tests_CodepressCommon::menu()
menu
in file MailClientCommon_0.php, method Apps_MailClientCommon::menu()
menu
in file TooltipCommon_0.php, method Tests_TooltipCommon::menu()
menu
in file ReportsCommon_0.php, method CRM_Calendar_ReportsCommon::menu()
menu
in file ReportCommon_0.php, method Tests_ReportCommon::menu()
menu
in file BookmarkBrowserCommon_0.php, method Tests_BookmarkBrowserCommon::menu()
menu
in file AboutCommon_0.php, method Base_AboutCommon::menu()
menu
in file TasksCommon_0.php, method CRM_TasksCommon::menu()
menu
in file ModuleCreatorCommon_0.php, method Develop_ModuleCreatorCommon::menu()
menu
in file CallbacksCommon_0.php, method Tests_CallbacksCommon::menu()
menu
in file CommentCommon_0.php, method Tests_CommentCommon::menu()
menu
in file WizardCommon_0.php, method Tests_WizardCommon::menu()
menu
in file AdminCommon_0.php, method Base_AdminCommon::menu()
menu
in file ModuleEditorCommon_0.php, method Develop_ModuleEditorCommon::menu()
menu
in file TableBrowserCreatorCommon_0.php, method Develop_TableBrowserCreatorCommon::menu()
menu
in file TabbedBrowserCommon_0.php, method Tests_TabbedBrowserCommon::menu()
menu
in file OpenFlashChartCommon_0.php, method Tests_OpenFlashChartCommon::menu()
menu
in file SearchCommon_0.php, method Base_SearchCommon::menu()
menu
in file BugtrackCommon_0.php, method Tests_BugtrackCommon::menu()
menu
in file MenuCommon_0.php, method Tests_MenuCommon::menu()
menu
in file CalendarCommon_0.php, method CRM_CalendarCommon::menu()
menu
in file CalendarCommon_0.php, method Tests_CalendarCommon::menu()
menu
in file AttachmentCommon_0.php, method Tests_AttachmentCommon::menu()
menu
in file LyteboxCommon_0.php, method Tests_LyteboxCommon::menu()
menu
in file FontSizeCommon_0.php, method Tools_FontSizeCommon::menu()
menu
in file ForumCommon_0.php, method Apps_ForumCommon::menu()
menu
in file FPDFCommon_0.php, method Tests_FPDFCommon::menu()
menu
in file GalleryCommon_0.php, method Apps_GalleryCommon::menu()
menu
in file TwisterGameCommon_0.php, method Apps_TwisterGameCommon::menu()
menu
in file DashboardCommon_0.php, method Base_DashboardCommon::menu()
menu
in file ContactsCommon_0.php, method CRM_ContactsCommon::menu()
menu
in file ShoutboxCommon_0.php, method Apps_ShoutboxCommon::menu()
menu
in file ContactUsCommon_0.php, method Base_Mail_ContactUsCommon::menu()
menu
in file CustomMenuCommon_0.php, method Utils_CustomMenuCommon::menu()
    private function
menu
in file GenericBrowserCommon_0.php, method Tests_GenericBrowserCommon::menu()
menu
in file SharedUniqueHrefCommon_0.php, method Tests_SharedUniqueHrefCommon::menu()
menu
in file ImageCommon_0.php, method Tests_ImageCommon::menu()
menu
in file ImportCommon_0.php, method CRM_ImportCommon::menu()
menu
in file ColorpickerCommon_0.php, method Tests_ColorpickerCommon::menu()
menu
in file LangCommon_0.php, method Tests_LangCommon::menu()
menu
in file HomePageCommon_0.php, method Base_HomePageCommon::menu()
menu
in file LeightboxCommon_0.php, method Tests_LeightboxCommon::menu()
menu
in file SettingsCommon_0.php, method Base_User_SettingsCommon::menu()
merge_crits
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::merge_crits()
message
in file StatusBarCommon_0.php, method Base_StatusBarCommon::message()
message
in file checknew.php, function message()
messages
in file StatusBar_0.php, method Base_StatusBar::messages()
MetaColumnNames
in file database.php, method DB::MetaColumnNames()
    * List columns names in a table as an array. * @param table table name to query * * @return array of column names for current table.
MetaColumns
in file database.php, method DB::MetaColumns()
    * List columns in a database as an array of ADOFieldObjects. * See top of file for definition of object. * * @param $table table name to query * @param $normalize makes table name case-insensitive (required by some databases) * @schema is optional database schema to use - not supported by all databases. * * @return array of ADOFieldObjects for current table.
MetaDatabases
in file database.php, method DB::MetaDatabases()
    * return the databases that the driver can connect to. * Some databases will return an empty array. * * @return an array of database names.
MetaError
in file database.php, method DB::MetaError()
MetaErrorMsg
in file database.php, method DB::MetaErrorMsg()
MetaForeignKeys
in file database.php, method DB::MetaForeignKeys()
    * @returns assoc array where keys are tables, and values are foreign keys
MetaIndexes
in file database.php, method DB::MetaIndexes()
    * List indexes on a table as an array. * @param table table name to query * @param primary true to only show primary keys. Not actually used for most databases * * @return array of indexes on current table. Each element represents an index, and is itself an associative array. Array ( [name_of_index] => Array ( [unique] => true or false [columns] => Array ( [0] => firstname [1] => lastname ) )
MetaPrimaryKeys
in file database.php, method DB::MetaPrimaryKeys()
    * @returns an array with the primary key columns in it.
MetaTables
in file database.php, method DB::MetaTables()
    * @param ttype can either be 'VIEW' or 'TABLE' or false. * If false, both views and tables are returned. * "VIEW" returns only views * "TABLE" returns only tables * @param showSchema returns the schema/user with the table name, eg. USER.TABLE * @param mask is the input mask - only supported by oci8 and postgresql * * @return array of tables for current database.
MetaTransaction
in file database.php, method DB::MetaTransaction()
MetaType
in file database.php, method DB::MetaType()
mime_header_decode
in file MailClientCommon_0.php, method Apps_MailClientCommon::mime_header_decode()
mini
in file Search_0.php, method Base_Search::mini()
mini_view
in file RecordBrowser_0.php, method Utils_RecordBrowser::mini_view()
mk_folder
in file Gallery_0.php, method Apps_Gallery::mk_folder()
mobile.php
procedural page mobile.php
mobile_agenda
in file CalendarCommon_0.php, method CRM_CalendarCommon::mobile_agenda()
mobile_agenda
in file CalendarCommon_0.php, method Utils_CalendarCommon::mobile_agenda()
mobile_autologin
in file LoginCommon_0.php, method Base_User_LoginCommon::mobile_autologin()
mobile_companies
in file ContactsCommon_0.php, method CRM_ContactsCommon::mobile_companies()
mobile_contacts
in file ContactsCommon_0.php, method CRM_ContactsCommon::mobile_contacts()
MOBILE_DEVICE
in file config.php, constant MOBILE_DEVICE
mobile_login
in file LoginCommon_0.php, method Base_User_LoginCommon::mobile_login()
mobile_logout
in file LoginCommon_0.php, method Base_User_LoginCommon::mobile_logout()
mobile_menu
in file CalendarCommon_0.php, method CRM_CalendarCommon::mobile_menu()
mobile_menu
in file LoginCommon_0.php, method Base_User_LoginCommon::mobile_menu()
mobile_menu
in file mobile.php, function mobile_menu()
mobile_menu
in file PhoneCallCommon_0.php, method CRM_PhoneCallCommon::mobile_menu()
mobile_menu
in file ContactsCommon_0.php, method CRM_ContactsCommon::mobile_menu()
mobile_menu
in file TasksCommon_0.php, method CRM_TasksCommon::mobile_menu()
mobile_phone_calls
in file PhoneCallCommon_0.php, method CRM_PhoneCallCommon::mobile_phone_calls()
mobile_rb
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::mobile_rb()
mobile_rb_view
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::mobile_rb_view()
mobile_stack_href
in file mobile.php, function mobile_stack_href()
mobile_table
in file GenericBrowserCommon_0.php, method Utils_GenericBrowserCommon::mobile_table()
mobile_tasks
in file TasksCommon_0.php, method CRM_TasksCommon::mobile_tasks()
mobile_view_event
in file CalendarCommon_0.php, method CRM_CalendarCommon::mobile_view_event()
modified
in file DirtyRead_0.php, method Utils_DirtyRead::modified()
    Mark table(s) as modified and commit transaction.
Module
in file module.php, class Module
    This class provides some basic functionality for every epesi module.
ModuleAcl
in file module_acl.php, class ModuleAcl
ModuleCommon
in file module_common.php, class ModuleCommon
    This class provides interface for module common.
ModuleInstall
in file module_install.php, class ModuleInstall
    This class provides interface for module install.
ModuleManager
in file module_manager.php, class ModuleManager
    This class provides methods for module manipulations
ModulePrimitive
in file module_primitive.php, class ModulePrimitive
MonthViewCommon_0.php
procedural page MonthViewCommon_0.php
MonthViewInstall.php
procedural page MonthViewInstall.php
MonthView_0.php
procedural page MonthView_0.php
MailClientCommon_0.php
procedural page MailClientCommon_0.php
MailClientInstall.php
procedural page MailClientInstall.php
MailClient_0.php
procedural page MailClient_0.php
mime.php
procedural page mime.php
mimeDecode.php
procedural page mimeDecode.php
mimePart.php
procedural page mimePart.php
MailCommon_0.php
procedural page MailCommon_0.php
MailInstall.php
procedural page MailInstall.php
Mail_0.php
procedural page Mail_0.php
MainModuleIndicatorCommon_0.php
procedural page MainModuleIndicatorCommon_0.php
MainModuleIndicatorInstall.php
procedural page MainModuleIndicatorInstall.php
MainModuleIndicator_0.php
procedural page MainModuleIndicator_0.php
MaintenanceModeCommon_0.php
procedural page MaintenanceModeCommon_0.php
MaintenanceModeInstall.php
procedural page MaintenanceModeInstall.php
MenuCommon_0.php
procedural page MenuCommon_0.php
MenuInstall.php
procedural page MenuInstall.php
Menu_0.php
procedural page Menu_0.php
ModuleManagerCommon_0.php
procedural page ModuleManagerCommon_0.php
ModuleManagerInstall.php
procedural page ModuleManagerInstall.php
ModuleManager_0.php
procedural page ModuleManager_0.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
MailClientCommon_0.php
procedural page MailClientCommon_0.php
MailClientInstall.php
procedural page MailClientInstall.php
MailClient_0.php
procedural page MailClient_0.php
ModuleCreatorCommon_0.php
procedural page ModuleCreatorCommon_0.php
ModuleCreatorInstall.php
procedural page ModuleCreatorInstall.php
ModuleCreator_0.php
procedural page ModuleCreator_0.php
ModuleEditorCommon_0.php
procedural page ModuleEditorCommon_0.php
ModuleEditorInstall.php
procedural page ModuleEditorInstall.php
ModuleEditor_0.php
procedural page ModuleEditor_0.php
MenuCommon_0.php
procedural page MenuCommon_0.php
MenuInstall.php
procedural page MenuInstall.php
Menu_0.php
procedural page Menu_0.php
mime.php
procedural page mime.php
MenuInstall.php
procedural page MenuInstall.php
Menu_0.php
procedural page Menu_0.php
MessengerCommon_0.php
procedural page MessengerCommon_0.php
MessengerInstall.php
procedural page MessengerInstall.php
Messenger_0.php
procedural page Messenger_0.php
mobile.php
procedural page mobile.php
MODULE_TIMES
in file config.php, constant MODULE_TIMES
month
in file Calendar_0.php, method Utils_Calendar::month()
month_array
in file MonthView_0.php, method Applets_MonthView::month_array()
month_array
in file Calendar_0.php, method Utils_Calendar::month_array()
move_action
in file MailClientCommon_0.php, method CRM_MailClientCommon::move_action()
move_addon
in file RecordBrowser_0.php, method Utils_RecordBrowser::move_addon()
move_and_notify_action
in file MailClientCommon_0.php, method CRM_MailClientCommon::move_and_notify_action()
move_event
in file Calendar_0.php, method Utils_Calendar::move_event()
move_field
in file RecordBrowser_0.php, method Utils_RecordBrowser::move_field()
move_msg
in file MailClientCommon_0.php, method Apps_MailClientCommon::move_msg()
move_tab
in file Dashboard_0.php, method Base_Dashboard::move_tab()
n

n

$not_loaded_modules
in file module_manager.php, variable ModuleManager::$not_loaded_modules
NoteCommon_0.php
procedural page NoteCommon_0.php
NoteInstall.php
procedural page NoteInstall.php
Note_0.php
procedural page Note_0.php
NavigationInstall.php
procedural page NavigationInstall.php
Navigation_0.php
procedural page Navigation_0.php
navigate
in file RecordBrowser_0.php, method Utils_RecordBrowser::navigate()
Net_IMAP
in file IMAP.php, method Net_IMAP::Net_IMAP()
    Constructor
Net_IMAP
in file IMAP.php, class Net_IMAP
    Provides an implementation of the IMAP protocol using PEAR's Net_Socket:: class.
Net_IMAPProtocol
in file IMAPProtocol.php, method Net_IMAPProtocol::Net_IMAPProtocol()
    Constructor
Net_IMAPProtocol
in file IMAPProtocol.php, class Net_IMAPProtocol
    Provides an implementation of the IMAP protocol using PEAR's Net_Socket:: class.
Net_POP3
in file POP3.php, class Net_POP3
Net_POP3
in file POP3.php, method Net_POP3::Net_POP3()
NET_POP3_STATE_AUTHORISATION
in file POP3.php, constant NET_POP3_STATE_AUTHORISATION
NET_POP3_STATE_DISCONNECTED
in file POP3.php, constant NET_POP3_STATE_DISCONNECTED
    +----------------------------- IMPORTANT ------------------------------+
NET_POP3_STATE_TRANSACTION
in file POP3.php, constant NET_POP3_STATE_TRANSACTION
Net_Socket
in file Socket.php, class Net_Socket
    Generalized Socket class.
NET_SOCKET_ERROR
in file Socket.php, constant NET_SOCKET_ERROR
NET_SOCKET_READ
in file Socket.php, constant NET_SOCKET_READ
NET_SOCKET_WRITE
in file Socket.php, constant NET_SOCKET_WRITE
new_addon
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::new_addon()
new_array
in file CommonDataCommon_0.php, method Utils_CommonDataCommon::new_array()
    Creates new array for common use.
new_bbcode
in file BBCodeCommon_0.php, method Utils_BBCodeCommon::new_bbcode()
new_contact
in file Contacts_0.php, method CRM_Contacts::new_contact()
new_event
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::new_event()
new_filter
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::new_filter()
new_id
in file CommonDataCommon_0.php, method Utils_CommonDataCommon::new_id()
new_instance
in file module_manager.php, method ModuleManager::new_instance()
    Creates new module instance.
new_langpack
in file LangCommon_0.php, method Base_LangCommon::new_langpack()
    For internal use only.
new_lang_pack
in file Administrator_0.php, method Base_Lang_Administrator::new_lang_pack()
new_mailer
in file MailCommon_0.php, method Base_MailCommon::new_mailer()
new_page
in file RecordBrowser_0.php, method Utils_RecordBrowser::new_page()
new_record
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::new_record()
new_record_field
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::new_record_field()
new_table_page
in file Reports_0.php, method Utils_RecordBrowser_Reports::new_table_page()
new_thread
in file Forum_0.php, method Apps_Forum::new_thread()
next_page
in file Wizard_0.php, method Utils_Wizard::next_page()
    Finishes current page.
Noop
in file class.smtp.php, method SMTP::Noop()
    Sends the command NOOP to the SMTP server.
NoSuchVariableException
in file variables.php, class NoSuchVariableException
notes
in file Import_0.php, method CRM_Import::notes()
notified
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::notified()
notified
in file Watchdog_0.php, method Utils_Watchdog::notified()
notify
in file MailClient_0.php, method CRM_MailClient::notify()
no_contact_message
in file ContactsCommon_0.php, method CRM_ContactsCommon::no_contact_message()
no_wrap
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::no_wrap()
numMsg
in file IMAP.php, method Net_IMAP::numMsg()
numMsg
in file POP3.php, method Net_POP3::numMsg()
o

o

$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
OpenFlashChartCommon_0.php
procedural page OpenFlashChartCommon_0.php
OpenFlashChartInstall.php
procedural page OpenFlashChartInstall.php
OpenFlashChart_0.php
procedural page OpenFlashChart_0.php
OffsetDate
in file database.php, method DB::OffsetDate()
onQuickFormEvent
in file datepicker.php, method HTML_QuickForm_datepicker::onQuickFormEvent()
onQuickFormEvent
in file timestamp.php, method HTML_QuickForm_timestamp::onQuickFormEvent()
on_download_list
in file Administrator_0.php, method Base_Theme_Administrator::on_download_list()
on_download_template
in file Administrator_0.php, method Base_Theme_Administrator::on_download_template()
on_exit
in file misc.php, function on_exit()
    Adds method to call on exit.
on_init
in file misc.php, function on_init()
    Adds method to call on init.
open
in file session.php, method DBSession::open()
open_all
in file Tree_0.php, method Utils_Tree::open_all()
    Method for setting every branch opened.
open_dir
in file ModuleEditor_0.php, method Develop_ModuleEditor::open_dir()
open_mail_dir_callback
in file MailClient_0.php, method Apps_MailClient::open_mail_dir_callback()
open_tag_attrs
in file TooltipCommon_0.php, method Utils_TooltipCommon::open_tag_attrs()
    Returns string that when placed as tag attribute will enable tooltip when placing mouse over that element.
optimize
in file BBCodeCommon_0.php, method Utils_BBCodeCommon::optimize()
option_chosen
in file LeightboxPrompt_0.php, method Utils_LeightboxPrompt::option_chosen()
OS_UNIX
in file PEAR.php, constant OS_UNIX
OS_WINDOWS
in file PEAR.php, constant OS_WINDOWS
OutParameter
in file database.php, method DB::OutParameter()
overview_step
in file ModuleCreator_0.php, method Develop_ModuleCreator::overview_step()
p

p

$parent
in file module.php, variable Module::$parent
$Password
in file class.phpmailer.php, variable PHPMailer::$Password
    Sets SMTP password.
$paste_or_new
in file ContactsCommon_0.php, variable CRM_ContactsCommon::$paste_or_new
$path_counter
in file Path_0.php, variable Utils_Path::$path_counter
$persistent
in file Socket.php, variable Net_Socket::$persistent
    Whether the socket is persistent. Defaults to false.
$php_handling
in file Smarty.class.php, variable Smarty::$php_handling
    This determines how Smarty handles "<?php ... ?>" tags in templates.
$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_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 Socket.php, variable Net_Socket::$port
    The port number to connect to.
$Priority
in file class.phpmailer.php, variable PHPMailer::$Priority
    Email priority (1 = High, 3 = Normal, 5 = low).
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
Plain.php
procedural page Plain.php
POP3.php
procedural page POP3.php
preview.php
procedural page preview.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
phpmailer.lang-br.php
procedural page phpmailer.lang-br.php
phpmailer.lang-ca.php
procedural page phpmailer.lang-ca.php
phpmailer.lang-cz.php
procedural page phpmailer.lang-cz.php
phpmailer.lang-de.php
procedural page phpmailer.lang-de.php
phpmailer.lang-dk.php
procedural page phpmailer.lang-dk.php
phpmailer.lang-en.php
procedural page phpmailer.lang-en.php
phpmailer.lang-es.php
procedural page phpmailer.lang-es.php
phpmailer.lang-fi.php
procedural page phpmailer.lang-fi.php
phpmailer.lang-fo.php
procedural page phpmailer.lang-fo.php
phpmailer.lang-fr.php
procedural page phpmailer.lang-fr.php
phpmailer.lang-hu.php
procedural page phpmailer.lang-hu.php
phpmailer.lang-it.php
procedural page phpmailer.lang-it.php
phpmailer.lang-ja.php
procedural page phpmailer.lang-ja.php
phpmailer.lang-nl.php
procedural page phpmailer.lang-nl.php
phpmailer.lang-no.php
procedural page phpmailer.lang-no.php
phpmailer.lang-pl.php
procedural page phpmailer.lang-pl.php
phpmailer.lang-ro.php
procedural page phpmailer.lang-ro.php
phpmailer.lang-ru.php
procedural page phpmailer.lang-ru.php
phpmailer.lang-se.php
procedural page phpmailer.lang-se.php
phpmailer.lang-tr.php
procedural page phpmailer.lang-tr.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
preview.php
procedural page preview.php
pl.php
procedural page pl.php
PhoneCallCommon_0.php
procedural page PhoneCallCommon_0.php
PhoneCallInstall.php
procedural page PhoneCallInstall.php
PhoneCall_0.php
procedural page PhoneCall_0.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
PathInstall.php
procedural page PathInstall.php
Path_0.php
procedural page Path_0.php
pl.php
procedural page pl.php
PopupCalendarCommon_0.php
procedural page PopupCalendarCommon_0.php
PopupCalendarInstall.php
procedural page PopupCalendarInstall.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pl.php
procedural page pl.php
pack_module
in file module.php, method Module::pack_module()
    Creates instance of module given as first parameter as a child of the module that has called this function.
page1
in file Wizard_0.php, method Tests_Wizard::page1()
PageExecute
in file database.php, method DB::PageExecute()
    * Will select the supplied $page number from a recordset, given that it is paginated in pages of * $nrows rows per page. It also saves two boolean values saying if the given page is the first * and/or last one of the recordset. Added by Iván Oliva to provide recordset pagination. * * See readme.htm#ex8 for an example of usage. * * @param sql * @param nrows is the number of rows per page to get * @param page is the page number to get (1-based) * @param [inputarr] array of bind variables * @param [secs2cache] is a private parameter only used by jlim * @return the recordset ($rs->databaseType == 'array') * * NOTE: phpLens uses a different algorithm and does not use PageExecute(). *
Param
in file database.php, method DB::Param()
Parameter
in file database.php, method DB::Parameter()
parse
in file BBCodeCommon_0.php, method Utils_BBCodeCommon::parse()
parse
in file misc.php, method EpesiHTML::parse()
parse_contents
in file Config_File.class.php, method Config_File::parse_contents()
    parse the source of a configuration file manually.
parse_event
in file EventCommon_0.php, method CRM_Calendar_EventCommon::parse_event()
parse_links
in file Theme_0.php, method Base_Theme::parse_links()
    For internal use only.
parse_links_callback
in file StaticPage_0.php, method Apps_StaticPage::parse_links_callback()
parse_message
in file MailClientCommon_0.php, method Apps_MailClientCommon::parse_message()
parse_message_structure
in file MailClientCommon_0.php, method Apps_MailClientCommon::parse_message_structure()
parse_modules_folder_refresh
in file Setup_0.php, method Base_Setup::parse_modules_folder_refresh()
PatchDBAddColumn
in file update.php, function PatchDBAddColumn()
PatchDBDropColumn
in file update.php, function PatchDBDropColumn()
PatchDBRenameColumn
in file update.php, function PatchDBRenameColumn()
path
in file ModuleManager_0.php, class constant Base_ModuleManager::path
PATH_SEPARATOR
in file PEAR.php, constant PATH_SEPARATOR
pdf_subject_date_range
in file Reports_0.php, method Utils_RecordBrowser_Reports::pdf_subject_date_range()
PEAR
in file PEAR.php, method PEAR::PEAR()
    Constructor. Registers this object in $_PEAR_destructor_object_list for destructor emulation if a destructor object exists.
PEAR
in file PEAR.php, class PEAR
    Base class for other PEAR classes. Provides rudimentary emulation of destructors.
PEAR.php
procedural page PEAR.php
PEAR_Error
in file PEAR.php, method PEAR_Error::PEAR_Error()
    PEAR_Error constructor
PEAR_Error
in file PEAR.php, class PEAR_Error
    Standard PEAR error class for PHP 4
PEAR_ERROR_CALLBACK
in file PEAR.php, constant PEAR_ERROR_CALLBACK
    ERROR constants
PEAR_ERROR_DIE
in file PEAR.php, constant PEAR_ERROR_DIE
    ERROR constants
PEAR_ERROR_EXCEPTION
in file PEAR.php, constant PEAR_ERROR_EXCEPTION
    WARNING: obsolete
PEAR_ERROR_PRINT
in file PEAR.php, constant PEAR_ERROR_PRINT
    ERROR constants
PEAR_ERROR_RETURN
in file PEAR.php, constant PEAR_ERROR_RETURN
    ERROR constants
PEAR_ERROR_TRIGGER
in file PEAR.php, constant PEAR_ERROR_TRIGGER
    ERROR constants
PEAR_OS
in file PEAR.php, constant PEAR_OS
PEAR_ZE2
in file PEAR.php, constant PEAR_ZE2
persistent_mass_delete
in file AttachmentCommon_0.php, method Utils_AttachmentCommon::persistent_mass_delete()
    Example usage:
phonecall_attachment_addon
in file PhoneCall_0.php, method CRM_PhoneCall::phonecall_attachment_addon()
PHPMailer
in file class.phpmailer.php, class PHPMailer
    PHPMailer - PHP email transport class
popErrorHandling
in file PEAR.php, method PEAR::popErrorHandling()
    Pop the last error handler used
popExpect
in file PEAR.php, method PEAR::popExpect()
    This method pops one element off the expected error codes stack.
pop_box0
in file Attachment_0.php, method Utils_Attachment::pop_box0()
pop_box0
in file Messenger_0.php, method Utils_Messenger::pop_box0()
pop_main
in file Box_0.php, method Base_Box::pop_main()
post_install
in file ContactsInstall.php, method CRM_ContactsInstall::post_install()
post_install
in file AdministratorInstall.php, method Base_Lang_AdministratorInstall::post_install()
post_install
in file RegionalSettingsInstall.php, method Base_RegionalSettingsInstall::post_install()
post_install_process
in file ContactsInstall.php, method CRM_ContactsInstall::post_install_process()
post_install_process
in file RegionalSettingsInstall.php, method Base_RegionalSettingsInstall::post_install_process()
post_install_process
in file AdministratorInstall.php, method Base_Lang_AdministratorInstall::post_install_process()
post_reply
in file Comment_0.php, method Utils_Comment::post_reply()
    Displays and processes post replying form.
PO_Insert_ID
in file database.php, method DB::PO_Insert_ID()
    * Portable Insert ID. Pablo Roca * * @return the last inserted ID. All databases support this. But aware possible * problems in multiuser environments. Heavy test this before deploying.
Prepare
in file database.php, method DB::Prepare()
    * Should prepare the sql statement and return the stmt resource. * For databases that do not support this, we return the $sql. To ensure * compatibility with databases that do not support prepare: * * $stmt = $db->Prepare("insert into table (id, name) values (?,?)"); * $db->Execute($stmt,array(1,'Jill')) or die('insert failed'); * $db->Execute($stmt,array(2,'Joe')) or die('insert failed'); * * @param sql SQL to send to database * * @return return FALSE, or the prepared statement, or the original sql if * if the database does not support prepare. *
PrepareSP
in file database.php, method DB::PrepareSP()
    * Some databases, eg. mssql require a different function for preparing * stored procedures. So we cannot use Prepare(). * * Should prepare the stored procedure and return the stmt resource. * For databases that do not support this, we return the $sql. To ensure * compatibility with databases that do not support prepare: * * @param sql SQL to send to database * * @return return FALSE, or the prepared statement, or the original sql if * if the database does not support prepare. *
prepare_minified_files
in file epesi.php, method Epesi::prepare_minified_files()
prepare_view_entry_details
in file RecordBrowser_0.php, method Utils_RecordBrowser::prepare_view_entry_details()
print_event
in file CalendarCommon_0.php, method Utils_CalendarCommon::print_event()
process
in file epesi.php, method Epesi::process()
process.php
procedural page process.php
process_event
in file CalendarCommon_0.php, method Utils_CalendarCommon::process_event()
provides
in file TableBrowserCreatorInit_0.php, method Develop_TableBrowserCreatorInit_0::provides()
purge_log
in file LoginAudit_0.php, method CRM_LoginAudit::purge_log()
purge_notifications
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::purge_notifications()
purge_subscriptions_applet
in file Watchdog_0.php, method Utils_Watchdog::purge_subscriptions_applet()
pushErrorHandling
in file PEAR.php, method PEAR::pushErrorHandling()
    Push a new error handler on top of the error handler options stack. With this you can easily override the actual error handler for some code and restore it later with popErrorHandling.
push_box0
in file Messenger_0.php, method Utils_Messenger::push_box0()
push_box0
in file Attachment_0.php, method Utils_Attachment::push_box0()
push_event_action
in file Calendar_0.php, method Utils_Calendar::push_event_action()
push_main
in file Box_0.php, method Base_Box::push_main()
q

q

QuickAccessCommon_0.php
procedural page QuickAccessCommon_0.php
QuickAccessInstall.php
procedural page QuickAccessInstall.php
QuickFormCommon_0.php
procedural page QuickFormCommon_0.php
QuickFormInstall.php
procedural page QuickFormInstall.php
QuickForm_0.php
procedural page QuickForm_0.php
qf.php
procedural page qf.php
qf_group.php
procedural page qf_group.php
q
in file database.php, method DB::q()
QFfield_company
in file ContactsCommon_0.php, method CRM_ContactsCommon::QFfield_company()
QFfield_contact
in file ContactsCommon_0.php, method CRM_ContactsCommon::QFfield_contact()
QFfield_country
in file CountriesCommon_0.php, method Data_CountriesCommon::QFfield_country()
QFfield_email
in file ContactsCommon_0.php, method CRM_ContactsCommon::QFfield_email()
QFfield_login
in file ContactsCommon_0.php, method CRM_ContactsCommon::QFfield_login()
QFfield_other_contact
in file PhoneCallCommon_0.php, method CRM_PhoneCallCommon::QFfield_other_contact()
QFfield_other_phone
in file PhoneCallCommon_0.php, method CRM_PhoneCallCommon::QFfield_other_phone()
QFfield_phone
in file PhoneCallCommon_0.php, method CRM_PhoneCallCommon::QFfield_phone()
QFfield_webaddress
in file ContactsCommon_0.php, method CRM_ContactsCommon::QFfield_webaddress()
QFfield_zone
in file CountriesCommon_0.php, method Data_CountriesCommon::QFfield_zone()
QMagic
in file database.php, method DB::QMagic()
    Requested by "Karsten Dambekalns"
qstr
in file database.php, method DB::qstr()
    * Correctly quotes a string so that all strings are escaped. We prefix and append * to the string single-quotes. * An example is $db->qstr("Don't bother",magic_quotes_runtime()); * * @param s the string to quote * @param [magic_quotes] if $s is GET/POST var, set to get_magic_quotes_gpc(). * This undoes the stupidity of magic quotes for GPC. * * @return quoted string to be sent back to database
query_order_limit
in file GenericBrowser_0.php, method Utils_GenericBrowser::query_order_limit()
    Executes SQL query that selects elements needed for the current page and performs sort.
quick_access_menu
in file QuickAccessCommon_0.php, method Base_Menu_QuickAccessCommon::quick_access_menu()
quick_menu
in file MenuCommon_0.php, method Tests_MenuCommon::quick_menu()
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.
Quote
in file database.php, method DB::Quote()
    * PEAR DB Compat
r

r

$read_hidden
in file Config_File.class.php, variable Config_File::$read_hidden
    Controls whether hidden config sections/vars are read from the file.
$record
in file RecordBrowser_0.php, variable Utils_RecordBrowser::$record
$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
$right_delimiter
in file Smarty.class.php, variable Smarty::$right_delimiter
    The right delimiter used for the template tags.
$root
in file module_manager.php, variable ModuleManager::$root
$row
in file ExportXLSCommon_0.php, variable Utils_ExportXLSCommon::$row
refresh.php
procedural page refresh.php
RssFeedCommon_0.php
procedural page RssFeedCommon_0.php
RssFeedInstall.php
procedural page RssFeedInstall.php
RssFeed_0.php
procedural page RssFeed_0.php
rsslib.php
procedural page rsslib.php
refresh.php
procedural page refresh.php
refresh.php
procedural page refresh.php
refresh.php
procedural page refresh.php
RegionalSettingsCommon_0.php
procedural page RegionalSettingsCommon_0.php
RegionalSettingsInstall.php
procedural page RegionalSettingsInstall.php
ReportsCommon_0.php
procedural page ReportsCommon_0.php
ReportsInstall.php
procedural page ReportsInstall.php
Reports_0.php
procedural page Reports_0.php
ru.php
procedural page ru.php
ReportCommon_0.php
procedural page ReportCommon_0.php
ReportInstall.php
procedural page ReportInstall.php
Report_0.php
procedural page Report_0.php
req.php
procedural page req.php
refresh.php
procedural page refresh.php
refresh.php
procedural page refresh.php
RecordBrowserCommon_0.php
procedural page RecordBrowserCommon_0.php
RecordBrowserInstall.php
procedural page RecordBrowserInstall.php
RecordBrowser_0.php
procedural page RecordBrowser_0.php
RecordPickerInstall.php
procedural page RecordPickerInstall.php
RecordPicker_0.php
procedural page RecordPicker_0.php
ReportsCommon_0.php
procedural page ReportsCommon_0.php
ReportsInstall.php
procedural page ReportsInstall.php
Reports_0.php
procedural page Reports_0.php
raiseError
in file PEAR.php, method PEAR::raiseError()
    This method is a wrapper that returns an instance of the configured error class with this object's default error handling applied. If the $mode and $options parameters are not specified, the object's defaults are used.
read
in file Socket.php, method Net_Socket::read()
    Read a specified amount of data. This is guaranteed to return, and has the added benefit of getting everything in one fread() chunk; if you know the size of the data you're getting beforehand, this is definitely the way to go.
read
in file session.php, method DBSession::read()
readAll
in file Socket.php, method Net_Socket::readAll()
    Read until the socket closes, or until there is no more data in
readByte
in file Socket.php, method Net_Socket::readByte()
    Reads a byte of data
readInt
in file Socket.php, method Net_Socket::readInt()
    Reads an int of data
readIPAddress
in file Socket.php, method Net_Socket::readIPAddress()
    Reads an IP Address and returns it in a dot formated string
readLine
in file Socket.php, method Net_Socket::readLine()
    Read until either the end of the socket or a newline, whichever comes first. Strips the trailing newline from the returned data.
readString
in file Socket.php, method Net_Socket::readString()
    Reads a zero-terminated string of data
readWord
in file Socket.php, method Net_Socket::readWord()
    Reads a word of data
read_msg
in file MailClientCommon_0.php, method Apps_MailClientCommon::read_msg()
Recipient
in file class.smtp.php, method SMTP::Recipient()
    Sends the command RCPT to the SMTP server with the TO: argument of $to.
recordpicker
in file RecordBrowser_0.php, method Utils_RecordBrowser::recordpicker()
record_bbcode
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::record_bbcode()
record_link_close_tag
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::record_link_close_tag()
record_link_open_tag
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::record_link_open_tag()
record_management
in file RecordBrowser_0.php, method Utils_RecordBrowser::record_management()
recover_pass
in file Login_0.php, method Base_User_Login::recover_pass()
recurrence_type
in file EventCommon_0.php, method CRM_Calendar_EventCommon::recurrence_type()
recursive_copy
in file misc.php, function recursive_copy()
    Copies directory recursively, along with all files stored under source directory.
recursive_rmdir
in file misc.php, function recursive_rmdir()
    Removes directory recursively, deleteing all files stored under this directory
redirect
in file epesi.php, method Epesi::redirect()
REDUCING_TRANSFER
in file config.php, constant REDUCING_TRANSFER
refresh_available_modules
in file SetupCommon_0.php, method Base_SetupCommon::refresh_available_modules()
refresh_cache
in file LangCommon_0.php, method Base_LangCommon::refresh_cache()
reg2time
in file datepicker.php, method HTML_QuickForm_datepicker::reg2time()
reg2time
in file RegionalSettingsCommon_0.php, method Base_RegionalSettingsCommon::reg2time()
    Convert regional time format to unix time (and server timezone)
register
in file module_manager.php, method ModuleManager::register()
    Registers module passed as first parameter in array passed as third parameter.
registerShutdownFunc
in file PEAR.php, method PEAR::registerShutdownFunc()
    Use this function to register a shutdown method for static classes.
register_block
in file Smarty.class.php, method Smarty::register_block()
    Registers block function to be used in templates
register_category
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::register_category()
register_compiler_function
in file Smarty.class.php, method Smarty::register_compiler_function()
    Registers compiler function
register_datatype
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::register_datatype()
register_function
in file Smarty.class.php, method Smarty::register_function()
    Registers custom function to be used in templates
register_method
in file module.php, method Module::register_method()
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
reloaded
in file Menu_0.php, method Utils_Menu::reloaded()
reload_page
in file Navigation_0.php, method Base_Navigation::reload_page()
remove
in file CommonDataCommon_0.php, method Utils_CommonDataCommon::remove()
    Removes common data array or entry.
removeAnswered
in file IMAP.php, method Net_IMAP::removeAnswered()
    remove the Answered flag (\Answered) from the selected messages
removeDeleted
in file IMAP.php, method Net_IMAP::removeDeleted()
    remove the Deleted flag (\Deleted) from the selected messages
removeDraft
in file IMAP.php, method Net_IMAP::removeDraft()
    remove the Draft flag (\Draft) from the selected messages
removeFlagged
in file IMAP.php, method Net_IMAP::removeFlagged()
    remove the Flagged flag (\Flagged) from the selected messages
removeFlags
in file IMAP.php, method Net_IMAP::removeFlags()
    remove flags from the selected messages
removeSeen
in file IMAP.php, method Net_IMAP::removeSeen()
    remove the Seen flag (\Seen) from the selected messages
remove_array
in file CommonData_0.php, method Utils_CommonData::remove_array()
    For internal use only.
remove_by_id
in file CommonDataCommon_0.php, method Utils_CommonDataCommon::remove_by_id()
    Removes common data array or entry using id.
remove_data_dir
in file module_manager.php, method ModuleManager::remove_data_dir()
    Removes default data directory of a module.
remove_data_dir
in file module_primitive.php, method ModulePrimitive::remove_data_dir()
    Removes default data directory of a module. Typical usage: in module uninstallation
remove_from_favs
in file RecordBrowser_0.php, method Utils_RecordBrowser::remove_from_favs()
remove_mail
in file MailClient_0.php, method Apps_MailClient::remove_mail()
remove_msg
in file MailClientCommon_0.php, method Apps_MailClientCommon::remove_msg()
remove_msg_from_index
in file MailClientCommon_0.php, method Apps_MailClientCommon::remove_msg_from_index()
RenameColumn
in file database.php, method DB::RenameColumn()
renameMailbox
in file IMAP.php, method Net_IMAP::renameMailbox()
    Renames the mailbox $mailbox
rename_key
in file CommonDataCommon_0.php, method Utils_CommonDataCommon::rename_key()
replace
in file BBCodeCommon_0.php, method Utils_BBCodeCommon::replace()
Replace
in file database.php, method DB::Replace()
    * Insert or replace a single record. Note: this is not the same as MySQL's replace. * ADOdb's Replace() uses update-insert semantics, not insert-delete-duplicates of MySQL. * Also note that no table locking is done currently, so it is possible that the * record be inserted twice by two programs... * * $this->Replace('products', array('prodname' =>"'Nails'","price" => 3.99), 'prodname'); * * $table table name * $fieldArray associative array of data (you must quote strings yourself). * $keyCol the primary key field name or if compound key, array of field names * autoQuote set to true to use a hueristic to quote strings. Works with nulls and numbers * but does not work with dates nor SQL functions. * has_autoinc the primary key is an auto-inc field, so skip in insert. * * Currently blob replace not supported * * returns 0 = fail, 1 = update, 2 = insert
reply_on_comment_page
in file Comment_0.php, method Utils_Comment::reply_on_comment_page()
    Sets what method of posting comments should be used.
REPORT_ALL_ERRORS
in file config.php, constant REPORT_ALL_ERRORS
repo_only_modules
in file ModuleManager_0.php, method Base_ModuleManager::repo_only_modules()
requires
in file module_install.php, method ModuleInstall::requires()
    Returns array that contains information about modules required by this module.
requires
in file SetupInstall.php, method Base_SetupInstall::requires()
requires
in file MaintenanceModeInstall.php, method Base_MaintenanceModeInstall::requires()
requires
in file MenuInstall.php, method Utils_MenuInstall::requires()
requires
in file MainModuleIndicatorInstall.php, method Base_MainModuleIndicatorInstall::requires()
requires
in file MailInstall.php, method Base_MailInstall::requires()
requires
in file ShoutboxInstall.php, method Apps_ShoutboxInstall::requires()
requires
in file ShortcutInstall.php, method Utils_ShortcutInstall::requires()
requires
in file MenuInstall.php, method Base_MenuInstall::requires()
requires
in file MenuInstall.php, method Tests_MenuInstall::requires()
requires
in file ModuleCreatorInstall.php, method Develop_ModuleCreatorInstall::requires()
requires
in file ModuleEditorInstall.php, method Develop_ModuleEditorInstall::requires()
requires
in file AboutInstall.php, method Base_AboutInstall::requires()
requires
in file SharedUniqueHrefInstall.php, method Tests_SharedUniqueHrefInstall::requires()
requires
in file MessengerInstall.php, method Utils_MessengerInstall::requires()
requires
in file ModuleManagerInstall.php, method Base_ModuleManagerInstall::requires()
requires
in file PopupCalendarInstall.php, method Utils_PopupCalendarInstall::requires()
requires
in file WhoIsOnlineInstall.php, method CRM_WhoIsOnlineInstall::requires()
requires
in file aInstall.php, method Tests_Callbacks_aInstall::requires()
requires
in file AdministratorInstall.php, method Base_Theme_AdministratorInstall::requires()
requires
in file AdministratorInstall.php, method Base_User_AdministratorInstall::requires()
requires
in file AdministratorInstall.php, method Utils_Attachment_AdministratorInstall::requires()
requires
in file aInstall.php, method Tests_SharedUniqueHref_aInstall::requires()
requires
in file RssFeedInstall.php, method Applets_RssFeedInstall::requires()
requires
in file WatchdogInstall.php, method Utils_WatchdogInstall::requires()
requires
in file AttachmentInstall.php, method Tests_AttachmentInstall::requires()
requires
in file AttachmentInstall.php, method Utils_AttachmentInstall::requires()
requires
in file WhoIsOnlineInstall.php, method Tools_WhoIsOnlineInstall::requires()
requires
in file AdministratorInstall.php, method Base_Lang_AdministratorInstall::requires()
requires
in file AdministratorInstall.php, method Base_MaintenanceMode_AdministratorInstall::requires()
requires
in file ReportsInstall.php, method CRM_Calendar_ReportsInstall::requires()
requires
in file AclInstall.php, method CRM_AclInstall::requires()
requires
in file WizardInstall.php, method Tests_WizardInstall::requires()
requires
in file ReportsInstall.php, method Utils_RecordBrowser_ReportsInstall::requires()
requires
in file WizardInstall.php, method Utils_WizardInstall::requires()
requires
in file AclInstall.php, method Base_AclInstall::requires()
requires
in file ActionBarInstall.php, method Base_ActionBarInstall::requires()
requires
in file RegionalSettingsInstall.php, method Base_RegionalSettingsInstall::requires()
requires
in file AdminInstall.php, method Base_AdminInstall::requires()
requires
in file ActivitiesInstall.php, method CRM_Contacts_ActivitiesInstall::requires()
requires
in file ReportInstall.php, method Tests_ReportInstall::requires()
requires
in file BackupInstall.php, method Base_BackupInstall::requires()
requires
in file UserInstall.php, method Base_UserInstall::requires()
requires
in file SettingsInstall.php, method Base_User_SettingsInstall::requires()
requires
in file PhoneCallInstall.php, method CRM_PhoneCallInstall::requires()
requires
in file SetDefaultsInstall.php, method Tools_SetDefaultsInstall::requires()
requires
in file MailClientInstall.php, method CRM_MailClientInstall::requires()
requires
in file SessionKeeperInstall.php, method Tools_SessionKeeperInstall::requires()
requires
in file BugtrackInstall.php, method Tests_BugtrackInstall::requires()
requires
in file PathInstall.php, method Utils_PathInstall::requires()
requires
in file MonthViewInstall.php, method Applets_MonthViewInstall::requires()
requires
in file NavigationInstall.php, method Base_NavigationInstall::requires()
requires
in file NoteInstall.php, method Applets_NoteInstall::requires()
requires
in file OpenFlashChartInstall.php, method Tests_OpenFlashChartInstall::requires()
requires
in file BoxInstall.php, method Base_BoxInstall::requires()
requires
in file SearchInstall.php, method Tests_SearchInstall::requires()
requires
in file BirthdaysInstall.php, method Applets_BirthdaysInstall::requires()
requires
in file BBCodeInstall.php, method Utils_BBCodeInstall::requires()
requires
in file RecordPickerInstall.php, method Utils_RecordBrowser_RecordPickerInstall::requires()
requires
in file BaseInstall.php, method BaseInstall::requires()
requires
in file RecordBrowserInstall.php, method Utils_RecordBrowserInstall::requires()
requires
in file BookmarkBrowserInstall.php, method Utils_BookmarkBrowserInstall::requires()
requires
in file QuickAccessInstall.php, method Base_Menu_QuickAccessInstall::requires()
requires
in file QuickFormInstall.php, method Tests_QuickFormInstall::requires()
requires
in file BookmarkBrowserInstall.php, method Tests_BookmarkBrowserInstall::requires()
requires
in file SearchInstall.php, method Base_SearchInstall::requires()
requires
in file CalcInstall.php, method Applets_CalcInstall::requires()
requires
in file CalendarInstall.php, method Utils_CalendarInstall::requires()
requires
in file EventInstall.php, method Tests_Calendar_EventInstall::requires()
requires
in file EventInstall.php, method Utils_Calendar_EventInstall::requires()
requires
in file ChainedSelectInstall.php, method Utils_ChainedSelectInstall::requires()
requires
in file ExportXLSInstall.php, method Utils_ExportXLSInstall::requires()
requires
in file EventInstall.php, method CRM_Calendar_EventInstall::requires()
requires
in file TasksInstall.php, method CRM_TasksInstall::requires()
requires
in file TestsInstall.php, method TestsInstall::requires()
requires
in file TasksModifiedInstall.php, method Custom_TasksModifiedInstall::requires()
requires
in file ErrorInstall.php, method Base_ErrorInstall::requires()
requires
in file FileDownloadInstall.php, method Utils_FileDownloadInstall::requires()
requires
in file FileUploadInstall.php, method Utils_FileUploadInstall::requires()
requires
in file FPDFInstall.php, method Tests_FPDFInstall::requires()
requires
in file GalleryInstall.php, method Apps_GalleryInstall::requires()
requires
in file GalleryInstall.php, method Utils_GalleryInstall::requires()
requires
in file ForumInstall.php, method Apps_ForumInstall::requires()
requires
in file MailClientInstall.php, method Apps_MailClientInstall::requires()
requires
in file FiltersInstall.php, method CRM_FiltersInstall::requires()
requires
in file FirstRunInstall.php, method FirstRunInstall::requires()
requires
in file FollowupInstall.php, method CRM_FollowupInstall::requires()
requires
in file DirtyReadInstall.php, method Utils_DirtyReadInstall::requires()
requires
in file ThemeInstall.php, method Base_ThemeInstall::requires()
requires
in file CommonDataInstall.php, method Utils_CommonDataInstall::requires()
requires
in file CommonInstall.php, method CRM_CommonInstall::requires()
requires
in file ContactsInstall.php, method CRM_ContactsInstall::requires()
requires
in file CommentInstall.php, method Tests_CommentInstall::requires()
requires
in file CommentInstall.php, method Utils_CommentInstall::requires()
requires
in file ClockInstall.php, method Applets_ClockInstall::requires()
requires
in file CodepressInstall.php, method Tests_CodepressInstall::requires()
requires
in file ColorpickerInstall.php, method Tests_ColorpickerInstall::requires()
requires
in file ContactUsInstall.php, method Base_Mail_ContactUsInstall::requires()
requires
in file CountriesInstall.php, method Data_CountriesInstall::requires()
requires
in file DashboardInstall.php, method Base_DashboardInstall::requires()
requires
in file TooltipInstall.php, method Utils_TooltipInstall::requires()
requires
in file TimetrackInstall.php, method Apps_TimetrackInstall::requires()
requires
in file CustomMenuInstall.php, method Utils_CustomMenuInstall::requires()
requires
in file CurrencyFieldInstall.php, method Utils_CurrencyFieldInstall::requires()
requires
in file TwisterGameInstall.php, method Apps_TwisterGameInstall::requires()
requires
in file TreeInstall.php, method Utils_TreeInstall::requires()
requires
in file TooltipInstall.php, method Tests_TooltipInstall::requires()
requires
in file TableBrowserCreatorInstall.php, method Develop_TableBrowserCreatorInstall::requires()
requires
in file FontSizeInstall.php, method Tools_FontSizeInstall::requires()
requires
in file ImportInstall.php, method CRM_ImportInstall::requires()
requires
in file CatFileInstall.php, method Utils_CatFileInstall::requires()
requires
in file LeightboxPromptInstall.php, method Utils_LeightboxPromptInstall::requires()
requires
in file ImageInstall.php, method Utils_ImageInstall::requires()
requires
in file ImageInstall.php, method Tests_ImageInstall::requires()
requires
in file CallbacksInstall.php, method Tests_CallbacksInstall::requires()
requires
in file LeightboxInstall.php, method Tests_LeightboxInstall::requires()
requires
in file CalendarInstall.php, method CRM_CalendarInstall::requires()
requires
in file CalendarInstall.php, method Tests_CalendarInstall::requires()
requires
in file GenericBrowserInstall.php, method Tests_GenericBrowserInstall::requires()
requires
in file LangInstall.php, method Tests_LangInstall::requires()
requires
in file LangInstall.php, method Base_LangInstall::requires()
requires
in file HostInstall.php, method Applets_HostInstall::requires()
requires
in file StaticPageInstall.php, method Apps_StaticPageInstall::requires()
requires
in file LyteboxInstall.php, method Tests_LyteboxInstall::requires()
requires
in file TabbedBrowserInstall.php, method Tests_TabbedBrowserInstall::requires()
requires
in file HomePageInstall.php, method Base_HomePageInstall::requires()
requires
in file TableBrowserCreatorInit_0.php, method Develop_TableBrowserCreatorInit_0::requires()
requires
in file GenericBrowserInstall.php, method Utils_GenericBrowserInstall::requires()
requires
in file LoginInstall.php, method Base_User_LoginInstall::requires()
requires
in file TabbedBrowserInstall.php, method Utils_TabbedBrowserInstall::requires()
requires
in file GoogleInstall.php, method Applets_GoogleInstall::requires()
requires
in file LoginAuditInstall.php, method CRM_LoginAuditInstall::requires()
requires
in file StatusBarInstall.php, method Base_StatusBarInstall::requires()
requires
in file GTalkInstall.php, method Applets_GTalkInstall::requires()
requires_step
in file ModuleCreator_0.php, method Develop_ModuleCreator::requires_step()
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 Admin_0.php, method Base_Admin::reset()
reset_details
in file Timetrack_0.php, method Apps_Timetrack::reset_details()
restore
in file RegionalSettingsCommon_0.php, method Base_RegionalSettingsCommon::restore()
restore
in file module_manager.php, method ModuleManager::restore()
    Restores module data based from backup.
restore_backup
in file Backup_0.php, method Base_Backup::restore_backup()
restore_event
in file EventCommon_0.php, method CRM_Calendar_EventCommon::restore_event()
restore_file
in file Attachment_0.php, method Utils_Attachment::restore_file()
restore_locale
in file RegionalSettingsCommon_0.php, method Base_RegionalSettingsCommon::restore_locale()
restore_mail
in file MailClient_0.php, method Apps_MailClient::restore_mail()
restore_note
in file Attachment_0.php, method Utils_Attachment::restore_note()
restore_record
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::restore_record()
restore_tz
in file RegionalSettingsCommon_0.php, method Base_RegionalSettingsCommon::restore_tz()
rm_config
in file setup.php, function rm_config()
rm_folder
in file Gallery_0.php, method Apps_Gallery::rm_folder()
RollbackLock
in file database.php, method DB::RollbackLock()
RollbackTrans
in file database.php, method DB::RollbackTrans()
    * If database does not support transactions, rollbacks always fail, so return false * * @return true/false.
RowLock
in file database.php, method DB::RowLock()
    * Lock a row, will escalate and lock the table if row locking not supported * will normally free the lock at the end of the transaction * * @param $table name of table to lock * @param $where where clause to use, eg: "WHERE row=12". If left empty, will escalate to table lock
RSS_Channel
in file rsslib.php, function RSS_Channel()
RSS_Display
in file rsslib.php, function RSS_Display()
RSS_Links
in file rsslib.php, function RSS_Links()
RSS_Retrieve
in file rsslib.php, function RSS_Retrieve()
RSS_RetrieveLinks
in file rsslib.php, function RSS_RetrieveLinks()
RSS_Tags
in file rsslib.php, function RSS_Tags()
s

s

$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
$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.
$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
$Subject
in file class.phpmailer.php, variable PHPMailer::$Subject
    Sets the Subject of the message.
$supportedAuthMethods
in file POP3.php, variable Net_POP3::$supportedAuthMethods
    The auth methods this class support
$supportedAuthMethods
in file IMAPProtocol.php, variable Net_IMAPProtocol::$supportedAuthMethods
    The auth methods this class support
$supportedSASLAuthMethods
in file IMAPProtocol.php, variable Net_IMAPProtocol::$supportedSASLAuthMethods
    The auth methods this class support
$supportedSASLAuthMethods
in file POP3.php, variable Net_POP3::$supportedSASLAuthMethods
    The auth methods this class support
session.php
procedural page session.php
SASL.php
procedural page SASL.php
Socket.php
procedural page Socket.php
source.php
procedural page source.php
ShoutboxCommon_0.php
procedural page ShoutboxCommon_0.php
ShoutboxInstall.php
procedural page ShoutboxInstall.php
Shoutbox_0.php
procedural page Shoutbox_0.php
StaticPageCommon_0.php
procedural page StaticPageCommon_0.php
StaticPageInstall.php
procedural page StaticPageInstall.php
StaticPage_0.php
procedural page StaticPage_0.php
submit_trans.php
procedural page submit_trans.php
SearchCommon_0.php
procedural page SearchCommon_0.php
SearchInstall.php
procedural page SearchInstall.php
Search_0.php
procedural page Search_0.php
SetupCommon_0.php
procedural page SetupCommon_0.php
SetupInstall.php
procedural page SetupInstall.php
Setup_0.php
procedural page Setup_0.php
StatusBarCommon_0.php
procedural page StatusBarCommon_0.php
StatusBarInstall.php
procedural page StatusBarInstall.php
StatusBar_0.php
procedural page StatusBar_0.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
SettingsCommon_0.php
procedural page SettingsCommon_0.php
SettingsInstall.php
procedural page SettingsInstall.php
Settings_0.php
procedural page Settings_0.php
sample_soap_client.php
procedural page sample_soap_client.php
soap.php
procedural page soap.php
sample_soap_client.php
procedural page sample_soap_client.php
soap.php
procedural page soap.php
SearchCommon_0.php
procedural page SearchCommon_0.php
SearchInstall.php
procedural page SearchInstall.php
Search_0.php
procedural page Search_0.php
SharedUniqueHrefCommon_0.php
procedural page SharedUniqueHrefCommon_0.php
SharedUniqueHrefInstall.php
procedural page SharedUniqueHrefInstall.php
SharedUniqueHref_0.php
procedural page SharedUniqueHref_0.php
SessionKeeperCommon_0.php
procedural page SessionKeeperCommon_0.php
SessionKeeperInstall.php
procedural page SessionKeeperInstall.php
sk.php
procedural page sk.php
SetDefaultsInstall.php
procedural page SetDefaultsInstall.php
select_all.php
procedural page select_all.php
ShortcutCommon_0.php
procedural page ShortcutCommon_0.php
ShortcutInstall.php
procedural page ShortcutInstall.php
save
in file SettingsCommon_0.php, method Base_User_SettingsCommon::save()
    Sets user setting to given value for currently logged in user.
save
in file Messenger_0.php, method Utils_Messenger::save()
save
in file HomePageCommon_0.php, method Base_HomePageCommon::save()
save
in file CustomMenu_0.php, method Utils_CustomMenu::save()
    Menu entries from this group (specified in init_module) calls $function with $arguments.
save
in file LangCommon_0.php, method Base_LangCommon::save()
    For internal use only.
save_admin
in file SettingsCommon_0.php, method Base_User_SettingsCommon::save_admin()
    Sets admin setting to given value for currently logged in user.
sa_group_id
in file AclCommon_0.php, method Base_AclCommon::sa_group_id()
    Return id of Super administrator group.
search
in file AttachmentCommon_0.php, method Utils_AttachmentCommon::search()
search
in file IMAP.php, method Net_IMAP::search()
search
in file ContactsCommon_0.php, method CRM_ContactsCommon::search()
search
in file CalendarCommon_0.php, method CRM_CalendarCommon::search()
search
in file SearchCommon_0.php, method Tests_SearchCommon::search()
search_by_id_form
in file RecordBrowser_0.php, method Utils_RecordBrowser::search_by_id_form()
search_format
in file BugtrackCommon_0.php, method Tests_BugtrackCommon::search_format()
search_format
in file TasksCommon_0.php, method CRM_TasksCommon::search_format()
search_format
in file CalendarCommon_0.php, method CRM_CalendarCommon::search_format()
search_format_company
in file ContactsCommon_0.php, method CRM_ContactsCommon::search_format_company()
search_format_contact
in file ContactsCommon_0.php, method CRM_ContactsCommon::search_format_contact()
search_group
in file AttachmentCommon_0.php, method Utils_AttachmentCommon::search_group()
seconds_to_words
in file RegionalSettingsCommon_0.php, method Base_RegionalSettingsCommon::seconds_to_words()
select
in file Socket.php, method Net_Socket::select()
    Runs the equivalent of the select() system call on the socket with a timeout specified by tv_sec and tv_usec.
SelectLimit
in file database.php, method DB::SelectLimit()
    * Will select, getting rows from $offset (1-based), for $nrows. * This simulates the MySQL "select * from table limit $offset,$nrows" , and * the PostgreSQL "select * from table limit $nrows offset $offset". Note that * MySQL and PostgreSQL parameter ordering is the opposite of the other. * eg. * SelectLimit('select * from table',3); will return rows 1 to 3 (1-based) * SelectLimit('select * from table',3,2); will return rows 3 to 5 (1-based) * * Uses SELECT TOP for Microsoft databases (when $this->hasTop is set) * BUG: Currently SelectLimit fails with $sql with LIMIT or TOP clause already set * * @param sql * @param [offset] is the row to start calculations from (1-based) * @param [nrows] is the number of rows to get * @param [inputarr] array of bind variables * @param [secs2cache] is a private parameter only used by jlim * @return the recordset ($rs->databaseType == 'array')
selectMailbox
in file IMAP.php, method Net_IMAP::selectMailbox()
Send
in file class.smtp.php, method SMTP::Send()
    Starts a mail transaction from the email address specified in
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 MailCommon_0.php, method Base_MailCommon::send()
    Sends an email.
SendAndMail
in file class.smtp.php, method SMTP::SendAndMail()
    Starts a mail transaction from the email address specified in
SendOrMail
in file class.smtp.php, method SMTP::SendOrMail()
    Starts a mail transaction from the email address specified in
send_mail_with_password
in file LoginCommon_0.php, method Base_User_LoginCommon::send_mail_with_password()
    Send mail with login and password to address....
send_output
in file epesi.php, method Epesi::send_output()
    Executes list of javascrpit commands gathered with js() function.
SerializableRS
in file database.php, method DB::SerializableRS()
    * Create serializable recordset. Breaks rs link to connection. * * @param rs the recordset to serialize
serve.php
procedural page serve.php
ServerInfo
in file database.php, method DB::ServerInfo()
    Get server version info... @returns An array with 2 elements: $arr['string'] is the description string, and $arr[version] is the version (also a string).
set
in file history.php, method History::set()
set
in file variables.php, method Variable::set()
set
in file RegionalSettingsCommon_0.php, method Base_RegionalSettingsCommon::set()
setACL
in file IMAP.php, method Net_IMAP::setACL()
    Set ACL on a mailbox
setAnnotation
in file IMAP.php, method Net_IMAP::setAnnotation()
    ****************************************************************
setBlocking
in file Socket.php, method Net_Socket::setBlocking()
    Sets whether the socket connection should be blocking or not. A read call to a non-blocking socket will return immediately if there is no data available, whereas it will block until there is data for blocking sockets.
SetCharSet
in file database.php, method DB::SetCharSet()
SetDateLocale
in file database.php, method DB::SetDateLocale()
    * Change the SQL connection locale to a specified locale. * This is used to get the date formats written depending on the client locale.
setDebug
in file POP3.php, method Net_POP3::setDebug()
    Sets the bebug state
setDebug
in file IMAPProtocol.php, method Net_IMAPProtocol::setDebug()
    Sets the debuging information on or off
setErrorHandling
in file PEAR.php, method PEAR::setErrorHandling()
    Sets how errors generated by this object should be handled.
setFlags
in file IMAP.php, method Net_IMAP::setFlags()
    Sets the flags of the selected messages
setFrom
in file mime.php, method Mail_mime::setFrom()
    Set an email to the From (the sender) header
setHTMLBody
in file mime.php, method Mail_mime::setHTMLBody()
    Adds a html part to the mail.
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.
setMessagesQuota
in file IMAP.php, method Net_IMAP::setMessagesQuota()
    sets MESSAGES quota details
setStorageQuota
in file IMAP.php, method Net_IMAP::setStorageQuota()
    sets STORAGE quota details
setSubject
in file mime.php, method Mail_mime::setSubject()
    Sets the Subject header
setTimeout
in file Socket.php, method Net_Socket::setTimeout()
    Sets the timeout value on socket descriptor, expressed in the sum of seconds and microseconds
settings
in file Calendar_0.php, method Utils_Calendar::settings()
SetTransactionMode
in file database.php, method DB::SetTransactionMode()
setTXTBody
in file mime.php, method Mail_mime::setTXTBody()
    Accessor function to set the body text. Body text is used if it's not an html mail being sent or else is used to fill the text/plain part that emails clients who don't support html should show.
setUnparsedResponse
in file IMAPProtocol.php, method Net_IMAPProtocol::setUnparsedResponse()
    set the "returning of the unparsed response" feature on or off
setup.php
procedural page setup.php
setup_loader
in file RecordBrowser_0.php, method Utils_RecordBrowser::setup_loader()
setValue
in file currency.php, method HTML_QuickForm_currency::setValue()
setValue
in file timestamp.php, method HTML_QuickForm_timestamp::setValue()
setWriteBuffer
in file Socket.php, method Net_Socket::setWriteBuffer()
    Sets the file buffering size on the stream.
set_access_callback
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::set_access_callback()
set_active
in file RecordBrowser_0.php, method Utils_RecordBrowser::set_active()
set_active
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::set_active()
set_additional_actions_method
in file RecordBrowser_0.php, method Utils_RecordBrowser::set_additional_actions_method()
set_addon_active
in file RecordBrowser_0.php, method Utils_RecordBrowser::set_addon_active()
set_addon_pos
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::set_addon_pos()
set_alternative_renderer
in file Wizard_0.php, method Utils_Wizard::set_alternative_renderer()
    Sets renderer that will be used to display current step.
set_back_location
in file module.php, method Module::set_back_location()
    Sets reload location to previous page display.
set_bonus_width
in file Reports_0.php, method Utils_RecordBrowser_Reports::set_bonus_width()
set_button
in file RecordBrowser_0.php, method Utils_RecordBrowser::set_button()
set_caption
in file Wizard_0.php, method Utils_Wizard::set_caption()
set_caption
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::set_caption()
set_categories
in file Reports_0.php, method Utils_RecordBrowser_Reports::set_categories()
set_crm_filter
in file RecordBrowser_0.php, method Utils_RecordBrowser::set_crm_filter()
set_custom_filter
in file RecordBrowser_0.php, method Utils_RecordBrowser::set_custom_filter()
set_custom_label
in file GenericBrowser_0.php, method Utils_GenericBrowser::set_custom_label()
set_cut_lengths
in file RecordBrowser_0.php, method Utils_RecordBrowser::set_cut_lengths()
set_data_records
in file Reports_0.php, method Utils_RecordBrowser_Reports::set_data_records()
set_data_record_relation
in file Reports_0.php, method Utils_RecordBrowser_Reports::set_data_record_relation()
set_date
in file Calendar_0.php, method Utils_Calendar::set_date()
set_defaults
in file RecordBrowser_0.php, method Utils_RecordBrowser::set_defaults()
set_default_applets
in file Dashboard_0.php, method Base_Dashboard::set_default_applets()
set_default_order
in file GenericBrowser_0.php, method Utils_GenericBrowser::set_default_order()
    Sets default order for the table.
set_default_order
in file RecordBrowser_0.php, method Utils_RecordBrowser::set_default_order()
set_default_tab
in file TabbedBrowser_0.php, method Utils_TabbedBrowser::set_default_tab()
    Sets default tab.
set_directory
in file Gallery_0.php, method Utils_Gallery::set_directory()
    Sets directory, where images to show are located.
set_display_cell_callback
in file Reports_0.php, method Utils_RecordBrowser_Reports::set_display_cell_callback()
set_display_method
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::set_display_method()
set_fast_process
in file module.php, method Module::set_fast_process()
    Enable fast processing for this module instance.
set_favorites
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::set_favorites()
set_field_active
in file RecordBrowser_0.php, method Utils_RecordBrowser::set_field_active()
set_file
in file FileDownload_0.php, method Utils_FileDownload::set_file()
set_file_contents
in file Config_File.class.php, method Config_File::set_file_contents()
    Store the contents of a file manually.
set_filters_defaults
in file RecordBrowser_0.php, method Utils_RecordBrowser::set_filters_defaults()
set_format
in file Reports_0.php, method Utils_RecordBrowser_Reports::set_format()
set_full_history
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::set_full_history()
set_header_properties
in file RecordBrowser_0.php, method Utils_RecordBrowser::set_header_properties()
set_icon
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::set_icon()
set_id
in file history.php, method History::set_id()
set_inline_display
in file module.php, method Module::set_inline_display()
    Changes display behavior for this module instance to inline.
set_locale
in file RegionalSettingsCommon_0.php, method Base_RegionalSettingsCommon::set_locale()
set_logged
in file LoginCommon_0.php, method Base_User_LoginCommon::set_logged()
set_mode
in file MaintenanceModeCommon_0.php, method Base_MaintenanceModeCommon::set_mode()
set_moderator
in file Comment_0.php, method Utils_Comment::set_moderator()
    Sets whether moderation options are available.
set_module_variable
in file module.php, method Module::set_module_variable()
    Sets variable that will be available only for module instance that called this function.
set_no_limit_in_mini_view
in file RecordBrowser_0.php, method Utils_RecordBrowser::set_no_limit_in_mini_view()
set_on_complete
in file FileDownload_0.php, method Utils_FileDownload::set_on_complete()
set_path
in file Config_File.class.php, method Config_File::set_path()
    Set the path where configuration files can be found.
set_pdf_filename
in file Reports_0.php, method Utils_RecordBrowser_Reports::set_pdf_filename()
set_pdf_subject
in file Reports_0.php, method Utils_RecordBrowser_Reports::set_pdf_subject()
set_pdf_title
in file Reports_0.php, method Utils_RecordBrowser_Reports::set_pdf_title()
set_persistent_delete
in file Attachment_0.php, method Utils_Attachment::set_persistent_delete()
set_per_page
in file Comment_0.php, method Utils_Comment::set_per_page()
    Sets how many comments should be displayed on the page.
set_per_page
in file GenericBrowser_0.php, method Utils_GenericBrowser::set_per_page()
set_postfix
in file GenericBrowser_0.php, method Utils_GenericBrowser::set_postfix()
set_prefix
in file GenericBrowser_0.php, method Utils_GenericBrowser::set_prefix()
set_processing_method
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::set_processing_method()
set_profile
in file Filters_0.php, method CRM_Filters::set_profile()
set_QFfield_method
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::set_QFfield_method()
set_quickjump
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::set_quickjump()
set_recent
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::set_recent()
set_record_properties
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::set_record_properties()
set_reference_records
in file Reports_0.php, method Utils_RecordBrowser_Reports::set_reference_records()
set_reference_record_display_callback
in file Reports_0.php, method Utils_RecordBrowser_Reports::set_reference_record_display_callback()
set_reload
in file module.php, method Module::set_reload()
    Mark module to force its reload or prevent being reloaded.
set_reply
in file Comment_0.php, method Utils_Comment::set_reply()
    Sets whether user is allowed to reply.
SET_SESSION
in file refresh.php, constant SET_SESSION
SET_SESSION
in file config.php, constant SET_SESSION
SET_SESSION
in file update.php, constant SET_SESSION
set_structure
in file Tree_0.php, method Utils_Tree::set_structure()
    Sets structure of tree. The structure has to be like this:
set_submit_callback
in file FileUpload_0.php, method Utils_FileUpload::set_submit_callback()
    Assigns method to submit action.
set_summary
in file Reports_0.php, method Utils_RecordBrowser_Reports::set_summary()
set_tab
in file TabbedBrowser_0.php, method Utils_TabbedBrowser::set_tab()
    Creates new tab.
set_table_columns
in file GenericBrowser_0.php, method Utils_GenericBrowser::set_table_columns()
    Sets table columns according to given definition.
set_table_column_order
in file RecordBrowser_0.php, method Utils_RecordBrowser::set_table_column_order()
set_table_header
in file Reports_0.php, method Utils_RecordBrowser_Reports::set_table_header()
set_title
in file Path_0.php, method Utils_Path::set_title()
    Sets title (designated first element) of the path.
set_tpl
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::set_tpl()
set_trash
in file Calendar_0.php, method CRM_Calendar::set_trash()
set_tz
in file RegionalSettingsCommon_0.php, method Base_RegionalSettingsCommon::set_tz()
set_upload_button_caption
in file FileUpload_0.php, method Utils_FileUpload::set_upload_button_caption()
    Upload button caption
set_url
in file RssFeedCommon_0.php, method Applets_RssFeedCommon::set_url()
set_user
in file acl.php, method Acl::set_user()
    Set currently logged user
set_value
in file CommonDataCommon_0.php, method Utils_CommonDataCommon::set_value()
    Creates new node with value.
set_view_func
in file Attachment_0.php, method Utils_Attachment::set_view_func()
set_week_date
in file Calendar_0.php, method Utils_Calendar::set_week_date()
share_folders
in file Gallery_0.php, method Apps_Gallery::share_folders()
share_module_variable
in file module.php, method Module::share_module_variable()
    Share variable passed as first parameter with module passed as second parameter.
share_unique_href_variable
in file module.php, method Module::share_unique_href_variable()
    Share href variable passed as first parameter with module passed as second parameter.
shift_week_day
in file Calendar_0.php, method Utils_Calendar::shift_week_day()
show
in file PopupCalendarCommon_0.php, method Utils_PopupCalendarCommon::show()
show_data
in file RecordBrowser_0.php, method Utils_RecordBrowser::show_data()
show_filters
in file RecordBrowser_0.php, method Utils_RecordBrowser::show_filters()
show_message
in file MailClient_0.php, method CRM_MailClient::show_message()
show_message_cb
in file MailClient_0.php, method CRM_MailClient::show_message_cb()
simple_setup
in file ModuleCreator_0.php, method Develop_ModuleCreator::simple_setup()
simple_setup
in file ModuleEditorInstall.php, method Develop_ModuleEditorInstall::simple_setup()
simple_setup
in file TimetrackInstall.php, method Apps_TimetrackInstall::simple_setup()
simple_setup
in file CommonInstall.php, method CRM_CommonInstall::simple_setup()
simple_setup
in file MonthViewInstall.php, method Applets_MonthViewInstall::simple_setup()
simple_setup
in file RegionalSettingsInstall.php, method Base_RegionalSettingsInstall::simple_setup()
simple_setup
in file ChainedSelectInstall.php, method Utils_ChainedSelectInstall::simple_setup()
simple_setup
in file ReportInstall.php, method Tests_ReportInstall::simple_setup()
simple_setup
in file ReportsInstall.php, method CRM_Calendar_ReportsInstall::simple_setup()
simple_setup
in file CalendarInstall.php, method CRM_CalendarInstall::simple_setup()
simple_setup
in file CalendarInstall.php, method Tests_CalendarInstall::simple_setup()
simple_setup
in file RecordPickerInstall.php, method Utils_RecordBrowser_RecordPickerInstall::simple_setup()
simple_setup
in file RssFeedInstall.php, method Applets_RssFeedInstall::simple_setup()
simple_setup
in file RecordBrowserInstall.php, method Utils_RecordBrowserInstall::simple_setup()
simple_setup
in file CalendarInstall.php, method Utils_CalendarInstall::simple_setup()
simple_setup
in file CalcInstall.php, method Applets_CalcInstall::simple_setup()
simple_setup
in file BirthdaysInstall.php, method Applets_BirthdaysInstall::simple_setup()
simple_setup
in file BBCodeInstall.php, method Utils_BBCodeInstall::simple_setup()
simple_setup
in file PhoneCallInstall.php, method CRM_PhoneCallInstall::simple_setup()
simple_setup
in file BugtrackInstall.php, method Tests_BugtrackInstall::simple_setup()
simple_setup
in file ReportsInstall.php, method Utils_RecordBrowser_ReportsInstall::simple_setup()
simple_setup
in file SessionKeeperInstall.php, method Tools_SessionKeeperInstall::simple_setup()
simple_setup
in file NoteInstall.php, method Applets_NoteInstall::simple_setup()
simple_setup
in file AttachmentInstall.php, method Utils_AttachmentInstall::simple_setup()
simple_setup
in file LoginAuditInstall.php, method CRM_LoginAuditInstall::simple_setup()
simple_setup
in file TasksModifiedInstall.php, method Custom_TasksModifiedInstall::simple_setup()
simple_setup
in file DashboardInstall.php, method Base_DashboardInstall::simple_setup()
simple_setup
in file ImportInstall.php, method CRM_ImportInstall::simple_setup()
simple_setup
in file ClockInstall.php, method Applets_ClockInstall::simple_setup()
simple_setup
in file MailClientInstall.php, method Apps_MailClientInstall::simple_setup()
simple_setup
in file MailClientInstall.php, method CRM_MailClientInstall::simple_setup()
simple_setup
in file MessengerInstall.php, method Utils_MessengerInstall::simple_setup()
simple_setup
in file AdministratorInstall.php, method Utils_Attachment_AdministratorInstall::simple_setup()
simple_setup
in file ActivitiesInstall.php, method CRM_Contacts_ActivitiesInstall::simple_setup()
simple_setup
in file StaticPageInstall.php, method Apps_StaticPageInstall::simple_setup()
simple_setup
in file BaseInstall.php, method BaseInstall::simple_setup()
simple_setup
in file TasksInstall.php, method CRM_TasksInstall::simple_setup()
simple_setup
in file ForumInstall.php, method Apps_ForumInstall::simple_setup()
simple_setup
in file GalleryInstall.php, method Apps_GalleryInstall::simple_setup()
simple_setup
in file FontSizeInstall.php, method Tools_FontSizeInstall::simple_setup()
simple_setup
in file FollowupInstall.php, method CRM_FollowupInstall::simple_setup()
simple_setup
in file FiltersInstall.php, method CRM_FiltersInstall::simple_setup()
simple_setup
in file GoogleInstall.php, method Applets_GoogleInstall::simple_setup()
simple_setup
in file GTalkInstall.php, method Applets_GTalkInstall::simple_setup()
simple_setup
in file EventInstall.php, method CRM_Calendar_EventInstall::simple_setup()
simple_setup
in file EventInstall.php, method Tests_Calendar_EventInstall::simple_setup()
simple_setup
in file HostInstall.php, method Applets_HostInstall::simple_setup()
simple_setup
in file ColorpickerInstall.php, method Tests_ColorpickerInstall::simple_setup()
simple_setup
in file TestsInstall.php, method TestsInstall::simple_setup()
simple_setup
in file CodepressInstall.php, method Tests_CodepressInstall::simple_setup()
simple_setup
in file WhoIsOnlineInstall.php, method CRM_WhoIsOnlineInstall::simple_setup()
simple_setup
in file ShoutboxInstall.php, method Apps_ShoutboxInstall::simple_setup()
simple_setup
in file WhoIsOnlineInstall.php, method Tools_WhoIsOnlineInstall::simple_setup()
simple_setup
in file WatchdogInstall.php, method Utils_WatchdogInstall::simple_setup()
simple_setup
in file TwisterGameInstall.php, method Apps_TwisterGameInstall::simple_setup()
simple_setup
in file ContactsInstall.php, method CRM_ContactsInstall::simple_setup()
simple_setup
in file AboutInstall.php, method Base_AboutInstall::simple_setup()
simple_table
in file GenericBrowser_0.php, method Utils_GenericBrowser::simple_table()
    For internal use only.
Smarty
in file Smarty.class.php, method Smarty::Smarty()
    The class constructor.
Smarty
in file Smarty.class.php, class Smarty
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_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 ThemeCommon_0.php, constant SMARTY_DIR
    load Smarty library
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_scrolled_table_epesi
in file function.html_scrolled_table_epesi.php, function smarty_function_html_scrolled_table_epesi()
    Smarty {html_table} function plugin
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_scrolled_table_epesi.php, function smarty_function_html_table_cycle()
smarty_function_html_table_epesi
in file function.html_table_epesi.php, function smarty_function_html_table_epesi()
    Smarty {html_table} function plugin
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_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
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.
soft_call
in file history.php, method History::soft_call()
sort
in file Tree_0.php, method Utils_Tree::sort()
    Method for sorting whole tree structure.
sortAll
in file BookmarkBrowser_0.php, method Utils_BookmarkBrowser::sortAll()
    Sorts both sections and entries with natural sort.
sortSections
in file BookmarkBrowser_0.php, method Utils_BookmarkBrowser::sortSections()
    Sorts sections with natural sort.
sort_actions
in file GenericBrowser_0.php, method Utils_GenericBrowser::sort_actions()
sort_events
in file Calendar_0.php, method Utils_Calendar::sort_events()
sort_menus_cmp
in file Menu_0.php, method Base_Menu::sort_menus_cmp()
sort_menus_cmp
in file mobile.php, function sort_menus_cmp()
SQLDate
in file database.php, method DB::SQLDate()
SQL_TIMES
in file config.php, constant SQL_TIMES
src
in file Callbacks_0.php, method Tests_Callbacks::src()
StackEntry
in file mobile.php, class StackEntry
startElement
in file misc.php, method EpesiHTML::startElement()
StartTrans
in file database.php, method DB::StartTrans()
    Improved method of initiating a transaction. Used together with CompleteTrans(). Advantages include: a. StartTrans/CompleteTrans is nestable, unlike BeginTrans/CommitTrans/RollbackTrans. Only the outermost block is treated as a transaction.
start_tab
in file TabbedBrowser_0.php, method Utils_TabbedBrowser::start_tab()
state_element
in file ContactsInstall.php, method CRM_ContactsInstall::state_element()
staticPopErrorHandling
in file PEAR.php, method PEAR::staticPopErrorHandling()
staticPushErrorHandling
in file PEAR.php, method PEAR::staticPushErrorHandling()
static_get_module_variable
in file module.php, method Module::static_get_module_variable()
    Returns value of a module variable. If the variable is not set, function will return value given as third parameter.
static_isset_module_variable
in file module.php, method Module::static_isset_module_variable()
    Checks if variable exists.
static_set_module_variable
in file module.php, method Module::static_set_module_variable()
    Sets variable that will be available only for module instance that called this function.
static_unset_module_variable
in file module.php, method Module::static_unset_module_variable()
sticky
in file MailClient_0.php, method CRM_MailClient::sticky()
strip
in file BBCodeCommon_0.php, method Utils_BBCodeCommon::strip()
strip_html
in file misc.php, function strip_html()
strip_js
in file misc.php, function strip_js()
STRIP_OUTPUT
in file config.php, constant STRIP_OUTPUT
submit
in file Wizard_0.php, method Utils_Wizard::submit()
    For internal use only.
submit_admin
in file MailClient_0.php, method Apps_MailClient::submit_admin()
submit_admin
in file Mail_0.php, method Base_Mail::submit_admin()
    For internal use only.
submit_admin
in file Administrator_0.php, method Base_MaintenanceMode_Administrator::submit_admin()
submit_admin
in file Administrator_0.php, method Base_Theme_Administrator::submit_admin()
submit_admin
in file Administrator_0.php, method Base_Lang_Administrator::submit_admin()
submit_all
in file Timetrack_0.php, method Apps_Timetrack::submit_all()
submit_attach
in file Attachment_0.php, method Utils_Attachment::submit_attach()
submit_backup
in file Backup_0.php, method Base_Backup::submit_backup()
submit_body
in file ContactUs_0.php, method Base_Mail_ContactUs::submit_body()
submit_contact
in file ContactsCommon_0.php, method CRM_ContactsCommon::submit_contact()
submit_edit
in file Attachment_0.php, method Utils_Attachment::submit_edit()
submit_edit_user_form
in file Administrator_0.php, method Base_User_Administrator::submit_edit_user_form()
submit_login
in file LoginCommon_0.php, method Base_User_LoginCommon::submit_login()
submit_mk_folder
in file Gallery_0.php, method Apps_Gallery::submit_mk_folder()
submit_parent
in file FileUpload_0.php, method Utils_FileUpload::submit_parent()
    For internal use only.
submit_phonecall
in file PhoneCallCommon_0.php, method CRM_PhoneCallCommon::submit_phonecall()
submit_recover
in file Login_0.php, method Base_User_Login::submit_recover()
submit_rm_folder
in file Gallery_0.php, method Apps_Gallery::submit_rm_folder()
submit_settings
in file Settings_0.php, method Base_User_Settings::submit_settings()
submit_share_folders
in file Gallery_0.php, method Apps_Gallery::submit_share_folders()
submit_task
in file TasksModifiedCommon_0.php, method Custom_TasksModifiedCommon::submit_task()
submit_task
in file TasksCommon_0.php, method CRM_TasksCommon::submit_task()
submit_translate
in file Administrator_0.php, method Base_Lang_Administrator::submit_translate()
submit_upload
in file Gallery_0.php, method Apps_Gallery::submit_upload()
submit_user_preferences
in file Administrator_0.php, method Base_User_Administrator::submit_user_preferences()
subscribe
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::subscribe()
subscribed_employees
in file TasksCommon_0.php, method CRM_TasksCommon::subscribed_employees()
subscribeMailbox
in file IMAP.php, method Net_IMAP::subscribeMailbox()
    Subscribes to the selected mailbox
switch_tab
in file TabbedBrowser_0.php, method Utils_TabbedBrowser::switch_tab()
    This method will force Tabbed Browser to switch to selected tab.
switch_to_addon
in file RecordBrowser_0.php, method Utils_RecordBrowser::switch_to_addon()
switch_view
in file RecordBrowser_0.php, method Utils_RecordBrowser::switch_view()
SYSTEM_TIMEZONE
in file config.php, constant SYSTEM_TIMEZONE
t

t

$tab_param
in file RecordBrowser_0.php, variable Utils_RecordBrowser::$tab_param
$template_dir
in file Smarty.class.php, variable Smarty::$template_dir
    The name of the directory where templates are located.
$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.
$timeout
in file Socket.php, variable Net_Socket::$timeout
    Number of seconds to wait on socket connections before assuming there's no more data. Defaults to no timeout.
$trash
in file CalendarCommon_0.php, variable CRM_CalendarCommon::$trash
$trusted_dir
in file Smarty.class.php, variable Smarty::$trusted_dir
    This is an array of directories where trusted php scripts reside.
TimetrackCommon_0.php
procedural page TimetrackCommon_0.php
TimetrackInstall.php
procedural page TimetrackInstall.php
Timetrack_0.php
procedural page Timetrack_0.php
TwisterGameCommon_0.php
procedural page TwisterGameCommon_0.php
TwisterGameInstall.php
procedural page TwisterGameInstall.php
TwisterGame_0.php
procedural page TwisterGame_0.php
tz_list.php
procedural page tz_list.php
ThemeCommon_0.php
procedural page ThemeCommon_0.php
ThemeInstall.php
procedural page ThemeInstall.php
Theme_0.php
procedural page Theme_0.php
TasksCommon_0.php
procedural page TasksCommon_0.php
TasksInstall.php
procedural page TasksInstall.php
Tasks_0.php
procedural page Tasks_0.php
TasksModifiedCommon_0.php
procedural page TasksModifiedCommon_0.php
TasksModifiedInstall.php
procedural page TasksModifiedInstall.php
TasksModified_0.php
procedural page TasksModified_0.php
TableBrowserCreatorCommon_0.php
procedural page TableBrowserCreatorCommon_0.php
TableBrowserCreatorInit_0.php
procedural page TableBrowserCreatorInit_0.php
TableBrowserCreatorInstall.php
procedural page TableBrowserCreatorInstall.php
TableBrowserCreator_0.php
procedural page TableBrowserCreator_0.php
TabbedBrowserCommon_0.php
procedural page TabbedBrowserCommon_0.php
TabbedBrowserInstall.php
procedural page TabbedBrowserInstall.php
TabbedBrowser_0.php
procedural page TabbedBrowser_0.php
TestsInstall.php
procedural page TestsInstall.php
TooltipCommon_0.php
procedural page TooltipCommon_0.php
TooltipInstall.php
procedural page TooltipInstall.php
Tooltip_0.php
procedural page Tooltip_0.php
turnoff.php
procedural page turnoff.php
timestamp.php
procedural page timestamp.php
TabbedBrowserInstall.php
procedural page TabbedBrowserInstall.php
TabbedBrowser_0.php
procedural page TabbedBrowser_0.php
TooltipCommon_0.php
procedural page TooltipCommon_0.php
TooltipInstall.php
procedural page TooltipInstall.php
TreeInstall.php
procedural page TreeInstall.php
Tree_0.php
procedural page Tree_0.php
t
in file LangCommon_0.php, method Base_LangCommon::t()
tables_step
in file ModuleCreator_0.php, method Develop_ModuleCreator::tables_step()
tables_step_next
in file ModuleCreator_0.php, method Develop_ModuleCreator::tables_step_next()
table_add
in file ModuleCreator_0.php, method Develop_ModuleCreator::table_add()
table_add_col
in file ModuleCreator_0.php, method Develop_ModuleCreator::table_add_col()
table_add_overview
in file ModuleCreator_0.php, method Develop_ModuleCreator::table_add_overview()
table_add_overview_next
in file ModuleCreator_0.php, method Develop_ModuleCreator::table_add_overview_next()
tabs_list
in file Dashboard_0.php, method Base_Dashboard::tabs_list()
tag
in file TabbedBrowser_0.php, method Utils_TabbedBrowser::tag()
    Perform operation that guarantee module reloading.
tag_b
in file BBCodeCommon_0.php, method Utils_BBCodeCommon::tag_b()
tag_color
in file BBCodeCommon_0.php, method Utils_BBCodeCommon::tag_color()
tag_i
in file BBCodeCommon_0.php, method Utils_BBCodeCommon::tag_i()
tag_img
in file BBCodeCommon_0.php, method Utils_BBCodeCommon::tag_img()
tag_s
in file BBCodeCommon_0.php, method Utils_BBCodeCommon::tag_s()
tag_u
in file BBCodeCommon_0.php, method Utils_BBCodeCommon::tag_u()
tag_url
in file BBCodeCommon_0.php, method Utils_BBCodeCommon::tag_url()
task_attachment_addon
in file Tasks_0.php, method CRM_Tasks::task_attachment_addon()
task_bbcode
in file TasksCommon_0.php, method CRM_TasksCommon::task_bbcode()
template_exists
in file Smarty.class.php, method Smarty::template_exists()
    Checks whether requested template exists.
TEST
in file LeightboxCommon_0.php, method Tests_LeightboxCommon::TEST()
TestsInstall
in file TestsInstall.php, class TestsInstall
    TestsInstall class.
Tests_Attachment
in file Attachment_0.php, class Tests_Attachment
Tests_AttachmentCommon
in file AttachmentCommon_0.php, class Tests_AttachmentCommon
Tests_AttachmentInstall
in file AttachmentInstall.php, class Tests_AttachmentInstall
Tests_BookmarkBrowser
in file BookmarkBrowser_0.php, class Tests_BookmarkBrowser
Tests_BookmarkBrowserCommon
in file BookmarkBrowserCommon_0.php, class Tests_BookmarkBrowserCommon
Tests_BookmarkBrowserInstall
in file BookmarkBrowserInstall.php, class Tests_BookmarkBrowserInstall
Tests_Bugtrack
in file Bugtrack_0.php, class Tests_Bugtrack
    Software Development - Bug Tracking
Tests_BugtrackCommon
in file BugtrackCommon_0.php, class Tests_BugtrackCommon
    Software Development - Bug Tracking
Tests_BugtrackInstall
in file BugtrackInstall.php, class Tests_BugtrackInstall
    Software Development - Bug Tracking
Tests_Calendar
in file Calendar_0.php, class Tests_Calendar
Tests_CalendarCommon
in file CalendarCommon_0.php, class Tests_CalendarCommon
Tests_CalendarInstall
in file CalendarInstall.php, class Tests_CalendarInstall
Tests_Calendar_Event
in file Event_0.php, class Tests_Calendar_Event
    Example event module
Tests_Calendar_EventCommon
in file EventCommon_0.php, class Tests_Calendar_EventCommon
    Example event module
Tests_Calendar_EventInstall
in file EventInstall.php, class Tests_Calendar_EventInstall
    Example event module
Tests_Callbacks
in file Callbacks_0.php, class Tests_Callbacks
    Example event module
Tests_CallbacksCommon
in file CallbacksCommon_0.php, class Tests_CallbacksCommon
    Example event module
Tests_CallbacksInstall
in file CallbacksInstall.php, class Tests_CallbacksInstall
    Example event module
Tests_Callbacks_a
in file a_0.php, class Tests_Callbacks_a
Tests_Callbacks_aInstall
in file aInstall.php, class Tests_Callbacks_aInstall
Tests_Codepress
in file Codepress_0.php, class Tests_Codepress
    Example event module
Tests_CodepressCommon
in file CodepressCommon_0.php, class Tests_CodepressCommon
    Example event module
Tests_CodepressInstall
in file CodepressInstall.php, class Tests_CodepressInstall
    Example event module
Tests_Colorpicker
in file Colorpicker_0.php, class Tests_Colorpicker
Tests_ColorpickerCommon
in file ColorpickerCommon_0.php, class Tests_ColorpickerCommon
Tests_ColorpickerInstall
in file ColorpickerInstall.php, class Tests_ColorpickerInstall
Tests_Comment
in file Comment_0.php, class Tests_Comment
Tests_CommentCommon
in file CommentCommon_0.php, class Tests_CommentCommon
Tests_CommentInstall
in file CommentInstall.php, class Tests_CommentInstall
Tests_FPDF
in file FPDF_0.php, class Tests_FPDF
Tests_FPDFCommon
in file FPDFCommon_0.php, class Tests_FPDFCommon
Tests_FPDFInstall
in file FPDFInstall.php, class Tests_FPDFInstall
Tests_GenericBrowser
in file GenericBrowser_0.php, class Tests_GenericBrowser
Tests_GenericBrowserCommon
in file GenericBrowserCommon_0.php, class Tests_GenericBrowserCommon
Tests_GenericBrowserInstall
in file GenericBrowserInstall.php, class Tests_GenericBrowserInstall
Tests_Image
in file Image_0.php, class Tests_Image
Tests_ImageCommon
in file ImageCommon_0.php, class Tests_ImageCommon
Tests_ImageInstall
in file ImageInstall.php, class Tests_ImageInstall
Tests_Lang
in file Lang_0.php, class Tests_Lang
Tests_LangCommon
in file LangCommon_0.php, class Tests_LangCommon
Tests_LangInstall
in file LangInstall.php, class Tests_LangInstall
Tests_Leightbox
in file Leightbox_0.php, class Tests_Leightbox
Tests_LeightboxCommon
in file LeightboxCommon_0.php, class Tests_LeightboxCommon
Tests_LeightboxInstall
in file LeightboxInstall.php, class Tests_LeightboxInstall
Tests_Lytebox
in file Lytebox_0.php, class Tests_Lytebox
Tests_LyteboxCommon
in file LyteboxCommon_0.php, class Tests_LyteboxCommon
Tests_LyteboxInstall
in file LyteboxInstall.php, class Tests_LyteboxInstall
Tests_Menu
in file Menu_0.php, class Tests_Menu
Tests_MenuCommon
in file MenuCommon_0.php, class Tests_MenuCommon
Tests_MenuInstall
in file MenuInstall.php, class Tests_MenuInstall
Tests_OpenFlashChart
in file OpenFlashChart_0.php, class Tests_OpenFlashChart
    Testing flash charts
Tests_OpenFlashChartCommon
in file OpenFlashChartCommon_0.php, class Tests_OpenFlashChartCommon
    Testing flash charts
Tests_OpenFlashChartInstall
in file OpenFlashChartInstall.php, class Tests_OpenFlashChartInstall
    Testing flash charts
Tests_QuickForm
in file QuickForm_0.php, class Tests_QuickForm
Tests_QuickFormCommon
in file QuickFormCommon_0.php, class Tests_QuickFormCommon
Tests_QuickFormInstall
in file QuickFormInstall.php, class Tests_QuickFormInstall
Tests_Report
in file Report_0.php, class Tests_Report
Tests_ReportCommon
in file ReportCommon_0.php, class Tests_ReportCommon
Tests_ReportInstall
in file ReportInstall.php, class Tests_ReportInstall
Tests_Search
in file Search_0.php, class Tests_Search
Tests_SearchCommon
in file SearchCommon_0.php, class Tests_SearchCommon
Tests_SearchInstall
in file SearchInstall.php, class Tests_SearchInstall
Tests_SharedUniqueHref
in file SharedUniqueHref_0.php, class Tests_SharedUniqueHref
Tests_SharedUniqueHrefCommon
in file SharedUniqueHrefCommon_0.php, class Tests_SharedUniqueHrefCommon
Tests_SharedUniqueHrefInstall
in file SharedUniqueHrefInstall.php, class Tests_SharedUniqueHrefInstall
Tests_SharedUniqueHref_a
in file a_0.php, class Tests_SharedUniqueHref_a
Tests_SharedUniqueHref_aInstall
in file aInstall.php, class Tests_SharedUniqueHref_aInstall
Tests_TabbedBrowser
in file TabbedBrowser_0.php, class Tests_TabbedBrowser
Tests_TabbedBrowserCommon
in file TabbedBrowserCommon_0.php, class Tests_TabbedBrowserCommon
Tests_TabbedBrowserInstall
in file TabbedBrowserInstall.php, class Tests_TabbedBrowserInstall
Tests_Tooltip
in file Tooltip_0.php, class Tests_Tooltip
Tests_TooltipCommon
in file TooltipCommon_0.php, class Tests_TooltipCommon
Tests_TooltipInstall
in file TooltipInstall.php, class Tests_TooltipInstall
Tests_Wizard
in file Wizard_0.php, class Tests_Wizard
    WizardTest class.
Tests_WizardCommon
in file WizardCommon_0.php, class Tests_WizardCommon
Tests_WizardInstall
in file WizardInstall.php, class Tests_WizardInstall
text
in file epesi.php, method Epesi::text()
text_elem
in file NoteCommon_0.php, method Applets_NoteCommon::text_elem()
themeup
in file update.php, function themeup()
this_stack
in file Callbacks_0.php, method Tests_Callbacks::this_stack()
throwError
in file PEAR.php, method PEAR::throwError()
    Simpler form of raiseError with fewer options. In most cases message, code and userinfo are enough.
Time
in file database.php, method DB::Time()
time2reg
in file RegionalSettingsCommon_0.php, method Base_RegionalSettingsCommon::time2reg()
    Convert local time to client format and timezone(optional)
timestamp_required
in file RecordBrowser_0.php, method Utils_RecordBrowser::timestamp_required()
timezone_identifiers_list
in file tz_list.php, function timezone_identifiers_list()
time_12h
in file RegionalSettingsCommon_0.php, method Base_RegionalSettingsCommon::time_12h()
    Is user clock 12h?
time_by_color
in file Reports_0.php, method CRM_Calendar_Reports::time_by_color()
time_format
in file RegionalSettingsCommon_0.php, method Base_RegionalSettingsCommon::time_format()
    Get time format (strftime).
toggle_hidden
in file ModuleEditor_0.php, method Develop_ModuleEditor::toggle_hidden()
toHtml
in file Path_0.php, method Utils_Path::toHtml()
    Returns HTML code for the path.
toHtml
in file qf.php, method HTML_QuickForm_commondata::toHtml()
toHtml
in file timestamp.php, method HTML_QuickForm_timestamp::toHtml()
toHtml
in file currency.php, method HTML_QuickForm_currency::toHtml()
toHtml
in file datepicker.php, method HTML_QuickForm_datepicker::toHtml()
toHtml
in file Gallery_0.php, method Utils_Gallery::toHtml()
    This methodreturns HTML code of the gallery.
Tools_FontSize
in file FontSize_0.php, class Tools_FontSize
    Tools_FontSize class.
Tools_FontSizeCommon
in file FontSizeCommon_0.php, class Tools_FontSizeCommon
    Tools_FontSize class.
Tools_FontSizeInstall
in file FontSizeInstall.php, class Tools_FontSizeInstall
    Tools_FontSize class.
Tools_SessionKeeperCommon
in file SessionKeeperCommon_0.php, class Tools_SessionKeeperCommon
    Keeps epesi user logged in.
Tools_SessionKeeperInstall
in file SessionKeeperInstall.php, class Tools_SessionKeeperInstall
    Keeps epesi user logged in.
Tools_SetDefaultsInstall
in file SetDefaultsInstall.php, class Tools_SetDefaultsInstall
Tools_WhoIsOnline
in file WhoIsOnline_0.php, class Tools_WhoIsOnline
    Shows who is logged to epesi.
Tools_WhoIsOnlineCommon
in file WhoIsOnlineCommon_0.php, class Tools_WhoIsOnlineCommon
    Shows who is logged to epesi.
Tools_WhoIsOnlineInstall
in file WhoIsOnlineInstall.php, class Tools_WhoIsOnlineInstall
    Shows who is logged to epesi.
toString
in file PEAR.php, method PEAR_Error::toString()
    Make a string representation of this object.
translateRetValues
in file qf_group.php, method HTML_QuickForm_commondata_group::translateRetValues()
translate_array
in file CommonDataCommon_0.php, method Utils_CommonDataCommon::translate_array()
Transpose
in file database.php, method DB::Transpose()
tray_notification
in file ShoutboxCommon_0.php, method Apps_ShoutboxCommon::tray_notification()
tray_notification
in file MessengerCommon_0.php, method Utils_MessengerCommon::tray_notification()
tray_notification
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::tray_notification()
tree_structure
in file Comment_0.php, method Utils_Comment::tree_structure()
    Sets whether replying to specific comment is allowed.
trigger_error
in file Smarty.class.php, method Smarty::trigger_error()
    trigger Smarty error
ts
in file LangCommon_0.php, method Base_LangCommon::ts()
    Use this function to translate desired string. Translation link is never shown.
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
txtHeaders
in file mime.php, method Mail_mime::txtHeaders()
    Get the text version of the headers (usefull if you want to use the PHP mail() function)
TypeControl
in file database.php, method DB::TypeControl()
u

u

$userinfo
in file PEAR.php, variable PEAR_Error::$userinfo
$Username
in file class.phpmailer.php, variable PHPMailer::$Username
    Sets SMTP username.
$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.
update.php
procedural page update.php
UserCommon_0.php
procedural page UserCommon_0.php
UserInstall.php
procedural page UserInstall.php
update_contact.php
procedural page update_contact.php
update_phones.php
procedural page update_phones.php
update_sel.php
procedural page update_sel.php
update.php
procedural page update.php
update.php
procedural page update.php
update_freeze.php
procedural page update_freeze.php
upload.php
procedural page upload.php
up.php
procedural page up.php
undoMagicQuotes
in file magicquotes.php, function undoMagicQuotes()
unharden_characters
in file misc.php, function unharden_characters()
uninstall
in file MailClientInstall.php, method Apps_MailClientInstall::uninstall()
uninstall
in file LyteboxInstall.php, method Tests_LyteboxInstall::uninstall()
uninstall
in file LoginInstall.php, method Base_User_LoginInstall::uninstall()
uninstall
in file AboutInstall.php, method Base_AboutInstall::uninstall()
uninstall
in file ModuleCreatorInstall.php, method Develop_ModuleCreatorInstall::uninstall()
uninstall
in file LoginAuditInstall.php, method CRM_LoginAuditInstall::uninstall()
uninstall
in file MailClientInstall.php, method CRM_MailClientInstall::uninstall()
uninstall
in file MessengerInstall.php, method Utils_MessengerInstall::uninstall()
uninstall
in file LeightboxPromptInstall.php, method Utils_LeightboxPromptInstall::uninstall()
uninstall
in file WhoIsOnlineInstall.php, method Tools_WhoIsOnlineInstall::uninstall()
uninstall
in file MenuInstall.php, method Utils_MenuInstall::uninstall()
uninstall
in file MenuInstall.php, method Base_MenuInstall::uninstall()
uninstall
in file WhoIsOnlineInstall.php, method CRM_WhoIsOnlineInstall::uninstall()
uninstall
in file WatchdogInstall.php, method Utils_WatchdogInstall::uninstall()
uninstall
in file MailInstall.php, method Base_MailInstall::uninstall()
uninstall
in file MainModuleIndicatorInstall.php, method Base_MainModuleIndicatorInstall::uninstall()
uninstall
in file MaintenanceModeInstall.php, method Base_MaintenanceModeInstall::uninstall()
uninstall
in file MenuInstall.php, method Tests_MenuInstall::uninstall()
uninstall
in file ImportInstall.php, method CRM_ImportInstall::uninstall()
uninstall
in file ForumInstall.php, method Apps_ForumInstall::uninstall()
uninstall
in file FPDFInstall.php, method Tests_FPDFInstall::uninstall()
uninstall
in file GalleryInstall.php, method Apps_GalleryInstall::uninstall()
uninstall
in file GalleryInstall.php, method Utils_GalleryInstall::uninstall()
uninstall
in file FontSizeInstall.php, method Tools_FontSizeInstall::uninstall()
uninstall
in file FollowupInstall.php, method CRM_FollowupInstall::uninstall()
uninstall
in file FileDownloadInstall.php, method Utils_FileDownloadInstall::uninstall()
uninstall
in file FileUploadInstall.php, method Utils_FileUploadInstall::uninstall()
uninstall
in file FiltersInstall.php, method CRM_FiltersInstall::uninstall()
uninstall
in file FirstRunInstall.php, method FirstRunInstall::uninstall()
uninstall
in file GenericBrowserInstall.php, method Tests_GenericBrowserInstall::uninstall()
uninstall
in file GenericBrowserInstall.php, method Utils_GenericBrowserInstall::uninstall()
uninstall
in file LangInstall.php, method Tests_LangInstall::uninstall()
uninstall
in file LangInstall.php, method Base_LangInstall::uninstall()
uninstall
in file LeightboxInstall.php, method Tests_LeightboxInstall::uninstall()
uninstall
in file WizardInstall.php, method Utils_WizardInstall::uninstall()
uninstall
in file ModuleEditorInstall.php, method Develop_ModuleEditorInstall::uninstall()
uninstall
in file ImageInstall.php, method Tests_ImageInstall::uninstall()
uninstall
in file GoogleInstall.php, method Applets_GoogleInstall::uninstall()
uninstall
in file GTalkInstall.php, method Applets_GTalkInstall::uninstall()
uninstall
in file HomePageInstall.php, method Base_HomePageInstall::uninstall()
uninstall
in file HostInstall.php, method Applets_HostInstall::uninstall()
uninstall
in file WizardInstall.php, method Tests_WizardInstall::uninstall()
uninstall
in file OpenFlashChartInstall.php, method Tests_OpenFlashChartInstall::uninstall()
uninstall
in file ShoutboxInstall.php, method Apps_ShoutboxInstall::uninstall()
uninstall
in file StaticPageInstall.php, method Apps_StaticPageInstall::uninstall()
uninstall
in file StatusBarInstall.php, method Base_StatusBarInstall::uninstall()
uninstall
in file TabbedBrowserInstall.php, method Tests_TabbedBrowserInstall::uninstall()
uninstall
in file ShortcutInstall.php, method Utils_ShortcutInstall::uninstall()
uninstall
in file SharedUniqueHrefInstall.php, method Tests_SharedUniqueHrefInstall::uninstall()
uninstall
in file SetDefaultsInstall.php, method Tools_SetDefaultsInstall::uninstall()
uninstall
in file SettingsInstall.php, method Base_User_SettingsInstall::uninstall()
uninstall
in file SetupInstall.php, method Base_SetupInstall::uninstall()
uninstall
in file TabbedBrowserInstall.php, method Utils_TabbedBrowserInstall::uninstall()
uninstall
in file TableBrowserCreatorInstall.php, method Develop_TableBrowserCreatorInstall::uninstall()
uninstall
in file TooltipInstall.php, method Utils_TooltipInstall::uninstall()
uninstall
in file TooltipInstall.php, method Tests_TooltipInstall::uninstall()
uninstall
in file TreeInstall.php, method Utils_TreeInstall::uninstall()
uninstall
in file TwisterGameInstall.php, method Apps_TwisterGameInstall::uninstall()
uninstall
in file TimetrackInstall.php, method Apps_TimetrackInstall::uninstall()
uninstall
in file ThemeInstall.php, method Base_ThemeInstall::uninstall()
uninstall
in file TasksInstall.php, method CRM_TasksInstall::uninstall()
uninstall
in file TasksModifiedInstall.php, method Custom_TasksModifiedInstall::uninstall()
uninstall
in file TestsInstall.php, method TestsInstall::uninstall()
uninstall
in file SessionKeeperInstall.php, method Tools_SessionKeeperInstall::uninstall()
uninstall
in file SearchInstall.php, method Tests_SearchInstall::uninstall()
uninstall
in file ExportXLSInstall.php, method Utils_ExportXLSInstall::uninstall()
uninstall
in file PathInstall.php, method Utils_PathInstall::uninstall()
uninstall
in file PhoneCallInstall.php, method CRM_PhoneCallInstall::uninstall()
uninstall
in file PopupCalendarInstall.php, method Utils_PopupCalendarInstall::uninstall()
uninstall
in file NoteInstall.php, method Applets_NoteInstall::uninstall()
uninstall
in file NavigationInstall.php, method Base_NavigationInstall::uninstall()
uninstall
in file module_install.php, method ModuleInstall::uninstall()
    Module uninstallation function.
uninstall
in file module_manager.php, method ModuleManager::uninstall()
    Uninstalls module.
uninstall
in file MonthViewInstall.php, method Applets_MonthViewInstall::uninstall()
uninstall
in file QuickAccessInstall.php, method Base_Menu_QuickAccessInstall::uninstall()
uninstall
in file QuickFormInstall.php, method Tests_QuickFormInstall::uninstall()
uninstall
in file ReportsInstall.php, method CRM_Calendar_ReportsInstall::uninstall()
uninstall
in file ReportsInstall.php, method Utils_RecordBrowser_ReportsInstall::uninstall()
uninstall
in file RssFeedInstall.php, method Applets_RssFeedInstall::uninstall()
uninstall
in file SearchInstall.php, method Base_SearchInstall::uninstall()
uninstall
in file UserInstall.php, method Base_UserInstall::uninstall()
uninstall
in file ReportInstall.php, method Tests_ReportInstall::uninstall()
uninstall
in file RecordBrowserInstall.php, method Utils_RecordBrowserInstall::uninstall()
uninstall
in file RecordPickerInstall.php, method Utils_RecordBrowser_RecordPickerInstall::uninstall()
uninstall
in file RegionalSettingsInstall.php, method Base_RegionalSettingsInstall::uninstall()
uninstall
in file ModuleManagerInstall.php, method Base_ModuleManagerInstall::uninstall()
uninstall
in file ImageInstall.php, method Utils_ImageInstall::uninstall()
uninstall
in file CallbacksInstall.php, method Tests_CallbacksInstall::uninstall()
uninstall
in file CatFileInstall.php, method Utils_CatFileInstall::uninstall()
uninstall
in file ChainedSelectInstall.php, method Utils_ChainedSelectInstall::uninstall()
uninstall
in file CodepressInstall.php, method Tests_CodepressInstall::uninstall()
uninstall
in file CalendarInstall.php, method Tests_CalendarInstall::uninstall()
uninstall
in file CalendarInstall.php, method CRM_CalendarInstall::uninstall()
uninstall
in file BugtrackInstall.php, method Tests_BugtrackInstall::uninstall()
uninstall
in file CalcInstall.php, method Applets_CalcInstall::uninstall()
uninstall
in file CalendarInstall.php, method Utils_CalendarInstall::uninstall()
uninstall
in file ColorpickerInstall.php, method Tests_ColorpickerInstall::uninstall()
uninstall
in file CommentInstall.php, method Utils_CommentInstall::uninstall()
uninstall
in file CountriesInstall.php, method Data_CountriesInstall::uninstall()
uninstall
in file CurrencyFieldInstall.php, method Utils_CurrencyFieldInstall::uninstall()
uninstall
in file CustomMenuInstall.php, method Utils_CustomMenuInstall::uninstall()
uninstall
in file ContactUsInstall.php, method Base_Mail_ContactUsInstall::uninstall()
uninstall
in file ContactsInstall.php, method CRM_ContactsInstall::uninstall()
uninstall
in file CommentInstall.php, method Tests_CommentInstall::uninstall()
uninstall
in file CommonDataInstall.php, method Utils_CommonDataInstall::uninstall()
uninstall
in file CommonInstall.php, method CRM_CommonInstall::uninstall()
uninstall
in file BoxInstall.php, method Base_BoxInstall::uninstall()
uninstall
in file BookmarkBrowserInstall.php, method Tests_BookmarkBrowserInstall::uninstall()
uninstall
in file AdministratorInstall.php, method Base_MaintenanceMode_AdministratorInstall::uninstall()
uninstall
in file AdministratorInstall.php, method Base_Lang_AdministratorInstall::uninstall()
uninstall
in file AdministratorInstall.php, method Utils_Attachment_AdministratorInstall::uninstall()
uninstall
in file AdministratorInstall.php, method Base_User_AdministratorInstall::uninstall()
uninstall
in file AdminInstall.php, method Base_AdminInstall::uninstall()
uninstall
in file ActivitiesInstall.php, method CRM_Contacts_ActivitiesInstall::uninstall()
uninstall
in file AclInstall.php, method CRM_AclInstall::uninstall()
uninstall
in file AclInstall.php, method Base_AclInstall::uninstall()
uninstall
in file ActionBarInstall.php, method Base_ActionBarInstall::uninstall()
uninstall
in file AdministratorInstall.php, method Base_Theme_AdministratorInstall::uninstall()
uninstall
in file aInstall.php, method Tests_Callbacks_aInstall::uninstall()
uninstall
in file BBCodeInstall.php, method Utils_BBCodeInstall::uninstall()
uninstall
in file BirthdaysInstall.php, method Applets_BirthdaysInstall::uninstall()
uninstall
in file BookmarkBrowserInstall.php, method Utils_BookmarkBrowserInstall::uninstall()
uninstall
in file BaseInstall.php, method BaseInstall::uninstall()
uninstall
in file BackupInstall.php, method Base_BackupInstall::uninstall()
uninstall
in file aInstall.php, method Tests_SharedUniqueHref_aInstall::uninstall()
uninstall
in file AttachmentInstall.php, method Utils_AttachmentInstall::uninstall()
uninstall
in file AttachmentInstall.php, method Tests_AttachmentInstall::uninstall()
uninstall
in file DashboardInstall.php, method Base_DashboardInstall::uninstall()
uninstall
in file ClockInstall.php, method Applets_ClockInstall::uninstall()
uninstall
in file EventInstall.php, method CRM_Calendar_EventInstall::uninstall()
uninstall
in file EventInstall.php, method Utils_Calendar_EventInstall::uninstall()
uninstall
in file ErrorInstall.php, method Base_ErrorInstall::uninstall()
uninstall
in file EventInstall.php, method Tests_Calendar_EventInstall::uninstall()
uninstall
in file DirtyReadInstall.php, method Utils_DirtyReadInstall::uninstall()
uninstall_default_theme
in file ThemeCommon_0.php, method Base_ThemeCommon::uninstall_default_theme()
    Removes default theme files for a module.
uninstall_recordset
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::uninstall_recordset()
UnixDate
in file database.php, method DB::UnixDate()
    * Also in ADORecordSet. * @param $v is a date string in YYYY-MM-DD format * * @return date in unix timestamp format, or 0 if before TIMESTAMP_FIRST_YEAR, or false if invalid date format
UnixTimeStamp
in file database.php, method DB::UnixTimeStamp()
    * Also in ADORecordSet. * @param $v is a timestamp string in YYYY-MM-DD HH-NN-SS format * * @return date in unix timestamp format, or 0 if before TIMESTAMP_FIRST_YEAR, or false if invalid date format
unmodified
in file DirtyRead_0.php, method Utils_DirtyRead::unmodified()
    Rollback transaction.
unregister
in file module_manager.php, method ModuleManager::unregister()
    Unregisters module passed as first parameter from array passed as third parameter.
unregister_block
in file Smarty.class.php, method Smarty::unregister_block()
    Unregisters block function
unregister_category
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::unregister_category()
unregister_compiler_function
in file Smarty.class.php, method Smarty::unregister_compiler_function()
    Unregisters compiler function
unregister_datatype
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::unregister_datatype()
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
unset_display_method
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::unset_display_method()
unset_module_variable
in file module.php, method Module::unset_module_variable()
    Unset module variable.
unset_QFfield_method
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::unset_QFfield_method()
unset_unique_href_variable
in file module.php, method Module::unset_unique_href_variable()
    Unsets *unique_href variable.
unsubscribe
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::unsubscribe()
unsubscribeMailbox
in file IMAP.php, method Net_IMAP::unsubscribeMailbox()
    Removes the subscription to a mailbox
update
in file EventCommon_0.php, method CRM_Calendar_EventCommon::update()
update
in file ModuleManager_0.php, method Base_ModuleManager::update()
update
in file EventCommon_0.php, method Utils_Calendar_EventCommon::update()
update
in file EventCommon_0.php, method Tests_Calendar_EventCommon::update()
update.php
procedural page update.php
UpdateBlob
in file database.php, method DB::UpdateBlob()
    * Update a blob column, given a where clause. There are more sophisticated * blob handling functions that we could have implemented, but all require * a very complex API. Instead we have chosen something that is extremely * simple to understand and use. * * Note: $blobtype supports 'BLOB' and 'CLOB', default is BLOB of course. * * Usage to update a $blobvalue which has a primary key blob_id=1 into a * field blobtable.blobcolumn: * * UpdateBlob('blobtable', 'blobcolumn', $blobvalue, 'blob_id=1'); * * Insert example: * * $conn->Execute('INSERT INTO blobtable (id, blobcol) VALUES (1, null)'); * $conn->UpdateBlob('blobtable','blobcol',$blob,'id=1');
UpdateBlobFile
in file database.php, method DB::UpdateBlobFile()
    * Usage: * UpdateBlob('TABLE', 'COLUMN', '/path/to/file', 'ID=1'); * * $blobtype supports 'BLOB' and 'CLOB' * * $conn->Execute('INSERT INTO blobtable (id, blobcol) VALUES (1, null)'); * $conn->UpdateBlob('blobtable','blobcol',$blobpath,'id=1');
UpdateClob
in file database.php, method DB::UpdateClob()
    * Usage: * UpdateClob('TABLE', 'COLUMN', $var, 'ID=1', 'CLOB'); * * $conn->Execute('INSERT INTO clobtable (id, clobcol) VALUES (1, null)'); * $conn->UpdateClob('clobtable','clobcol',$clob,'id=1');
update_event
in file Event_0.php, method CRM_Calendar_Event::update_event()
update_from_0_9_9beta1_to_0_9_9beta2
in file update.php, function update_from_0_9_9beta1_to_0_9_9beta2()
    **************** 0.8.5 to 0.8.6 *********************
update_from_0_9_9beta2_to_1_0_0rc1
in file update.php, function update_from_0_9_9beta2_to_1_0_0rc1()
update_from_1_0_0rc1_to_1_0_0rc2
in file update.php, function update_from_1_0_0rc1_to_1_0_0rc2()
update_from_1_0_0rc2_to_1_0_0rc3
in file update.php, function update_from_1_0_0rc2_to_1_0_0rc3()
update_from_1_0_0rc3_to_1_0_0rc4
in file update.php, function update_from_1_0_0rc3_to_1_0_0rc4()
update_from_1_0_0rc4_to_1_0_0rc5
in file update.php, function update_from_1_0_0rc4_to_1_0_0rc5()
update_observer
in file ErrorCommon_0.php, method EpesiErrorObserver::update_observer()
update_observer
in file error.php, method ErrorObserver::update_observer()
update_record
in file RecordBrowser_0.php, method Utils_RecordBrowser::update_record()
update_record
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::update_record()
update_template
in file Administrator_0.php, method Base_Theme_Administrator::update_template()
upgrade
in file module_manager.php, method ModuleManager::upgrade()
    This function performs upgrade process when it is requested by Setup module.
upload
in file Gallery_0.php, method Apps_Gallery::upload()
upload_activities
in file Import_0.php, method CRM_Import::upload_activities()
upload_attachments
in file Import_0.php, method CRM_Import::upload_attachments()
upload_attach_files
in file Import_0.php, method CRM_Import::upload_attach_files()
upload_contacts
in file Import_0.php, method CRM_Import::upload_contacts()
upload_file
in file ModuleEditor_0.php, method Develop_ModuleEditor::upload_file()
upload_history
in file Import_0.php, method CRM_Import::upload_history()
upload_note
in file Import_0.php, method CRM_Import::upload_note()
upload_template
in file Administrator_0.php, method Base_Theme_Administrator::upload_template()
UserDate
in file database.php, method DB::UserDate()
    * Also in ADORecordSet. * * Format database date based on user defined format. * * @param v is the character date in YYYY-MM-DD format, returned by database * @param fmt is the format to apply to it, using date() * * @return a date formated as user desires
UserTimeStamp
in file database.php, method DB::UserTimeStamp()
    * * @param v is the character timestamp in YYYY-MM-DD hh:mm:ss format * @param fmt is the format to apply to it, using date() * * @return a timestamp formated as user desires
user_change_subscription
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::user_change_subscription()
user_check_if_notified
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::user_check_if_notified()
user_get_change_subscr_href
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::user_get_change_subscr_href()
user_get_change_subscr_href_array
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::user_get_change_subscr_href_array()
user_get_confirm_change_subscr_href
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::user_get_confirm_change_subscr_href()
user_notified
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::user_notified()
user_purge_notifications
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::user_purge_notifications()
user_settings
in file SessionKeeperCommon_0.php, method Tools_SessionKeeperCommon::user_settings()
user_settings
in file WhoIsOnlineCommon_0.php, method Tools_WhoIsOnlineCommon::user_settings()
user_settings
in file CalendarCommon_0.php, method CRM_CalendarCommon::user_settings()
user_settings
in file PopupCalendarCommon_0.php, method Utils_PopupCalendarCommon::user_settings()
user_settings
in file GenericBrowserCommon_0.php, method Utils_GenericBrowserCommon::user_settings()
user_settings
in file MailClientCommon_0.php, method Apps_MailClientCommon::user_settings()
user_settings
in file FiltersCommon_0.php, method CRM_FiltersCommon::user_settings()
user_settings
in file RegionalSettingsCommon_0.php, method Base_RegionalSettingsCommon::user_settings()
user_settings
in file ActionBarCommon_0.php, method Base_ActionBarCommon::user_settings()
user_settings
in file DashboardCommon_0.php, method Base_DashboardCommon::user_settings()
user_settings
in file AdministratorCommon_0.php, method Base_User_AdministratorCommon::user_settings()
user_settings
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::user_settings()
user_settings
in file QuickAccessCommon_0.php, method Base_Menu_QuickAccessCommon::user_settings()
user_settings
in file TooltipCommon_0.php, method Utils_TooltipCommon::user_settings()
user_settings
in file AdministratorCommon_0.php, method Base_Lang_AdministratorCommon::user_settings()
user_settings_icon
in file MailClientCommon_0.php, method Apps_MailClientCommon::user_settings_icon()
user_subscribe
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::user_subscribe()
user_unsubscribe
in file WatchdogCommon_0.php, method Utils_WatchdogCommon::user_unsubscribe()
utf_7_decode
in file IMAPProtocol.php, method Net_IMAPProtocol::utf_7_decode()
utf_7_encode
in file IMAPProtocol.php, method Net_IMAPProtocol::utf_7_encode()
Utils_Attachment
in file Attachment_0.php, class Utils_Attachment
    Use this module if you want to add attachments to some page.
Utils_AttachmentCommon
in file AttachmentCommon_0.php, class Utils_AttachmentCommon
    Use this module if you want to add attachments to some page.
Utils_AttachmentInstall
in file AttachmentInstall.php, class Utils_AttachmentInstall
    Use this module if you want to add attachments to some page.
Utils_Attachment_Administrator
in file Administrator_0.php, class Utils_Attachment_Administrator
Utils_Attachment_AdministratorCommon
in file AdministratorCommon_0.php, class Utils_Attachment_AdministratorCommon
Utils_Attachment_AdministratorInstall
in file AdministratorInstall.php, class Utils_Attachment_AdministratorInstall
Utils_BBCodeCommon
in file BBCodeCommon_0.php, class Utils_BBCodeCommon
Utils_BBCodeInstall
in file BBCodeInstall.php, class Utils_BBCodeInstall
Utils_BookmarkBrowser
in file BookmarkBrowser_0.php, class Utils_BookmarkBrowser
    Utils_BookmarkBrowser.
Utils_BookmarkBrowserInstall
in file BookmarkBrowserInstall.php, class Utils_BookmarkBrowserInstall
Utils_Calendar
in file Calendar_0.php, class Utils_Calendar
Utils_CalendarCommon
in file CalendarCommon_0.php, class Utils_CalendarCommon
Utils_CalendarInstall
in file CalendarInstall.php, class Utils_CalendarInstall
Utils_Calendar_Event
in file Event_0.php, class Utils_Calendar_Event
    This class provides some basic functionality for every epesi module.
Utils_Calendar_EventCommon
in file EventCommon_0.php, class Utils_Calendar_EventCommon
    This class provides interface for module common.
Utils_Calendar_EventInstall
in file EventInstall.php, class Utils_Calendar_EventInstall
    This class provides interface for module install.
Utils_CatFile
in file CatFile_0.php, class Utils_CatFile
    CatFileInstall class.
Utils_CatFileInstall
in file CatFileInstall.php, class Utils_CatFileInstall
    CatFileInstall class.
Utils_ChainedSelectCommon
in file ChainedSelectCommon_0.php, class Utils_ChainedSelectCommon
Utils_ChainedSelectInstall
in file ChainedSelectInstall.php, class Utils_ChainedSelectInstall
Utils_Comment
in file Comment_0.php, class Utils_Comment
Utils_CommentCommon
in file CommentCommon_0.php, class Utils_CommentCommon
Utils_CommentInstall
in file CommentInstall.php, class Utils_CommentInstall
Utils_CommonData
in file CommonData_0.php, class Utils_CommonData
Utils_CommonDataCommon
in file CommonDataCommon_0.php, class Utils_CommonDataCommon
Utils_CommonDataInstall
in file CommonDataInstall.php, class Utils_CommonDataInstall
Utils_CurrencyFieldCommon
in file CurrencyFieldCommon_0.php, class Utils_CurrencyFieldCommon
Utils_CurrencyFieldInstall
in file CurrencyFieldInstall.php, class Utils_CurrencyFieldInstall
Utils_CustomMenu
in file CustomMenu_0.php, class Utils_CustomMenu
Utils_CustomMenuCommon
in file CustomMenuCommon_0.php, class Utils_CustomMenuCommon
Utils_CustomMenuInstall
in file CustomMenuInstall.php, class Utils_CustomMenuInstall
Utils_DirtyRead
in file DirtyRead_0.php, class Utils_DirtyRead
    This class delivers functions protecting against dirty reads.
Utils_DirtyReadInstall
in file DirtyReadInstall.php, class Utils_DirtyReadInstall
    DirtyReadInstall class.
Utils_ExportXLS
in file ExportXLS_0.php, class Utils_ExportXLS
Utils_ExportXLSCommon
in file ExportXLSCommon_0.php, class Utils_ExportXLSCommon
Utils_ExportXLSInstall
in file ExportXLSInstall.php, class Utils_ExportXLSInstall
Utils_FileDownload
in file FileDownload_0.php, class Utils_FileDownload
Utils_FileDownloadCommon
in file FileDownloadCommon_0.php, class Utils_FileDownloadCommon
Utils_FileDownloadInstall
in file FileDownloadInstall.php, class Utils_FileDownloadInstall
Utils_FileUpload
in file FileUpload_0.php, class Utils_FileUpload
    Uploads file
Utils_FileUploadInstall
in file FileUploadInstall.php, class Utils_FileUploadInstall
    Uploads file
Utils_Gallery
in file Gallery_0.php, class Utils_Gallery
    Utils_Gallery One-method module for displaying images from one directory.
Utils_GalleryInstall
in file GalleryInstall.php, class Utils_GalleryInstall
Utils_GenericBrowser
in file GenericBrowser_0.php, class Utils_GenericBrowser
    This class provides some basic functionality for every epesi module.
Utils_GenericBrowserCommon
in file GenericBrowserCommon_0.php, class Utils_GenericBrowserCommon
Utils_GenericBrowserInstall
in file GenericBrowserInstall.php, class Utils_GenericBrowserInstall
Utils_GenericBrowser_Row_Object
in file GenericBrowser_0.php, class Utils_GenericBrowser_Row_Object
Utils_ImageCommon
in file ImageCommon_0.php, class Utils_ImageCommon
    Utils_Image.
Utils_ImageInstall
in file ImageInstall.php, class Utils_ImageInstall
    Utils_ImageInstall class.
Utils_LeightboxPrompt
in file LeightboxPrompt_0.php, class Utils_LeightboxPrompt
Utils_LeightboxPromptCommon
in file LeightboxPromptCommon_0.php, class Utils_LeightboxPromptCommon
Utils_LeightboxPromptInstall
in file LeightboxPromptInstall.php, class Utils_LeightboxPromptInstall
Utils_Menu
in file Menu_0.php, class Utils_Menu
    Utils_Menu Module for creating menus. Very easy.
Utils_MenuInstall
in file MenuInstall.php, class Utils_MenuInstall
Utils_Messenger
in file Messenger_0.php, class Utils_Messenger
    TODO: save users in autosave==false mode
Utils_MessengerCommon
in file MessengerCommon_0.php, class Utils_MessengerCommon
    Popup message to the user
Utils_MessengerInstall
in file MessengerInstall.php, class Utils_MessengerInstall
    Popup message to the user
Utils_Path
in file Path_0.php, class Utils_Path
    Utils_Path Module for creating path like You know from most GTK applications.
Utils_PathInstall
in file PathInstall.php, class Utils_PathInstall
Utils_PopupCalendarCommon
in file PopupCalendarCommon_0.php, class Utils_PopupCalendarCommon
Utils_PopupCalendarInstall
in file PopupCalendarInstall.php, class Utils_PopupCalendarInstall
Utils_RecordBrowser
in file RecordBrowser_0.php, class Utils_RecordBrowser
    RecordBrowserCommon class.
Utils_RecordBrowserCommon
in file RecordBrowserCommon_0.php, class Utils_RecordBrowserCommon
    RecordBrowserCommon class.
Utils_RecordBrowserInstall
in file RecordBrowserInstall.php, class Utils_RecordBrowserInstall
    RecordBrowser install class.
Utils_RecordBrowser_RecordPicker
in file RecordPicker_0.php, class Utils_RecordBrowser_RecordPicker
Utils_RecordBrowser_RecordPickerInstall
in file RecordPickerInstall.php, class Utils_RecordBrowser_RecordPickerInstall
Utils_RecordBrowser_Reports
in file Reports_0.php, class Utils_RecordBrowser_Reports
Utils_RecordBrowser_ReportsCommon
in file ReportsCommon_0.php, class Utils_RecordBrowser_ReportsCommon
Utils_RecordBrowser_ReportsInstall
in file ReportsInstall.php, class Utils_RecordBrowser_ReportsInstall
Utils_ShortcutCommon
in file ShortcutCommon_0.php, class Utils_ShortcutCommon
Utils_ShortcutInstall
in file ShortcutInstall.php, class Utils_ShortcutInstall
Utils_TabbedBrowser
in file TabbedBrowser_0.php, class Utils_TabbedBrowser
    TabbedBrowser class.
Utils_TabbedBrowserInstall
in file TabbedBrowserInstall.php, class Utils_TabbedBrowserInstall
    TabbedBrowserInstall class.
Utils_TooltipCommon
in file TooltipCommon_0.php, class Utils_TooltipCommon
Utils_TooltipInstall
in file TooltipInstall.php, class Utils_TooltipInstall
Utils_Tree
in file Tree_0.php, class Utils_Tree
Utils_TreeInstall
in file TreeInstall.php, class Utils_TreeInstall
Utils_Watchdog
in file Watchdog_0.php, class Utils_Watchdog
Utils_WatchdogCommon
in file WatchdogCommon_0.php, class Utils_WatchdogCommon
Utils_WatchdogInstall
in file WatchdogInstall.php, class Utils_WatchdogInstall
Utils_Wizard
in file Wizard_0.php, class Utils_Wizard
    Wizard class.
Utils_WizardInstall
in file WizardInstall.php, class Utils_WizardInstall
    WizardInstall class.
uudecode
in file mimeDecode.php, method Mail_mimeDecode::uudecode()
    Checks the input for uuencoded files and returns an array of them. Can be called statically, eg:
v

v

$Version
in file class.phpmailer.php, variable PHPMailer::$Version
    Holds PHPMailer version.
variables.php
procedural page variables.php
validate
in file Setup_0.php, method Base_Setup::validate()
validate
in file ModuleManager_0.php, method Base_ModuleManager::validate()
Variable
in file variables.php, class Variable
Verify
in file class.smtp.php, method SMTP::Verify()
    Verifies that the name is recognized by the server.
version
in file WhoIsOnlineInstall.php, method CRM_WhoIsOnlineInstall::version()
version
in file MonthViewInstall.php, method Applets_MonthViewInstall::version()
version
in file ModuleEditorInstall.php, method Develop_ModuleEditorInstall::version()
version
in file ModuleCreatorInstall.php, method Develop_ModuleCreatorInstall::version()
version
in file MenuInstall.php, method Base_MenuInstall::version()
version
in file MessengerInstall.php, method Utils_MessengerInstall::version()
version
in file NavigationInstall.php, method Base_NavigationInstall::version()
version
in file NoteInstall.php, method Applets_NoteInstall::version()
version
in file QuickAccessInstall.php, method Base_Menu_QuickAccessInstall::version()
version
in file RecordBrowserInstall.php, method Utils_RecordBrowserInstall::version()
version
in file PhoneCallInstall.php, method CRM_PhoneCallInstall::version()
version
in file PathInstall.php, method Utils_PathInstall::version()
version
in file OpenFlashChartInstall.php, method Tests_OpenFlashChartInstall::version()
version
in file MenuInstall.php, method Utils_MenuInstall::version()
version
in file MaintenanceModeInstall.php, method Base_MaintenanceModeInstall::version()
version
in file ImportInstall.php, method CRM_ImportInstall::version()
version
in file LangInstall.php, method Base_LangInstall::version()
version
in file ImageInstall.php, method Utils_ImageInstall::version()
version
in file HostInstall.php, method Applets_HostInstall::version()
version
in file GTalkInstall.php, method Applets_GTalkInstall::version()
version
in file HomePageInstall.php, method Base_HomePageInstall::version()
version
in file LeightboxPromptInstall.php, method Utils_LeightboxPromptInstall::version()
version
in file LoginAuditInstall.php, method CRM_LoginAuditInstall::version()
version
in file MailInstall.php, method Base_MailInstall::version()
version
in file MainModuleIndicatorInstall.php, method Base_MainModuleIndicatorInstall::version()
version
in file MailClientInstall.php, method CRM_MailClientInstall::version()
version
in file MailClientInstall.php, method Apps_MailClientInstall::version()
version
in file LoginInstall.php, method Base_User_LoginInstall::version()
version
in file RecordPickerInstall.php, method Utils_RecordBrowser_RecordPickerInstall::version()
version
in file RegionalSettingsInstall.php, method Base_RegionalSettingsInstall::version()
version
in file TasksInstall.php, method CRM_TasksInstall::version()
version
in file TasksModifiedInstall.php, method Custom_TasksModifiedInstall::version()
version
in file TableBrowserCreatorInstall.php, method Develop_TableBrowserCreatorInstall::version()
version
in file TabbedBrowserInstall.php, method Utils_TabbedBrowserInstall::version()
version
in file StaticPageInstall.php, method Apps_StaticPageInstall::version()
version
in file StatusBarInstall.php, method Base_StatusBarInstall::version()
version
in file TestsInstall.php, method TestsInstall::version()
version
in file ThemeInstall.php, method Base_ThemeInstall::version()
version
in file TwisterGameInstall.php, method Apps_TwisterGameInstall::version()
version
in file UserInstall.php, method Base_UserInstall::version()
version
in file TreeInstall.php, method Utils_TreeInstall::version()
version
in file TooltipInstall.php, method Utils_TooltipInstall::version()
version
in file TimetrackInstall.php, method Apps_TimetrackInstall::version()
version
in file ShoutboxInstall.php, method Apps_ShoutboxInstall::version()
version
in file ShortcutInstall.php, method Utils_ShortcutInstall::version()
version
in file ReportsInstall.php, method CRM_Calendar_ReportsInstall::version()
version
in file ReportsInstall.php, method Utils_RecordBrowser_ReportsInstall::version()
version
in file AboutInstall.php, method Base_AboutInstall::version()
version
in file WizardInstall.php, method Utils_WizardInstall::version()
version
in file ReportInstall.php, method Tests_ReportInstall::version()
version
in file RssFeedInstall.php, method Applets_RssFeedInstall::version()
version
in file SearchInstall.php, method Base_SearchInstall::version()
version
in file SetupInstall.php, method Base_SetupInstall::version()
version
in file WhoIsOnlineInstall.php, method Tools_WhoIsOnlineInstall::version()
version
in file SettingsInstall.php, method Base_User_SettingsInstall::version()
version
in file SetDefaultsInstall.php, method Tools_SetDefaultsInstall::version()
version
in file SessionKeeperInstall.php, method Tools_SessionKeeperInstall::version()
version
in file WatchdogInstall.php, method Utils_WatchdogInstall::version()
version
in file GoogleInstall.php, method Applets_GoogleInstall::version()
version
in file CatFileInstall.php, method Utils_CatFileInstall::version()
version
in file ChainedSelectInstall.php, method Utils_ChainedSelectInstall::version()
version
in file CallbacksInstall.php, method Tests_CallbacksInstall::version()
version
in file AdministratorInstall.php, method Base_Lang_AdministratorInstall::version()
version
in file CalendarInstall.php, method Tests_CalendarInstall::version()
version
in file ClockInstall.php, method Applets_ClockInstall::version()
version
in file CodepressInstall.php, method Tests_CodepressInstall::version()
version
in file ActivitiesInstall.php, method CRM_Contacts_ActivitiesInstall::version()
version
in file CommentInstall.php, method Utils_CommentInstall::version()
version
in file AdministratorInstall.php, method Base_MaintenanceMode_AdministratorInstall::version()
version
in file GenericBrowserInstall.php, method Utils_GenericBrowserInstall::version()
version
in file ColorpickerInstall.php, method Tests_ColorpickerInstall::version()
version
in file CalendarInstall.php, method CRM_CalendarInstall::version()
version
in file CalendarInstall.php, method Utils_CalendarInstall::version()
version
in file BackupInstall.php, method Base_BackupInstall::version()
version
in file BaseInstall.php, method BaseInstall::version()
version
in file ActionBarInstall.php, method Base_ActionBarInstall::version()
version
in file AttachmentInstall.php, method Utils_AttachmentInstall::version()
version
in file AdministratorInstall.php, method Base_Theme_AdministratorInstall::version()
version
in file BBCodeInstall.php, method Utils_BBCodeInstall::version()
version
in file BirthdaysInstall.php, method Applets_BirthdaysInstall::version()
version
in file CalcInstall.php, method Applets_CalcInstall::version()
version
in file AdministratorInstall.php, method Utils_Attachment_AdministratorInstall::version()
version
in file BugtrackInstall.php, method Tests_BugtrackInstall::version()
version
in file BoxInstall.php, method Base_BoxInstall::version()
version
in file BookmarkBrowserInstall.php, method Tests_BookmarkBrowserInstall::version()
version
in file AdministratorInstall.php, method Base_User_AdministratorInstall::version()
version
in file CommonInstall.php, method CRM_CommonInstall::version()
version
in file FileDownloadInstall.php, method Utils_FileDownloadInstall::version()
version
in file ExportXLSInstall.php, method Utils_ExportXLSInstall::version()
version
in file AdminInstall.php, method Base_AdminInstall::version()
version
in file ContactsInstall.php, method CRM_ContactsInstall::version()
version
in file FileUploadInstall.php, method Utils_FileUploadInstall::version()
version
in file FiltersInstall.php, method CRM_FiltersInstall::version()
version
in file ForumInstall.php, method Apps_ForumInstall::version()
version
in file FontSizeInstall.php, method Tools_FontSizeInstall::version()
version
in file FollowupInstall.php, method CRM_FollowupInstall::version()
version
in file FirstRunInstall.php, method FirstRunInstall::version()
version
in file GalleryInstall.php, method Apps_GalleryInstall::version()
version
in file EventInstall.php, method Utils_Calendar_EventInstall::version()
version
in file DashboardInstall.php, method Base_DashboardInstall::version()
Version
in file database.php, method DB::Version()
version
in file CustomMenuInstall.php, method Utils_CustomMenuInstall::version()
version
in file GalleryInstall.php, method Utils_GalleryInstall::version()
version
in file CountriesInstall.php, method Data_CountriesInstall::version()
version
in file DirtyReadInstall.php, method Utils_DirtyReadInstall::version()
version
in file ErrorInstall.php, method Base_ErrorInstall::version()
version
in file EventInstall.php, method Tests_Calendar_EventInstall::version()
version
in file AclInstall.php, method CRM_AclInstall::version()
version
in file EventInstall.php, method CRM_Calendar_EventInstall::version()
version
in file AclInstall.php, method Base_AclInstall::version()
view
in file Attachment_0.php, method Utils_Attachment::view()
view
in file Event_0.php, method CRM_Calendar_Event::view()
view
in file Event_0.php, method Utils_Calendar_Event::view()
view
in file Event_0.php, method Tests_Calendar_Event::view()
view_board
in file Forum_0.php, method Apps_Forum::view_board()
view_edit_history
in file RecordBrowser_0.php, method Utils_RecordBrowser::view_edit_history()
view_entry
in file RecordBrowser_0.php, method Utils_RecordBrowser::view_entry()
view_entry_details
in file RecordBrowser_0.php, method Utils_RecordBrowser::view_entry_details()
view_event
in file Activities_0.php, method CRM_Contacts_Activities::view_event()
view_event
in file Event_0.php, method CRM_Calendar_Event::view_event()
view_event
in file CalendarCommon_0.php, method CRM_CalendarCommon::view_event()
view_event
in file Calendar_0.php, method CRM_Calendar::view_event()
view_field
in file RecordBrowser_0.php, method Utils_RecordBrowser::view_field()
view_file
in file ModuleEditor_0.php, method Develop_ModuleEditor::view_file()
view_queue
in file Attachment_0.php, method Utils_Attachment::view_queue()
view_thread
in file Forum_0.php, method Apps_Forum::view_thread()
w

w

$WordWrap
in file class.phpmailer.php, variable PHPMailer::$WordWrap
    Sets word wrapping on the body of the message to a given number of characters.
WhoIsOnlineCommon_0.php
procedural page WhoIsOnlineCommon_0.php
WhoIsOnlineInstall.php
procedural page WhoIsOnlineInstall.php
WhoIsOnline_0.php
procedural page WhoIsOnline_0.php
WizardCommon_0.php
procedural page WizardCommon_0.php
WizardInstall.php
procedural page WizardInstall.php
Wizard_0.php
procedural page Wizard_0.php
WhoIsOnlineCommon_0.php
procedural page WhoIsOnlineCommon_0.php
WhoIsOnlineInstall.php
procedural page WhoIsOnlineInstall.php
WhoIsOnline_0.php
procedural page WhoIsOnline_0.php
WatchdogCommon_0.php
procedural page WatchdogCommon_0.php
WatchdogInstall.php
procedural page WatchdogInstall.php
Watchdog_0.php
procedural page Watchdog_0.php
WizardInstall.php
procedural page WizardInstall.php
Wizard_0.php
procedural page Wizard_0.php
watchdog_label
in file TasksCommon_0.php, method CRM_TasksCommon::watchdog_label()
watchdog_label
in file PhoneCallCommon_0.php, method CRM_PhoneCallCommon::watchdog_label()
watchdog_label
in file CalendarCommon_0.php, method CRM_CalendarCommon::watchdog_label()
watchdog_label
in file RecordBrowserCommon_0.php, method Utils_RecordBrowserCommon::watchdog_label()
week
in file Calendar_0.php, method Utils_Calendar::week()
wizard_add_table
in file ModuleCreator_0.php, method Develop_ModuleCreator::wizard_add_table()
write
in file Socket.php, method Net_Socket::write()
    Write a specified amount of data.
write
in file session.php, method DBSession::write()
writeLine
in file Socket.php, method Net_Socket::writeLine()
    Write a line of data to the socket, followed by a trailing "\r\n".
write_config
in file setup.php, function write_config()
write_number
in file ExportXLSCommon_0.php, method Utils_ExportXLSCommon::write_number()
write_row
in file ExportXLSCommon_0.php, method Utils_ExportXLSCommon::write_row()
write_string
in file ExportXLSCommon_0.php, method Utils_ExportXLSCommon::write_string()
x

x

x1
in file a_0.php, method Tests_Callbacks_a::x1()
xCacheFlush
in file database.php, method DB::xCacheFlush()
xml_cdata
in file Timetrack_0.php, method Apps_Timetrack::xml_cdata()
xml_close
in file Timetrack_0.php, method Apps_Timetrack::xml_close()
xml_open
in file Timetrack_0.php, method Apps_Timetrack::xml_open()
xxx
in file TabbedBrowser_0.php, method Tests_TabbedBrowser::xxx()
y

y

year
in file Calendar_0.php, method Utils_Calendar::year()
_

_

$_add_empty_fields
in file qf_group.php, variable HTML_QuickForm_commondata_group::$_add_empty_fields
$_add_empty_fields
in file qf.php, variable HTML_QuickForm_commondata::$_add_empty_fields
$_capability
in file POP3.php, variable Net_POP3::$_capability
    The capability response
$_cd
in file qf.php, variable HTML_QuickForm_commondata::$_cd
$_cd_depth
in file qf_group.php, variable HTML_QuickForm_commondata_group::$_cd_depth
$_cd_root
in file qf_group.php, variable HTML_QuickForm_commondata_group::$_cd_root
$_cmd_counter
in file IMAPProtocol.php, variable Net_IMAPProtocol::$_cmd_counter
    Command Number
$_config_data
in file Config_File.class.php, variable Config_File::$_config_data
$_connected
in file IMAPProtocol.php, variable Net_IMAPProtocol::$_connected
    _connected: checks if there is a connection made to a imap server or not
$_debug
in file POP3.php, variable Net_POP3::$_debug
    To allow class debuging
$_debug
in file IMAPProtocol.php, variable Net_IMAPProtocol::$_debug
    To allow class debuging
$_host
in file POP3.php, variable Net_POP3::$_host
$_lastCmdID
in file IMAPProtocol.php, variable Net_IMAPProtocol::$_lastCmdID
    Command Number for IMAP commands
$_maildrop
in file POP3.php, variable Net_POP3::$_maildrop
$_order_by_key
in file qf.php, variable HTML_QuickForm_commondata::$_order_by_key
$_port
in file POP3.php, variable Net_POP3::$_port
$_serverAuthMethods
in file IMAPProtocol.php, variable Net_IMAPProtocol::$_serverAuthMethods
    _serverAuthMethods
$_serverSupportedCapabilities
in file IMAPProtocol.php, variable Net_IMAPProtocol::$_serverSupportedCapabilities
    Capabilities
$_socket
in file POP3.php, variable Net_POP3::$_socket
$_socket
in file IMAPProtocol.php, variable Net_IMAPProtocol::$_socket
    The socket resource being used to connect to the IMAP server.
$_state
in file POP3.php, variable Net_POP3::$_state
$_timeout
in file POP3.php, variable Net_POP3::$_timeout
$_timestamp
in file POP3.php, variable Net_POP3::$_timestamp
$_unParsedReturn
in file IMAPProtocol.php, variable Net_IMAPProtocol::$_unParsedReturn
    Command Number
$_useUTF_7
in file IMAPProtocol.php, variable Net_IMAPProtocol::$_useUTF_7
    Use UTF-7 funcionallity
$__dispatch_map
in file soap.php, variable EpesiContacts::$__dispatch_map
$__dispatch_map
in file soap.php, variable EpesiCalendar::$__dispatch_map
_add_plugin
in file Smarty_Compiler.class.php, method Smarty_Compiler::_add_plugin()
    add plugin
_applet_settings
in file GalleryCommon_0.php, method Apps_GalleryCommon::_applet_settings()
_authCRAM_MD5
in file POP3.php, method Net_POP3::_authCRAM_MD5()
_authCRAM_MD5
in file IMAPProtocol.php, method Net_IMAPProtocol::_authCRAM_MD5()
_authDigest_MD5
in file POP3.php, method Net_POP3::_authDigest_MD5()
_authDigest_MD5
in file IMAPProtocol.php, method Net_IMAPProtocol::_authDigest_MD5()
_authLOGIN
in file POP3.php, method Net_POP3::_authLOGIN()
_authLOGIN
in file IMAPProtocol.php, method Net_IMAPProtocol::_authLOGIN()
_authPLAIN
in file POP3.php, method Net_POP3::_authPLAIN()
_authUSER
in file POP3.php, method Net_POP3::_authUSER()
_cmdApop
in file POP3.php, method Net_POP3::_cmdApop()
_cmdAuthenticate
in file POP3.php, method Net_POP3::_cmdAuthenticate()
_cmdDele
in file POP3.php, method Net_POP3::_cmdDele()
_cmdList
in file POP3.php, method Net_POP3::_cmdList()
_cmdNoop
in file POP3.php, method Net_POP3::_cmdNoop()
_cmdPass
in file POP3.php, method Net_POP3::_cmdPass()
_cmdQuit
in file POP3.php, method Net_POP3::_cmdQuit()
_cmdRetr
in file POP3.php, method Net_POP3::_cmdRetr()
_cmdRset
in file POP3.php, method Net_POP3::_cmdRset()
_cmdStat
in file POP3.php, method Net_POP3::_cmdStat()
_cmdTop
in file POP3.php, method Net_POP3::_cmdTop()
_cmdUidl
in file POP3.php, method Net_POP3::_cmdUidl()
_cmdUser
in file POP3.php, method Net_POP3::_cmdUser()
_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
_createElements
in file qf_group.php, method HTML_QuickForm_commondata_group::_createElements()
_createElements
in file timestamp.php, method HTML_QuickForm_timestamp::_createElements()
_createQuotedString
in file IMAPProtocol.php, method Net_IMAPProtocol::_createQuotedString()
_dequote
in file Smarty.class.php, method Smarty::_dequote()
    Remove starting and ending quotes from the string
_eval
in file Smarty.class.php, method Smarty::_eval()
    wrapper for eval() retaining $this
_expand_quoted_text
in file Smarty_Compiler.class.php, method Smarty_Compiler::_expand_quoted_text()
    expand quoted text with embedded variables
_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
_genericCommand
in file IMAPProtocol.php, method Net_IMAPProtocol::_genericCommand()
_genericImapResponseParser
in file IMAPProtocol.php, method Net_IMAPProtocol::_genericImapResponseParser()
_getEXTarray
in file IMAPProtocol.php, method Net_IMAPProtocol::_getEXTarray()
_getLineLength
in file IMAPProtocol.php, method Net_IMAPProtocol::_getLineLength()
_getMultiline
in file POP3.php, method Net_POP3::_getMultiline()
_getSearchListFromArray
in file IMAP.php, method Net_IMAP::_getSearchListFromArray()
_getSubstr
in file IMAPProtocol.php, method Net_IMAPProtocol::_getSubstr()
_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
_HMAC_MD5
in file Common.php, method Auth_SASL_Common::_HMAC_MD5()
    Function which implements HMAC MD5 digest
_include
in file Smarty.class.php, method Smarty::_include()
    wrapper for include() retaining $this
_is_compiled
in file Smarty.class.php, method Smarty::_is_compiled()
    test if resource needs compiling
_load_filters
in file Smarty_Compiler.class.php, method Smarty_Compiler::_load_filters()
    load pre- and post-filters
_menu
in file ModuleEditorCommon_0.php, method Develop_ModuleEditorCommon::_menu()
_menu
in file ModuleCreatorCommon_0.php, method Develop_ModuleCreatorCommon::_menu()
_parseSpace
in file IMAPProtocol.php, method Net_IMAPProtocol::_parseSpace()
_parseString
in file IMAPProtocol.php, method Net_IMAPProtocol::_parseString()
_parseStructureApplicationArray
in file IMAP.php, method Net_IMAP::_parseStructureApplicationArray()
_parseStructureArray
in file IMAP.php, method Net_IMAP::_parseStructureArray()
_parseStructureCommonFields
in file IMAP.php, method Net_IMAP::_parseStructureCommonFields()
_parseStructureImageArray
in file IMAP.php, method Net_IMAP::_parseStructureImageArray()
_parseStructureMessageArray
in file IMAP.php, method Net_IMAP::_parseStructureMessageArray()
_parseStructureMultipartArray
in file IMAP.php, method Net_IMAP::_parseStructureMultipartArray()
_parseStructureTextArray
in file IMAP.php, method Net_IMAP::_parseStructureTextArray()
_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
_PEAR
in file PEAR.php, method PEAR::_PEAR()
    Destructor (the emulated type of...). Does nothing right now, but is included for forward compatibility, so subclass destructors should always call it.
_PEAR_call_destructors
in file PEAR.php, function _PEAR_call_destructors()
_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
_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
_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_replace
in file Smarty_Compiler.class.php, method Smarty_Compiler::_quote_replace()
    Quote subpattern references
_read_file
in file Smarty.class.php, method Smarty::_read_file()
    read in a file
_retrParsedResponse
in file IMAPProtocol.php, method Net_IMAPProtocol::_retrParsedResponse()
_run_mod_handler
in file Smarty.class.php, method Smarty::_run_mod_handler()
    Handle modifiers
_sendCmd
in file POP3.php, method Net_POP3::_sendCmd()
_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
_syntax_error
in file Smarty_Compiler.class.php, method Smarty_Compiler::_syntax_error()
    display Smarty syntax error
_trigger_fatal_error
in file Smarty.class.php, method Smarty::_trigger_fatal_error()
    trigger Smarty plugin error
_unlink
in file Smarty.class.php, method Smarty::_unlink()
    unlink a file, possibly using expiration time
_VALID_ACCESS
in file include.php, constant _VALID_ACCESS
_VALID_ACCESS
in file soap.php, constant _VALID_ACCESS
__add_row_action
in file GenericBrowser_0.php, method Utils_GenericBrowser::__add_row_action()
    For internal use only.
__add_row_data
in file GenericBrowser_0.php, method Utils_GenericBrowser::__add_row_data()
    For internal use only.
__add_row_js
in file GenericBrowser_0.php, method Utils_GenericBrowser::__add_row_js()
    For internal use only.
__call
in file FileUpload_0.php, method Utils_FileUpload::__call()
    Calls QuickForm method addRule() on own QuickForm object.
__call
in file module.php, method Module::__call()
__construct
in file soap.php, method EpesiCalendar::__construct()
__construct
in file GenericBrowser_0.php, method Utils_GenericBrowser_Row_Object::__construct()
__construct
in file mobile.php, method LinkEntry::__construct()
__construct
in file mobile.php, method StackEntry::__construct()
__construct
in file module.php, method Module::__construct()
    Constructor. Should not be called directly using new Module('name').
__construct
in file soap.php, method EpesiContacts::__construct()
__construct
in file module_primitive.php, method ModulePrimitive::__construct()

Documentation generated on Fri, 26 Dec 2008 21:37:15 -0500 by phpDocumentor 1.4.2