embedded_function_call |
./potx-cli.php |
|
1 |
|
potxcli_help |
./potx-cli.php |
|
|
|
potxcli_node_types |
./potx-cli.php |
|
|
|
potxcli_perm |
./potx-cli.php |
|
|
|
potx_help |
./potx.module |
Implementation of hook_help(). |
|
|
potx_menu |
./potx.module |
Implementation of hook_menu(). |
|
|
potx_select_form |
./potx.module |
Module selection interface. |
|
1 |
potx_select_form_submit |
./potx.module |
Generate translation template or translation file for the requested module. |
|
|
potx_select_form_validate |
./potx.module |
Validation handler for potx module selection form. |
|
|
_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() |
2 |
|
_potx_build_module_form |
./potx.module |
Build a chunk of the module 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_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_hook |
./potx.inc |
List of menu item titles. Only for 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_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 for Drupal 6. |
1 |
|
_potx_format_quoted_string |
./potx.inc |
Escape quotes in a strings depending on the surrounding
quote type used. |
7 |
|
_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 |
|
1 |
_potx_marker_error |
./potx.inc |
Output a marker error with an extract of where the error was found. |
3 |
|
_potx_module_list |
./potx.module |
Generate a hierarchical structured list of modules. |
1 |
|
_potx_parse_js_file |
./potx.inc |
Parse a JavaScript file for translatables. Only for Drupal 6. |
1 |
|
_potx_parse_js_string |
./potx.inc |
Clean up string found in JavaScript source code. Only for Drupal 6. |
1 |
|
_potx_process_file |
./potx.inc |
Process a file and put extracted information to the given parameters. |
2 |
|
_potx_save_string |
./potx.inc |
Default $save_callback used by the potx system. Saves values
to global arrays to reduce memory consumption problems when
passing around big chunks of values. |
|
1 |
_potx_save_version |
./potx.inc |
Default $version_callback used by the potx system. Saves values
to a global array to reduce memory consumption problems when
passing around big chunks of values. |
|
1 |
_potx_status |
./potx.inc |
Status notification function. |
6 |
|
_potx_translation_export |
./potx.inc |
Export translations with a specific language. |
1 |
|
_potx_write_files |
./potx.inc |
Write out generated files to the current folder. |
2 |
|