mime_header_encode |
function |
includes/unicode.inc |
Encodes MIME/HTTP header values that contain incorrectly encoded characters. |
drupal_encode_path |
function |
includes/drupal.inc |
Encodes a Backdrop path for use in a URL. |
drupal_json_encode |
function |
includes/drupal.inc |
Converts a PHP variable into its JavaScript equivalent. |
backdrop_encode_path |
function |
includes/common.inc |
Encodes a Backdrop path for use in a URL. |
backdrop_json_encode |
function |
includes/common.inc |
Converts a PHP variable into its JavaScript equivalent. |
drupal_base64_encode |
function |
includes/drupal.inc |
Returns a URL-safe, base64 encoded version of the supplied string. |
backdrop_base64_encode |
function |
includes/bootstrap.inc |
Returns a URL-safe, base64 encoded version of the supplied string. |
_password_base64_encode |
function |
includes/password.inc |
Encodes bytes into printable base 64 using the *nix standard from crypt(). |
ConfigFileStorage::encode |
function |
drivers/config_file/config_file_storage.inc |
Encodes configuration data into the storage-specific format. |
ConfigDatabaseStorage::encode |
function |
drivers/config_database/config_database_storage.inc |
Encodes configuration data into the storage-specific format. |
ConfigStorageInterface::encode |
function |
includes/config.inc |
Encodes configuration data into the storage-specific format. |