check_plain
- Versions
- 4.6 – 7
check_plain($text)
Encode special characters in a plain-text string for display as HTML.
▾ 95 functions call check_plain()
- aggregator_block in modules/aggregator.module
- Implementation of hook_block().
- aggregator_form_feed in modules/aggregator.module
- aggregator_page_categories in modules/aggregator.module
- Menu callback; displays all the categories used by the aggregator.
- aggregator_page_opml in modules/aggregator.module
- Menu callback; generates an OPML representation of all feeds.
- aggregator_page_sources in modules/aggregator.module
- Menu callback; displays all the feeds used by the aggregator.
- block_block in modules/block.module
- Implementation of hook_block().
- blog_form in modules/blog.module
- Implementation of hook_form().
- blog_page_user in modules/blog.module
- Displays a Drupal page containing recent blog entries of a given user.
- book_admin_view in modules/book.module
- Display an administrative view of the hierarchy of a book.
- book_block in modules/book.module
- Implementation of hook_block().
- book_outline in modules/book.module
- Implementation of function book_outline() Handles all book outline operations.
- book_print in modules/book.module
- Menu callback; generates printer-friendly book page with all descendants.
- book_print_recurse in modules/book.module
- chameleon_node in themes/chameleon/chameleon.theme
- comment_nodeapi in modules/comment.module
- Implementation of hook_nodeapi().
- comment_preview in modules/comment.module
- contact_mail_user in modules/contact.module
- drupal_attributes in includes/common.inc
- Format an attribute string to insert in a tag.
- drupal_directory_page in modules/drupal.module
- Formats a list of all sites indexed in the directory.
- drupal_get_title in includes/bootstrap.inc
- Get the title of the current page, for display on the page and in the title bar.
- file_check_directory in includes/file.inc
- Check that directory exists and is writable.
- filter_filter_tips in modules/filter.module
- Implementation of hook_filter_tips().
- filter_xss_bad_protocol in modules/filter.module
- Processes an HTML attribute value and ensures it does not contain an URL with a disallowed protocol (e.g. javascript:)
- format_name in includes/common.inc
- Format a username.
- format_rss_channel in includes/common.inc
- Formats an RSS channel.
- format_rss_item in includes/common.inc
- Format a single RSS item.
- form_button in includes/common.inc
- Format an action button.
- form_checkbox in includes/common.inc
- Format a checkbox.
- form_checkboxes in includes/common.inc
- Format a set of checkboxes.
- form_group in includes/common.inc
- Format a group of form items.
- form_hidden in includes/common.inc
- Store data in a hidden form field.
- form_password in includes/common.inc
- Format a single-line text field that does not display its contents visibly.
- form_radio in includes/common.inc
- Format a radio button.
- form_radios in includes/common.inc
- Format a set of radio buttons.
- form_select in includes/common.inc
- Format a dropdown menu or scrolling selection box.
- form_textarea in includes/common.inc
- Format a multiple-line text field.
- form_textfield in includes/common.inc
- Format a single-line text field.
- forum_link in modules/forum.module
- Implementation of hook_link().
- forum_overview in modules/forum.module
- Returns an overview list of existing forums and containers
- l in includes/common.inc
- Format an internal Drupal link.
- locale_admin_manage_add in modules/locale.module
- Page handler for the language addition screen
- locale_admin_string in modules/locale.module
- Page handler for the string search and administration screen
- node_admin_nodes in modules/node.module
- Generate the content administration overview.
- node_edit in modules/node.module
- Present a node editing form.
- node_form in modules/node.module
- Generate the node editing form.
- node_page in modules/node.module
- Menu callback; dispatches control to the appropriate operation handler.
- node_revision_overview in modules/node.module
- Generate an overview table of older revisions of a node.
- node_update_index in modules/node.module
- Implementation of hook_update_index().
- path_admin_edit in modules/path.module
- Menu callback; handles pages for creating and editing URL aliases.
- path_overview in modules/path.module
- Return a listing of all defined URL aliases.
- poll_results in modules/poll.module
- Callback for the 'results' tab for polls you can vote on
- poll_view_results in modules/poll.module
- Generates a graphical representation of the results of a poll.
- poll_view_voting in modules/poll.module
- Generates the voting form for a poll.
- profile_admin_edit in modules/profile.module
- Menu callback; displays the profile field editing form.
- profile_admin_overview in modules/profile.module
- Menu callback; display a listing of all editable profile fields.
- profile_browse in modules/profile.module
- Menu callback; display a list of user information.
- profile_categories in modules/profile.module
- profile_form_profile in modules/profile.module
- profile_view_field in modules/profile.module
- profile_view_profile in modules/profile.module
- statistics_access_log in modules/statistics.module
- statistics_node_tracker in modules/statistics.module
- statistics_top_referrers in modules/statistics.module
- Menu callback; presents the "Top referrers" page.
- statistics_user_tracker in modules/statistics.module
- system_help in modules/system.module
- Implementation of hook_help().
- taxonomy_form in modules/taxonomy.module
- Generate a form element for selecting terms from a vocabulary.
- taxonomy_overview in modules/taxonomy.module
- Generate a tabular listing of administrative functions for vocabularies.
- taxonomy_rss_item in modules/taxonomy.module
- Provides category information for rss feeds
- taxonomy_term_page in modules/taxonomy.module
- Menu callback; displays all nodes associated with a term.
- theme_aggregator_block_item in modules/aggregator.module
- Format an individual feed item for display in the block.
- theme_aggregator_feed in modules/aggregator.module
- Format a news feed.
- theme_aggregator_page_item in modules/aggregator.module
- Format an individual feed item for display on the aggregator page.
- theme_aggregator_summary_item in modules/aggregator.module
- Return a themed item heading for summary pages located at "aggregator/sources" and "aggregator/categories".
- theme_book_navigation in modules/book.module
- Prepares both the custom breadcrumb trail and the forward/backward navigation for a node presented as a book page.
- theme_forum_display in modules/forum.module
- Format the forum body.
- theme_forum_list in modules/forum.module
- Format the forum listing.
- theme_forum_topic_list in modules/forum.module
- Format the topic listing.
- theme_image in includes/theme.inc
- Return a themed image.
- theme_node in includes/theme.inc
- Return a themed node.
- theme_placeholder in includes/theme.inc
- Format a dynamic text string for emphasised display in a placeholder.
- theme_search_item in modules/search.module
- Format a single result entry of a search query.
- tracker_track_user in modules/tracker.module
- Menu callback. Prints a listing of active nodes on the site.
- upload_nodeapi in modules/upload.module
- Implementation of hook_nodeapi().
- user_block in modules/user.module
- Implementation of hook_block().
- user_edit in modules/user.module
- user_login in modules/user.module
- user_view in modules/user.module
- xmlrpc_value_get_xml in includes/xmlrpc.inc
- xtemplate_node in themes/engines/xtemplate/xtemplate.engine
- _aggregator_page_list in modules/aggregator.module
- Prints an aggregator page listing a number of feed items. Various menu callbacks use this function to print their feeds.
- _db_query in includes/database.pgsql.inc
- Helper function for db_query().
- _filter_html in modules/filter.module
- HTML filter. Provides filtering of input into accepted HTML.
- _locale_admin_manage_screen in includes/locale.inc
- User interface for the language management screen
- _locale_string_edit in includes/locale.inc
- User interface for string editing
- _profile_date_field in modules/profile.module
- Helper function: output a date selector
Code
includes/bootstrap.inc, line 628
<?php
function check_plain($text) {
return htmlspecialchars($text, ENT_QUOTES);
}
?>Login or register to post comments 