| [ Index ] |
PHP Cross Reference of MantisBT |
| Up one level | ||
| cfdefs/ | ||
| classes/ | ||
| access_api.php [source] [610 lines] | Access API | |
| authentication_api.php [source] [868 lines] | Authentication API | |
| bug_api.php [source] [1845 lines] | Bug API | |
| bug_group_action_api.php [source] [312 lines] | Bug Group Action API | |
| bug_revision_api.php [source] [360 lines] | Bug Revision API | |
| bugnote_api.php [source] [719 lines] | Bugnote API | |
| category_api.php [source] [590 lines] | Category API | |
| collapse_api.php [source] [241 lines] | Collapse API | |
| columns_api.php [source] [1416 lines] | Columns API | |
| compress_api.php [source] [144 lines] | Compression API | |
| config_api.php [source] [645 lines] | Configuration API | |
| constant_inc.php [source] [534 lines] | ||
| crypto_api.php [source] [186 lines] | Crypto API | |
| csv_api.php [source] [415 lines] | CSV API | |
| current_user_api.php [source] [234 lines] | Current User API | |
| custom_field_api.php [source] [1503 lines] | Custom Field API | |
| custom_function_api.php [source] [437 lines] | Custom Function API | |
| database_api.php [source] [886 lines] | Database API | |
| date_api.php [source] [270 lines] | Date API | |
| email_api.php [source] [1462 lines] | Email API | |
| email_queue_api.php [source] [198 lines] | Email Queue API | |
| error_api.php [source] [450 lines] | Error API | |
| event_api.php [source] [339 lines] | Event API | |
| events_inc.php [source] [121 lines] | ||
| excel_api.php [source] [458 lines] | Excel API | |
| file_api.php [source] [979 lines] | File API | |
| filter_api.php [source] [4700 lines] | Filter API | |
| filter_constants_inc.php [source] [67 lines] | ||
| form_api.php [source] [217 lines] | Form API Handles form security and validation. Security methods are targeted to work with both GET and POST form types and should allow multiple simultaneous edits of the form to be submitted out-of-order. | |
| gpc_api.php [source] [493 lines] | GPC API Provides sanitisation and type conversion of user supplied data through HTTP GET, HTTP POST and cookies. | |
| graphviz_api.php [source] [479 lines] | GraphViz API Wrapper classes around GraphViz utilities (dot and neato) for directed and undirected graph generation. These wrappers are enhanced enough just to support relationship_graph_api.php. They don't support subgraphs yet. | |
| helper_api.php [source] [556 lines] | Helper API | |
| history_api.php [source] [591 lines] | History API | |
| html_api.php [source] [1747 lines] | HTML API These functions control the HTML output of each page. | |
| http_api.php [source] [172 lines] | HTTP API Provides functions to manage HTTP response headers. | |
| icon_api.php [source] [100 lines] | Icon API | |
| install_helper_functions_api.php [source] [371 lines] | Install Helper Functions API | |
| json_api.php [source] [46 lines] | JSON API | |
| lang_api.php [source] [368 lines] | Language (Internationalization) API | |
| last_visited_api.php [source] [102 lines] | Last Visited API | |
| ldap_api.php [source] [458 lines] | LDAP API | |
| logging_api.php [source] [213 lines] | Logging API Provides functionality to log system events other than bug related history. | |
| news_api.php [source] [340 lines] | News API | |
| obsolete.php [source] [157 lines] | Check that obsolete configs are not used. THIS FILE ASSUMES THAT THE CONFIGURATION IS INCLUDED AS WELL AS THE config_api.php. | |
| php_api.php [source] [107 lines] | PHP Compatibility API Provides functions to assist with backwards compatibility between PHP versions. | |
| plugin_api.php [source] [926 lines] | Plugin API Handles the initialisation, management, and execution of plugins. | |
| prepare_api.php [source] [106 lines] | Prepare API Handles preparation of strings prior to be printed or stored. | |
| print_api.php [source] [1707 lines] | Print API | |
| profile_api.php [source] [352 lines] | Profile API | |
| project_api.php [source] [804 lines] | Project API | |
| project_hierarchy_api.php [source] [290 lines] | Project Hierarchy API | |
| relationship_api.php [source] [891 lines] | Relationship API RELATIONSHIP DEFINITIONS * Child/parent relationship: the child bug is generated by the parent bug or is directly linked with the parent with the following meaning the child bug has to be resolved before resolving the parent bug (the child bug "blocks" the parent bug) example: bug A is child bug of bug B. It means: A blocks B and B is blocked by A * General relationship: two bugs related each other without any hierarchy dependance bugs A and B are related * Duplicates: it's used to mark a bug as duplicate of an other bug already stored in the database bug A is marked as duplicate of B. It means: A duplicates B, B has duplicates | |
| relationship_graph_api.php [source] [480 lines] | Relationship Graph API | |
| rss_api.php [source] [195 lines] | RSS API | |
| session_api.php [source] [329 lines] | Session API Handles user/browser sessions in an extendable manner. New session handlers can be added and configured without affecting how the API is used. Calls to session_*() are appropriately directed at the session handler class as chosen in config_inc.php. | |
| sponsorship_api.php [source] [432 lines] | Sponsorship API | |
| string_api.php [source] [896 lines] | String Processing API | |
| summary_api.php [source] [1117 lines] | Summary API | |
| tag_api.php [source] [798 lines] | Tag API | |
| tokens_api.php [source] [289 lines] | Tokens API This implements temporary storage of strings. DB schema: id, type, owner, timestamp, value | |
| twitter_api.php [source] [187 lines] | Twitter API | |
| url_api.php [source] [57 lines] | URL API Provides means for simplifying remote URL operations. | |
| user_api.php [source] [1391 lines] | User API | |
| user_pref_api.php [source] [592 lines] | User Preferences API | |
| utility_api.php [source] [252 lines] | Utility API Utility functions are *small* functions that are used often and therefore have *no* prefix, to keep their names short. | |
| version_api.php [source] [696 lines] | Version API | |
| wiki_api.php [source] [99 lines] | Wiki API | |
| workflow_api.php [source] [113 lines] | Workflow API | |
| xmlhttprequest_api.php [source] [99 lines] | XMLHttpRequest API |
| Generated: Tue Sep 7 20:21:43 2010 | Cross-referenced by PHPXref 0.7 |