32 calls to drupal_strlen()

AccountFormController::validate in drupal/core/modules/user/lib/Drupal/user/AccountFormController.php
Overrides Drupal\Core\Entity\EntityFormController::submit().
Color::validateHex in drupal/core/lib/Drupal/Core/Utility/Color.php
Validates whether a hexadecimal color value is syntatically correct.
DrupalDiffInline::process_chunk in drupal/core/lib/Drupal/Component/Diff/DiffEngine.php
Merge chunk segments between tag delimiters.
DrupalDiffInline::render in drupal/core/lib/Drupal/Component/Diff/DiffEngine.php
Render differences inline using HTML markup.
drupal_html_to_text in drupal/core/includes/mail.inc
Transforms an HTML string into plain text, preserving its structure.
FieldPluginBase::render_text in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php
Perform an advanced text render for the item.
field_create_field in drupal/core/modules/field/field.crud.inc
Creates a field.
hook_field_validate in drupal/core/modules/field/field.api.php
Validate this module's field data.
HtmlToTextTest::testVeryLongLineWrap in drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php
Tests that drupal_html_to_text() wraps before 1000 characters.
InOperator::adminSummary in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php
Display the filter on the administrative summary
MenuTest::addCustomMenu in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Add custom menu.
menu_contextual_links in drupal/core/includes/menu.inc
Retrieves contextual links for a path based on registered local tasks.
options_field_settings_form_validate_allowed_values in drupal/core/modules/field/modules/options/options.module
Element validate callback; check that the entered values are valid.
SearchQuery::parseWord in drupal/core/modules/search/lib/Drupal/search/SearchQuery.php
Helper function for parseQuery().
SearchSimplifyTest::testSearchSimplifyUnicode in drupal/core/modules/search/lib/Drupal/search/Tests/SearchSimplifyTest.php
Tests that all Unicode characters simplify correctly.
search_expand_cjk in drupal/core/modules/search/search.module
Splits CJK (Chinese, Japanese, Korean) text into tokens.
search_index in drupal/core/modules/search/search.module
Update the full-text search index for a particular item.
template_preprocess_username in drupal/core/modules/user/user.module
Preprocesses variables for theme_username().
text_field_validate in drupal/core/modules/field/modules/text/text.module
Implements hook_field_validate().
text_summary in drupal/core/modules/field/modules/text/text.module
Generates a trimmed, formatted version of a text field value.
theme_image_formatter in drupal/core/modules/image/image.field.inc
Returns HTML for an image field formatter.
theme_picture_formatter in drupal/core/modules/picture/picture.module
Returns HTML for a picture field formatter.
truncate_utf8 in drupal/core/includes/unicode.inc
Truncates a UTF-8-encoded string safely to a number of characters.
UnicodeUnitTest::helperTestStrLen in drupal/core/modules/system/lib/Drupal/system/Tests/System/UnicodeUnitTest.php
user_validate_name in drupal/core/modules/user/user.module
Verify the syntax of the given name.
views_trim_text in drupal/core/modules/views/views.module
Trim the field down to the specified length.
views_ui_truncate in drupal/core/modules/views/views_ui/views_ui.module
Truncate strings to a set length and provide a ... if they truncated.
WordLevelDiff::_split in drupal/core/lib/Drupal/Component/Diff/DiffEngine.php
_breakpoint_delete_breakpoints in drupal/core/modules/breakpoint/breakpoint.module
Remove breakpoints from all disabled themes or uninstalled modules.
_DiffEngine::_line_hash in drupal/core/lib/Drupal/Component/Diff/DiffEngine.php
Returns the whole line if it's small enough, or the MD5 hash otherwise.
_filter_html_image_secure_process in drupal/core/modules/filter/filter.module
Process callback for local image filter.
_form_validate in drupal/core/includes/form.inc
Performs validation on form elements.