constant POTX_API_5 in Translation template extractor 7
Same name and namespace in other branches
- 8 potx.inc \POTX_API_5
- 5.2 potx.inc \POTX_API_5
- 5 potx.inc \POTX_API_5
- 6.3 potx.inc \POTX_API_5
- 6 potx.inc \POTX_API_5
- 6.2 potx.inc \POTX_API_5
- 7.3 potx.inc \POTX_API_5
- 7.2 potx.inc \POTX_API_5
Parse source files in Drupal 5.x format.
7 uses of POTX_API_5
- PotxTestCase::testDrupal5 in tests/potx.test 
- Test parsing of Drupal 5 module.
- _potx_add_date_strings in ./potx.inc 
- Add date strings, which cannot be extracted otherwise. This is called for locale.module.
- _potx_explore_dir in ./potx.inc 
- Collect a list of file names relevant for extraction, starting from the given path.
- _potx_find_format_plural_calls in ./potx.inc 
- Detect all occurances of format_plural calls.
- _potx_find_info_file_strings in ./potx.inc 
- Parse an .info file and add relevant strings to the list.
File
- ./potx.inc, line 93 
- Extraction API used by the web and command line interface.
Code
define('POTX_API_5', 5);