glossify_admin_settings |
./glossify.admin.inc |
Form builder for administrative settings. |
|
1 |
glossify_admin_settings_submit |
./glossify.admin.inc |
Form evaluation of administrative settings. |
|
1 |
glossify_admin_settings_validate |
./glossify.admin.inc |
Form validation of administrative settings. |
|
1 |
glossify_comment |
./glossify.module |
Implementation of hook_comment(). |
|
|
glossify_enable |
./glossify.install |
Implementation of hook_enable(). |
|
|
glossify_filter |
./glossify.module |
Implementation of hook_filter(). |
3 |
|
glossify_form_alter |
./glossify.module |
Implementation of hook_form_alter(). |
|
|
glossify_install |
./glossify.install |
Implementation of hook_install(). |
|
|
glossify_menu |
./glossify.module |
Implementation of hook_menu(). |
|
|
glossify_nodeapi |
./glossify.module |
Implementation of hook_nodeapi(). |
|
|
glossify_perm |
./glossify.module |
Implementation of hook_perm(). |
|
|
glossify_schema |
./glossify.install |
Implementation of hook_schema(). |
|
|
glossify_theme |
./glossify.module |
Implementation of hook_theme(). |
|
|
glossify_theme_comment_view |
./glossify.module |
Themes a single comment and related items. |
|
1 |
glossify_theme_registry_alter |
./glossify.module |
Implementation of hook_theme_registry_alter(). |
|
|
glossify_uninstall |
./glossify.install |
Implementation of hook_uninstall(). |
|
|
glossify_update_1 |
./glossify.install |
|
|
|
theme_glossify_reference_section |
./glossify.module |
Render a glossary term reference. |
|
|
theme_glossify_term |
./glossify.module |
Render a glossary term. |
|
|
_backwards_compatibility |
./glossify.module |
Helper function that cleans up old variables and inserts old cck values into the keyword table. |
1 |
|
_check_for_configuration_conflicts |
./glossify.module |
Helper function that returns the configurations with the same to-content-types |
|
|
_fetch_affected_keywords |
./glossify.module |
Helper function that fetches and returns an array of all new and old keywords of a node, depending on the method.
It also provides for an easy way to update the keywords of a given method/configuration combination. |
2 |
|
_fetch_affected_nodes |
./glossify.module |
Helper function that fetches and returns an array of all the nodes that contain the keywords. |
|
|
_fetch_keywords |
./glossify.module |
Helper function that fetches and returns an array of all keywords of a node, or just the ones for a specific method. |
2 |
|
_fetch_modifiers |
./glossify.module |
Helper function that returns the modifiers of a given configuration |
1 |
|
_fetch_possible_keywords |
./glossify.module |
Helper function that fetches the possible keywords for a given configuration and nid. |
4 |
|
_fetch_replacement |
./glossify.module |
Helper function that fetches and returns the styled term depending on the style and term. |
2 |
|
_glossify_comment_hovertips |
./glossify.module |
Helper function to generate hovertips from comment matches. |
1 |
|
_glossify_node_load |
./glossify.module |
Helper function that emulates a contributing module's nodeapi load operation |
1 |
|
_glossify_process_domnode |
./glossify.module |
Helper function to traverse DOM in predictable order. |
1 |
|
_glossify_regex |
./glossify.module |
Helper function to build regular expression. |
4 |
|
_glossify_replace |
./glossify.module |
Helper function that fetches and returns the styled term depending on the style and term. |
1 |
|
_glossify_replace_terms_phpdom |
./glossify.module |
Uses PHP's built in DOM extension if available.
Adapted from http://stackoverflow.com/questions/3151064/find-and-replace-keywords-by-... |
1 |
|
_glossify_replace_terms_simplehtmldom |
./glossify.module |
|
1 |
|
_keyword_table |
./glossify.module |
Helper function that performs operations on the Glossify keyword-table and returns the new, old or removed values, depending on the operation. |
3 |
|
_update_keywords_for_methods |
./glossify.module |
Helper function that updates the keyword-tables according to the new/old methods. |
2 |
|