- BackdropHtmlToTextTestCase::testVeryLongLineWrap in core/
modules/ simpletest/ tests/ mail.test - Tests that backdrop_html_to_text() wraps before 1000 characters.
- backdrop_html_to_text in core/
includes/ mail.inc - Transforms an HTML string into plain text, preserving its structure.
- Color::validateHex in core/
includes/ color.inc - Validates whether a hexadecimal color value is syntactically correct.
- drupal_strlen in core/
includes/ drupal.inc - Counts the number of characters in a UTF-8 string.
- field_validate_field in core/
modules/ field/ field.crud.inc - Validates a field configuration.
- FileExampleSessionStreamWrapper::stream_read in modules/
examples/ file_example/ file_example_session_streams.inc - Support for fread(), file_get_contents() etc.
- FileExampleSessionStreamWrapper::stream_seek in modules/
examples/ file_example/ file_example_session_streams.inc - Support for fseek().
- FileExampleSessionStreamWrapper::stream_stat in modules/
examples/ file_example/ file_example_session_streams.inc - Support for fstat().
- FileExampleSessionStreamWrapper::stream_write in modules/
examples/ file_example/ file_example_session_streams.inc - Support for fwrite(), file_put_contents() etc.
- FileExampleSessionStreamWrapper::url_stat in modules/
examples/ file_example/ file_example_session_streams.inc - Support for stat().
- hook_field_validate in core/
modules/ field/ field.api.php - Validate this module's field data.
- list_allowed_values_setting_validate in core/
modules/ field/ modules/ list/ list.module - Element validate callback; check that the entered values are valid.
- MenuTestCase::addCustomMenu in core/
modules/ menu/ tests/ menu.test - Add custom menu.
- menu_contextual_links in core/
includes/ menu.inc - Retrieves contextual links for a path based on registered local tasks.
- NodeMultiByteUtf8Test::testMultiByteUtf8 in core/
modules/ node/ tests/ node.test - Tests that multi-byte UTF-8 characters are stored and retrieved correctly.
- path_alias_uniquify in core/
modules/ path/ path.inc - Check to ensure a URL alias is unique and add suffix variants if necessary.
- path_clean_string in core/
modules/ path/ path.inc - Clean up a string segment to be used in an URL alias.
- path_generate_entity_alias in core/
modules/ path/ path.inc - Apply patterns to create an alias for an entity.
- SearchQuery::parseWord in core/
modules/ search/ search.extender.inc - Helper function for parseQuery().
- SearchSimplifyTestCase::testSearchSimplifyUnicode in core/
modules/ search/ tests/ search.test - Tests that all Unicode characters simplify correctly.
- search_expand_cjk in core/
modules/ search/ search.module - Splits CJK (Chinese, Japanese, Korean) text into tokens.
- search_index in core/
modules/ search/ search.module - Update the full-text search index for a particular item.
- system_get_debug_info in core/
modules/ system/ system.admin.inc - Compiles the various information for the debug info page.
- template_preprocess_username in core/
modules/ user/ user.theme.inc - Preprocesses variables for theme_username().
- text_field_validate in core/
modules/ field/ modules/ text/ text.module - Implements hook_field_validate().
- text_summary in core/
modules/ field/ modules/ text/ text.module - Generate a trimmed, formatted version of a text field value.
- theme_image_formatter in core/
modules/ image/ image.theme.inc - Returns HTML for an image field formatter.
- token_element_validate in core/
includes/ token.inc - Validate a form element that should have tokens in it.
- truncate_utf8 in core/
includes/ unicode.inc - Truncates a UTF-8-encoded string safely to a number of characters.
- UnicodeUnitTest::helperTestStrLen in core/
modules/ simpletest/ tests/ unicode.test - user_account_form_validate in core/
modules/ user/ user.module - Form validation handler for user_account_form().
- user_validate_name in core/
modules/ user/ user.module - Verify the syntax of the given name.
- views_handler_field::render_text in core/
modules/ views/ handlers/ views_handler_field.inc - Perform an advanced text render for the item.
- views_handler_filter_in_operator::admin_summary in core/
modules/ views/ handlers/ views_handler_filter_in_operator.inc - Display the filter on the administrative summary
- views_plugin_style_jump_menu::render in core/
modules/ views/ plugins/ views_plugin_style_jump_menu.inc - Render the display in this style.
- views_trim_text in core/
modules/ views/ includes/ utility.inc - Trim the field down to the specified length.
- views_ui_truncate in core/
modules/ views_ui/ views_ui.module - Truncate strings to a set length and provide a ... if they truncated.
- _color_rewrite_stylesheet in core/
modules/ color/ color.module - Rewrites the stylesheet to match the colors in the palette.
- _filter_image_caption in core/
modules/ filter/ filter.module - Implements callback_filter_process().
- _form_validate in core/
includes/ form.inc - Performs validation on form elements.
- _system_format_debug_info in core/
modules/ system/ system.admin.inc - Given an array of data, it formats it into a plain-text 2-column output.
- _user_password_evaluate_strength in core/
modules/ user/ user.password.inc - Evaluate password strength Adapted from https://github.com/dropbox/zxcvbn.