hook_xbbcode_info |
./xbbcode.api.php |
Define tags that can be used by XBBCode. |
|
|
hook_xbbcode_TAG_render |
./xbbcode.api.php |
Sample render callback. |
|
1 |
theme_xbbcode_settings_handlers_format |
./xbbcode.admin.inc |
Renders the handlers subform as a table. |
|
|
xbbcode_basic_init |
xbbcode_basic/xbbcode_basic.module |
|
|
|
xbbcode_basic_render_code |
xbbcode_basic/xbbcode_basic.module |
|
|
1 |
xbbcode_basic_render_define |
xbbcode_basic/xbbcode_basic.module |
|
|
1 |
xbbcode_basic_render_img |
xbbcode_basic/xbbcode_basic.module |
|
|
1 |
xbbcode_basic_render_list |
xbbcode_basic/xbbcode_basic.module |
|
|
1 |
xbbcode_basic_render_nodelink |
xbbcode_basic/xbbcode_basic.module |
|
|
1 |
xbbcode_basic_render_youtube |
xbbcode_basic/xbbcode_basic.module |
|
|
1 |
xbbcode_basic_xbbcode_info |
xbbcode_basic/xbbcode_basic.module |
|
|
|
xbbcode_custom_tags |
./xbbcode.admin.inc |
List custom tags and edit or delete them. |
|
1 |
xbbcode_custom_tags_delete_submit |
./xbbcode.admin.inc |
Delete a custom tag. |
|
1 |
xbbcode_custom_tags_save_submit |
./xbbcode.admin.inc |
Save (create or update) a custom tag. |
|
1 |
xbbcode_custom_tags_validate |
./xbbcode.admin.inc |
Validation of the custom tags form. |
|
|
xbbcode_custom_tag_delete |
./xbbcode.crud.inc |
Delete custom tags from the database. |
1 |
|
xbbcode_custom_tag_exists |
./xbbcode.crud.inc |
Check if a custom tag with a certain name exists. |
1 |
|
xbbcode_custom_tag_load |
./xbbcode.crud.inc |
Load a custom tag. |
2 |
2 |
xbbcode_custom_tag_save |
./xbbcode.crud.inc |
Save a custom tag. |
1 |
|
xbbcode_disable |
./xbbcode.install |
Implements hook_disable(). |
|
|
xbbcode_enable |
./xbbcode.install |
Implements hook_enable(). |
|
|
xbbcode_filter_info |
./xbbcode.module |
Implements hook_filter_info(). |
|
|
xbbcode_filter_process |
./xbbcode.module |
Processing callback for the xbbcode filter. |
|
1 |
xbbcode_filter_settings |
./xbbcode.module |
Settings callback for the filter settings of xbbcode. |
|
1 |
xbbcode_filter_tips |
./xbbcode.module |
|
|
1 |
xbbcode_formats |
./xbbcode.crud.inc |
List all text formats that use XBBCode. |
3 |
|
xbbcode_handlers_delete_format |
./xbbcode.crud.inc |
Delete all handlers for a specific format. |
1 |
|
xbbcode_handlers_delete_tags |
./xbbcode.crud.inc |
Delete a set of tags from the handlers table, affecting all formats. |
1 |
|
xbbcode_handlers_load |
./xbbcode.crud.inc |
Load all handlers for a specific format. |
3 |
|
xbbcode_handler_names |
./xbbcode.crud.inc |
List the names of all tags provided by any module. |
|
|
xbbcode_handler_save |
./xbbcode.crud.inc |
Create or change a handler, assigning it to a new module. |
2 |
|
xbbcode_handler_update |
./xbbcode.crud.inc |
Change a tag to a different module. |
1 |
|
xbbcode_help |
./xbbcode.module |
Implements hook_help(). |
|
|
xbbcode_highlighter_render |
xbbcode_highlighter/xbbcode_highlighter.module |
Renders a given code tag by passing it to the highlighter. |
|
1 |
xbbcode_highlighter_xbbcode_info |
xbbcode_highlighter/xbbcode_highlighter.module |
Implements hook_xbbcode_info(). |
|
|
xbbcode_list_admin_settings |
xbbcode_list/xbbcode_list.module |
|
|
1 |
xbbcode_list_admin_settings_submit |
xbbcode_list/xbbcode_list.module |
|
|
|
xbbcode_list_autocomplete |
xbbcode_list/xbbcode_list.module |
|
|
1 |
xbbcode_list_init |
xbbcode_list/xbbcode_list.module |
|
|
|
xbbcode_list_menu |
xbbcode_list/xbbcode_list.module |
|
|
|
xbbcode_list_style_validate |
xbbcode_list/xbbcode_list.module |
|
|
1 |
xbbcode_list_xbbcode_info |
xbbcode_list/xbbcode_list.module |
|
|
|
xbbcode_menu |
./xbbcode.module |
Implements hook_menu(). |
|
|
xbbcode_modules_disabled |
./xbbcode.module |
Implements hook_modules_disabled(). |
|
|
xbbcode_modules_enabled |
./xbbcode.module |
Implements hook_modules_enabled(). |
|
|
xbbcode_rebuild_handlers |
./xbbcode.module |
|
4 |
|
xbbcode_rebuild_tags |
./xbbcode.module |
Reset all cached tags. |
4 |
|
xbbcode_schema |
./xbbcode.install |
Implements hook_schema(). |
|
|
xbbcode_settings_handlers |
./xbbcode.admin.inc |
Modify the global handler settings. |
|
1 |
xbbcode_settings_handlers_format |
./xbbcode.admin.inc |
Modify handler settings (subform). |
2 |
|