POTX_API_5 |
./potx.inc |
Parse source files in Drupal 5.x format. |
8 |
1 |
POTX_API_6 |
./potx.inc |
Parse source files in Drupal 6.x format. |
8 |
1 |
POTX_API_7 |
./potx.inc |
Parse source files in Drupal 7.x format. |
5 |
1 |
POTX_API_8 |
./potx.inc |
Parse source files in Drupal 8.x format. |
15 |
1 |
POTX_API_CURRENT |
./potx.inc |
The current Drupal major API verion. |
1 |
1 |
POTX_BUILD_CORE |
./potx.inc |
Core parsing mode: |
1 |
1 |
POTX_BUILD_MULTIPLE |
./potx.inc |
Multiple files mode: |
|
1 |
POTX_BUILD_SINGLE |
./potx.inc |
Single file mode: |
5 |
1 |
POTX_CONTEXT_ERROR |
./potx.inc |
When there was a context identification error. |
3 |
1 |
POTX_CONTEXT_NONE |
./potx.inc |
When no context is used. Makes it easy to look these up. |
22 |
1 |
POTX_JS_OBJECT |
./potx.inc |
Regular expression pattern used to match simple JS object literal. |
1 |
1 |
POTX_JS_OBJECT_CONTEXT |
./potx.inc |
Regular expression to match an object containing a key 'context'. |
1 |
1 |
POTX_JS_STRING |
./potx.inc |
Regular expression pattern used to localize JavaScript strings. |
1 |
1 |
POTX_STATUS_CLI |
./potx.inc |
Command line status reporting. |
1 |
1 |
POTX_STATUS_MESSAGE |
./potx.inc |
Drupal message based status reports. |
2 |
1 |
POTX_STATUS_SILENT |
./potx.inc |
Silence status reports. |
2 |
1 |
POTX_STATUS_STRUCTURED |
./potx.inc |
Structured array status logging. |
4 |
1 |
POTX_STRING_BOTH |
./potx.inc |
Save string to both installer and runtime collection. |
2 |
1 |
POTX_STRING_INSTALLER |
./potx.inc |
Save string to installer collection only. |
6 |
1 |
POTX_STRING_RUNTIME |
./potx.inc |
Save string to runtime collection only. |
3 |
1 |