8 uses of POTX_API_6 in Translation template extractor 7
- PotxTestCase::testDrupal6 in tests/potx.test 
- Test parsing of Drupal 6 module.
- PotxTestCase::testDrupalInfo in tests/potx.test 
- Test parsing of Drupal 6 info file. Drupal 5 and 7 have no other rules.
- PotxTestCase::testDrupalJS in tests/potx.test 
- Test parsing of a Drupal JS file.
- _potx_add_date_strings in ./potx.inc 
- Add date strings, which cannot be extracted otherwise. This is called for locale.module.
- _potx_add_default_region_names in ./potx.inc 
- Add default theme region names, which cannot be extracted otherwise. These default names are defined in system.module
- _potx_add_format_interval_strings in ./potx.inc 
- Add format_interval special strings, which cannot be extracted otherwise. This is called for common.inc
- _potx_find_format_plural_calls in ./potx.inc 
- Detect all occurances of format_plural calls.
- _potx_process_file in ./potx.inc 
- Process a file and put extracted information to the given parameters.
