| 
            collapse_text_filter_info           | 
                  
            ./collapse_text.module           | 
                  
            Implements hook_filter_info().           | 
                  
            1           | 
                  
                       | 
              
          
                  | 
            collapse_text_preprocess_page           | 
                  
            ./collapse_text.module           | 
                  
            add the collapse.js file.
in the past, there was a lot of awkward code to try and include this library
conditionally. This was getting really broken, and causing all kinds of weird
errors. This was suggested by jrockowitz in #947710. Since this has…           | 
                  
                       | 
                  
                       | 
              
          
                  | 
            collapse_text_theme           | 
                  
            ./collapse_text.module           | 
                  
            Implementation of hook_theme().           | 
                  
                       | 
                  
                       | 
              
          
                  | 
            collapse_text_wysiwyg_plugin           | 
                  
            ./collapse_text.module           | 
                  
            Implements hook_wysiwyg_plugin().           | 
                  
                       | 
                  
                       | 
              
          
                  | 
            theme_collapse_text_fieldset           | 
                  
            ./collapse_text.module           | 
                  
            Theme a section of collapsible text. By default, this function calls the
default 'theme_fieldset' implementation, but this function can be overridden
to implement a custom theme just for collapsed text.           | 
                  
                       | 
                  
                       | 
              
          
                  | 
            theme_collapse_text_form           | 
                  
            ./collapse_text.module           | 
                  
            Theme the outer form. This is required for the fieldset(s) to validate.           | 
                  
                       | 
                  
                       | 
              
          
                  | 
            _collapse_text_check_options           | 
                  
            ./collapse_text.module           | 
                  
            see if there is an options tag available.
if so, remove it from the text and set the options.           | 
                  
            1           | 
                  
                       | 
              
          
                  | 
            _collapse_text_filter_prepare           | 
                  
            ./collapse_text.module           | 
                  
            Implements hook_filter_FILTER_prepare().           | 
                  
            1           | 
                  
            1           | 
              
          
                  | 
            _collapse_text_filter_prepare_regex_callback           | 
                  
            ./collapse_text.module           | 
                  
            callback function for the prepare replacement.
attempt to clean up poorly formatted tags           | 
                  
                       | 
                  
            1           | 
              
          
                  | 
            _collapse_text_filter_process           | 
                  
            ./collapse_text.module           | 
                  
            Implements hook_filter_FILTER_process().           | 
                  
            1           | 
                  
            1           | 
              
          
                  | 
            _collapse_text_filter_settings           | 
                  
            ./collapse_text.module           | 
                  
            Implements hook_filter_FILTER_settings().           | 
                  
                       | 
                  
            1           | 
              
          
                  | 
            _collapse_text_filter_tips           | 
                  
            ./collapse_text.module           | 
                  
            Implements hook_filter_FILTER_tips().           | 
                  
                       | 
                  
            1           | 
              
          
                  | 
            _collapse_text_find_levels           | 
                  
            ./collapse_text.module           | 
                  
            using the locations of the tags, determine what the nesting structure is.           | 
                  
            1           | 
                  
                       | 
              
          
                  | 
            _collapse_text_find_tags           | 
                  
            ./collapse_text.module           | 
                  
            find all of the [collapse...] tags and return an array of their locations           | 
                  
            1           | 
                  
                       | 
              
          
                  | 
            _collapse_text_html_to_xml_entities           | 
                  
            ./collapse_text.module           | 
                  
            convert html entities to xml entities
See issue #1109792 by eronte           | 
                  
            2           | 
                  
                       | 
              
          
                  | 
            _collapse_text_process_child_item           | 
                  
            ./collapse_text.module           | 
                  
            process a child item.           | 
                  
            1           | 
                  
                       | 
              
          
                  | 
            _collapse_text_process_recurse_levels           | 
                  
            ./collapse_text.module           | 
                  
            translate the flat levels array into a tree.           | 
                  
            1           | 
                  
                       | 
              
          
                  | 
            _collapse_text_process_recurse_tree           | 
                  
            ./collapse_text.module           | 
                  
            Take a nested tree and turn it into a string.           | 
                  
            2           | 
                  
                       | 
              
          
                  | 
            _collapse_text_process_text_item           | 
                  
            ./collapse_text.module           | 
                  
            process a text item.           | 
                  
            1           | 
                  
                       |