embedded_function_call |
./potx-cli.php |
|
1 |
|
potxcli_help |
./potx-cli.php |
|
|
|
potxcli_perm |
./potx-cli.php |
|
|
|
potx_coder_review |
./potx.module |
Callback implementation for coder review of one file. |
|
1 |
potx_help |
./potx.module |
Implementation of hook_help(). |
|
|
potx_menu |
./potx.module |
Implementation of hook_menu(). |
|
|
potx_requirements |
./potx.install |
Implementation of hook_requirements(). |
|
|
potx_reviews |
./potx.module |
Implementation of hook_reviews(). Coder module integration. |
|
|
potx_select_form |
./potx.module |
Component selection interface. |
|
1 |
potx_select_form_submit |
./potx.module |
Generate translation template or translation file for the requested component. |
|
|
potx_select_form_validate |
./potx.module |
Validation handler for potx component selection form. |
|
|
potx_status |
./potx.inc |
Status notification function. |
9 |
|
potx_test_5_menu |
tests/potx_test_5.module |
Implementation of hook_menu() |
|
|
potx_test_5_page |
tests/potx_test_5.module |
|
|
1 |
potx_test_5_perm |
tests/potx_test_5.module |
|
|
|
potx_test_5_permission |
tests/potx_test_5.module |
|
|
|
potx_test_6_menu |
tests/potx_test_6.module |
Implementation of hook_menu() |
|
|
potx_test_6_menu_alter |
tests/potx_test_6.module |
Implementation of hook_menu_alter() |
|
|
potx_test_6_page |
tests/potx_test_6.module |
|
|
1 |
potx_test_6_perm |
tests/potx_test_6.module |
|
|
|
potx_test_6_permission |
tests/potx_test_6.module |
|
|
|
potx_test_7_menu |
tests/potx_test_7.module |
Implementation of hook_menu() |
|
|
potx_test_7_menu_alter |
tests/potx_test_7.module |
Implementation of hook_menu_alter() |
|
|
potx_test_7_page |
tests/potx_test_7.module |
|
|
1 |
potx_test_7_perm |
tests/potx_test_7.module |
|
|
|
potx_test_7_permission |
tests/potx_test_7.module |
|
|
|
_potx_add_date_strings |
./potx.inc |
Add date strings, which cannot be extracted otherwise.
This is called for locale.module. |
1 |
|
_potx_add_default_region_names |
./potx.inc |
Add default theme region names, which cannot be extracted otherwise.
These default names are defined in system.module |
1 |
|
_potx_add_format_interval_strings |
./potx.inc |
Add format_interval special strings, which cannot be
extracted otherwise. This is called for common.inc |
1 |
|
_potx_build_files |
./potx.inc |
Creates complete file strings with _potx_store() |
3 |
|
_potx_component_list |
./potx.module |
Generate a hierarchical structured list of components. |
1 |
|
_potx_component_selector |
./potx.module |
Build a chunk of the component selection form. |
1 |
|
_potx_explore_dir |
./potx.inc |
Collect a list of file names relevant for extraction,
starting from the given path. |
2 |
|
_potx_find_context |
./potx.inc |
Helper to find the value for 'context' on t() and format_plural(). |
2 |
|
_potx_find_end_of_function |
./potx.inc |
Helper function to look up the token closing the current function. |
2 |
|
_potx_find_format_plural_calls |
./potx.inc |
Detect all occurances of format_plural calls. |
1 |
|
_potx_find_info_file_strings |
./potx.inc |
Parse an .info file and add relevant strings to the list. |
1 |
|
_potx_find_language_names |
./potx.inc |
Get languages names from Drupal's locale.inc. |
1 |
|
_potx_find_menu_hooks |
./potx.inc |
List of menu item titles. Only from Drupal 6. |
1 |
|
_potx_find_perm_hook |
./potx.inc |
Detect permission names from the hook_perm() implementations.
Note that this will get confused with a similar pattern in a comment,
and with dynamic permissions, which need to be accounted for. |
1 |
|
_potx_find_t_calls |
./potx.inc |
Detect all occurances of t()-like calls. |
1 |
|
_potx_find_t_calls_with_context |
./potx.inc |
Detect all occurances of t()-like calls from Drupal 7 (with context). |
1 |
|
_potx_find_version_number |
./potx.inc |
Get the exact CVS version number from the file, so we can
push that into the generated output. |
1 |
|
_potx_find_watchdog_calls |
./potx.inc |
Detect all occurances of watchdog() calls. Only from Drupal 6. |
1 |
|
_potx_format_quoted_string |
./potx.inc |
Escape quotes in a strings depending on the surrounding
quote type used. |
14 |
|
_potx_form_id |
./potx.module |
Generate a sane form element ID for the current radio button. |
|
|
_potx_get_header |
./potx.inc |
Returns a header generated for a given file |
|
2 |
_potx_marker_error |
./potx.inc |
Output a marker error with an extract of where the error was found. |
5 |
|
_potx_parse_js_file |
./potx.inc |
Parse a JavaScript file for translatables. Only from Drupal 6. |
1 |
|
_potx_parse_js_string |
./potx.inc |
Clean up string found in JavaScript source code. Only from Drupal 6. |
1 |
|