comment_form in modules/comment/comment.module
Generate the basic commenting form, for appending to a node or display on a separate page.
DrupalHTMLIdentifierTestCase::testDrupalHTMLId in modules/simpletest/tests/common.test
Tests that drupal_html_id() cleans the ID properly.
drupal_prepare_form in includes/form.inc
Prepares a structured form array.
drupal_pre_render_link in includes/common.inc
#pre_render callback to render a link into #markup.
field_multiple_value_form in modules/field/field.form.inc
Special handling to create form elements for multiple values.
file_ajax_upload in modules/file/file.module
Menu callback; Shared Ajax callback for file uploads and deletions.
file_managed_file_process in modules/file/file.module
Process function to expand the managed_file element type.
form_builder in includes/form.inc
Builds and processes all elements in the structured form array.
form_process_container in includes/form.inc
Processes a container element.
form_process_radios in includes/form.inc
Expands a radios element into individual radio elements.
form_process_tableselect in includes/form.inc
Creates checkbox or radio elements to populate a tableselect table.
form_test_load_include_menu in modules/simpletest/tests/form_test.file.inc
Form constructor for testing FAPI file inclusion of the file specified in hook_menu().
ProfileTestAutocomplete::testAutocomplete in modules/profile/profile.test
Tests profile field autocompletion and access.
template_preprocess_block in modules/block/block.module
Processes variables for block.tpl.php.
theme_field_multiple_value_form in modules/field/field.form.inc
Returns HTML for an individual form element.