6 calls to form_set_value() in Drupal 5
- form_builder in includes/
form.inc - Adds some required properties to each form element, which are used internally in the form API. This function also automatically assigns the value property from the $edit array, provided the element doesn't already have an assigned value.
- node_search_validate in modules/
node/ node.module - Form API callback for the search form. Registered in node_form_alter().
- password_confirm_validate in includes/
form.inc - Validate password_confirm element.
- search_form_validate in modules/
search/ search.module - As the search form collates keys from other modules hooked in via hook_form_alter, the validation takes place in _submit. search_form_validate() is used solely to set the 'processed_keys' form value for the basic search form.
- user_pass_validate in modules/
user/ user.module - _install_settings_form_validate in ./
install.php - Helper function for install_settings_validate.