You are here

Functions in Format Number API 7

Primary tabs

Namesort descending Location Description Direct uses Strings
format_number ./format_number.module Format a number with (site default or user defined) thousands separator and decimal point. 2 3
format_number_add_js ./format_number.module Expose a javascript version of the Format Number API. 1
format_number_compute_boundary ./format_number.module Compute the lower or upper bounds of a number. 2
format_number_element_info ./format_number.module Implements hook_element_info().
format_number_form_user_profile_form_alter ./format_number.module Implements hook_form_user_profile_form_alter().
format_number_get_decimal_point_options ./format_number.module Get decimal point options. 4
format_number_get_options ./format_number.module Get the site/user defined thousands separator and decimal point characters. 4
format_number_get_thousands_separator_options ./format_number.module Get thousands separator options. 4
format_number_help ./format_number.module Implements hook_help().
format_number_menu ./format_number.module Implements hook_menu().
format_number_numericfield_process ./format_number.module Process an individual numeric form element. 1
format_number_numericfield_validate ./format_number.module Validation of an individual numeric form element. 1
format_number_permission ./format_number.module Implements hook_permission().
format_number_significant_figures ./format_number.module Formats numbers to a specified number of significant figures.
format_number_site_settings_form ./format_number.settings.inc Module settings form. 1
format_number_site_settings_form_validate ./format_number.settings.inc Validate the module settings form. 1
format_number_theme ./format_number.module Implements hook_theme().
format_number_uninstall ./format_number.install Implements hook_uninstall().
format_number_user_presave ./format_number.module Implements hook_user_presave().
format_number_user_settings_form ./format_number.settings.inc User settings form. 1
format_number_user_settings_form_validate ./format_number.settings.inc Validate the user settings form. 1
format_number_variable_group_info ./format_number.variable.inc Implements hook_variable_group_info().
format_number_variable_info ./format_number.variable.inc Implements hook_variable_info().
form_type_numericfield_value ./format_number.module Helper function to determine the value for a numeric form element.
parse_formatted_number ./format_number.module Parse a formatted number. 3
theme_numericfield ./format_number.module Render a numeric form element.

Other projects