Go to the source code of this file.
Enumerations | |
| enum | MARKUP_STATE_LIST |
Functions | |
| PHP | parse_wikilinks ($page_data) |
| parse_externallinks ($page_data) | |
| parse_tables ($page_data) | |
| parse_profilelinks ($page_data, $module="") | |
| parse_userlist_control ($page_data) | |
| parse_userlists ($page_data, $is_menu_menu, $userlist="", $module="") | |
| parse_preformatted ($page_data) | |
| parse_lists ($page_data) | |
| print_list_item ($depth, $text, $end_list_first=false) | |
| start_lists (&$previous_list_stack, $new_list_stack) | |
| end_lists ($how_many, &$previous_list_stack) | |
| list_item (&$previous_list_stack, $new_list_stack, $text) | |
Variables | |
| global | $markup_list_types = array("*" => "ul", "+" => "ul", "-" => "ul", "#" => "ol") |
| global | $markup_list_subtypes = array("1" => "decimal", "a" => "lower-alpha", "A" => "upper-alpha", "i" => "lower-roman", "I" => "upper-roman", "~" => "none") |
| enum MARKUP_STATE_LIST |
Definition at line 670 of file page_parsefunctions.php.
| end_lists | ( | $ | how_many, | |
| &$ | previous_list_stack | |||
| ) |
Definition at line 727 of file page_parsefunctions.php.
References $markup_list_types.
Referenced by list_item(), and parse_lists().
| list_item | ( | &$ | previous_list_stack, | |
| $ | new_list_stack, | |||
| $ | text | |||
| ) |
Definition at line 752 of file page_parsefunctions.php.
References end_lists(), print_list_item(), and start_lists().
Referenced by parse_lists().

| parse_externallinks | ( | $ | page_data | ) |
Definition at line 74 of file page_parsefunctions.php.
References $language, $setup_folder, i18n(), and siteURL().
Referenced by parse_page_data().

| parse_lists | ( | $ | page_data | ) |
Definition at line 672 of file page_parsefunctions.php.
References $markup_list_types, end_lists(), and list_item().
Referenced by parse_page_data().

| parse_preformatted | ( | $ | page_data | ) |
Definition at line 630 of file page_parsefunctions.php.
References i18n().
Referenced by parse_page_data().

| parse_profilelinks | ( | $ | page_data, | |
| $ | module = "" | |||
| ) |
Definition at line 207 of file page_parsefunctions.php.
References $language, $setup_folder, globalIDtoURL(), i18n(), and siteURL().
Referenced by modulesetup_discuss(), parse_page_data(), discussThread::renderBlock(), discussForum::renderBlock(), commentHandler::renderCommentsActual(), renderUpdates(), and commentHandler::replyto().

| parse_tables | ( | $ | page_data | ) |
Definition at line 125 of file page_parsefunctions.php.
References i18n().
Referenced by parse_page_data().

| parse_userlist_control | ( | $ | page_data | ) |
Definition at line 258 of file page_parsefunctions.php.
References currentUser(), drawCommand(), globalIDtoURL(), i18n(), and thisPageURL().
Referenced by parse_page_data().

| parse_userlists | ( | $ | page_data, | |
| $ | is_menu_menu, | |||
| $ | userlist = "", |
|||
| $ | module = "" | |||
| ) |
Definition at line 341 of file page_parsefunctions.php.
References $avatarfile, $avatarthumbfile, $i, $language, $page_id, $setup_folder, $userinfo_folder, $viewUser, allUsersArray(), currentUser(), globalIDtoURL(), i18n(), parse_page_data(), renderInformationBox(), siteURL(), strposnth(), and thisPageURL().
Referenced by parse_gallery2(), and parse_page_data().

| PHP parse_wikilinks | ( | $ | page_data | ) |
Definition at line 17 of file page_parsefunctions.php.
References $language, $page_id, $setup_folder, $systemOptions, getpage_id(), globalIDtoURL(), and siteURL().
Referenced by parse_page_data().

| print_list_item | ( | $ | depth, | |
| $ | text, | |||
| $ | end_list_first = false | |||
| ) |
| start_lists | ( | &$ | previous_list_stack, | |
| $ | new_list_stack | |||
| ) |
Definition at line 707 of file page_parsefunctions.php.
References $markup_list_subtypes, and $markup_list_types.
Referenced by list_item().
| $markup_list_subtypes = array("1" => "decimal", "a" => "lower-alpha", "A" => "upper-alpha", "i" => "lower-roman", "I" => "upper-roman", "~" => "none") |
| $markup_list_types = array("*" => "ul", "+" => "ul", "-" => "ul", "#" => "ol") |
Definition at line 667 of file page_parsefunctions.php.
Referenced by end_lists(), parse_lists(), and start_lists().
1.5.5