You are here

constant POTX_CONTEXT_NONE in Translation template extractor 7

Same name and namespace in other branches
  1. 8 potx.inc \POTX_CONTEXT_NONE
  2. 6.3 potx.inc \POTX_CONTEXT_NONE
  3. 7.3 potx.inc \POTX_CONTEXT_NONE
  4. 7.2 potx.inc \POTX_CONTEXT_NONE

When no context is used. Makes it easy to look these up.

14 uses of POTX_CONTEXT_NONE
_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_context in ./potx.inc
Helper to find the value for 'context' on t() and format_plural().
_potx_find_format_plural_calls in ./potx.inc
Detect all occurances of format_plural calls.

... See full list

File

./potx.inc, line 112
Extraction API used by the web and command line interface.

Code

define('POTX_CONTEXT_NONE', NULL);