page_parsefunctions.php File Reference

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")


Enumeration Type Documentation

Definition at line 670 of file page_parsefunctions.php.


Function Documentation

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().

Here is the call graph for this function:

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().

Here is the call graph for this function:

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().

Here is the call graph for this function:

parse_preformatted ( page_data  ) 

Definition at line 630 of file page_parsefunctions.php.

References i18n().

Referenced by parse_page_data().

Here is the call graph for this function:

parse_profilelinks ( page_data,
module = "" 
)

parse_tables ( page_data  ) 

Definition at line 125 of file page_parsefunctions.php.

References i18n().

Referenced by parse_page_data().

Here is the call graph for this function:

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().

Here is the call graph for this function:

parse_userlists ( page_data,
is_menu_menu,
userlist = "",
module = "" 
)

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().

Here is the call graph for this function:

print_list_item ( depth,
text,
end_list_first = false 
)

Definition at line 704 of file page_parsefunctions.php.

Referenced by list_item().

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().


Variable Documentation

$markup_list_subtypes = array("1" => "decimal", "a" => "lower-alpha", "A" => "upper-alpha", "i" => "lower-roman", "I" => "upper-roman", "~" => "none")

Definition at line 667 of file page_parsefunctions.php.

Referenced by start_lists().

$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().


Generated on Sun Oct 26 20:33:14 2008 for The Travelsized Content Management System by  doxygen 1.5.5