6 calls to fp_token()
Search API
- 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 
- 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.
- 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.
- _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.
