tableofcontents_block_block_configure |
tableofcontents_block/tableofcontents_block.module |
Implements hook_block_configure(). |
|
|
tableofcontents_block_block_info |
tableofcontents_block/tableofcontents_block.module |
Implements hook_block_info(). |
|
|
tableofcontents_block_block_save |
tableofcontents_block/tableofcontents_block.module |
Implements hook_block_save(). |
|
|
tableofcontents_block_block_view |
tableofcontents_block/tableofcontents_block.module |
Implements hook_block_view(). |
|
|
tableofcontents_block_form_filter_admin_format_form_alter |
tableofcontents_block/tableofcontents_block.module |
Implementation of hook_form_FORM_ID_alter(). |
|
|
tableofcontents_block_install |
tableofcontents_block/tableofcontents_block.install |
Implementation of hook_install() |
|
|
tableofcontents_block_uninstall |
tableofcontents_block/tableofcontents_block.install |
Implementation of hook_uninstall() |
|
|
tableofcontents_filter_FILTER_tips |
./tableofcontents.module |
Implementation of hook_filter_FILTER_tips(). |
|
|
tableofcontents_filter_info |
./tableofcontents.module |
Implementation of hook_filter_info(). |
|
|
tableofcontents_form_alter |
./tableofcontents.module |
Add a field in nodes so one can mark the node as using a TOC without
the need for the [toc] tag. |
|
|
tableofcontents_help |
./tableofcontents.module |
Implementation of hook_help(). |
|
|
tableofcontents_init |
./tableofcontents.module |
Implementation of hook_init() |
|
|
tableofcontents_install |
./tableofcontents.install |
Implementation of hook_install() |
|
|
tableofcontents_node_insert |
./tableofcontents.module |
Implementation of hook_node_insert |
|
|
tableofcontents_node_load |
./tableofcontents.module |
Implementation of hook_node_load |
|
|
tableofcontents_node_prepare |
./tableofcontents.module |
Implementation of hook_node_prepare |
|
|
tableofcontents_node_presave |
./tableofcontents.module |
Implementation of hook_node_presave |
|
|
tableofcontents_node_update |
./tableofcontents.module |
Implementation of hook_node_update |
|
|
tableofcontents_node_view |
./tableofcontents.module |
Implementation of hook_node_view |
|
|
tableofcontents_schema |
./tableofcontents.install |
Implementation of hook_schema() |
1 |
|
tableofcontents_theme |
./tableofcontents.module |
Implementation of hook_theme(). |
|
|
tableofcontents_uninstall |
./tableofcontents.install |
Implementation of hook_uninstall() |
|
|
tableofcontents_update_6000 |
./tableofcontents.install |
Implementation of hook_update_#() |
|
|
tableofcontents_update_6001 |
./tableofcontents.install |
Implementation of hook_update_#() |
|
|
theme_tableofcontents_back_to_top |
./tableofcontents.pages.inc |
Theme the output of the Back to Top link. |
|
|
theme_tableofcontents_number |
./tableofcontents.pages.inc |
Theme the output of a multi-level number. |
|
|
theme_tableofcontents_number_text |
./tableofcontents.pages.inc |
Basic formatting of the text generated by the
theme_tableofcontents_number() function. This is the
number in the form of a string. |
|
|
theme_tableofcontents_toc |
./tableofcontents.pages.inc |
Theme the output of a table of contents. |
|
|
theme_tableofcontents_toc_text |
./tableofcontents.pages.inc |
Basic formatting of the text generated by the
theme_tableofcontents_toc() function. This is the
table of contents in the form of a string. |
|
|
_tableofcontents_block_form |
tableofcontents_block/tableofcontents_block.module |
Create a form to setup the Table of contents block. |
1 |
|
_tableofcontents_block_save |
tableofcontents_block/tableofcontents_block.module |
|
1 |
|
_tableofcontents_block_view |
tableofcontents_block/tableofcontents_block.module |
Create the block if user has permission and we are viewing
a node and the node has enough data to generate a table of
contents. |
1 |
|
_tableofcontents_comments |
./tableofcontents.pages.inc |
This function adds comments to the toc. |
1 |
|
_tableofcontents_convert_number |
./tableofcontents.pages.inc |
Transform a decimal number in one of: |
1 |
|
_tableofcontents_get_options |
./tableofcontents.pages.inc |
Parse options and save them in your $toc variable. |
1 |
|
_tableofcontents_headers |
./tableofcontents.pages.inc |
This function goes through all the headers found in the text. |
1 |
|
_tableofcontents_hide_in_teaser |
./tableofcontents.admin.inc |
This function makes sure that the table of content is hidden in the teaser
if so requested by the user. |
1 |
|
_tableofcontents_letter |
./tableofcontents.pages.inc |
Transform a decimal number into a set of letters |
1 |
|
_tableofcontents_load |
./tableofcontents.module |
Load the extra data for the node from the TOC table. |
1 |
|
_tableofcontents_nodetype_form_alter |
./tableofcontents.admin.inc |
Add a field to the node type so one can define the automatic
table of content type on a per type basis. |
1 |
|
_tableofcontents_nodetype_form_alter_submit |
./tableofcontents.admin.inc |
Save the user selection. |
|
1 |
_tableofcontents_node_form_alter |
./tableofcontents.admin.inc |
Add a field so users can ask the TOC to be generated in a
node without the use of the filter [toc]. |
1 |
|
_tableofcontents_parse_option |
./tableofcontents.pages.inc |
Parse one option and save its value. |
|
1 |
_tableofcontents_prepare |
./tableofcontents.pages.inc |
Prepare the text for the table of content. |
|
1 |
_tableofcontents_process |
./tableofcontents.pages.inc |
Transform the [toc ...] tags into the actual table of content. |
2 |
1 |
_tableofcontents_replace_comments |
./tableofcontents.pages.inc |
Replace a <!-- tableofcontents ... --> comment with [toc ...] |
|
1 |
_tableofcontents_replace_headers |
./tableofcontents.pages.inc |
This function changes a header attributes. It adds an identifier in case
there are none. It registers the identifier if there is already one. |
|
1 |
_tableofcontents_replace_toc |
./tableofcontents.pages.inc |
This function replaces the table of contents. |
1 |
|
_tableofcontents_replace_toc_tags |
./tableofcontents.pages.inc |
This function replaces one [toc ...] tag. |
|
1 |
_tableofcontents_roman |
./tableofcontents.pages.inc |
|
1 |
|