You are here

7 calls to parse_size() in Drupal 7

color_scheme_form_submit in modules/color/color.module
Form submission handler for color_scheme_form().
CommonSizeTestCase::testCommonParseSize in modules/simpletest/tests/common.test
Check that parse_size() returns the proper byte sizes.
CommonSizeTestCase::testCommonParseSizeFormatSize in modules/simpletest/tests/common.test
Cross-test parse_size() and format_size().
drupal_check_memory_limit in includes/bootstrap.inc
Compares the memory required for an operation to the available memory.
file_field_widget_upload_validators in modules/file/file.field.inc
Retrieves the upload validators for a file field.
file_upload_max_size in includes/file.inc
Determines the maximum file upload size by querying the PHP settings.
_file_generic_settings_max_filesize in modules/file/file.field.inc
Element validate callback for the maximum upload size field.