encode_url |
includes/url_to_absolute.inc |
This function encodes URL to form a URL which is properly
percent encoded to replace disallowed characters. |
|
|
hook_tmgmt_smartling_context_url_alter |
./tmgmt_smartling.api.php |
Alter entity context url. |
|
|
join_url |
includes/url_to_absolute.inc |
This function joins together URL components to form a complete URL. |
1 |
|
split_url |
includes/url_to_absolute.inc |
This function parses an absolute or relative URL and splits it
into individual components. |
1 |
|
tmgmt_smartling_download_file |
./tmgmt_smartling.module |
|
3 |
|
tmgmt_smartling_download_file_submit |
./tmgmt_smartling.module |
|
|
1 |
tmgmt_smartling_test_user_login |
modules/tmgmt_smartling_test/tmgmt_smartling_test.module |
Implements hook_user_login(). |
|
|
tmgmt_smartling_test_user_logout |
modules/tmgmt_smartling_test/tmgmt_smartling_test.module |
Implements hook_user_logout(). |
|
|
tmgmt_smartling_theme |
./tmgmt_smartling.module |
Implements hook_theme(). |
|
|
tmgmt_smartling_update_8001 |
./tmgmt_smartling.install |
Set default custom_regexp_placeholder string. |
|
|
tmgmt_smartling_update_8002 |
./tmgmt_smartling.install |
Add file name into job entries. |
|
|
tmgmt_smartling_update_8003 |
./tmgmt_smartling.install |
Enable needed dependency. |
|
|
tmgmt_smartling_update_8004 |
./tmgmt_smartling.install |
Migrate users from fake xml (html) to new xml format. |
|
|
tmgmt_smartling_views_data_alter |
./tmgmt_smartling.module |
Implements hook_views_data_alter(). |
|
|
tmgmt_smartling_views_pre_view |
./tmgmt_smartling.module |
Implements hook_views_pre_view(). |
|
|
url_remove_dot_segments |
includes/url_to_absolute.inc |
Filter out "." and ".." segments from a URL's path and return
the result. |
1 |
|
url_to_absolute |
includes/url_to_absolute.inc |
Combine a base URL and a relative URL to produce a new
absolute URL. The base URL is often the URL of a page,
and the relative URL is a URL embedded on that page. |
1 |
|