Search for code
- Search 9.5.x for code
- Search 8.9.x for code
- Search 10.3.x for code
- Search 11.x for code
- Search main for code
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Code registry | group | includes/ |
The code registry engine. |
| code-clean.sh | file | scripts/ |
#!/bin/sh find . -name "*~" -type f | xargs rm -f find . -name ".#*" -type f | xargs rm -f find . -name "*.rej" -type f | xargs rm -f find . -name "*.orig" -type f | xargs rm -f find . -name "DEADJOE"… |
| decode_entities | function | includes/ |
Decodes all HTML entities (including numerical ones) to regular UTF-8 bytes. |
| drupal_base64_encode | function | includes/ |
Returns a URL-safe, base64 encoded version of the supplied string. |
| drupal_clear_opcode_cache | function | includes/ |
Invalidates a PHP file from any active opcode caches. |
| drupal_encode_path | function | includes/ |
Encodes a Drupal path for use in a URL. |
| drupal_json_decode | function | includes/ |
Converts an HTML-safe JSON string into its PHP equivalent. |
| drupal_json_encode | function | includes/ |
Converts a PHP variable into its JavaScript equivalent. |
| drupal_json_encode_helper | function | includes/ |
Encodes a PHP variable to HTML-safe JSON for PHP versions below 5.3.0. |
| FormatDateUnitTest::LANGCODE | constant | modules/ |
Arbitrary langcode for a custom language. |
| int2vancode | function | modules/ |
Generate vancode. |
| json-encode.inc | file | includes/ |
Provides a helper to properly encode HTML-safe JSON prior to PHP 5.3.0. |
| Menu status codes | group | includes/ |
Status codes for menu callbacks. |
| mime_header_decode | function | includes/ |
Decodes MIME/HTTP encoded header values. |
| mime_header_encode | function | includes/ |
Encodes MIME/HTTP header values that contain incorrectly encoded characters. |
| PHPTestCase::$php_code_format | property | modules/ |
|
| PHPTestCase::createNodeWithCode | function | modules/ |
Creates a test node with PHP code in the body. |
| PREG_CLASS_UNICODE_WORD_BOUNDARY | constant | includes/ |
Matches Unicode characters that are word boundaries. |
| SearchSimplifyTestCase::testSearchSimplifyUnicode | function | modules/ |
Tests that all Unicode characters simplify correctly. |
| SearchTokenizerTestCase::code2utf | function | modules/ |
Like PHP chr() function, but for unicode characters. |
| TaxonomyTokenReplaceTestCase::$langcode | property | modules/ |
|
| unicode.entities.inc | file | includes/ |
|
| unicode.inc | file | includes/ |
Provides Unicode-related conversions and operations. |
| unicode.test | file | modules/ |
Various unicode handling tests. |
| UnicodeTest.txt | file | modules/ |
… |
| UnicodeUnitTest | class | modules/ |
Test unicode handling features implemented in unicode.inc. |
| UnicodeUnitTest::$extendedMode | property | modules/ |
Whether to run the extended version of the tests (including non latin1 characters). |
| UnicodeUnitTest::getInfo | function | modules/ |
|
| UnicodeUnitTest::helperTestStrLen | function | modules/ |
|
| UnicodeUnitTest::helperTestStrToLower | function | modules/ |
|
| UnicodeUnitTest::helperTestStrToUpper | function | modules/ |
|
| UnicodeUnitTest::helperTestSubStr | function | modules/ |
|
| UnicodeUnitTest::helperTestTruncate | function | modules/ |
Tests truncate_utf8(). |
| UnicodeUnitTest::helperTestUcFirst | function | modules/ |
|
| UnicodeUnitTest::runTruncateTests | function | modules/ |
Runs test cases for helperTestTruncate(). |
| UnicodeUnitTest::testDecodeEntities | function | modules/ |
Test decode_entities(). |
| UnicodeUnitTest::testEmulatedUnicode | function | modules/ |
Test emulated unicode features. |
| UnicodeUnitTest::testMbStringUnicode | function | modules/ |
Test full unicode features implemented using the mbstring extension. |
| unicode_check | function | includes/ |
Wrapper around _unicode_check(). |
| UNICODE_ERROR | constant | includes/ |
Indicates an error during check for PHP unicode support. |
| UNICODE_MULTIBYTE | constant | includes/ |
Indicates that full unicode support with the PHP mbstring extension is being used. |
| unicode_requirements | function | includes/ |
Returns Unicode library status and errors. |
| UNICODE_SINGLEBYTE | constant | includes/ |
Indicates that standard PHP (emulated) unicode support is being used. |
| vancode2int | function | modules/ |
Decode vancode back to an integer. |
| _drupal_decode_exception | function | includes/ |
Decodes an exception and retrieves the correct caller. |
| _mime_header_decode | function | includes/ |
Decodes encoded header data passed from mime_header_decode(). |
| _openid_encode_message | function | modules/ |
Encode a message from _openid_create_message for HTTP Post |
| _password_base64_encode | function | includes/ |
Encodes bytes into printable base 64 using the *nix standard from crypt(). |
| _registry_check_code | function | includes/ |
Checks for a resource in the registry. |
| _unicode_caseflip | function | includes/ |
Flips U+C0-U+DE to U+E0-U+FD and back. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.