9 calls to potx_status() in Translation template extractor 7
- potx-cli.php in ./potx-cli.php 
- PotxTestCase::parseFile in tests/potx.test 
- Parse the given file with the given API version.
- potx_coder_review in ./potx.module 
- Callback implementation for coder review of one file.
- potx_select_form_submit in ./potx.module 
- Generate translation template or translation file for the requested component.
- _potx_find_menu_hooks in ./potx.inc 
- List of menu item titles. Only from Drupal 6.
- _potx_find_perm_hook in ./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.
- _potx_marker_error in ./potx.inc 
- Output a marker error with an extract of where the error was found.
- _potx_parse_js_file in ./potx.inc 
- Parse a JavaScript file for translatables. Only from Drupal 6.
- _potx_save_string in ./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.
