7 calls to fp_token()

advise_display_view in modules/advise/advise.module
This is the page which actually displays the "view" for the user to see their advising session, or for an advisor to advise them.
advise_init_screen in modules/advise/advise.module
AdvisingScreen::draw_pie_chart_box in classes/AdvisingScreen.php
This function is used to draw an individual pie chart box. It accepts values of top/bottom in order to come up with a percentage.
fp_render_form in includes/render.inc
Render the form array from the callback to the screen, and set the form to save itself in our default submit handler. Valid form_types are: "system_settings" => values automatically saved to variables table. "normal" or BLANK…
system_handle_form_submit in modules/system/system.module
Intercepts form submissions from forms built with the form API.
system_render_advising_snapshop_for_iframe in modules/system/system.module
This is meant to be a widget which shows in the dashboard of the advising user, within an iframe, since it can take a while to load.
update_status_get_install_status_url in modules/update_status/update_status.module
Returns a URL containing install statuses for all installed modules on this site.