cpn_after_build |
./cpn.module |
"#after_build" function which adds syntax highlighting.
See http://drupal.org/node/322290. |
|
1 |
cpn_block_submit |
./cpn.module |
Block submit callback. |
|
1 |
cpn_block_validate |
./cpn.module |
Block validation callback. |
|
1 |
cpn_codemirror |
./cpn.module |
Returns path to CodeMirror, or FALSE if not found. |
2 |
|
cpn_content_extra_fields |
./cpn.module |
Implementation of hook_content_extra_fields(). |
|
|
cpn_ctools_render_alter |
./cpn.module |
Implements hook_ctools_render_alter(). |
|
|
cpn_delete_file |
./cpn.module |
Deletes CSS & JavaScript from the file system (but only if it exists). |
4 |
|
cpn_form_alter |
./cpn.module |
Implemenation of hook_form_alter(). |
|
|
cpn_init |
./cpn.module |
Implementation of hook_init(). |
|
|
cpn_install |
./cpn.install |
Implementation of hook_install(). |
|
|
cpn_menu |
./cpn.module |
Implementation of hook_menu(). |
|
|
cpn_nodeapi |
./cpn.module |
Implementation of hook_nodeapi(). |
1 |
|
cpn_node_type_submit |
./cpn.module |
Node type submit callback. |
|
1 |
cpn_node_type_validate |
./cpn.module |
Node type validation callback. |
|
1 |
cpn_perm |
./cpn.module |
Implementation of hook_perm(). |
|
|
cpn_preprocess_block |
./cpn.module |
Implementation of template_preprocess_block(). |
|
|
cpn_recursive_delete |
./cpn.install |
Recursive delete function. |
1 |
|
cpn_save_file |
./cpn.module |
Saves CSS & JavaScript in the file system (but only if not empty). |
4 |
|
cpn_schema |
./cpn.install |
Implementation of hook_schema(). |
|
|
cpn_schema_alter |
./cpn.install |
Implementation of hook_schema_alter(). |
2 |
|
cpn_settings |
./cpn.admin.inc |
Settings form. |
|
1 |
cpn_settings_submit |
./cpn.admin.inc |
FormAPI submit callback for the CPN form. |
|
1 |
cpn_uninstall |
./cpn.install |
Implementation of hook_uninstall(). |
|
|
cpn_update_6000 |
./cpn.install |
Adds fields in blocks table. |
|
|
cpn_update_6100 |
./cpn.install |
Make the CSS and JS fields long text fields. |
|
|
cpn_update_6101 |
./cpn.install |
Update variables to new format. |
|
|
cpn_validate |
./cpn.module |
Validates CSS or JavaScript. |
3 |
|
cpn_wrap_output |
./cpn.module |
Wrap output for a given type using the wrapper variables. |
3 |
|