phpDocumentor CoreAPI
MantisPlugin
[ class tree: CoreAPI ] [ index: CoreAPI ] [ all elements ]

Element index for package CoreAPI

Package indexes

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

_

_

_build_attribute_list
in file graphviz_api.php, method Graph::_build_attribute_list()
_print_graph_defaults
in file graphviz_api.php, method Graph::_print_graph_defaults()
__construct
in file session_api.php, method MantisSession::__construct()
__construct
in file session_api.php, method MantisPHPSession::__construct()
a

a

access_can_close_bug
in file access_api.php, function access_can_close_bug()
    Check if the current user can close the specified bug
access_can_reopen_bug
in file access_api.php, function access_can_reopen_bug()
    Check if the current user can reopen the specified bug
access_compare_level
in file access_api.php, function access_compare_level()
    Check the a user's access against the given "threshold" and return true if the user can access, false otherwise.
access_denied
in file access_api.php, function access_denied()
    Function to be called when a user is attempting to access a page that he/she is not authorised to. This outputs an access denied message then re-directs to the mainpage.
access_ensure_bugnote_level
in file access_api.php, function access_ensure_bugnote_level()
    Check if the user has the specified access level for the given bugnote
access_ensure_bug_level
in file access_api.php, function access_ensure_bug_level()
    Check if the user has the specified access level for the given bug
access_ensure_can_close_bug
in file access_api.php, function access_ensure_can_close_bug()
    Make sure that the current user can close the specified bug
access_ensure_can_reopen_bug
in file access_api.php, function access_ensure_can_reopen_bug()
    Make sure that the current user can reopen the specified bug.
access_ensure_global_level
in file access_api.php, function access_ensure_global_level()
    Check if the user has the specified global access level
access_ensure_project_level
in file access_api.php, function access_ensure_project_level()
    Check if the user has the specified access level for the given project
access_get_global_level
in file access_api.php, function access_get_global_level()
    This function only checks the user's global access level, ignoring any
access_get_local_level
in file access_api.php, function access_get_local_level()
    get the user's access level specific to this project.
access_get_project_level
in file access_api.php, function access_get_project_level()
    This function checks the project access level first (for the current project if none is specified) and if the user is not listed, it falls back on the user's global access level.
access_get_status_threshold
in file access_api.php, function access_get_status_threshold()
    get the access level required to change the issue to the new status If there is no specific differentiated access level, use the generic update_bug_status_threshold.
access_has_any_project
in file access_api.php, function access_has_any_project()
    Check whether the user has the specified access level for any project project
access_has_bugnote_level
in file access_api.php, function access_has_bugnote_level()
    Check the current user's access against the given value and return true if the user's access is equal to or higher, false otherwise.
access_has_bug_level
in file access_api.php, function access_has_bug_level()
    Check the current user's access against the given value and return true if the user's access is equal to or higher, false otherwise.
access_has_global_level
in file access_api.php, function access_has_global_level()
    Check the current user's access against the given value and return true if the user's access is equal to or higher, false otherwise.
access_has_project_level
in file access_api.php, function access_has_project_level()
    Check the current user's access against the given value and return true if the user's access is equal to or higher, false otherwise.
access_api.php
procedural page access_api.php
ajax_click_to_edit
in file ajax_api.php, function ajax_click_to_edit()
ajax_api.php
procedural page ajax_api.php
auth_attempt_login
in file authentication_api.php, function auth_attempt_login()
    Attempt to login the user with the given password
auth_attempt_script_login
in file authentication_api.php, function auth_attempt_script_login()
    Allows scripts to login using a login name or ( login name + password )
auth_automatic_logon_bypass_form
in file authentication_api.php, function auth_automatic_logon_bypass_form()
    Identicates whether to bypass logon form e.g. when using http auth
auth_clear_cookies
in file authentication_api.php, function auth_clear_cookies()
    Clear login cookies, return true if they were cleared
auth_does_password_match
in file authentication_api.php, function auth_does_password_match()
    Return true if the password for the user id given matches the given
auth_ensure_user_authenticated
in file authentication_api.php, function auth_ensure_user_authenticated()
    Check that there is a user logged-in and authenticated
auth_generate_confirm_hash
in file authentication_api.php, function auth_generate_confirm_hash()
    Generate a confirm_hash 12 character to valide the password reset request
auth_generate_cookie_string
in file authentication_api.php, function auth_generate_cookie_string()
    Generate a string to use as the identifier for the login cookie
auth_generate_random_password
in file authentication_api.php, function auth_generate_random_password()
    Generate a random 12 character password
auth_generate_unique_cookie_string
in file authentication_api.php, function auth_generate_unique_cookie_string()
    Generate a UNIQUE string to use as the identifier for the login cookie
auth_get_current_user_cookie
in file authentication_api.php, function auth_get_current_user_cookie()
    Return the current user login cookie string,
auth_get_current_user_id
in file authentication_api.php, function auth_get_current_user_id()
    Retrieve user id of current user
auth_http_is_logout_pending
in file authentication_api.php, function auth_http_is_logout_pending()
auth_http_prompt
in file authentication_api.php, function auth_http_prompt()
auth_http_set_logout_pending
in file authentication_api.php, function auth_http_set_logout_pending()
auth_is_cookie_string_unique
in file authentication_api.php, function auth_is_cookie_string_unique()
    Return true if the cookie login identifier is unique, false otherwise
auth_is_cookie_valid
in file authentication_api.php, function auth_is_cookie_valid()
    is cookie valid?
auth_is_user_authenticated
in file authentication_api.php, function auth_is_user_authenticated()
    Return true if there is a currently logged in and authenticated user, false otherwise
auth_logout
in file authentication_api.php, function auth_logout()
    Logout the current user and remove any remaining cookies from their browser
auth_prepare_password
in file authentication_api.php, function auth_prepare_password()
    prepare/override the password provided from logon form (if necessary)
auth_prepare_username
in file authentication_api.php, function auth_prepare_username()
    prepare/override the username provided from logon form (if necessary)
auth_process_plain_password
in file authentication_api.php, function auth_process_plain_password()
    Encrypt and return the plain password given, as appropriate for the current global login method.
auth_reauthenticate
in file authentication_api.php, function auth_reauthenticate()
    Check for authentication tokens, and display re-authentication page if needed.
auth_reauthenticate_page
in file authentication_api.php, function auth_reauthenticate_page()
    Generate the intermediate authentication page.
auth_set_cookies
in file authentication_api.php, function auth_set_cookies()
    Set login cookies for the user
auth_set_tokens
in file authentication_api.php, function auth_set_tokens()
    Set authentication tokens for secure session.
authentication_api.php
procedural page authentication_api.php
$ADODB_FETCH_MODE
in file database_api.php, global variable $ADODB_FETCH_MODE
    set adodb fetch mode
$attributes
in file graphviz_api.php, variable Graph::$attributes
add_edge
in file graphviz_api.php, method Graph::add_edge()
add_node
in file graphviz_api.php, method Graph::add_node()
$amount
in file sponsorship_api.php, variable SponsorshipData::$amount
$atime
in file timer_api.php, variable BC_Timer::$atime
$advanced_report
in file user_pref_api.php, variable UserPreferences::$advanced_report
$advanced_update
in file user_pref_api.php, variable UserPreferences::$advanced_update
$advanced_view
in file user_pref_api.php, variable UserPreferences::$advanced_view
b

b

bug_assign
in file bug_api.php, function bug_assign()
    assign the bug to the given user
bug_cache_array_rows
in file bug_api.php, function bug_cache_array_rows()
    Cache a set of bugs
bug_cache_database_result
in file bug_api.php, function bug_cache_database_result()
    Cache a database result-set containing full contents of bug_table row.
bug_cache_row
in file bug_api.php, function bug_cache_row()
    Cache a bug row if necessary and return the cached copy
bug_check_workflow
in file bug_api.php, function bug_check_workflow()
    Validate workflow state to see if bug can be moved to requested state
bug_clear_cache
in file bug_api.php, function bug_clear_cache()
    Clear a bug from the cache or all bugs if no bug id specified.
bug_close
in file bug_api.php, function bug_close()
    close the given bug
bug_copy
in file bug_api.php, function bug_copy()
    Copy a bug from one project to another. Also make copies of issue notes, attachments, history, email notifications etc.
bug_create
in file bug_api.php, function bug_create()
    Insert a new bug into the database
bug_delete
in file bug_api.php, function bug_delete()
    allows bug deletion :
bug_delete_all
in file bug_api.php, function bug_delete_all()
    Delete all bugs associated with a project
bug_ensure_exists
in file bug_api.php, function bug_ensure_exists()
    Check if a bug exists. If it doesn't then trigger an error
bug_exists
in file bug_api.php, function bug_exists()
    Check if a bug exists
bug_format_id
in file bug_api.php, function bug_format_id()
    Pads the bug id with the appropriate number of zeros.
bug_format_summary
in file bug_api.php, function bug_format_summary()
    return the bug summary
bug_get
in file bug_api.php, function bug_get()
    Returns an object representing the specified bug
bug_get_attachments
in file bug_api.php, function bug_get_attachments()
    Get array of attachments associated with the specified bug id. The array will be sorted in terms of date added (ASC). The array will include the following fields: id, title, diskfile, filename, filesize, file_type, date_added.
bug_get_bugnote_count
in file bug_api.php, function bug_get_bugnote_count()
    Returns the number of bugnotes for the given bug_id
bug_get_bugnote_stats
in file bug_api.php, function bug_get_bugnote_stats()
    return the timestamp for the most recent time at which a bugnote
bug_get_extended_row
in file bug_api.php, function bug_get_extended_row()
    Returns the extended record of the specified bug, this includes
bug_get_field
in file bug_api.php, function bug_get_field()
    return the specified field of the given bug
bug_get_newest_bugnote_timestamp
in file bug_api.php, function bug_get_newest_bugnote_timestamp()
    return the timestamp for the most recent time at which a bugnote
bug_get_row
in file bug_api.php, function bug_get_row()
    Returns the record of the specified bug
bug_get_text_field
in file bug_api.php, function bug_get_text_field()
    return the specified text field of the given bug
bug_is_overdue
in file bug_api.php, function bug_is_overdue()
    Check if a given bug is overdue
bug_is_readonly
in file bug_api.php, function bug_is_readonly()
    Check if the bug is readonly and shouldn't be modified For a bug to be readonly the status has to be >= bug_readonly_status_threshold and current user access level < update_readonly_bug_threshold.
bug_is_resolved
in file bug_api.php, function bug_is_resolved()
    Check if a given bug is resolved
bug_is_user_handler
in file bug_api.php, function bug_is_user_handler()
    check if the given user is the handler of the bug
bug_is_user_reporter
in file bug_api.php, function bug_is_user_reporter()
    check if the given user is the reporter of the bug
bug_monitor
in file bug_api.php, function bug_monitor()
    enable monitoring of this bug for the user
bug_prepare_display
in file bug_api.php, function bug_prepare_display()
    Return a copy of the bug structure with all the instvars prepared for editing
bug_prepare_edit
in file bug_api.php, function bug_prepare_edit()
    Return a copy of the bug structure with all the instvars prepared for editing
bug_reopen
in file bug_api.php, function bug_reopen()
    reopen the given bug
bug_resolve
in file bug_api.php, function bug_resolve()
    resolve the given bug
bug_set_field
in file bug_api.php, function bug_set_field()
    Set the value of a bug field
bug_text_cache_row
in file bug_api.php, function bug_text_cache_row()
    Cache a bug text row if necessary and return the cached copy
bug_text_clear_cache
in file bug_api.php, function bug_text_clear_cache()
    Clear a bug's bug text from the cache or all bug text if no bug id specified.
bug_unmonitor
in file bug_api.php, function bug_unmonitor()
    disable monitoring of this bug for the user if $p_user_id = null, then bug is unmonitored for all users.
bug_update
in file bug_api.php, function bug_update()
    Update a bug from the given data structure
bug_update_date
in file bug_api.php, function bug_update_date()
    updates the last_updated field
bug_api.php
procedural page bug_api.php
bug_group_action_print_action_fields
in file bug_group_action_api.php, function bug_group_action_print_action_fields()
    Prints the list of fields in the custom action form. These are the user inputs and the submit button. This ends up calling action_<action>_print_fields() from bug_actiongroup_<action>_inc.php
bug_group_action_print_bottom
in file bug_group_action_api.php, function bug_group_action_print_bottom()
    Print the bottom part for the bug action group page.
bug_group_action_print_bug_list
in file bug_group_action_api.php, function bug_group_action_print_bug_list()
    Print the list of selected issues and the legend for the status colors.
bug_group_action_print_hidden_fields
in file bug_group_action_api.php, function bug_group_action_print_hidden_fields()
    Print the array of issue ids via hidden fields in the form to be passed on to the bug action group action page.
bug_group_action_print_title
in file bug_group_action_api.php, function bug_group_action_print_title()
    Prints some title text for the custom action page. This ends up calling action_<action>_print_title() from bug_actiongroup_<action>_inc.php
bug_group_action_print_top
in file bug_group_action_api.php, function bug_group_action_print_top()
    Print the top part for the bug action group page.
bug_group_action_process
in file bug_group_action_api.php, function bug_group_action_process()
    Executes an action on a bug. This ends up calling action_<action>_process() from bug_actiongroup_<action>_inc.php
bug_group_action_validate
in file bug_group_action_api.php, function bug_group_action_validate()
    Validates the combination of an action and a bug. This ends up calling action_<action>_validate() from bug_actiongroup_<action>_inc.php
bug_group_action_api.php
procedural page bug_group_action_api.php
bugnote_add
in file bugnote_api.php, function bugnote_add()
    Add a bugnote to a bug
bugnote_date_update
in file bugnote_api.php, function bugnote_date_update()
    Update the last_modified field of the bugnote
bugnote_delete
in file bugnote_api.php, function bugnote_delete()
    Delete a bugnote
bugnote_delete_all
in file bugnote_api.php, function bugnote_delete_all()
    delete all bugnotes associated with the given bug
bugnote_ensure_exists
in file bugnote_api.php, function bugnote_ensure_exists()
    Check if a bugnote with the given ID exists
bugnote_exists
in file bugnote_api.php, function bugnote_exists()
    Check if a bugnote with the given ID exists
bugnote_format_id
in file bugnote_api.php, function bugnote_format_id()
    Pad the bugnote id with the appropriate number of zeros for printing
bugnote_get_all_bugnotes
in file bugnote_api.php, function bugnote_get_all_bugnotes()
    Build the bugnotes array for the given bug_id. Bugnotes are sorted by date_submitted according to 'bugnote_order' configuration setting.
bugnote_get_all_visible_bugnotes
in file bugnote_api.php, function bugnote_get_all_visible_bugnotes()
    Build the bugnotes array for the given bug_id filtered by specified $p_user_access_level.
bugnote_get_field
in file bugnote_api.php, function bugnote_get_field()
    Get a field for the given bugnote
bugnote_get_latest_id
in file bugnote_api.php, function bugnote_get_latest_id()
    Get latest bugnote id
bugnote_get_text
in file bugnote_api.php, function bugnote_get_text()
    Get the text associated with the bugnote
bugnote_is_user_reporter
in file bugnote_api.php, function bugnote_is_user_reporter()
    Check if the given user is the reporter of the bugnote
bugnote_set_text
in file bugnote_api.php, function bugnote_set_text()
    Set the bugnote text
bugnote_set_time_tracking
in file bugnote_api.php, function bugnote_set_time_tracking()
    Update the time_tracking field of the bugnote
bugnote_set_view_state
in file bugnote_api.php, function bugnote_set_view_state()
    Set the view state of the bugnote
bugnote_stats_get_events_array
in file bugnote_api.php, function bugnote_stats_get_events_array()
    Returns an array of bugnote stats
bugnote_stats_get_project_array
in file bugnote_api.php, function bugnote_stats_get_project_array()
    Returns an array of bugnote stats
bugnote_api.php
procedural page bugnote_api.php
$body
in file email_queue_api.php, variable EmailData::$body
BugRelationshipData
in file relationship_api.php, class BugRelationshipData
$bug_id
in file sponsorship_api.php, variable SponsorshipData::$bug_id
BC_Timer
in file timer_api.php, method BC_Timer::BC_Timer()
BC_Timer
in file timer_api.php, class BC_Timer
$bugnote_order
in file user_pref_api.php, variable UserPreferences::$bugnote_order
c

c

category_add
in file category_api.php, function category_add()
    Add a new category to the project
category_cache_array_rows
in file category_api.php, function category_cache_array_rows()
category_cache_array_rows_by_project
in file category_api.php, function category_cache_array_rows_by_project()
category_ensure_exists
in file category_api.php, function category_ensure_exists()
    Check whether the category exists in the project
category_ensure_unique
in file category_api.php, function category_ensure_unique()
    Check whether the category is unique within a project
category_exists
in file category_api.php, function category_exists()
    Check whether the category exists in the project
category_full_name
in file category_api.php, function category_full_name()
    Retrieves category name (including project name if required)
category_get_all_rows
in file category_api.php, function category_get_all_rows()
    Return all categories for the specified project id.
category_get_field
in file category_api.php, function category_get_field()
    Given a category id and a field name, this function returns the field value.
category_get_id_by_name
in file category_api.php, function category_get_id_by_name()
    Given a category name and project, this function returns the category id.
category_get_name
in file category_api.php, function category_get_name()
    Given a category id, this function returns the category name.
category_get_row
in file category_api.php, function category_get_row()
    Return the definition row for the category
category_is_unique
in file category_api.php, function category_is_unique()
    Check whether the category is unique within a project
category_remove
in file category_api.php, function category_remove()
    Remove a category from the project
category_remove_all
in file category_api.php, function category_remove_all()
    Remove all categories associated with a project
category_sort_rows_by_project
in file category_api.php, function category_sort_rows_by_project()
    Sort categories based on what project they're in.
category_update
in file category_api.php, function category_update()
    Update the name and user associated with the category
category_api.php
procedural page category_api.php
collapse_cache_token
in file collapse_api.php, function collapse_cache_token()
    Cache collapse API data from the database for the current user.
collapse_closed
in file collapse_api.php, function collapse_closed()
    Marks the end of a collapse block's open phase and the beginning of the block's closed phase. Thi will only be visible if the block have been collapsed and javascript is enabled.
collapse_display
in file collapse_api.php, function collapse_display()
    Determine if a block should be displayed open by default.
collapse_end
in file collapse_api.php, function collapse_end()
    Marks the end of a collaps block's closed phase.
collapse_icon
in file collapse_api.php, function collapse_icon()
    Marks the location where a +/- icon is placed in output for the user to toggle the collapse block status.
collapse_open
in file collapse_api.php, function collapse_open()
    Marks the beginning of a collapse block's open phase.
collapse_api.php
procedural page collapse_api.php
columns_ensure_valid
in file columns_api.php, function columns_ensure_valid()
    Checks an array of columns for duplicate or invalid fields.
columns_get_all
in file columns_api.php, function columns_get_all()
    Get all accessible columns for the current project / current user..
columns_get_standard
in file columns_api.php, function columns_get_standard()
    Get a list of standard columns.
columns_remove_invalid
in file columns_api.php, function columns_remove_invalid()
    Validates an array of column names and removes ones that are not valid. The validation is not case sensitive.
columns_string_to_array
in file columns_api.php, function columns_string_to_array()
    Converts a string of comma separate column names to an array.
column_get_custom_field_name
in file columns_api.php, function column_get_custom_field_name()
    Given a column name from the array of columns to be included in a view, this method checks if the column is a custom column and if so returns its name. Note that for custom fields, then provided names will have the "custom_" prefix, where the returned ones won't have the prefix.
column_get_title
in file columns_api.php, function column_get_title()
    Gets the localized title for the specified column. The column can be native or custom.
column_is_extended
in file columns_api.php, function column_is_extended()
    Checks if the specified column is an extended column. Extended columns are native columns that are associated with the issue but are saved in mantis_bug_text_table.
columns_api.php
procedural page columns_api.php
compress_disable
in file compress_api.php, function compress_disable()
    Disable output buffering with compression.
compress_enable
in file compress_api.php, function compress_enable()
    Enable output buffering with compression.
compress_handler
in file compress_api.php, function compress_handler()
    Output Buffering handler that either compresses the buffer or just.
compress_is_enabled
in file compress_api.php, function compress_is_enabled()
    Check if compression should be enabled.
compress_api.php
procedural page compress_api.php
config_can_delete
in file config_api.php, function config_can_delete()
config_can_set_in_database
in file config_api.php, function config_can_set_in_database()
config_delete
in file config_api.php, function config_delete()
config_delete_for_user
in file config_api.php, function config_delete_for_user()
    Delete the specified option for the specified user.across all projects.
config_delete_project
in file config_api.php, function config_delete_project()
config_eval
in file config_api.php, function config_eval()
config_flush_cache
in file config_api.php, function config_flush_cache()
config_get
in file config_api.php, function config_get()
config_get_access
in file config_api.php, function config_get_access()
config_get_global
in file config_api.php, function config_get_global()
config_is_private
in file config_api.php, function config_is_private()
config_is_set
in file config_api.php, function config_is_set()
config_obsolete
in file config_api.php, function config_obsolete()
config_set
in file config_api.php, function config_set()
config_set_cache
in file config_api.php, function config_set_cache()
config_set_global
in file config_api.php, function config_set_global()
config_api.php
procedural page config_api.php
csv_api.php
procedural page csv_api.php
csv_escape_string
in file csv_api.php, function csv_escape_string()
    escape a string before writing it to csv file.
csv_format_additional_information
in file csv_api.php, function csv_format_additional_information()
    return the additional information
csv_format_build
in file csv_api.php, function csv_format_build()
    return the build
csv_format_category_id
in file csv_api.php, function csv_format_category_id()
    return the category
csv_format_date_submitted
in file csv_api.php, function csv_format_date_submitted()
    return the date submitted
csv_format_description
in file csv_api.php, function csv_format_description()
    return the description
csv_format_duplicate_id
in file csv_api.php, function csv_format_duplicate_id()
    return the duplicate bug id
csv_format_eta
in file csv_api.php, function csv_format_eta()
    return the eta
csv_format_fixed_in_version
in file csv_api.php, function csv_format_fixed_in_version()
    return the fixed_in_version
csv_format_handler_id
in file csv_api.php, function csv_format_handler_id()
    returns the handler name corresponding to the supplied id
csv_format_id
in file csv_api.php, function csv_format_id()
    format bug id
csv_format_last_updated
in file csv_api.php, function csv_format_last_updated()
    return the last updated date
csv_format_os
in file csv_api.php, function csv_format_os()
    return the operating system
csv_format_os_build
in file csv_api.php, function csv_format_os_build()
    return the os build (os version)
csv_format_platform
in file csv_api.php, function csv_format_platform()
    return the platform
csv_format_priority
in file csv_api.php, function csv_format_priority()
    return the priority string
csv_format_projection
in file csv_api.php, function csv_format_projection()
    return the projection
csv_format_project_id
in file csv_api.php, function csv_format_project_id()
    returns the project name corresponding to the supplied project id.
csv_format_reporter_id
in file csv_api.php, function csv_format_reporter_id()
    returns the reporter name corresponding to the supplied id.
csv_format_reproducibility
in file csv_api.php, function csv_format_reproducibility()
    return the reproducability string
csv_format_resolution
in file csv_api.php, function csv_format_resolution()
    return the resolution string
csv_format_selection
in file csv_api.php, function csv_format_selection()
    return the selection
csv_format_severity
in file csv_api.php, function csv_format_severity()
    return the severity string
csv_format_status
in file csv_api.php, function csv_format_status()
    return the status string
csv_format_steps_to_reproduce
in file csv_api.php, function csv_format_steps_to_reproduce()
    return the steps to reproduce
csv_format_summary
in file csv_api.php, function csv_format_summary()
    return the summary
csv_format_target_version
in file csv_api.php, function csv_format_target_version()
    return the target_version
csv_format_version
in file csv_api.php, function csv_format_version()
    return the version
csv_format_view_state
in file csv_api.php, function csv_format_view_state()
    return the view state (eg: private / public)
csv_get_columns
in file csv_api.php, function csv_get_columns()
    An array of column names that are used to identify fields to include and in which order.
csv_get_default_filename
in file csv_api.php, function csv_get_default_filename()
    if all projects selected, default to <username>.csv, otherwise default to <projectname>.csv.
csv_get_newline
in file csv_api.php, function csv_get_newline()
    get the csv file new line, can be moved to config in the future
csv_get_separator
in file csv_api.php, function csv_get_separator()
    get the csv file separator, can be moved to config in the future
current_user_api.php
procedural page current_user_api.php
current_user_ensure_unprotected
in file current_user_api.php, function current_user_ensure_unprotected()
    Triggers an ERROR if the current user account is protected
current_user_get_accessible_projects
in file current_user_api.php, function current_user_get_accessible_projects()
    Returns an array of projects that are accessible to the current logged in user.
current_user_get_accessible_subprojects
in file current_user_api.php, function current_user_get_accessible_subprojects()
    Returns an array of subprojects of the specified project to which the currently logged in user has access to.
current_user_get_access_level
in file current_user_api.php, function current_user_get_access_level()
    Returns the access level of the current user in the current project
current_user_get_all_accessible_subprojects
in file current_user_api.php, function current_user_get_all_accessible_subprojects()
    Returns an array of subprojects of the specified project to which the currently logged in user has access, including subprojects of subprojects
current_user_get_assigned_open_bug_count
in file current_user_api.php, function current_user_get_assigned_open_bug_count()
    Returns the number of open issues that are assigned to the current user in the current project.
current_user_get_bug_filter
in file current_user_api.php, function current_user_get_bug_filter()
    Returns the issue filter parameters for the current user
current_user_get_field
in file current_user_api.php, function current_user_get_field()
    Returns the specified field of the currently logged in user
current_user_get_pref
in file current_user_api.php, function current_user_get_pref()
    Returns the specified field of the currently logged in user
current_user_get_reported_open_bug_count
in file current_user_api.php, function current_user_get_reported_open_bug_count()
    Returns the number of open reported bugs by the current user in the current project
current_user_is_administrator
in file current_user_api.php, function current_user_is_administrator()
    Returns true if the currently logged in user is has a role of administrator or higher, false otherwise
current_user_is_anonymous
in file current_user_api.php, function current_user_is_anonymous()
    Returns true if the currently user is the anonymous user
current_user_is_protected
in file current_user_api.php, function current_user_is_protected()
    Returns true if the currently logged in user protected, false otherwise
current_user_set_default_project
in file current_user_api.php, function current_user_set_default_project()
    Return the specified field of the currently logged in user
current_user_set_pref
in file current_user_api.php, function current_user_set_pref()
    Sets the specified preference for the current logged in user.
custom_field_api.php
procedural page custom_field_api.php
custom_field_allow_manage_display
in file custom_field_api.php, function custom_field_allow_manage_display()
custom_field_cache_array_rows
in file custom_field_api.php, function custom_field_cache_array_rows()
    Cache custom fields contained within an array of field id's
custom_field_cache_row
in file custom_field_api.php, function custom_field_cache_row()
    Cache a custom field row if necessary and return the cached copy If the second parameter is true (default), trigger an error if the field can't be found. If the second parameter is false, return false if the field can't be found.
custom_field_clear_cache
in file custom_field_api.php, function custom_field_clear_cache()
    Clear the custom field cache (or just the given id if specified)
custom_field_create
in file custom_field_api.php, function custom_field_create()
    create a new custom field with the name $p_name
custom_field_database_to_value
in file custom_field_api.php, function custom_field_database_to_value()
    Convert the database-value to value, depending of the type
custom_field_default_to_value
in file custom_field_api.php, function custom_field_default_to_value()
    Convert the default-value to value depending on the type. For example, in case of date, this would translate 'tomorrow' to tomorrow's date.
custom_field_delete_all_values
in file custom_field_api.php, function custom_field_delete_all_values()
    Delete all custom values associated with the specified bug.
custom_field_destroy
in file custom_field_api.php, function custom_field_destroy()
    Delete the field definition and all associated values and project associations
custom_field_distinct_values
in file custom_field_api.php, function custom_field_distinct_values()
    Get All Possible Values for a Field.
custom_field_ensure_exists
in file custom_field_api.php, function custom_field_ensure_exists()
    Check to see whether the field id is defined
custom_field_ensure_name_unique
in file custom_field_api.php, function custom_field_ensure_name_unique()
    Check to see whether the name is unique
custom_field_exists
in file custom_field_api.php, function custom_field_exists()
    Check to see whether the field id is defined
custom_field_get_all_linked_fields
in file custom_field_api.php, function custom_field_get_all_linked_fields()
    Gets the custom fields array for the given bug. Array keys are custom field names.
custom_field_get_definition
in file custom_field_api.php, function custom_field_get_definition()
    Return a field definition row for the field or error if the field does not exist
custom_field_get_field
in file custom_field_api.php, function custom_field_get_field()
    Return a single database field from a custom field definition row for the field
custom_field_get_ids
in file custom_field_api.php, function custom_field_get_ids()
    Return an array all custom field ids sorted by name
custom_field_get_id_from_name
in file custom_field_api.php, function custom_field_get_id_from_name()
    Get the id of the custom field with the specified name.
custom_field_get_linked_fields
in file custom_field_api.php, function custom_field_get_linked_fields()
    Gets the custom fields array for the given bug readable by specified level.
custom_field_get_linked_ids
in file custom_field_api.php, function custom_field_get_linked_ids()
    Return an array of ids of custom fields bound to the specified project
custom_field_get_project_ids
in file custom_field_api.php, function custom_field_get_project_ids()
    Return an array of ids of projects related to the specified custom field
custom_field_get_sequence
in file custom_field_api.php, function custom_field_get_sequence()
    Gets the sequence number for the specified custom field for the specified project. Returns false in case of error.
custom_field_get_value
in file custom_field_api.php, function custom_field_get_value()
    Get the value of a custom field for the given bug
custom_field_has_read_access
in file custom_field_api.php, function custom_field_has_read_access()
    Return true if the user can read the value of the field for the given bug, false otherwise.
custom_field_has_read_access_by_project_id
in file custom_field_api.php, function custom_field_has_read_access_by_project_id()
    Return true if the user can read the value of the field for the given project, false otherwise.
custom_field_has_write_access
in file custom_field_api.php, function custom_field_has_write_access()
    Return true if the user can modify the value of the field for the given bug, false otherwise.
custom_field_has_write_access_to_project
in file custom_field_api.php, function custom_field_has_write_access_to_project()
    Return true if the user can modify the value of the field for the given project, false otherwise.
custom_field_is_linked
in file custom_field_api.php, function custom_field_is_linked()
    Check to see whether the field is included in the given project
custom_field_is_name_unique
in file custom_field_api.php, function custom_field_is_name_unique()
    Check to see whether the name is unique return false if a field with the name already exists, true otherwise if an id is specified, then the corresponding record is excluded from the uniqueness test.
custom_field_link
in file custom_field_api.php, function custom_field_link()
    Add a custom field to a project
custom_field_prepare_possible_values
in file custom_field_api.php, function custom_field_prepare_possible_values()
    $p_possible_values: possible values to be pre-processed. If it has enum values, it will be left as is. If it has a method, it will be replaced by the list.
custom_field_set_sequence
in file custom_field_api.php, function custom_field_set_sequence()
    Sets the sequence number for the specified custom field for the specified project.
custom_field_set_value
in file custom_field_api.php, function custom_field_set_value()
    Set the value of a custom field for a given bug
custom_field_type
in file custom_field_api.php, function custom_field_type()
    Return the type of a custom field if it exists.
custom_field_unlink
in file custom_field_api.php, function custom_field_unlink()
    Remove a custom field from a project return true on success, false on failure
custom_field_unlink_all
in file custom_field_api.php, function custom_field_unlink_all()
    Delete all associations of custom fields to the specified project return true on success, false on failure
custom_field_update
in file custom_field_api.php, function custom_field_update()
    Update the field definition
custom_field_validate
in file custom_field_api.php, function custom_field_validate()
    Allows the validation of a custom field value without setting it or needing a bug to exist.
custom_field_value_to_database
in file custom_field_api.php, function custom_field_value_to_database()
    Convert the value to save it into the database, depending of the type
custom_function_api.php
procedural page custom_function_api.php
custom_function_default_auth_can_change_password
in file custom_function_api.php, function custom_function_default_auth_can_change_password()
custom_function_default_changelog_include_issue
in file custom_function_api.php, function custom_function_default_changelog_include_issue()
custom_function_default_changelog_print_issue
in file custom_function_api.php, function custom_function_default_changelog_print_issue()
custom_function_default_checkin
in file custom_function_api.php, function custom_function_default_checkin()
custom_function_default_enum_categories
in file custom_function_api.php, function custom_function_default_enum_categories()
custom_function_default_enum_future_versions
in file custom_function_api.php, function custom_function_default_enum_future_versions()
custom_function_default_enum_released_versions
in file custom_function_api.php, function custom_function_default_enum_released_versions()
custom_function_default_enum_versions
in file custom_function_api.php, function custom_function_default_enum_versions()
custom_function_default_format_issue_summary
in file custom_function_api.php, function custom_function_default_format_issue_summary()
custom_function_default_get_columns_to_view
in file custom_function_api.php, function custom_function_default_get_columns_to_view()
custom_function_default_issue_create_notify
in file custom_function_api.php, function custom_function_default_issue_create_notify()
custom_function_default_issue_create_validate
in file custom_function_api.php, function custom_function_default_issue_create_validate()
custom_function_default_issue_delete_notify
in file custom_function_api.php, function custom_function_default_issue_delete_notify()
custom_function_default_issue_delete_validate
in file custom_function_api.php, function custom_function_default_issue_delete_validate()
custom_function_default_issue_update_notify
in file custom_function_api.php, function custom_function_default_issue_update_notify()
custom_function_default_issue_update_validate
in file custom_function_api.php, function custom_function_default_issue_update_validate()
custom_function_default_print_bug_view_page_custom_buttons
in file custom_function_api.php, function custom_function_default_print_bug_view_page_custom_buttons()
custom_function_default_print_column_title
in file custom_function_api.php, function custom_function_default_print_column_title()
custom_function_default_print_column_value
in file custom_function_api.php, function custom_function_default_print_column_value()
custom_function_default_roadmap_include_issue
in file custom_function_api.php, function custom_function_default_roadmap_include_issue()
custom_function_default_roadmap_print_issue
in file custom_function_api.php, function custom_function_default_roadmap_print_issue()
cmp_dates
in file graph_api.php, function cmp_dates()
create_bug_enum_summary
in file graph_api.php, function create_bug_enum_summary()
create_category_summary
in file graph_api.php, function create_category_summary()
create_cumulative_bydate
in file graph_api.php, function create_cumulative_bydate()
create_developer_summary
in file graph_api.php, function create_developer_summary()
create_reporter_summary
in file graph_api.php, function create_reporter_summary()
check_checked
in file helper_api.php, function check_checked()
check_selected
in file helper_api.php, function check_selected()
d

d

database_api.php
procedural page database_api.php
db_affected_rows
in file database_api.php, function db_affected_rows()
    Retrieve number of rows affected by a specific database query
db_bind_date
in file database_api.php, function db_bind_date()
    prepare a date for binding in the format database accepts.
db_bind_timestamp
in file database_api.php, function db_bind_timestamp()
    prepare a date/time for binding in the format database accepts.
db_check_database_support
in file database_api.php, function db_check_database_support()
    Returns whether php supprot for a database is enabled
db_close
in file database_api.php, function db_close()
    close the connection.
db_connect
in file database_api.php, function db_connect()
    Open a connection to the database.
db_count_queries
in file database_api.php, function db_count_queries()
    count queries
db_count_unique_queries
in file database_api.php, function db_count_unique_queries()
    count unique queries
db_date
in file database_api.php, function db_date()
    convert unix timestamp to db compatible date
db_error
in file database_api.php, function db_error()
    send both the error number and error message and query (optional) as paramaters for a triggered error
db_error_msg
in file database_api.php, function db_error_msg()
    Returns the last status or error message. Returns the last status or error message. The error message is reset when Execute() is called.
db_error_num
in file database_api.php, function db_error_num()
    Returns the last error number. The error number is reset after every call to Execute(). If 0 is returned, no error occurred.
db_fetch_array
in file database_api.php, function db_fetch_array()
    Retrieve the next row returned from a specific database query
db_field_exists
in file database_api.php, function db_field_exists()
    Check if the specified field exists in a given table
db_field_names
in file database_api.php, function db_field_names()
    Retrieve list of fields for a given table
db_get_table
in file database_api.php, function db_get_table()
    get database table name
db_get_table_list
in file database_api.php, function db_get_table_list()
    get list database tables
db_helper_compare_days
in file database_api.php, function db_helper_compare_days()
    A helper function to compare two dates against a certain number of days
db_helper_like
in file database_api.php, function db_helper_like()
    A helper function that generates a case-sensitive or case-insensitive like phrase based on the current db type.
db_index_exists
in file database_api.php, function db_index_exists()
    Check if the specified table index exists.
db_insert_id
in file database_api.php, function db_insert_id()
    return the last inserted id for a specific database table
db_is_connected
in file database_api.php, function db_is_connected()
    Returns whether a connection to the database exists
db_is_db2
in file database_api.php, function db_is_db2()
    Checks if the database driver is DB2
db_is_mssql
in file database_api.php, function db_is_mssql()
    Checks if the database driver is MS SQL
db_is_mysql
in file database_api.php, function db_is_mysql()
    Checks if the database driver is MySQL
db_is_pgsql
in file database_api.php, function db_is_pgsql()
    Checks if the database driver is PostgreSQL
db_minutes_to_hhmm
in file database_api.php, function db_minutes_to_hhmm()
    convert minutes to a time format [h]h:mm
db_now
in file database_api.php, function db_now()
    return current timestamp for DB
db_null_date
in file database_api.php, function db_null_date()
    return a DB compatible date, representing a unixtime(0) + 1 second. Internally considered a NULL date
db_num_rows
in file database_api.php, function db_num_rows()
    Retrieve number of rows returned for a specific database query
db_param
in file database_api.php, function db_param()
    Generate a string to insert a parameter into a database query string
db_prepare_binary_string
in file database_api.php, function db_prepare_binary_string()
    prepare a binary string before DB insertion
db_prepare_bool
in file database_api.php, function db_prepare_bool()
    prepare a boolean for database insertion.
db_prepare_double
in file database_api.php, function db_prepare_double()
    prepare a double for database insertion.
db_prepare_int
in file database_api.php, function db_prepare_int()
    prepare a int for database insertion.
db_prepare_string
in file database_api.php, function db_prepare_string()
    prepare a string before DB insertion
db_query
in file database_api.php, function db_query()
    execute query, requires connection to be opened An error will be triggered if there is a problem executing the query.
db_query_bound
in file database_api.php, function db_query_bound()
    execute query, requires connection to be opened An error will be triggered if there is a problem executing the query.
db_result
in file database_api.php, function db_result()
    Retrieve a result returned from a specific database query
db_table_exists
in file database_api.php, function db_table_exists()
    Check if the specified table exists.
db_timestamp
in file database_api.php, function db_timestamp()
    generate a date/time in database format of a date
db_time_queries
in file database_api.php, function db_time_queries()
    get total time for queries
db_unixtimestamp
in file database_api.php, function db_unixtimestamp()
    generate a integer unixtimestamp of a date
date_api.php
procedural page date_api.php
date_finish_calendar
in file date_api.php, function date_finish_calendar()
    creates javascript calendar objects, point to input element ($p_field_name) that diaplays date, and connects it with calendar button ($p_button_name) created with date_print_calendar.
date_get_null
in file date_api.php, function date_get_null()
    gets null date
date_is_null
in file date_api.php, function date_is_null()
    checks if date is null
date_print_calendar
in file date_api.php, function date_print_calendar()
    prints calendar icon and adds required javascript files.
diskfile_is_name_unique
in file file_api.php, function diskfile_is_name_unique()
$default_edge
in file graphviz_api.php, variable Graph::$default_edge
$default_node
in file graphviz_api.php, variable Graph::$default_node
Digraph
in file graphviz_api.php, method Digraph::Digraph()
Digraph
in file graphviz_api.php, class Digraph
$dest_bug_id
in file relationship_api.php, variable BugRelationshipData::$dest_bug_id
$dest_project_id
in file relationship_api.php, variable BugRelationshipData::$dest_project_id
delete
in file session_api.php, method MantisSession::delete()
delete
in file session_api.php, method MantisPHPSession::delete()
destroy
in file session_api.php, method MantisSession::destroy()
destroy
in file session_api.php, method MantisPHPSession::destroy()
$date_submitted
in file sponsorship_api.php, variable SponsorshipData::$date_submitted
$default_profile
in file user_pref_api.php, variable UserPreferences::$default_profile
$default_project
in file user_pref_api.php, variable UserPreferences::$default_project
$date_order
in file version_api.php, variable VersionData::$date_order
$description
in file version_api.php, variable VersionData::$description
e

e

email_api.php
procedural page email_api.php
email_append_domain
in file email_api.php, function email_append_domain()
    Appends an email domain to the specified email address if email is not empty, it doesn't already have a domain part and if a limit_email_domain is configured.
email_assign
in file email_api.php, function email_assign()
email_bugnote_add
in file email_api.php, function email_bugnote_add()
email_bug_deleted
in file email_api.php, function email_bug_deleted()
email_bug_info_to_one_user
in file email_api.php, function email_bug_info_to_one_user()
email_bug_reminder
in file email_api.php, function email_bug_reminder()
email_build_subject
in file email_api.php, function email_build_subject()
email_build_visible_bug_data
in file email_api.php, function email_build_visible_bug_data()
email_close
in file email_api.php, function email_close()
email_collect_recipients
in file email_api.php, function email_collect_recipients()
email_ensure_not_disposable
in file email_api.php, function email_ensure_not_disposable()
email_ensure_valid
in file email_api.php, function email_ensure_valid()
email_format_attribute
in file email_api.php, function email_format_attribute()
email_format_bug_message
in file email_api.php, function email_format_bug_message()
email_generic
in file email_api.php, function email_generic()
email_get_rfc822_regex
in file email_api.php, function email_get_rfc822_regex()
email_is_disposable
in file email_api.php, function email_is_disposable()
email_is_valid
in file email_api.php, function email_is_valid()
email_monitor_added
in file email_api.php, function email_monitor_added()
email_new_bug
in file email_api.php, function email_new_bug()
email_notify_flag
in file email_api.php, function email_notify_flag()
email_notify_new_account
in file email_api.php, function email_notify_new_account()
email_regex_simple
in file email_api.php, function email_regex_simple()
email_relationship_added
in file email_api.php, function email_relationship_added()
email_relationship_child_closed
in file email_api.php, function email_relationship_child_closed()
email_relationship_child_resolved
in file email_api.php, function email_relationship_child_resolved()
email_relationship_child_resolved_closed
in file email_api.php, function email_relationship_child_resolved_closed()
email_relationship_deleted
in file email_api.php, function email_relationship_deleted()
email_reopen
in file email_api.php, function email_reopen()
email_resolved
in file email_api.php, function email_resolved()
email_send
in file email_api.php, function email_send()
email_send_all
in file email_api.php, function email_send_all()
email_send_confirm_hash_url
in file email_api.php, function email_send_confirm_hash_url()
email_signup
in file email_api.php, function email_signup()
email_smtp_close
in file email_api.php, function email_smtp_close()
email_sponsorship_added
in file email_api.php, function email_sponsorship_added()
email_sponsorship_deleted
in file email_api.php, function email_sponsorship_deleted()
email_sponsorship_updated
in file email_api.php, function email_sponsorship_updated()
email_store
in file email_api.php, function email_store()
$email
in file email_queue_api.php, variable EmailData::$email
$email_id
in file email_queue_api.php, variable EmailData::$email_id
email_queue_api.php
procedural page email_queue_api.php
EmailData
in file email_queue_api.php, class EmailData
email_queue_add
in file email_queue_api.php, function email_queue_add()
email_queue_delete
in file email_queue_api.php, function email_queue_delete()
email_queue_get
in file email_queue_api.php, function email_queue_get()
email_queue_get_ids
in file email_queue_api.php, function email_queue_get_ids()
email_queue_prepare_db
in file email_queue_api.php, function email_queue_prepare_db()
email_queue_row_to_object
in file email_queue_api.php, function email_queue_row_to_object()
error_api.php
procedural page error_api.php
error_alternate_class
in file error_api.php, function error_alternate_class()
error_build_parameter_string
in file error_api.php, function error_build_parameter_string()
error_handled
in file error_api.php, function error_handled()
error_handler
in file error_api.php, function error_handler()
error_parameters
in file error_api.php, function error_parameters()
error_print_context
in file error_api.php, function error_print_context()
error_print_details
in file error_api.php, function error_print_details()
error_print_stack_trace
in file error_api.php, function error_print_stack_trace()
error_proceed_url
in file error_api.php, function error_proceed_url()
error_string
in file error_api.php, function error_string()
event_api.php
procedural page event_api.php
event_callback
in file event_api.php, function event_callback()
    Executes a plugin's callback function for a given event.
event_declare
in file event_api.php, function event_declare()
    Declare an event of a given type.
event_declare_many
in file event_api.php, function event_declare_many()
    Convenience function for decleare multiple events.
event_hook
in file event_api.php, function event_hook()
    Hook a callback function to a given event.
event_hook_many
in file event_api.php, function event_hook_many()
    Hook multiple callback functions to multiple events.
event_signal
in file event_api.php, function event_signal()
    Signal an event to execute and handle callbacks as necessary.
event_type_chain
in file event_api.php, function event_type_chain()
    Process a chained event type.
event_type_default
in file event_api.php, function event_type_default()
    Process a default event type.
event_type_execute
in file event_api.php, function event_type_execute()
    Process an execute event type.
event_type_first
in file event_api.php, function event_type_first()
    Process a first-return event.
event_type_output
in file event_api.php, function event_type_output()
    Process an output event type.
excel_api.php
procedural page excel_api.php
excel_format_additional_information
in file excel_api.php, function excel_format_additional_information()
    Gets the formatted 'additional information' field.
excel_format_bugnotes_count
in file excel_api.php, function excel_format_bugnotes_count()
    Gets the formatted number of bug notes.
excel_format_build
in file excel_api.php, function excel_format_build()
    Gets the formatted product build,
excel_format_category_id
in file excel_api.php, function excel_format_category_id()
    Gets the formatted category.
excel_format_column_title
in file excel_api.php, function excel_format_column_title()
    Generates a cell XML for a column title.
excel_format_custom_field
in file excel_api.php, function excel_format_custom_field()
    Gets the formatted value for the specified issue id, project and custom field.
excel_format_date_submitted
in file excel_api.php, function excel_format_date_submitted()
    Gets the formatted date submitted.
excel_format_description
in file excel_api.php, function excel_format_description()
    Gets the formatted description field.
excel_format_eta
in file excel_api.php, function excel_format_eta()
    Gets the formatted eta.
excel_format_fixed_in_version
in file excel_api.php, function excel_format_fixed_in_version()
    Gets the formatted fixed in version.
excel_format_handler_id
in file excel_api.php, function excel_format_handler_id()
    Gets the formatted handler id.
excel_format_id
in file excel_api.php, function excel_format_id()
    Gets the formatted bug id value.
excel_format_last_updated
in file excel_api.php, function excel_format_last_updated()
    Gets the formatted date last updated.
excel_format_os
in file excel_api.php, function excel_format_os()
    Gets the formatted operating system.
excel_format_os_build
in file excel_api.php, function excel_format_os_build()
    Gets the formatted operating system build (version).
excel_format_platform
in file excel_api.php, function excel_format_platform()
    Gets the formatted platform,
excel_format_priority
in file excel_api.php, function excel_format_priority()
    Gets the formatted priority.
excel_format_projection
in file excel_api.php, function excel_format_projection()
    Gets the formatted projection.
excel_format_project_id
in file excel_api.php, function excel_format_project_id()
    Gets the formatted project id value.
excel_format_reporter_id
in file excel_api.php, function excel_format_reporter_id()
    Gets the formatted reporter id value.
excel_format_reproducibility
in file excel_api.php, function excel_format_reproducibility()
    Gets the formatted reproducibility.
excel_format_resolution
in file excel_api.php, function excel_format_resolution()
    Gets the resolution field.
excel_format_selection
in file excel_api.php, function excel_format_selection()
    Gets the formatted selection.
excel_format_severity
in file excel_api.php, function excel_format_severity()
    Gets the formatted severity.
excel_format_status
in file excel_api.php, function excel_format_status()
    Gets the status field.
excel_format_steps_to_reproduce
in file excel_api.php, function excel_format_steps_to_reproduce()
    Gets the formatted 'steps to reproduce' field.
excel_format_summary
in file excel_api.php, function excel_format_summary()
    Gets the summary field.
excel_format_target_version
in file excel_api.php, function excel_format_target_version()
    Gets the formatted target version.
excel_format_version
in file excel_api.php, function excel_format_version()
    Gets the formatted version.
excel_format_view_state
in file excel_api.php, function excel_format_view_state()
    Gets the formatted view state,
excel_get_columns
in file excel_api.php, function excel_get_columns()
    Gets the columns to be included in the Excel Xml export.
excel_get_default_filename
in file excel_api.php, function excel_get_default_filename()
    Gets the download file name for the Excel export. If 'All Projects' selected, default to <username>, otherwise default to <projectname>.
excel_get_end_row
in file excel_api.php, function excel_get_end_row()
    Generates the xml for the end of an Excel row.
excel_get_footer
in file excel_api.php, function excel_get_footer()
    A method that returns the footer for an Excel Xml file.
excel_get_header
in file excel_api.php, function excel_get_header()
    A method that returns the header for an Excel Xml file.
excel_get_start_row
in file excel_api.php, function excel_get_start_row()
    Generates the xml for the start of an Excel row.
excel_get_titles_row
in file excel_api.php, function excel_get_titles_row()
    Gets an Xml Row that contains all column titles.
excel_prepare_string
in file excel_api.php, function excel_prepare_string()
    Escapes the specified column value and includes it in a Cell Xml.
enum_bug_group
in file graph_api.php, function enum_bug_group()
error_check
in file graph_api.php, function error_check()
$edges
in file graphviz_api.php, variable Graph::$edges
$email_bugnote_limit
in file user_pref_api.php, variable UserPreferences::$email_bugnote_limit
$email_on_assigned
in file user_pref_api.php, variable UserPreferences::$email_on_assigned
$email_on_assigned_min_severity
in file user_pref_api.php, variable UserPreferences::$email_on_assigned_min_severity
$email_on_bugnote
in file user_pref_api.php, variable UserPreferences::$email_on_bugnote
$email_on_bugnote_min_severity
in file user_pref_api.php, variable UserPreferences::$email_on_bugnote_min_severity
$email_on_closed
in file user_pref_api.php, variable UserPreferences::$email_on_closed
$email_on_closed_min_severity
in file user_pref_api.php, variable UserPreferences::$email_on_closed_min_severity
$email_on_feedback
in file user_pref_api.php, variable UserPreferences::$email_on_feedback
$email_on_feedback_min_severity
in file user_pref_api.php, variable UserPreferences::$email_on_feedback_min_severity
$email_on_new
in file user_pref_api.php, variable UserPreferences::$email_on_new
$email_on_new_min_severity
in file user_pref_api.php, variable UserPreferences::$email_on_new_min_severity
$email_on_priority
in file user_pref_api.php, variable UserPreferences::$email_on_priority
$email_on_priority_min_severity
in file user_pref_api.php, variable UserPreferences::$email_on_priority_min_severity
$email_on_reopened
in file user_pref_api.php, variable UserPreferences::$email_on_reopened
$email_on_reopened_min_severity
in file user_pref_api.php, variable UserPreferences::$email_on_reopened_min_severity
$email_on_resolved
in file user_pref_api.php, variable UserPreferences::$email_on_resolved
$email_on_resolved_min_severity
in file user_pref_api.php, variable UserPreferences::$email_on_resolved_min_severity
$email_on_status
in file user_pref_api.php, variable UserPreferences::$email_on_status
$email_on_status_min_severity
in file user_pref_api.php, variable UserPreferences::$email_on_status_min_severity
f

f

file_api.php
procedural page file_api.php
file_add
in file file_api.php, function file_add()
    Add a file to the system using the configured storage method
file_allow_bug_upload
in file file_api.php, function file_allow_bug_upload()
file_allow_project_upload
in file file_api.php, function file_allow_project_upload()
file_bug_attachment_count
in file file_api.php, function file_bug_attachment_count()
file_bug_has_attachments
in file file_api.php, function file_bug_has_attachments()
file_can_delete_bug_attachments
in file file_api.php, function file_can_delete_bug_attachments()
file_can_download_bug_attachments
in file file_api.php, function file_can_download_bug_attachments()
file_can_view_bug_attachments
in file file_api.php, function file_can_view_bug_attachments()
file_clean_name
in file file_api.php, function file_clean_name()
file_delete
in file file_api.php, function file_delete()
file_delete_attachments
in file file_api.php, function file_delete_attachments()
file_delete_local
in file file_api.php, function file_delete_local()
file_delete_project_files
in file file_api.php, function file_delete_project_files()
file_ensure_uploaded
in file file_api.php, function file_ensure_uploaded()
    Ensure a file was uploaded
file_ensure_valid_upload_path
in file file_api.php, function file_ensure_valid_upload_path()
file_ftp_cache_cleanup
in file file_api.php, function file_ftp_cache_cleanup()
file_ftp_connect
in file file_api.php, function file_ftp_connect()
file_ftp_delete
in file file_api.php, function file_ftp_delete()
file_ftp_disconnect
in file file_api.php, function file_ftp_disconnect()
file_ftp_get
in file file_api.php, function file_ftp_get()
file_ftp_put
in file file_api.php, function file_ftp_put()
file_generate_name
in file file_api.php, function file_generate_name()
file_generate_unique_name
in file file_api.php, function file_generate_unique_name()
file_get_display_name
in file file_api.php, function file_get_display_name()
file_get_extension
in file file_api.php, function file_get_extension()
file_get_field
in file file_api.php, function file_get_field()
file_get_icon_url
in file file_api.php, function file_get_icon_url()
file_get_visible_attachments
in file file_api.php, function file_get_visible_attachments()
file_is_name_unique
in file file_api.php, function file_is_name_unique()
file_is_uploading_enabled
in file file_api.php, function file_is_uploading_enabled()
file_normalize_attachment_path
in file file_api.php, function file_normalize_attachment_path()
    Nomalizes the disk file path based on the following algorithm:
  1. If disk file exists, then return as is.
file_path_combine
in file file_api.php, function file_path_combine()
    Combines a path and a file name making sure that the separator exists.
file_type_check
in file file_api.php, function file_type_check()
filter_api.php
procedural page filter_api.php
filter_cache_result
in file filter_api.php, function filter_cache_result()
    Cache the filter results with bugnote stats for later use
filter_cache_row
in file filter_api.php, function filter_cache_row()
    Cache a filter row if necessary and return the cached copy If the second parameter is true (default), trigger an error if the filter can't be found. If the second parameter is false, return false if the filter can't be found.
filter_clear_cache
in file filter_api.php, function filter_clear_cache()
    Clear the filter cache (or just the given id if specified)
filter_db_can_delete_filter
in file filter_api.php, function filter_db_can_delete_filter()
    Check if the current user has permissions to delete the stored query
filter_db_delete_current_filters
in file filter_api.php, function filter_db_delete_current_filters()
    Delete all the unnamed filters
filter_db_delete_filter
in file filter_api.php, function filter_db_delete_filter()
    Delete the filter specified by $p_filter_id
filter_db_get_available_queries
in file filter_api.php, function filter_db_get_available_queries()
filter_db_get_filter
in file filter_api.php, function filter_db_get_filter()
    This function returns the filter string that is
filter_db_get_name
in file filter_api.php, function filter_db_get_name()
    Query for the filter name using the filter id
filter_db_get_project_current
in file filter_api.php, function filter_db_get_project_current()
filter_db_set_for_current_user
in file filter_api.php, function filter_db_set_for_current_user()
    Add a filter to the database for the current user
filter_deserialize
in file filter_api.php, function filter_deserialize()
    Deserialize filter string
filter_draw_selection_area
in file filter_api.php, function filter_draw_selection_area()
    Mainly based on filter_draw_selection_area2() but adds the support for the collapsible filter display.
filter_draw_selection_area2
in file filter_api.php, function filter_draw_selection_area2()
    Prints the filter selection area for both the bug list view screen and the bug list print screen. This function was an attempt to make it easier to add new filters and rearrange them on screen for both pages.
filter_encode_field_and_value
in file filter_api.php, function filter_encode_field_and_value()
    Encodes a field and it's value for the filter URL. This handles the URL encoding and arrays.
filter_ensure_valid_filter
in file filter_api.php, function filter_ensure_valid_filter()
    Make sure that our filters are entirely correct and complete (it is possible that they are not).
filter_field_is_any
in file filter_api.php, function filter_field_is_any()
    Checks the supplied value to see if it is an ANY value.
filter_field_is_myself
in file filter_api.php, function filter_field_is_myself()
    Checks the supplied value to see if it is a MYSELF value.
filter_field_is_none
in file filter_api.php, function filter_field_is_none()
    Checks the supplied value to see if it is a NONE value.
filter_get_bug_count
in file filter_api.php, function filter_get_bug_count()
    Build a query with the query clauses array, query for bug count and return the result
filter_get_bug_rows
in file filter_api.php, function filter_get_bug_rows()
filter_get_default
in file filter_api.php, function filter_get_default()
    Get the standard filter that is to be used when no filter was previously saved.
filter_get_field
in file filter_api.php, function filter_get_field()
    Get the value of the filter field specified by filter id and field name
filter_get_query_sort_data
in file filter_api.php, function filter_get_query_sort_data()
    Add sort parameters to the query clauses
filter_get_row
in file filter_api.php, function filter_get_row()
    Get the array fields specified by $p_filter_id
filter_get_url
in file filter_api.php, function filter_get_url()
    Get a permalink for the current active filter. The results of using these fields by other users can be inconsistent with the original results due to fields like "Myself", "Current Project", and due to access level.
filter_is_cookie_valid
in file filter_api.php, function filter_is_cookie_valid()
    Check if the filter cookie exists and is of the correct version.
filter_name_valid_length
in file filter_api.php, function filter_name_valid_length()
filter_offset
in file filter_api.php, function filter_offset()
    Figure out the offset into the db query, offset is which record to start querying from
filter_page_count
in file filter_api.php, function filter_page_count()
    Use $p_count and $p_per_page to determine how many pages to split this list up into.
filter_per_page
in file filter_api.php, function filter_per_page()
filter_unique_query_clauses
in file filter_api.php, function filter_unique_query_clauses()
    Remove any duplicate values in certain elements of query_clauses Do not loop over query clauses as some keys may contain valid duplicate values.
filter_valid_page_number
in file filter_api.php, function filter_valid_page_number()
    Checks to make sure $p_page_number isn't past the last page.
form_api.php
procedural page form_api.php
form_security_field
in file form_api.php, function form_security_field()
    Get a hidden form element containing a generated form security token.
form_security_param
in file form_api.php, function form_security_param()
    Get a URL parameter containing a generated form security token.
form_security_purge
in file form_api.php, function form_security_purge()
    Purge form security tokens that are older than 3 days, or used for form validation.
form_security_token
in file form_api.php, function form_security_token()
    Generate a random security token, prefixed by date, store it in the user's session, and then return the string to be used as a form element element with the security token as the value.
form_security_validate
in file form_api.php, function form_security_validate()
    Validate the security token for the given form name based on tokens stored in the user's session. While checking stored tokens, any that are more than 3 days old will be purged.
freemind_api.php
procedural page freemind_api.php
freemind_export_bug
in file freemind_api.php, function freemind_export_bug()
    Write the bug and all of its descendants (children) as mm nodes
freemind_export_map
in file freemind_api.php, function freemind_export_map()
    Export issues as freemind mind map
freemind_find_descendents
in file freemind_api.php, function freemind_find_descendents()
    Go through all bugs in the filtered bug list and find their parents and children.
freemind_get_newline
in file freemind_api.php, function freemind_get_newline()
    Get the new line marker to use when export mind map files.
freemind_note_display
in file freemind_api.php, function freemind_note_display()
    Convert to a string that can be written to a mm note (hook)
freemind_prepare_export
in file freemind_api.php, function freemind_prepare_export()
    Convert all fields of the bug to a string that can be exported as mm
find_date_in_metrics
in file graph_api.php, function find_date_in_metrics()
$formats
in file graphviz_api.php, variable Graph::$formats
g

g

$g_cache_access_matrix
in file access_api.php, global variable $g_cache_access_matrix
$g_cache_access_matrix_project_ids
in file access_api.php, global variable $g_cache_access_matrix_project_ids
$g_cache_access_matrix_user_ids
in file access_api.php, global variable $g_cache_access_matrix_user_ids
$g_cache_anonymous_user_cookie_string
in file authentication_api.php, global variable $g_cache_anonymous_user_cookie_string
$g_cache_cookie_valid
in file authentication_api.php, global variable $g_cache_cookie_valid
$g_cache_current_user_id
in file authentication_api.php, global variable $g_cache_current_user_id
$g_script_login_cookie
in file authentication_api.php, global variable $g_script_login_cookie
$g_collapse_cache_token
in file collapse_api.php, global variable $g_collapse_cache_token
$g_current_collapse_section
in file collapse_api.php, global variable $g_current_collapse_section
$g_open_collapse_section
in file collapse_api.php, global variable $g_open_collapse_section
$g_compression_started
in file compress_api.php, global variable $g_compression_started
    Starts the buffering/compression (only if the compression option is ON)
$g_db_connected
in file database_api.php, global variable $g_db_connected
    Stores whether a database connection was succesfully opened.
$g_db_log_queries
in file database_api.php, global variable $g_db_log_queries
    Store whether to log queries ( used for show_queries_count/query list)
$g_db_param_count
in file database_api.php, global variable $g_db_param_count
    Tracks the query parameter count for use with db_aparam().
$g_queries_array
in file database_api.php, global variable $g_queries_array
    An array in which all executed queries are stored. This is used for profiling
$g_event_cache
in file event_api.php, global variable $g_event_cache
$g_cache_filter_db_filters
in file filter_api.php, global variable $g_cache_filter_db_filters
gpc_api.php
procedural page gpc_api.php
gpc_clear_cookie
in file gpc_api.php, function gpc_clear_cookie()
gpc_get
in file gpc_api.php, function gpc_get()
gpc_get_bool
in file gpc_api.php, function gpc_get_bool()
gpc_get_bool_array
in file gpc_api.php, function gpc_get_bool_array()
gpc_get_cookie
in file gpc_api.php, function gpc_get_cookie()
gpc_get_custom_field
in file gpc_api.php, function gpc_get_custom_field()
gpc_get_file
in file gpc_api.php, function gpc_get_file()
gpc_get_int
in file gpc_api.php, function gpc_get_int()
gpc_get_int_array
in file gpc_api.php, function gpc_get_int_array()
gpc_get_string
in file gpc_api.php, function gpc_get_string()
gpc_get_string_array
in file gpc_api.php, function gpc_get_string_array()
gpc_isset
in file gpc_api.php, function gpc_isset()
gpc_isset_custom_field
in file gpc_api.php, function gpc_isset_custom_field()
gpc_make_array
in file gpc_api.php, function gpc_make_array()
gpc_set_cookie
in file gpc_api.php, function gpc_set_cookie()
gpc_string_to_bool
in file gpc_api.php, function gpc_string_to_bool()
gpc_strip_slashes
in file gpc_api.php, function gpc_strip_slashes()
graph_api.php
procedural page graph_api.php
graph_bar
in file graph_api.php, function graph_bar()
graph_bydate
in file graph_api.php, function graph_bydate()
graph_cumulative_bydate
in file graph_api.php, function graph_cumulative_bydate()
graph_date_format
in file graph_api.php, function graph_date_format()
graph_get_font
in file graph_api.php, function graph_get_font()
graph_group
in file graph_api.php, function graph_group()
graph_pie
in file graph_api.php, function graph_pie()
graph_total_metrics
in file graph_api.php, function graph_total_metrics()
$graphviz_com_module
in file graphviz_api.php, variable Graph::$graphviz_com_module
$graphviz_tool
in file graphviz_api.php, variable Graph::$graphviz_tool
graphviz_api.php
procedural page graphviz_api.php
generate
in file graphviz_api.php, method Digraph::generate()
generate
in file graphviz_api.php, method Graph::generate()
Graph
in file graphviz_api.php, class Graph
Graph
in file graphviz_api.php, method Graph::Graph()
GRAPHVIZ_ATTRIBUTED_DOT
in file graphviz_api.php, constant GRAPHVIZ_ATTRIBUTED_DOT
GRAPHVIZ_CANONICAL_DOT
in file graphviz_api.php, constant GRAPHVIZ_CANONICAL_DOT
GRAPHVIZ_CMAP
in file graphviz_api.php, constant GRAPHVIZ_CMAP
GRAPHVIZ_CMAPX
in file graphviz_api.php, constant GRAPHVIZ_CMAPX
GRAPHVIZ_GIF
in file graphviz_api.php, constant GRAPHVIZ_GIF
GRAPHVIZ_HPGL
in file graphviz_api.php, constant GRAPHVIZ_HPGL
GRAPHVIZ_IMAP
in file graphviz_api.php, constant GRAPHVIZ_IMAP
GRAPHVIZ_ISMAP
in file graphviz_api.php, constant GRAPHVIZ_ISMAP
GRAPHVIZ_JPEG
in file graphviz_api.php, constant GRAPHVIZ_JPEG
GRAPHVIZ_MIF
in file graphviz_api.php, constant GRAPHVIZ_MIF
GRAPHVIZ_PCL
in file graphviz_api.php, constant GRAPHVIZ_PCL
GRAPHVIZ_PDF
in file graphviz_api.php, constant GRAPHVIZ_PDF
GRAPHVIZ_PLAIN
in file graphviz_api.php, constant GRAPHVIZ_PLAIN
GRAPHVIZ_PLAIN_EXT
in file graphviz_api.php, constant GRAPHVIZ_PLAIN_EXT
GRAPHVIZ_PNG
in file graphviz_api.php, constant GRAPHVIZ_PNG
GRAPHVIZ_PS
in file graphviz_api.php, constant GRAPHVIZ_PS
GRAPHVIZ_SVG
in file graphviz_api.php, constant GRAPHVIZ_SVG
GRAPHVIZ_SVGZ
in file graphviz_api.php, constant GRAPHVIZ_SVGZ
GRAPHVIZ_VRML
in file graphviz_api.php, constant GRAPHVIZ_VRML
GRAPHVIZ_WBMP
in file graphviz_api.php, constant GRAPHVIZ_WBMP
GRAPHVIZ_XBM
in file graphviz_api.php, constant GRAPHVIZ_XBM
get_enum_element
in file helper_api.php, function get_enum_element()
get_status_color
in file helper_api.php, function get_status_color()
get_dropdown
in file print_api.php, function get_dropdown()
get_email_link
in file print_api.php, function get_email_link()
get_email_link_with_subject
in file print_api.php, function get_email_link_with_subject()
get_status_option_list
in file print_api.php, function get_status_option_list()
get
in file session_api.php, method MantisSession::get()
get
in file session_api.php, method MantisPHPSession::get()
get_microtime
in file timer_api.php, method BC_Timer::get_microtime()
Get
in file user_pref_api.php, method UserPreferences::Get()
get_gd_version
in file utility_api.php, function get_gd_version()
    Return GD version
h

h

helper_api.php
procedural page helper_api.php
helper_alternate_class
in file helper_api.php, function helper_alternate_class()
helper_alternate_colors
in file helper_api.php, function helper_alternate_colors()
helper_begin_long_process
in file helper_api.php, function helper_begin_long_process()
helper_call_custom_function
in file helper_api.php, function helper_call_custom_function()
helper_clear_pref_cookies
in file helper_api.php, function helper_clear_pref_cookies()
helper_duration_to_minutes
in file helper_api.php, function helper_duration_to_minutes()
helper_ensure_confirmed
in file helper_api.php, function helper_ensure_confirmed()
helper_get_columns_to_view
in file helper_api.php, function helper_get_columns_to_view()
helper_get_current_project
in file helper_api.php, function helper_get_current_project()
helper_get_current_project_trace
in file helper_api.php, function helper_get_current_project_trace()
helper_get_default_export_filename
in file helper_api.php, function helper_get_default_export_filename()
helper_get_tab_index
in file helper_api.php, function helper_get_tab_index()
helper_get_tab_index_value
in file helper_api.php, function helper_get_tab_index_value()
helper_mantis_url
in file helper_api.php, function helper_mantis_url()
helper_project_specific_where
in file helper_api.php, function helper_project_specific_where()
helper_set_current_project
in file helper_api.php, function helper_set_current_project()
helper_show_queries
in file helper_api.php, function helper_show_queries()
history_api.php
procedural page history_api.php
history_delete
in file history_api.php, function history_delete()
history_get_events_array
in file history_api.php, function history_get_events_array()
history_get_raw_events_array
in file history_api.php, function history_get_raw_events_array()
history_localize_item
in file history_api.php, function history_localize_item()
history_log_event
in file history_api.php, function history_log_event()
history_log_event_direct
in file history_api.php, function history_log_event_direct()
history_log_event_special
in file history_api.php, function history_log_event_special()
html_api.php
procedural page html_api.php
html_begin
in file html_api.php, function html_begin()
    (1) Print the document type and the opening <html> tag
html_body_begin
in file html_api.php, function html_body_begin()
    (8) Begin the <body> section
html_body_end
in file html_api.php, function html_body_end()
    (14) End the <body> section
html_bottom_banner
in file html_api.php, function html_bottom_banner()
    (12) Print a user-defined banner at the bottom of the page if there is one.
html_button
in file html_api.php, function html_button()
    Print an html button inside a form
html_buttons_view_bug_page
in file html_api.php, function html_buttons_view_bug_page()
    Print all buttons for view bug pages
html_button_bug_assign_to
in file html_api.php, function html_button_bug_assign_to()
    Print Assign To: combo box of possible handlers
html_button_bug_change_status
in file html_api.php, function html_button_bug_change_status()
    Print Change Status to: button This code is similar to print_status_option_list except there is no masking, except for the current state
html_button_bug_create_child
in file html_api.php, function html_button_bug_create_child()
    Print a button to move the given bug to a different project
html_button_bug_delete
in file html_api.php, function html_button_bug_delete()
    Print a button to delete the given bug
html_button_bug_monitor
in file html_api.php, function html_button_bug_monitor()
    Print a button to monitor the given bug
html_button_bug_move
in file html_api.php, function html_button_bug_move()
    Print a button to move the given bug to a different project
html_button_bug_reopen
in file html_api.php, function html_button_bug_reopen()
    Print a button to reopen the given bug
html_button_bug_unmonitor
in file html_api.php, function html_button_bug_unmonitor()
    Print a button to unmonitor the given bug
html_button_bug_update
in file html_api.php, function html_button_bug_update()
    Print a button to update the given bug
html_button_wiki
in file html_api.php, function html_button_wiki()
    Print a button to create a wiki page
html_content_type
in file html_api.php, function html_content_type()
    (3) Print the content-type
html_css
in file html_api.php, function html_css()
    (5) Print the link to include the css file
html_end
in file html_api.php, function html_end()
    (15) Print the closing <html> tag
html_footer
in file html_api.php, function html_footer()
    (13) Print the page footer information
html_header
in file html_api.php, function html_header()
    (9) Print the title displayed at the top of the page
html_head_begin
in file html_api.php, function html_head_begin()
    (2) Begin the <head> section
html_head_end
in file html_api.php, function html_head_end()
    (7) End the <head> section
html_head_javascript
in file html_api.php, function html_head_javascript()
    (6a) Javascript...
html_login_info
in file html_api.php, function html_login_info()
    (11) Print the user's account information
html_meta_redirect
in file html_api.php, function html_meta_redirect()
    (6) Print an HTML meta tag to redirect to another page This function is optional and may be called by pages that need a redirect.
html_page_bottom
in file html_api.php, function html_page_bottom()
    Print the part of the page that comes below the page content
html_page_bottom1
in file html_api.php, function html_page_bottom1()
    Print the part of the page that comes below the page content
html_page_bottom1a
in file html_api.php, function html_page_bottom1a()
    Print the part of the page that comes below the page content but leave off the menu. This is used during the login process and other times when the user may not be authenticated.
html_page_top
in file html_api.php, function html_page_top()
    Defines the top of a HTML page
html_page_top1
in file html_api.php, function html_page_top1()
    Print the part of the page that comes before meta redirect tags should be inserted
html_page_top2
in file html_api.php, function html_page_top2()
    Print the part of the page that comes after meta tags, but before the actual page content
html_page_top2a
in file html_api.php, function html_page_top2a()
    Print the part of the page that comes after meta tags and before the
html_robots_noindex
in file html_api.php, function html_robots_noindex()
    This method must be called before the html_page_top* methods. It marks the page as not for indexing.
html_rss_link
in file html_api.php, function html_rss_link()
    Prints the link that allows auto-detection of the associated feed.
html_set_rss_link
in file html_api.php, function html_set_rss_link()
    Sets the url for the rss link associated with the current page.
html_status_legend
in file html_api.php, function html_status_legend()
    Print the color legend for the status colors
html_status_percentage_legend
in file html_api.php, function html_status_percentage_legend()
    Print the legend for the status percentage
html_title
in file html_api.php, function html_title()
    (4) Print the window title
html_top_banner
in file html_api.php, function html_top_banner()
    (10) Print a user-defined banner at the top of the page if there is one.
i

i

is_edge_present
in file graphviz_api.php, method Graph::is_edge_present()
icon_api.php
procedural page icon_api.php
icon_get_status_icon
in file icon_api.php, function icon_get_status_icon()
    gets the status icon
$id
in file relationship_api.php, variable BugRelationshipData::$id
$id
in file session_api.php, variable MantisSession::$id
$id
in file sponsorship_api.php, variable SponsorshipData::$id
ini_get_bool
in file utility_api.php, function ini_get_bool()
    Get the named php ini variable but return it as a bool
ini_get_number
in file utility_api.php, function ini_get_number()
    Get the named php ini variable but return it as a number after converting "K" and "M"
is_blank
in file utility_api.php, function is_blank()
    Return true if the parameter is an empty string or a string
is_page_name
in file utility_api.php, function is_page_name()
    return true or false if string matches current page name
$id
in file version_api.php, variable VersionData::$id
j

j

json_api.php
procedural page json_api.php
json_url
in file json_api.php, function json_url()
    Get a chunk of JSON from a given URL.
l

l

lang_api.php
procedural page lang_api.php
lang_ensure_loaded
in file lang_api.php, function lang_ensure_loaded()
lang_exists
in file lang_api.php, function lang_exists()
lang_get
in file lang_api.php, function lang_get()
lang_get_current
in file lang_api.php, function lang_get_current()
lang_get_default
in file lang_api.php, function lang_get_default()
lang_get_defaulted
in file lang_api.php, function lang_get_defaulted()
lang_language_exists
in file lang_api.php, function lang_language_exists()
    Check if the given language exists
lang_load
in file lang_api.php, function lang_load()
lang_map_auto
in file lang_api.php, function lang_map_auto()
lang_pop
in file lang_api.php, function lang_pop()
lang_push
in file lang_api.php, function lang_push()
last_visited_api.php
procedural page last_visited_api.php
last_visited_enabled
in file last_visited_api.php, function last_visited_enabled()
    Determine if last visited feature is enabled
last_visited_get_array
in file last_visited_api.php, function last_visited_get_array()
    Get an array of the last visited bug ids. We intentionally don't check if the ids still exists to avoid performance degradation.
last_visited_issue
in file last_visited_api.php, function last_visited_issue()
    This method should be called from view, update, print pages for issues, mantisconnect.
ldap_api.php
procedural page ldap_api.php
ldap_authenticate
in file ldap_api.php, function ldap_authenticate()
ldap_connect_bind
in file ldap_api.php, function ldap_connect_bind()
ldap_email
in file ldap_api.php, function ldap_email()
ldap_email_from_username
in file ldap_api.php, function ldap_email_from_username()
ldap_has_group
in file ldap_api.php, function ldap_has_group()
logging_api.php
procedural page logging_api.php
log_event
in file logging_api.php, function log_event()
    Logging api
$last_updated
in file sponsorship_api.php, variable SponsorshipData::$last_updated
$logo
in file sponsorship_api.php, variable SponsorshipData::$logo
$language
in file user_pref_api.php, variable UserPreferences::$language
m

m

make_lf_crlf
in file email_api.php, function make_lf_crlf()
$metadata
in file email_queue_api.php, variable EmailData::$metadata
memory_get_peak_usage
in file php_api.php, function memory_get_peak_usage()
MantisPHPSession
in file session_api.php, class MantisPHPSession
    Implementation of the abstract MantisBT session interface using standard PHP sessions stored on the server's filesystem according to PHP's session.* settings in 'php.ini'.
MantisSession
in file session_api.php, class MantisSession
    Abstract interface for a MantisBT session handler.
mark_time
in file timer_api.php, method BC_Timer::mark_time()
mark_time
in file timer_api.php, function mark_time()
    --- BC Timer ------- USAGE: set $g_debug_timer to ON and just call mark_time( 'token name' ); where 'token name' is descriptive of what is happening at that point
multi_sort
in file utility_api.php, function multi_sort()
    Sort a multi-dimensional array by one of its keys
n

n

$name
in file graphviz_api.php, variable Graph::$name
$nodes
in file graphviz_api.php, variable Graph::$nodes
news_api.php
procedural page news_api.php
news_create
in file news_api.php, function news_create()
news_delete
in file news_api.php, function news_delete()
news_delete_all
in file news_api.php, function news_delete_all()
news_get_count
in file news_api.php, function news_get_count()
news_get_field
in file news_api.php, function news_get_field()
news_get_limited_rows
in file news_api.php, function news_get_limited_rows()
news_get_row
in file news_api.php, function news_get_row()
news_get_rows
in file news_api.php, function news_get_rows()
news_is_private
in file news_api.php, function news_is_private()
news_update
in file news_api.php, function news_update()
o

o

output
in file graphviz_api.php, method Graph::output()
$obsolete
in file version_api.php, variable VersionData::$obsolete
p

p

print_column_additional_information
in file columns_api.php, function print_column_additional_information()
print_column_attachment
in file columns_api.php, function print_column_attachment()
print_column_bugnotes_count
in file columns_api.php, function print_column_bugnotes_count()
print_column_category_id
in file columns_api.php, function print_column_category_id()
print_column_date_submitted
in file columns_api.php, function print_column_date_submitted()
print_column_description
in file columns_api.php, function print_column_description()
print_column_edit
in file columns_api.php, function print_column_edit()
print_column_eta
in file columns_api.php, function print_column_eta()
print_column_handler_id
in file columns_api.php, function print_column_handler_id()
print_column_id
in file columns_api.php, function print_column_id()
print_column_last_updated
in file columns_api.php, function print_column_last_updated()
print_column_priority
in file columns_api.php, function print_column_priority()
print_column_reporter_id
in file columns_api.php, function print_column_reporter_id()
print_column_resolution
in file columns_api.php, function print_column_resolution()
print_column_selection
in file columns_api.php, function print_column_selection()
print_column_severity
in file columns_api.php, function print_column_severity()
print_column_sponsorship_total
in file columns_api.php, function print_column_sponsorship_total()
print_column_status
in file columns_api.php, function print_column_status()
print_column_steps_to_reproduce
in file columns_api.php, function print_column_steps_to_reproduce()
print_column_summary
in file columns_api.php, function print_column_summary()
print_column_target_version
in file columns_api.php, function print_column_target_version()
print_column_title_additional_information
in file columns_api.php, function print_column_title_additional_information()
print_column_title_attachment
in file columns_api.php, function print_column_title_attachment()
print_column_title_bugnotes_count
in file columns_api.php, function print_column_title_bugnotes_count()
print_column_title_build
in file columns_api.php, function print_column_title_build()
print_column_title_category
in file columns_api.php, function print_column_title_category()
print_column_title_date_submitted
in file columns_api.php, function print_column_title_date_submitted()
print_column_title_description
in file columns_api.php, function print_column_title_description()
print_column_title_edit
in file columns_api.php, function print_column_title_edit()
print_column_title_eta
in file columns_api.php, function print_column_title_eta()
print_column_title_fixed_in_version
in file columns_api.php, function print_column_title_fixed_in_version()
print_column_title_handler_id
in file columns_api.php, function print_column_title_handler_id()
print_column_title_id
in file columns_api.php, function print_column_title_id()
print_column_title_last_updated
in file columns_api.php, function print_column_title_last_updated()
print_column_title_os
in file columns_api.php, function print_column_title_os()
print_column_title_os_build
in file columns_api.php, function print_column_title_os_build()
print_column_title_platform
in file columns_api.php, function print_column_title_platform()
print_column_title_priority
in file columns_api.php, function print_column_title_priority()
print_column_title_projection
in file columns_api.php, function print_column_title_projection()
print_column_title_project_id
in file columns_api.php, function print_column_title_project_id()
print_column_title_reporter_id
in file columns_api.php, function print_column_title_reporter_id()
print_column_title_reproducibility
in file columns_api.php, function print_column_title_reproducibility()
print_column_title_resolution
in file columns_api.php, function print_column_title_resolution()
print_column_title_selection
in file columns_api.php, function print_column_title_selection()
print_column_title_severity
in file columns_api.php, function print_column_title_severity()
print_column_title_sponsorship_total
in file columns_api.php, function print_column_title_sponsorship_total()
print_column_title_status
in file columns_api.php, function print_column_title_status()
print_column_title_steps_to_reproduce
in file columns_api.php, function print_column_title_steps_to_reproduce()
print_column_title_summary
in file columns_api.php, function print_column_title_summary()
print_column_title_target_version
in file columns_api.php, function print_column_title_target_version()
print_column_title_version
in file columns_api.php, function print_column_title_version()
print_column_title_view_state
in file columns_api.php, function print_column_title_view_state()
print_custom_field_input
in file custom_field_api.php, function print_custom_field_input()
    Print an input field
print_custom_field_value
in file custom_field_api.php, function print_custom_field_value()
    Print a custom field value for display
PLUGINS_DISABLED
in file database_api.php, constant PLUGINS_DISABLED
print_date
in file date_api.php, function print_date()
    prints the date given the formating string
print_date_selection_set
in file date_api.php, function print_date_selection_set()
print_day_option_list
in file date_api.php, function print_day_option_list()
print_month_option_list
in file date_api.php, function print_month_option_list()
print_numeric_month_option_list
in file date_api.php, function print_numeric_month_option_list()
print_year_option_list
in file date_api.php, function print_year_option_list()
print_year_range_option_list
in file date_api.php, function print_year_range_option_list()
PHPMAILER_PATH
in file email_api.php, constant PHPMAILER_PATH
print_filter_custom_field
in file filter_api.php, function print_filter_custom_field()
    print custom fields
print_filter_custom_field_date
in file filter_api.php, function print_filter_custom_field_date()
    print custom field date fields
print_filter_do_filter_by_date
in file filter_api.php, function print_filter_do_filter_by_date()
    print filter by date fields with javascript
print_filter_handler_id
in file filter_api.php, function print_filter_handler_id()
    print the handler field
print_filter_hide_status
in file filter_api.php, function print_filter_hide_status()
    print hide status field
print_filter_highlight_changed
in file filter_api.php, function print_filter_highlight_changed()
    print highlight changed field
print_filter_note_user_id
in file filter_api.php, function print_filter_note_user_id()
    print note reporter field
print_filter_os
in file filter_api.php, function print_filter_os()
    print the os field
print_filter_os_build
in file filter_api.php, function print_filter_os_build()
    print the os build field
print_filter_per_page
in file filter_api.php, function print_filter_per_page()
    print issues per page field
print_filter_platform
in file filter_api.php, function print_filter_platform()
    print the platform field
print_filter_project_id
in file filter_api.php, function print_filter_project_id()
    print project field
print_filter_relationship_type
in file filter_api.php, function print_filter_relationship_type()
    print relationship fields
print_filter_reporter_id
in file filter_api.php, function print_filter_reporter_id()
    Print the reporter field
print_filter_show_build
in file filter_api.php, function print_filter_show_build()
    print build field
print_filter_show_category
in file filter_api.php, function print_filter_show_category()
    print the category field
print_filter_show_fixed_in_version
in file filter_api.php, function print_filter_show_fixed_in_version()
    print fixed in version field
print_filter_show_priority
in file filter_api.php, function print_filter_show_priority()
    print priority field
print_filter_show_profile
in file filter_api.php, function print_filter_show_profile()
    print profile field
print_filter_show_resolution
in file filter_api.php, function print_filter_show_resolution()
    print resolution field
print_filter_show_severity
in file filter_api.php, function print_filter_show_severity()
    print the severity field
print_filter_show_sort
in file filter_api.php, function print_filter_show_sort()
    print sort fields
print_filter_show_status
in file filter_api.php, function print_filter_show_status()
    print status field
print_filter_show_target_version
in file filter_api.php, function print_filter_show_target_version()
    print target version field
print_filter_show_version
in file filter_api.php, function print_filter_show_version()
    print version field
print_filter_sticky_issues
in file filter_api.php, function print_filter_sticky_issues()
    print sticky issues field
print_filter_tag_string
in file filter_api.php, function print_filter_tag_string()
    print tag fields
print_filter_user_monitor
in file filter_api.php, function print_filter_user_monitor()
    Print the user monitor field
print_filter_view_state
in file filter_api.php, function print_filter_view_state()
    print view state field
print_multivalue_field
in file filter_api.php, function print_multivalue_field()
    Prints a multi-value filter field.
prepare_custom_menu_options
in file html_api.php, function prepare_custom_menu_options()
    Prepare an array of additional menu options from a config variable
print_account_menu
in file html_api.php, function print_account_menu()
    Print the menu for the account section
print_doc_menu
in file html_api.php, function print_doc_menu()
    Print the menu for the docs section
print_manage_config_menu
in file html_api.php, function print_manage_config_menu()
    Print the menu for the manage configuration section
print_manage_menu
in file html_api.php, function print_manage_menu()
    Print the menu for the manage section
print_menu
in file html_api.php, function print_menu()
    Print the main menu
print_menu_graph
in file html_api.php, function print_menu_graph()
    Print the menu for the graph summary section
print_project_menu_bar
in file html_api.php, function print_project_menu_bar()
    Print the menu bar with a list of projects to which the user has access
print_subproject_menu_bar
in file html_api.php, function print_subproject_menu_bar()
    Print the menu bar with a list of projects to which the user has access
print_summary_menu
in file html_api.php, function print_summary_menu()
    Print the menu for the summary section
print_sort_icon
in file icon_api.php, function print_sort_icon()
    The input $p_dir is either ASC or DESC
print_status_icon
in file icon_api.php, function print_status_icon()
    prints the status icon
php_api.php
procedural page php_api.php
PHP_MIN_VERSION
in file php_api.php, constant PHP_MIN_VERSION
    Functions to help in backwards compatibility of PHP versions, etc.
php_mode
in file php_api.php, function php_mode()
    Determine if PHP is running in CLI or CGI mode and return the mode.
php_version_at_least
in file php_api.php, function php_version_at_least()
plugin_api.php
procedural page plugin_api.php
plugin_child
in file plugin_api.php, function plugin_child()
    Allows a plugin to declare a 'child plugin' that can be loaded from the same parent directory.
plugin_config_defaults
in file plugin_api.php, function plugin_config_defaults()
    Set plugin default values to global values without overriding anything.
plugin_config_delete
in file plugin_api.php, function plugin_config_delete()
    Delete a plugin configuration option from the database.
plugin_config_get
in file plugin_api.php, function plugin_config_get()
    Get a plugin configuration option.
plugin_config_set
in file plugin_api.php, function plugin_config_set()
    Set a plugin configuration option in the database.
plugin_dependency
in file plugin_api.php, function plugin_dependency()
    Check a plugin dependency given a basename and required version.
plugin_error
in file plugin_api.php, function plugin_error()
    Trigger a plugin-specific error with the given name and type.
plugin_event_hook
in file plugin_api.php, function plugin_event_hook()
    Hook a plugin's callback function to an event.
plugin_event_hook_many
in file plugin_api.php, function plugin_event_hook_many()
    Hook multiple plugin callbacks at once.
plugin_file
in file plugin_api.php, function plugin_file()
    Get the URL to the plugin wrapper page.
plugin_file_include
in file plugin_api.php, function plugin_file_include()
    Include the contents of a file as output.
plugin_file_path
in file plugin_api.php, function plugin_file_path()
    Return a path to a plugin file.
plugin_find_all
in file plugin_api.php, function plugin_find_all()
    Search the plugins directory for plugins.
plugin_get_current
in file plugin_api.php, function plugin_get_current()
    Get the currently executing plugin's basename.
plugin_history_log
in file plugin_api.php, function plugin_history_log()
plugin_include
in file plugin_api.php, function plugin_include()
    Load a plugin's core class file.
plugin_init
in file plugin_api.php, function plugin_init()
    Initialize a single plugin.
plugin_init_installed
in file plugin_api.php, function plugin_init_installed()
    Initialize all installed plugins.
plugin_install
in file plugin_api.php, function plugin_install()
    Install a plugin to the database.
plugin_is_installed
in file plugin_api.php, function plugin_is_installed()
    Determine if a given plugin is installed.
plugin_lang_get
in file plugin_api.php, function plugin_lang_get()
    Get a language string for the plugin.
plugin_needs_upgrade
in file plugin_api.php, function plugin_needs_upgrade()
    Determine if an installed plugin needs to upgrade its schema.
plugin_page
in file plugin_api.php, function plugin_page()
    Get the URL to the plugin wrapper page.
plugin_pop_current
in file plugin_api.php, function plugin_pop_current()
    Remove the current plugin from the stack
plugin_priority
in file plugin_api.php, function plugin_priority()
    Gets a plugin's priority.
plugin_protected
in file plugin_api.php, function plugin_protected()
    Checks to see if a plugin is 'protected' from uninstall.
plugin_push_current
in file plugin_api.php, function plugin_push_current()
    Add the current plugin to the stack
plugin_register
in file plugin_api.php, function plugin_register()
    Register a plugin with MantisBT.
plugin_register_installed
in file plugin_api.php, function plugin_register_installed()
    Find and register all installed plugins.
plugin_table
in file plugin_api.php, function plugin_table()
    Given a base table name for a plugin, add appropriate prefix and suffix.
plugin_uninstall
in file plugin_api.php, function plugin_uninstall()
    Uninstall a plugin from the database.
plugin_upgrade
in file plugin_api.php, function plugin_upgrade()
    Upgrade an installed plugin's schema.
plugin_version_array
in file plugin_api.php, function plugin_version_array()
    Converts a version string to an array, using some punctuation and number/lettor boundaries as splitting points.
plugin_version_check
in file plugin_api.php, function plugin_version_check()
    Checks two version arrays sequentially for minimum or maximum version dependencies.
prepare_api.php
procedural page prepare_api.php
prepare_email_link
in file prepare_api.php, function prepare_email_link()
    this file handles preparing of strings like to be printed or stored. print_api.php will gradually be replaced by think calls to echo the results of functions implemented here.
prepare_user_name
in file prepare_api.php, function prepare_user_name()
print_api.php
procedural page print_api.php
print_all_bug_action_option_list
in file print_api.php, function print_all_bug_action_option_list()
print_assign_to_option_list
in file print_api.php, function print_assign_to_option_list()
print_avatar
in file print_api.php, function print_avatar()
print_bracket_link
in file print_api.php, function print_bracket_link()
print_bracket_link_prepared
in file print_api.php, function print_bracket_link_prepared()
print_bug_attachments_list
in file print_api.php, function print_bug_attachments_list()
print_bug_link
in file print_api.php, function print_bug_link()
print_build_option_list
in file print_api.php, function print_build_option_list()
print_button
in file print_api.php, function print_button()
print_captcha_input
in file print_api.php, function print_captcha_input()
print_category_filter_option_list
in file print_api.php, function print_category_filter_option_list()
print_category_option_list
in file print_api.php, function print_category_option_list()
print_custom_field_projects_list
in file print_api.php, function print_custom_field_projects_list()
print_documentation_link
in file print_api.php, function print_documentation_link()
print_email_input
in file print_api.php, function print_email_input()
print_email_link
in file print_api.php, function print_email_link()
print_email_link_with_subject
in file print_api.php, function print_email_link_with_subject()
print_enum_string_option_list
in file print_api.php, function print_enum_string_option_list()
print_extended_project_browser
in file print_api.php, function print_extended_project_browser()
print_extended_project_browser_subproject_javascript
in file print_api.php, function print_extended_project_browser_subproject_javascript()
print_file_icon
in file print_api.php, function print_file_icon()
print_formatted_priority_string
in file print_api.php, function print_formatted_priority_string()
print_formatted_severity_string
in file print_api.php, function print_formatted_severity_string()
print_header_redirect
in file print_api.php, function print_header_redirect()
print_header_redirect_view
in file print_api.php, function print_header_redirect_view()
print_hidden_input
in file print_api.php, function print_hidden_input()
print_hidden_inputs
in file print_api.php, function print_hidden_inputs()
print_hr
in file print_api.php, function print_hr()
print_language_option_list
in file print_api.php, function print_language_option_list()
print_link
in file print_api.php, function print_link()
print_login_link
in file print_api.php, function print_login_link()
print_lost_password_link
in file print_api.php, function print_lost_password_link()
print_manage_project_sort_link
in file print_api.php, function print_manage_project_sort_link()
print_manage_user_sort_link
in file print_api.php, function print_manage_user_sort_link()
print_news_entry
in file print_api.php, function print_news_entry()
print_news_entry_from_row
in file print_api.php, function print_news_entry_from_row()
print_news_item_option_list
in file print_api.php, function print_news_item_option_list()
print_news_string_by_news_id
in file print_api.php, function print_news_string_by_news_id()
print_os_build_option_list
in file print_api.php, function print_os_build_option_list()
print_os_option_list
in file print_api.php, function print_os_option_list()
print_page_link
in file print_api.php, function print_page_link()
print_page_links
in file print_api.php, function print_page_links()
print_platform_option_list
in file print_api.php, function print_platform_option_list()
print_plugin_priority_list
in file print_api.php, function print_plugin_priority_list()
    List of priorities that can be assigned to a plugin.
print_profile_option_list
in file print_api.php, function print_profile_option_list()
print_profile_option_list_for_project
in file print_api.php, function print_profile_option_list_for_project()
print_profile_option_list_from_profiles
in file print_api.php, function print_profile_option_list_from_profiles()
print_project_access_levels_option_list
in file print_api.php, function print_project_access_levels_option_list()
print_project_option_list
in file print_api.php, function print_project_option_list()
print_project_user_list
in file print_api.php, function print_project_user_list()
print_project_user_list_option_list
in file print_api.php, function print_project_user_list_option_list()
print_project_user_list_option_list2
in file print_api.php, function print_project_user_list_option_list2()
print_project_user_option_list
in file print_api.php, function print_project_user_option_list()
print_recently_visited
in file print_api.php, function print_recently_visited()
print_reporter_option_list
in file print_api.php, function print_reporter_option_list()
print_rss
in file print_api.php, function print_rss()
print_signup_link
in file print_api.php, function print_signup_link()
print_sql_error
in file print_api.php, function print_sql_error()
print_status_option_list
in file print_api.php, function print_status_option_list()
print_subproject_option_list
in file print_api.php, function print_subproject_option_list()
print_successful_redirect
in file print_api.php, function print_successful_redirect()
print_successful_redirect_to_bug
in file print_api.php, function print_successful_redirect_to_bug()
print_tag_attach_form
in file print_api.php, function print_tag_attach_form()
    Print the entire form for attaching a tag to a bug.
print_tag_input
in file print_api.php, function print_tag_input()
    Print the separator comment, input box, and existing tag dropdown menu.
print_tag_option_list
in file print_api.php, function print_tag_option_list()
    Print the dropdown combo-box of existing tags.
print_user
in file print_api.php, function print_user()
print_user_option_list
in file print_api.php, function print_user_option_list()
print_user_with_subject
in file print_api.php, function print_user_with_subject()
print_version_option_list
in file print_api.php, function print_version_option_list()
print_view_bug_sort_link
in file print_api.php, function print_view_bug_sort_link()
profile_api.php
procedural page profile_api.php
profile_create
in file profile_api.php, function profile_create()
profile_delete
in file profile_api.php, function profile_delete()
profile_get_all_for_project
in file profile_api.php, function profile_get_all_for_project()
profile_get_all_for_user
in file profile_api.php, function profile_get_all_for_user()
profile_get_all_rows
in file profile_api.php, function profile_get_all_rows()
profile_get_default
in file profile_api.php, function profile_get_default()
profile_get_field_all_for_user
in file profile_api.php, function profile_get_field_all_for_user()
profile_get_global
in file profile_api.php, function profile_get_global()
profile_get_row
in file profile_api.php, function profile_get_row()
profile_get_row_direct
in file profile_api.php, function profile_get_row_direct()
profile_is_global
in file profile_api.php, function profile_is_global()
profile_update
in file profile_api.php, function profile_update()
projax_api.php
procedural page projax_api.php
projax_array_filter_by_prefix
in file projax_api.php, function projax_array_filter_by_prefix()
projax_array_serialize_for_autocomplete
in file projax_api.php, function projax_array_serialize_for_autocomplete()
projax_autocomplete
in file projax_api.php, function projax_autocomplete()
project_api.php
procedural page project_api.php
project_add_user
in file project_api.php, function project_add_user()
project_cache_all
in file project_api.php, function project_cache_all()
project_cache_row
in file project_api.php, function project_cache_row()
project_clear_cache
in file project_api.php, function project_clear_cache()
project_copy_custom_fields
in file project_api.php, function project_copy_custom_fields()
project_copy_users
in file project_api.php, function project_copy_users()
project_create
in file project_api.php, function project_create()
project_delete
in file project_api.php, function project_delete()
project_delete_all_files
in file project_api.php, function project_delete_all_files()
project_ensure_exists
in file project_api.php, function project_ensure_exists()
project_ensure_name_unique
in file project_api.php, function project_ensure_name_unique()
project_exists
in file project_api.php, function project_exists()
project_file_is_name_unique
in file project_api.php, function project_file_is_name_unique()
project_format_id
in file project_api.php, function project_format_id()
project_get_all_rows
in file project_api.php, function project_get_all_rows()
project_get_all_user_rows
in file project_api.php, function project_get_all_user_rows()
project_get_field
in file project_api.php, function project_get_field()
project_get_id_by_name
in file project_api.php, function project_get_id_by_name()
project_get_local_user_access_level
in file project_api.php, function project_get_local_user_access_level()
project_get_local_user_rows
in file project_api.php, function project_get_local_user_rows()
project_get_name
in file project_api.php, function project_get_name()
project_get_row
in file project_api.php, function project_get_row()
project_includes_user
in file project_api.php, function project_includes_user()
project_is_name_unique
in file project_api.php, function project_is_name_unique()
project_remove_all_users
in file project_api.php, function project_remove_all_users()
project_remove_user
in file project_api.php, function project_remove_user()
project_set_user_access
in file project_api.php, function project_set_user_access()
project_update
in file project_api.php, function project_update()
project_update_user_access
in file project_api.php, function project_update_user_access()
project_hierarchy_api.php
procedural page project_hierarchy_api.php
project_hierarchy_add
in file project_hierarchy_api.php, function project_hierarchy_add()
project_hierarchy_cache
in file project_hierarchy_api.php, function project_hierarchy_cache()
project_hierarchy_get_all_subprojects
in file project_hierarchy_api.php, function project_hierarchy_get_all_subprojects()
project_hierarchy_get_subprojects
in file project_hierarchy_api.php, function project_hierarchy_get_subprojects()
project_hierarchy_inheritance
in file project_hierarchy_api.php, function project_hierarchy_inheritance()
project_hierarchy_inherit_parent
in file project_hierarchy_api.php, function project_hierarchy_inherit_parent()
project_hierarchy_is_toplevel
in file project_hierarchy_api.php, function project_hierarchy_is_toplevel()
project_hierarchy_remove
in file project_hierarchy_api.php, function project_hierarchy_remove()
project_hierarchy_remove_all
in file project_hierarchy_api.php, function project_hierarchy_remove_all()
project_hierarchy_update
in file project_hierarchy_api.php, function project_hierarchy_update()
$paid
in file sponsorship_api.php, variable SponsorshipData::$paid
print_times
in file timer_api.php, method BC_Timer::print_times()
$project_id
in file version_api.php, variable VersionData::$project_id
r

r

relationship_api.php
procedural page relationship_api.php
relationship_add
in file relationship_api.php, function relationship_add()
    Add a new relationship
relationship_can_resolve_bug
in file relationship_api.php, function relationship_can_resolve_bug()
    return false if there are child bugs not resolved/closed N.B. we don't check if the parent bug is read-only. This is because the answer of this function is indepedent from the state of the parent bug itself.
relationship_copy_all
in file relationship_api.php, function relationship_copy_all()
    copy all the relationships related to a specific bug to a new bug
relationship_delete
in file relationship_api.php, function relationship_delete()
    Delete a relationship
relationship_delete_all
in file relationship_api.php, function relationship_delete_all()
    Deletes all the relationships related to a specific bug (both source and destination)
relationship_exists
in file relationship_api.php, function relationship_exists()
    check if there is a relationship between two bugs
relationship_get
in file relationship_api.php, function relationship_get()
    get a relationship from id
relationship_get_all
in file relationship_api.php, function relationship_get_all()
    get all relationships associated with the given bug
relationship_get_all_dest
in file relationship_api.php, function relationship_get_all_dest()
    get all relationships with the given bug as destination
relationship_get_all_src
in file relationship_api.php, function relationship_get_all_src()
    get all relationships with the given bug as source
relationship_get_complementary_type
in file relationship_api.php, function relationship_get_complementary_type()
    Return the complementary type of the provided relationship
relationship_get_description_dest_side
in file relationship_api.php, function relationship_get_description_dest_side()
    get class description of a relationship (destination side)
relationship_get_description_for_history
in file relationship_api.php, function relationship_get_description_for_history()
    get class description of a relationship as it's stored in the history
relationship_get_description_src_side
in file relationship_api.php, function relationship_get_description_src_side()
    get class description of a relationship (source side)
relationship_get_details
in file relationship_api.php, function relationship_get_details()
    return formatted string with all the details on the requested relationship
relationship_get_linked_bug_id
in file relationship_api.php, function relationship_get_linked_bug_id()
    retrieve the linked bug id of the relationship: provide src -> return dest; provide dest -> return src
relationship_get_summary_html
in file relationship_api.php, function relationship_get_summary_html()
    print ALL the RELATIONSHIPS OF A SPECIFIC BUG
relationship_get_summary_html_preview
in file relationship_api.php, function relationship_get_summary_html_preview()
    print ALL the RELATIONSHIPS OF A SPECIFIC BUG
relationship_get_summary_text
in file relationship_api.php, function relationship_get_summary_text()
    print ALL the RELATIONSHIPS OF A SPECIFIC BUG in text format (used by email_api.php
relationship_list_box
in file relationship_api.php, function relationship_list_box()
    print HTML relationship listbox
relationship_same_type_exists
in file relationship_api.php, function relationship_same_type_exists()
    check if there is a relationship between two bugs
relationship_update
in file relationship_api.php, function relationship_update()
    Update a relationship
relationship_view_box
in file relationship_api.php, function relationship_view_box()
    print HTML relationship form
relationship_graph_api.php
procedural page relationship_graph_api.php
relgraph_add_bug_to_graph
in file relationship_graph_api.php, function relgraph_add_bug_to_graph()
relgraph_add_child
in file relationship_graph_api.php, function relgraph_add_child()
relgraph_add_parent
in file relationship_graph_api.php, function relgraph_add_parent()
relgraph_generate_dep_graph
in file relationship_graph_api.php, function relgraph_generate_dep_graph()
relgraph_generate_rel_graph
in file relationship_graph_api.php, function relgraph_generate_rel_graph()
relgraph_output_image
in file relationship_graph_api.php, function relgraph_output_image()
relgraph_output_map
in file relationship_graph_api.php, function relgraph_output_map()
rss_api.php
procedural page rss_api.php
rss_calculate_key
in file rss_api.php, function rss_calculate_key()
rss_get_issues_feed_url
in file rss_api.php, function rss_get_issues_feed_url()
rss_get_news_feed_url
in file rss_api.php, function rss_get_news_feed_url()
rss_login
in file rss_api.php, function rss_login()
$redirect_delay
in file user_pref_api.php, variable UserPreferences::$redirect_delay
$refresh_delay
in file user_pref_api.php, variable UserPreferences::$refresh_delay
$released
in file version_api.php, variable VersionData::$released
s

s

string_custom_field_value
in file custom_field_api.php, function string_custom_field_value()
    Prepare a string containing a custom field value for display
string_custom_field_value_for_email
in file custom_field_api.php, function string_custom_field_value_for_email()
    Prepare a string containing a custom field value for email
$subject
in file email_queue_api.php, variable EmailData::$subject
$submitted
in file email_queue_api.php, variable EmailData::$submitted
set_attributes
in file graphviz_api.php, method Graph::set_attributes()
set_default_edge_attr
in file graphviz_api.php, method Graph::set_default_edge_attr()
set_default_node_attr
in file graphviz_api.php, method Graph::set_default_node_attr()
$src_bug_id
in file relationship_api.php, variable BugRelationshipData::$src_bug_id
$src_project_id
in file relationship_api.php, variable BugRelationshipData::$src_project_id
session_api.php
procedural page session_api.php
session_clean
in file session_api.php, function session_clean()
    Destroy the session entirely.
session_get
in file session_api.php, function session_get()
    Get arbitrary data from the session.
session_get_bool
in file session_api.php, function session_get_bool()
    Get a boolean from the session.
session_get_int
in file session_api.php, function session_get_int()
    Get an integer from the session.
session_get_string
in file session_api.php, function session_get_string()
    Get a string from the session.
session_init
in file session_api.php, function session_init()
    Initialize the appropriate session handler.
session_set
in file session_api.php, function session_set()
    Set a session variable.
session_validate
in file session_api.php, function session_validate()
    Validate the legitimacy of a session.
set
in file session_api.php, method MantisSession::set()
set
in file session_api.php, method MantisPHPSession::set()
sponsorship_api.php
procedural page sponsorship_api.php
SponsorshipData
in file sponsorship_api.php, class SponsorshipData
sponsorship_cache_row
in file sponsorship_api.php, function sponsorship_cache_row()
sponsorship_clear_cache
in file sponsorship_api.php, function sponsorship_clear_cache()
sponsorship_delete
in file sponsorship_api.php, function sponsorship_delete()
sponsorship_exists
in file sponsorship_api.php, function sponsorship_exists()
sponsorship_format_amount
in file sponsorship_api.php, function sponsorship_format_amount()
sponsorship_get
in file sponsorship_api.php, function sponsorship_get()
sponsorship_get_all_ids
in file sponsorship_api.php, function sponsorship_get_all_ids()
sponsorship_get_amount
in file sponsorship_api.php, function sponsorship_get_amount()
sponsorship_get_currency
in file sponsorship_api.php, function sponsorship_get_currency()
sponsorship_get_id
in file sponsorship_api.php, function sponsorship_get_id()
sponsorship_set
in file sponsorship_api.php, function sponsorship_set()
sponsorship_update_bug
in file sponsorship_api.php, function sponsorship_update_bug()
sponsorship_update_date
in file sponsorship_api.php, function sponsorship_update_date()
sponsorship_update_paid
in file sponsorship_api.php, function sponsorship_update_paid()
string_api.php
procedural page string_api.php
string_attribute
in file string_api.php, function string_attribute()
string_contains_scripting_chars
in file string_api.php, function string_contains_scripting_chars()
string_display
in file string_api.php, function string_display()
string_display_line
in file string_api.php, function string_display_line()
string_display_line_links
in file string_api.php, function string_display_line_links()
string_display_links
in file string_api.php, function string_display_links()
string_email
in file string_api.php, function string_email()
string_email_links
in file string_api.php, function string_email_links()
string_format_complete_date
in file string_api.php, function string_format_complete_date()
string_get_bugnote_view_link
in file string_api.php, function string_get_bugnote_view_link()
string_get_bugnote_view_url
in file string_api.php, function string_get_bugnote_view_url()
string_get_bugnote_view_url_with_fqdn
in file string_api.php, function string_get_bugnote_view_url_with_fqdn()
string_get_bug_page
in file string_api.php, function string_get_bug_page()
string_get_bug_report_link
in file string_api.php, function string_get_bug_report_link()
string_get_bug_report_page
in file string_api.php, function string_get_bug_report_page()
string_get_bug_report_url
in file string_api.php, function string_get_bug_report_url()
string_get_bug_update_link
in file string_api.php, function string_get_bug_update_link()
string_get_bug_update_page
in file string_api.php, function string_get_bug_update_page()
string_get_bug_update_url
in file string_api.php, function string_get_bug_update_url()
string_get_bug_view_link
in file string_api.php, function string_get_bug_view_link()
string_get_bug_view_page
in file string_api.php, function string_get_bug_view_page()
string_get_bug_view_url
in file string_api.php, function string_get_bug_view_url()
string_get_bug_view_url_with_fqdn
in file string_api.php, function string_get_bug_view_url_with_fqdn()
string_get_confirm_hash_url
in file string_api.php, function string_get_confirm_hash_url()
string_get_field_name
in file string_api.php, function string_get_field_name()
string_html_entities
in file string_api.php, function string_html_entities()
string_html_specialchars
in file string_api.php, function string_html_specialchars()
string_insert_hrefs
in file string_api.php, function string_insert_hrefs()
string_lower
in file string_api.php, function string_lower()
    Return a string with all alphabetical characters converted to lowercase, using an appropriate multibyte implementation as available to system.
string_nl2br
in file string_api.php, function string_nl2br()
string_normalize
in file string_api.php, function string_normalize()
string_no_break
in file string_api.php, function string_no_break()
string_prepare_header
in file string_api.php, function string_prepare_header()
string_preserve_spaces_at_bol
in file string_api.php, function string_preserve_spaces_at_bol()
string_process_bugnote_link
in file string_api.php, function string_process_bugnote_link()
string_process_bug_link
in file string_api.php, function string_process_bug_link()
string_process_cvs_link
in file string_api.php, function string_process_cvs_link()
string_repeat_char
in file string_api.php, function string_repeat_char()
string_restore_valid_html_tags
in file string_api.php, function string_restore_valid_html_tags()
string_rss_links
in file string_api.php, function string_rss_links()
string_sanitize_url
in file string_api.php, function string_sanitize_url()
string_shorten
in file string_api.php, function string_shorten()
string_strip_hrefs
in file string_api.php, function string_strip_hrefs()
string_textarea
in file string_api.php, function string_textarea()
string_url
in file string_api.php, function string_url()
summary_api.php
procedural page summary_api.php
summary_helper_print_row
in file summary_api.php, function summary_helper_print_row()
summary_new_bug_count_by_date
in file summary_api.php, function summary_new_bug_count_by_date()
summary_print_by_activity
in file summary_api.php, function summary_print_by_activity()
summary_print_by_age
in file summary_api.php, function summary_print_by_age()
summary_print_by_category
in file summary_api.php, function summary_print_by_category()
summary_print_by_date
in file summary_api.php, function summary_print_by_date()
summary_print_by_developer
in file summary_api.php, function summary_print_by_developer()
summary_print_by_enum
in file summary_api.php, function summary_print_by_enum()
summary_print_by_project
in file summary_api.php, function summary_print_by_project()
summary_print_by_reporter
in file summary_api.php, function summary_print_by_reporter()
summary_print_developer_resolution
in file summary_api.php, function summary_print_developer_resolution()
summary_print_reporter_effectiveness
in file summary_api.php, function summary_print_reporter_effectiveness()
summary_print_reporter_resolution
in file summary_api.php, function summary_print_reporter_resolution()
summary_resolved_bug_count_by_date
in file summary_api.php, function summary_resolved_bug_count_by_date()
t

t

$type
in file relationship_api.php, variable BugRelationshipData::$type
tag_api.php
procedural page tag_api.php
tag_bug_attach
in file tag_api.php, function tag_bug_attach()
    Attach a tag to a bug.
tag_bug_detach
in file tag_api.php, function tag_bug_detach()
    Detach a tag from a bug.
tag_bug_detach_all
in file tag_api.php, function tag_bug_detach_all()
    Detach all tags from a given bug.
tag_bug_get_attached
in file tag_api.php, function tag_bug_get_attached()
    Return an array of tags attached to a given bug sorted by tag name.
tag_bug_get_row
in file tag_api.php, function tag_bug_get_row()
    Return the tag attachment row.
tag_bug_is_attached
in file tag_api.php, function tag_bug_is_attached()
    Determine if a tag is attached to a bug.
tag_cmp_name
in file tag_api.php, function tag_cmp_name()
    Compare two tag rows based on tag name.
tag_create
in file tag_api.php, function tag_create()
    Create a tag with the given name, creator, and description.
tag_delete
in file tag_api.php, function tag_delete()
    Delete a tag with the given ID.
tag_display_attached
in file tag_api.php, function tag_display_attached()
    Display a list of attached tag hyperlinks separated by the configured hyperlinks.
tag_display_link
in file tag_api.php, function tag_display_link()
    Display a tag hyperlink.
tag_ensure_exists
in file tag_api.php, function tag_ensure_exists()
    Ensure a tag exists with the given ID.
tag_ensure_name_is_valid
in file tag_api.php, function tag_ensure_name_is_valid()
    Ensure a tag name is valid.
tag_ensure_unique
in file tag_api.php, function tag_ensure_unique()
    Ensure that a name is unique.
tag_exists
in file tag_api.php, function tag_exists()
    Determine if a tag exists with the given ID.
tag_get
in file tag_api.php, function tag_get()
    Return a tag row for the given ID.
tag_get_bugs_attached
in file tag_api.php, function tag_get_bugs_attached()
    Return an array of bugs that a tag is attached to.
tag_get_by_name
in file tag_api.php, function tag_get_by_name()
    Return a tag row for the given name.
tag_get_candidates_for_bug
in file tag_api.php, function tag_get_candidates_for_bug()
    Gets the candidates for the specified bug. These are existing tags that are not associated with the bug already.
tag_get_field
in file tag_api.php, function tag_get_field()
    Return a single field from a tag row for the given ID.
tag_is_unique
in file tag_api.php, function tag_is_unique()
    Determine if a given name is unique (not already used).
tag_name_is_valid
in file tag_api.php, function tag_name_is_valid()
    Determine if a given name is valid.
tag_parse_filters
in file tag_api.php, function tag_parse_filters()
    Parse a filter string to extract existing and new tags.
tag_parse_string
in file tag_api.php, function tag_parse_string()
    Parse a form input string to extract existing and new tags.
tag_stats_attached
in file tag_api.php, function tag_stats_attached()
    Get the number of bugs a given tag is attached to.
tag_stats_related
in file tag_api.php, function tag_stats_related()
    Get a list of related tags.
tag_update
in file tag_api.php, function tag_update()
    Update a tag with given name, creator, and description.
timeline_api.php
procedural page timeline_api.php
timeline_generate_hierarchy
in file timeline_api.php, function timeline_generate_hierarchy()
    Recursively generate a full tree structure hierarchy from a single depth tree of parent/child elements.
timeline_get_bug_ids
in file timeline_api.php, function timeline_get_bug_ids()
    Get a list of bug ids for a specific project and version.
timeline_get_hierarchy
in file timeline_api.php, function timeline_get_hierarchy()
    Given a list of bug ids, return a hierarchical array of bug ids translating relationships between bugs into a tree structure.
timer_api.php
procedural page timer_api.php
tokens_api.php
procedural page tokens_api.php
token_create
in file tokens_api.php, function token_create()
    Create a token.
token_delete
in file tokens_api.php, function token_delete()
    Delete a token.
token_delete_by_owner
in file tokens_api.php, function token_delete_by_owner()
    Delete all tokens owned by a specified user.
token_delete_by_type
in file tokens_api.php, function token_delete_by_type()
    Delete all tokens of a specified type.
token_ensure_exists
in file tokens_api.php, function token_ensure_exists()
    Make sure a token exists.
token_exists
in file tokens_api.php, function token_exists()
    Check if a token exists.
token_get
in file tokens_api.php, function token_get()
    Get a token's information
token_get_value
in file tokens_api.php, function token_get_value()
    Get a token's value or null if not found
token_purge_expired
in file tokens_api.php, function token_purge_expired()
    Purge all expired tokens.
token_purge_expired_once
in file tokens_api.php, function token_purge_expired_once()
    Purge all expired tokens only once per session.
token_set
in file tokens_api.php, function token_set()
    Create or update a token's value and expiration
token_touch
in file tokens_api.php, function token_touch()
    Touch a token to update its expiration time.
token_update
in file tokens_api.php, function token_update()
    Update a token
twitter_api.php
procedural page twitter_api.php
twitter_enabled
in file twitter_api.php, function twitter_enabled()
    Checks if twitter is used for the current installation.
twitter_issue_resolved
in file twitter_api.php, function twitter_issue_resolved()
    Posts a twitter update when a bug is resolved.
twitter_news
in file twitter_api.php, function twitter_news()
    Posts a twitter update when a news entry is submitted.
terminate_directory_path
in file utility_api.php, function terminate_directory_path()
    Add a trailing DIRECTORY_SEPARATOR to a string if it isn't present
trans_bool
in file utility_api.php, function trans_bool()
    converts a 1 value to X
u

u

$url
in file sponsorship_api.php, variable SponsorshipData::$url
$user_id
in file sponsorship_api.php, variable SponsorshipData::$user_id
url_api.php
procedural page url_api.php
url_get
in file url_api.php, function url_get()
    Retrieve the contents of a remote URL.
user_api.php
procedural page user_api.php
user_cache_array_rows
in file user_api.php, function user_cache_array_rows()
user_cache_database_result
in file user_api.php, function user_cache_database_result()
user_cache_row
in file user_api.php, function user_cache_row()
user_clear_cache
in file user_api.php, function user_clear_cache()
user_count_level
in file user_api.php, function user_count_level()
user_create
in file user_api.php, function user_create()
user_delete
in file user_api.php, function user_delete()
user_delete_profiles
in file user_api.php, function user_delete_profiles()
user_delete_project_specific_access_levels
in file user_api.php, function user_delete_project_specific_access_levels()
user_ensure_exists
in file user_api.php, function user_ensure_exists()
user_ensure_name_unique
in file user_api.php, function user_ensure_name_unique()
user_ensure_name_valid
in file user_api.php, function user_ensure_name_valid()
user_ensure_realname_unique
in file user_api.php, function user_ensure_realname_unique()
user_ensure_realname_valid
in file user_api.php, function user_ensure_realname_valid()
user_ensure_unprotected
in file user_api.php, function user_ensure_unprotected()
user_exists
in file user_api.php, function user_exists()
user_get_accessible_projects
in file user_api.php, function user_get_accessible_projects()
user_get_accessible_subprojects
in file user_api.php, function user_get_accessible_subprojects()
user_get_access_level
in file user_api.php, function user_get_access_level()
user_get_all_accessible_projects
in file user_api.php, function user_get_all_accessible_projects()
user_get_all_accessible_subprojects
in file user_api.php, function user_get_all_accessible_subprojects()
user_get_assigned_open_bug_count
in file user_api.php, function user_get_assigned_open_bug_count()
user_get_avatar
in file user_api.php, function user_get_avatar()
    Return the user avatar image URL
user_get_bug_filter
in file user_api.php, function user_get_bug_filter()
user_get_email
in file user_api.php, function user_get_email()
user_get_field
in file user_api.php, function user_get_field()
user_get_id_by_email
in file user_api.php, function user_get_id_by_email()
user_get_id_by_name
in file user_api.php, function user_get_id_by_name()
user_get_id_by_realname
in file user_api.php, function user_get_id_by_realname()
user_get_logged_in_user_ids
in file user_api.php, function user_get_logged_in_user_ids()
user_get_name
in file user_api.php, function user_get_name()
user_get_profile_row
in file user_api.php, function user_get_profile_row()
user_get_realname
in file user_api.php, function user_get_realname()
user_get_reported_open_bug_count
in file user_api.php, function user_get_reported_open_bug_count()
user_get_row
in file user_api.php, function user_get_row()
user_get_row_by_name
in file user_api.php, function user_get_row_by_name()
user_increment_failed_login_count
in file user_api.php, function user_increment_failed_login_count()
user_increment_login_count
in file user_api.php, function user_increment_login_count()
user_increment_lost_password_in_progress_count
in file user_api.php, function user_increment_lost_password_in_progress_count()
user_is_administrator
in file user_api.php, function user_is_administrator()
user_is_enabled
in file user_api.php, function user_is_enabled()
user_is_login_request_allowed
in file user_api.php, function user_is_login_request_allowed()
user_is_lost_password_request_allowed
in file user_api.php, function user_is_lost_password_request_allowed()
user_is_monitoring_bug
in file user_api.php, function user_is_monitoring_bug()
user_is_name_unique
in file user_api.php, function user_is_name_unique()
user_is_name_valid
in file user_api.php, function user_is_name_valid()
user_is_protected
in file user_api.php, function user_is_protected()
user_is_realname_unique
in file user_api.php, function user_is_realname_unique()
user_is_realname_valid
in file user_api.php, function user_is_realname_valid()
user_reset_failed_login_count_to_zero
in file user_api.php, function user_reset_failed_login_count_to_zero()
user_reset_lost_password_in_progress_count_to_zero
in file user_api.php, function user_reset_lost_password_in_progress_count_to_zero()
user_reset_password
in file user_api.php, function user_reset_password()
user_search_cache
in file user_api.php, function user_search_cache()
user_set_default_project
in file user_api.php, function user_set_default_project()
user_set_email
in file user_api.php, function user_set_email()
user_set_field
in file user_api.php, function user_set_field()
user_set_name
in file user_api.php, function user_set_name()
user_set_password
in file user_api.php, function user_set_password()
user_set_realname
in file user_api.php, function user_set_realname()
user_signup
in file user_api.php, function user_signup()
user_update_cache
in file user_api.php, function user_update_cache()
user_update_last_visit
in file user_api.php, function user_update_last_visit()
user_pref_api.php
procedural page user_pref_api.php
UserPreferences
in file user_pref_api.php, class UserPreferences
UserPreferences
in file user_pref_api.php, method UserPreferences::UserPreferences()
user_pref_cache_row
in file user_pref_api.php, function user_pref_cache_row()
user_pref_clear_cache
in file user_pref_api.php, function user_pref_clear_cache()
user_pref_delete
in file user_pref_api.php, function user_pref_delete()
user_pref_delete_all
in file user_pref_api.php, function user_pref_delete_all()
user_pref_delete_project
in file user_pref_api.php, function user_pref_delete_project()
user_pref_exists
in file user_pref_api.php, function user_pref_exists()
user_pref_get
in file user_pref_api.php, function user_pref_get()
user_pref_get_language
in file user_pref_api.php, function user_pref_get_language()
user_pref_get_pref
in file user_pref_api.php, function user_pref_get_pref()
user_pref_get_row
in file user_pref_api.php, function user_pref_get_row()
user_pref_insert
in file user_pref_api.php, function user_pref_insert()
user_pref_set
in file user_pref_api.php, function user_pref_set()
user_pref_set_default
in file user_pref_api.php, function user_pref_set_default()
user_pref_set_pref
in file user_pref_api.php, function user_pref_set_pref()
user_pref_update
in file user_pref_api.php, function user_pref_update()
utility_api.php
procedural page utility_api.php
v

v

$version
in file version_api.php, variable VersionData::$version
version_api.php
procedural page version_api.php
VersionData
in file version_api.php, class VersionData
version_add
in file version_api.php, function version_add()
version_cache_array_rows
in file version_api.php, function version_cache_array_rows()
version_cache_row
in file version_api.php, function version_cache_row()
version_ensure_exists
in file version_api.php, function version_ensure_exists()
version_ensure_unique
in file version_api.php, function version_ensure_unique()
version_exists
in file version_api.php, function version_exists()
version_get
in file version_api.php, function version_get()
version_get_all_rows
in file version_api.php, function version_get_all_rows()
version_get_all_rows_with_subs
in file version_api.php, function version_get_all_rows_with_subs()
version_get_field
in file version_api.php, function version_get_field()
version_get_id
in file version_api.php, function version_get_id()
version_is_unique
in file version_api.php, function version_is_unique()
version_prepare_db
in file version_api.php, function version_prepare_db()
version_remove
in file version_api.php, function version_remove()
version_remove_all
in file version_api.php, function version_remove_all()
version_update
in file version_api.php, function version_update()
w

w

wiki_api.php
procedural page wiki_api.php
wiki_enabled
in file wiki_api.php, function wiki_enabled()
    Returns whether wiki functionality is enabled
wiki_ensure_enabled
in file wiki_api.php, function wiki_ensure_enabled()
    Returns whether wiki functionality is enabled, triggers error on failure
wiki_init
in file wiki_api.php, function wiki_init()
wiki_link_bug
in file wiki_api.php, function wiki_link_bug()
wiki_link_project
in file wiki_api.php, function wiki_link_project()
x

x

xmlhttprequest_api.php
procedural page xmlhttprequest_api.php
xmlhttprequest_issue_reporter_combobox
in file xmlhttprequest_api.php, function xmlhttprequest_issue_reporter_combobox()
xmlhttprequest_os_build_get_with_prefix
in file xmlhttprequest_api.php, function xmlhttprequest_os_build_get_with_prefix()
    Echos a serialized list of OS Versions starting with the prefix specified in the $_POST
xmlhttprequest_os_get_with_prefix
in file xmlhttprequest_api.php, function xmlhttprequest_os_get_with_prefix()
    Echos a serialized list of OSes starting with the prefix specified in the $_POST
xmlhttprequest_platform_get_with_prefix
in file xmlhttprequest_api.php, function xmlhttprequest_platform_get_with_prefix()
    Echos a serialized list of platforms starting with the prefix specified in the $_POST
xmlhttprequest_user_combobox
in file xmlhttprequest_api.php, function xmlhttprequest_user_combobox()
    Print a generic combobox with a list of users above a given access level.

Documentation generated on Sun, 05 Apr 2009 23:00:52 +0100 by phpDocumentor 1.4.1