9 calls to decode_entities() in Drupal 6
- db_connect in includes/
database.pgsql.inc - Initialize a database connection.
- drupal_html_to_text in includes/
mail.inc - Transform an HTML string into plain text, preserving the structure of the markup. Useful for preparing the body of a node to be sent by e-mail.
- filter_xss_bad_protocol in includes/
bootstrap.inc - Processes an HTML attribute value and ensures it does not contain an URL with a disallowed protocol (e.g. javascript:)
- format_rss_channel in includes/
common.inc - Formats an RSS channel.
- locale_string_is_safe in includes/
locale.inc - Check that a string is safe to be added or imported as a translation.
- search_simplify in modules/
search/ search.module - Simplifies a string according to indexing rules.
- _comment_form_submit in modules/
comment/ comment.module - Prepare a comment for submission.
- _filter_url_parse_full_links in modules/
filter/ filter.module - Make links out of absolute URLs.
- _filter_url_parse_partial_links in modules/
filter/ filter.module - Make links out of domain names starting with "www."