11 uses of FILTER_FORMAT_DEFAULT

block_block in drupal-6.x/modules/block/block.module
Implementation of hook_block().
block_box_form in drupal-6.x/modules/block/block.module
Define the custom block form.
block_box_save in drupal-6.x/modules/block/block.module
Saves a user-created block in the database.
blogapi_blogger_new_post in drupal-6.x/modules/blogapi/blogapi.module
Blogging API callback. Inserts a new blog post as a node.
check_markup in drupal-6.x/modules/filter/filter.module
Run all the enabled filters on a piece of text.
comment_form in drupal-6.x/modules/comment/comment.module
Generate the basic commenting form, for appending to a node or display on a separate page.
filter_form in drupal-6.x/modules/filter/filter.module
Generates a selector for choosing a format in a form.
filter_resolve_format in drupal-6.x/modules/filter/filter.module
Resolve a format id, including the default format.
node_save in drupal-6.x/modules/node/node.module
Save a node object into the database.
system_update_6051 in drupal-6.x/modules/system/system.install
Create a signature_format column.
user_edit_form in drupal-6.x/modules/user/user.module