Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
common.inc
»
parse_size
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
7 calls to parse_size()
color_scheme_form_submit
in drupal/
modules/
color/
color.module
Form submission handler for
color_scheme_form
().
CommonSizeTestCase::testCommonParseSize
in drupal/
modules/
simpletest/
tests/
common.test
Check that
parse_size
() returns the proper byte sizes.
CommonSizeTestCase::testCommonParseSizeFormatSize
in drupal/
modules/
simpletest/
tests/
common.test
Cross-test
parse_size
() and
format_size
().
drupal_check_memory_limit
in drupal/
includes/
bootstrap.inc
Compares the memory required for an operation to the available memory.
file_field_widget_upload_validators
in drupal/
modules/
file/
file.field.inc
Retrieves the upload validators for a file field.
file_upload_max_size
in drupal/
includes/
file.inc
Determines the maximum file upload size by querying the PHP settings.
_file_generic_settings_max_filesize
in drupal/
modules/
file/
file.field.inc
Element validate callback for the maximum upload size field.