| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 926 lines (36 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| aggregator_help($path, $arg) X-Ref |
| Implementation of hook_help(). |
| aggregator_theme() X-Ref |
| Implementation of hook_theme() |
| aggregator_menu() X-Ref |
| Implementation of hook_menu(). |
| _aggregator_category_title($category) X-Ref |
| Menu callback. return: |
| aggregator_init() X-Ref |
| Implementation of hook_init(). |
| _aggregator_has_categories() X-Ref |
| Find out whether there are any aggregator categories. return: |
| aggregator_perm() X-Ref |
| Implementation of hook_perm(). |
| aggregator_cron() X-Ref |
| Implementation of hook_cron(). Checks news feeds for updates once their refresh interval has elapsed. |
| aggregator_block($op = 'list', $delta = 0, $edit = array() X-Ref |
| Implementation of hook_block(). Generates blocks for the latest news items in each category and feed. |
| aggregator_save_category($edit) X-Ref |
| Add/edit/delete aggregator categories. param: $edit |
| aggregator_save_feed($edit) X-Ref |
| Add/edit/delete an aggregator feed. param: $edit |
| aggregator_remove($feed) X-Ref |
| Removes all items from a feed. param: $feed |
| aggregator_element_start($parser, $name, $attributes) X-Ref |
| Call-back function used by the XML parser. |
| aggregator_element_end($parser, $name) X-Ref |
| Call-back function used by the XML parser. |
| aggregator_element_data($parser, $data) X-Ref |
| Call-back function used by the XML parser. |
| aggregator_refresh($feed) X-Ref |
| Checks a news feed for new items. param: $feed |
| aggregator_parse_w3cdtf($date_str) X-Ref |
| Parse the W3C date/time format, a subset of ISO 8601. PHP date parsing functions do not handle this format. See http://www.w3.org/TR/NOTE-datetime for more information. Originally from MagpieRSS (http://magpierss.sourceforge.net/). param: $date_str return: |
| aggregator_parse_feed(&$data, $feed) X-Ref |
| Parse a feed and store its items. param: $data param: $feed return: |
| aggregator_save_item($edit) X-Ref |
| Add/edit/delete an aggregator item. param: $edit |
| aggregator_feed_load($fid) X-Ref |
| Load an aggregator feed. param: $fid return: |
| aggregator_category_load($cid) X-Ref |
| Load an aggregator category. param: $cid return: |
| theme_aggregator_block_item($item, $feed = 0) X-Ref |
| Format an individual feed item for display in the block. param: $item param: $feed return: |
| aggregator_filter_xss($value) X-Ref |
| Safely render HTML content, as allowed. param: $value return: |
| _aggregator_items($count) X-Ref |
| Helper function for drupal_map_assoc. param: $count return: |
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |