constant POTX_API_5 in Translation template extractor 6
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.2 potx.inc \POTX_API_5
- 7.3 potx.inc \POTX_API_5
- 7 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
- _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.
- _potx_get_header in ./potx.inc 
- Returns a header generated for a given file
File
- ./potx.inc, line 79 
- Extraction API used by the web and command line interface.
Code
define('POTX_API_5', 5);