[ Index ]

PHP Cross Reference of MantisBT

title

Body

[close]

/core/

FolderUp one level  
Foldercfdefs/
 
Folderclasses/
 
Fileaccess_api.php                   [source] [610 lines]   Access API
Fileauthentication_api.php           [source] [868 lines]   Authentication API
Filebug_api.php                      [source] [1845 lines]  Bug API
Filebug_group_action_api.php         [source] [312 lines]   Bug Group Action API
Filebug_revision_api.php             [source] [360 lines]   Bug Revision API
Filebugnote_api.php                  [source] [719 lines]   Bugnote API
Filecategory_api.php                 [source] [590 lines]   Category API
Filecollapse_api.php                 [source] [241 lines]   Collapse API
Filecolumns_api.php                  [source] [1416 lines]  Columns API
Filecompress_api.php                 [source] [144 lines]   Compression API
Fileconfig_api.php                   [source] [645 lines]   Configuration API
Fileconstant_inc.php                 [source] [534 lines]   
Filecrypto_api.php                   [source] [186 lines]   Crypto API
Filecsv_api.php                      [source] [415 lines]   CSV API
Filecurrent_user_api.php             [source] [234 lines]   Current User API
Filecustom_field_api.php             [source] [1503 lines]  Custom Field API
Filecustom_function_api.php          [source] [437 lines]   Custom Function API
Filedatabase_api.php                 [source] [886 lines]   Database API
Filedate_api.php                     [source] [270 lines]   Date API
Fileemail_api.php                    [source] [1462 lines]  Email API
Fileemail_queue_api.php              [source] [198 lines]   Email Queue API
Fileerror_api.php                    [source] [450 lines]   Error API
Fileevent_api.php                    [source] [339 lines]   Event API
Fileevents_inc.php                   [source] [121 lines]   
Fileexcel_api.php                    [source] [458 lines]   Excel API
Filefile_api.php                     [source] [979 lines]   File API
Filefilter_api.php                   [source] [4700 lines]  Filter API
Filefilter_constants_inc.php         [source] [67 lines]    
Fileform_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.
Filegpc_api.php                      [source] [493 lines]   GPC API Provides sanitisation and type conversion of user supplied data through HTTP GET, HTTP POST and cookies.
Filegraphviz_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.
Filehelper_api.php                   [source] [556 lines]   Helper API
Filehistory_api.php                  [source] [591 lines]   History API
Filehtml_api.php                     [source] [1747 lines]  HTML API These functions control the HTML output of each page.
Filehttp_api.php                     [source] [172 lines]   HTTP API Provides functions to manage HTTP response headers.
Fileicon_api.php                     [source] [100 lines]   Icon API
Fileinstall_helper_functions_api.php [source] [371 lines]   Install Helper Functions API
Filejson_api.php                     [source] [46 lines]    JSON API
Filelang_api.php                     [source] [368 lines]   Language (Internationalization) API
Filelast_visited_api.php             [source] [102 lines]   Last Visited API
Fileldap_api.php                     [source] [458 lines]   LDAP API
Filelogging_api.php                  [source] [213 lines]   Logging API Provides functionality to log system events other than bug related history.
Filenews_api.php                     [source] [340 lines]   News API
Fileobsolete.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.
Filephp_api.php                      [source] [107 lines]   PHP Compatibility API Provides functions to assist with backwards compatibility between PHP versions.
Fileplugin_api.php                   [source] [926 lines]   Plugin API Handles the initialisation, management, and execution of plugins.
Fileprepare_api.php                  [source] [106 lines]   Prepare API Handles preparation of strings prior to be printed or stored.
Fileprint_api.php                    [source] [1707 lines]  Print API
Fileprofile_api.php                  [source] [352 lines]   Profile API
Fileproject_api.php                  [source] [804 lines]   Project API
Fileproject_hierarchy_api.php        [source] [290 lines]   Project Hierarchy API
Filerelationship_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
Filerelationship_graph_api.php       [source] [480 lines]   Relationship Graph API
Filerss_api.php                      [source] [195 lines]   RSS API
Filesession_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.
Filesponsorship_api.php              [source] [432 lines]   Sponsorship API
Filestring_api.php                   [source] [896 lines]   String Processing API
Filesummary_api.php                  [source] [1117 lines]  Summary API
Filetag_api.php                      [source] [798 lines]   Tag API
Filetokens_api.php                   [source] [289 lines]   Tokens API This implements temporary storage of strings. DB schema: id, type, owner, timestamp, value
Filetwitter_api.php                  [source] [187 lines]   Twitter API
Fileurl_api.php                      [source] [57 lines]    URL API Provides means for simplifying remote URL operations.
Fileuser_api.php                     [source] [1391 lines]  User API
Fileuser_pref_api.php                [source] [592 lines]   User Preferences API
Fileutility_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.
Fileversion_api.php                  [source] [696 lines]   Version API
Filewiki_api.php                     [source] [99 lines]    Wiki API
Fileworkflow_api.php                 [source] [113 lines]   Workflow API
Filexmlhttprequest_api.php           [source] [99 lines]    XMLHttpRequest API


Generated: Tue Sep 7 20:21:43 2010 Cross-referenced by PHPXref 0.7