template_preprocess_views_view_views_rss |
theme/theme.inc |
Template preprocessor for views-view-views-rss.tpl.php. |
|
|
template_preprocess_views_view_views_rss_field |
theme/theme.inc |
Template preprocessor for views-view-views-rss-field.tpl.php. |
|
|
template_preprocess_views_view_views_rss_fields |
theme/theme.inc |
Template preprocessor for views-view-views-rss-fields.tpl.php. |
|
|
views_rss_core_field_formatter_info |
modules/views_rss_core/views_rss_core.field.inc |
Implementation of hook_field_formatter_info(). |
|
|
views_rss_core_field_formatter_view |
modules/views_rss_core/views_rss_core.field.inc |
No, this is not an implementation of hook_field_formatter_view().
This hook does not exist in D6. This function only more or less simulates it,
but in reality it is just a standard theme callback. |
|
1 |
views_rss_core_install |
modules/views_rss_core/views_rss_core.install |
Implementation of hook_install(). |
|
|
views_rss_core_preprocess_channel_atom_link |
modules/views_rss_core/views_rss_core.inc |
Preprocess function for channel <atom:link> element. |
|
1 |
views_rss_core_preprocess_channel_category |
modules/views_rss_core/views_rss_core.inc |
Preprocess function for channel <category> element. |
|
1 |
views_rss_core_preprocess_channel_cloud |
modules/views_rss_core/views_rss_core.inc |
Preprocess function for channel <cloud> element. |
|
1 |
views_rss_core_preprocess_channel_date |
modules/views_rss_core/views_rss_core.inc |
Preprocess function for channel <pubDate> and <lastBuildDate> elements. |
|
1 |
views_rss_core_preprocess_channel_description |
modules/views_rss_core/views_rss_core.inc |
Preprocess function for channel <description> element. |
|
1 |
views_rss_core_preprocess_channel_image |
modules/views_rss_core/views_rss_core.inc |
Preprocess function for channel <image> element. |
|
1 |
views_rss_core_preprocess_channel_link |
modules/views_rss_core/views_rss_core.inc |
Preprocess function for channel <link> element. |
1 |
1 |
views_rss_core_preprocess_channel_skip |
modules/views_rss_core/views_rss_core.inc |
Preprocess function for channel <skipHours> and <skipDays> elements. |
|
1 |
views_rss_core_preprocess_channel_title |
modules/views_rss_core/views_rss_core.inc |
Preprocess function for channel <title> element. |
1 |
1 |
views_rss_core_preprocess_item_guid |
modules/views_rss_core/views_rss_core.inc |
Preprocess function for item <guid> element. |
|
1 |
views_rss_core_preprocess_item_source |
modules/views_rss_core/views_rss_core.inc |
Preprocess function for item <source> element. |
|
1 |
views_rss_core_theme |
modules/views_rss_core/views_rss_core.module |
Implementation of hook_theme(). |
|
|
views_rss_core_uninstall |
modules/views_rss_core/views_rss_core.install |
Implementation of hook_uninstall(). |
|
|
views_rss_core_update_6200 |
modules/views_rss_core/views_rss_core.install |
Migrate feed core elements settings from Views RSS 6.x-1.0-beta5 format. |
1 |
|
views_rss_core_views_query_alter |
modules/views_rss_core/views_rss_core.module |
Implementation of hook_views_query_alter(). |
|
|
views_rss_core_views_rss_channel_elements |
modules/views_rss_core/views_rss_core.module |
Implementation of hook_views_rss_channel_elements(). |
|
|
views_rss_core_views_rss_date_sources |
modules/views_rss_core/views_rss_core.module |
Implementation of hook_views_rss_date_sources(). |
|
|
views_rss_core_views_rss_item_elements |
modules/views_rss_core/views_rss_core.module |
Implementation of hook_views_rss_item_elements(). |
1 |
|
views_rss_core_views_rss_namespaces |
modules/views_rss_core/views_rss_core.module |
Implementation of hook_views_rss_namespaces(). |
|
|
views_rss_core_views_rss_options_form_validate |
modules/views_rss_core/views_rss_core.module |
Implements hook_views_rss_options_form_validate(). |
|
|
views_rss_dc_install |
modules/views_rss_dc/views_rss_dc.install |
Implementation of hook_install(). |
|
|
views_rss_dc_uninstall |
modules/views_rss_dc/views_rss_dc.install |
Implementation of hook_uninstall(). |
|
|
views_rss_dc_update_6200 |
modules/views_rss_dc/views_rss_dc.install |
Migrate feed Dublin Core elements settings from Views RSS 6.x-1.0-beta5 format. |
1 |
|
views_rss_dc_views_rss_item_elements |
modules/views_rss_dc/views_rss_dc.module |
Implementation of hook_views_rss_item_elements(). |
1 |
|
views_rss_dc_views_rss_namespaces |
modules/views_rss_dc/views_rss_dc.module |
Implementation of hook_views_rss_namespaces(). |
|
|
views_rss_extract_element_names |
./views_rss.module |
Extracts and returns an array containing element namespace and name. |
5 |
|
views_rss_get |
./views_rss.module |
Returns an array of item elements defined by other modules
with hook_views_rss_item_elements() and optionally altered with
hook_views_rss_item_elements_alter() implementations. |
7 |
|
views_rss_htmlspecialchars |
./views_rss.module |
Preprocess callback.
Converts XML special characters to HTML entities. |
2 |
3 |
views_rss_map_assoc |
./views_rss.module |
Forms associative array from linear array,
or returns original array if already associative. |
1 |
|
views_rss_rewrite_relative_paths |
./views_rss.module |
Preprocess callback.
Replaces relative paths in element value with absolute URLs.
Based on preg_match from rel_to_abs module by lourenzo,
with added patch from issue #1335734 by joelstein. |
|
3 |
views_rss_theme |
./views_rss.module |
Implementation of hook_theme(). |
|
|
views_rss_theme7 |
./views_rss.module |
Wrapper to theme() function imitating the way it works in D7
(with passing arguments as an array instead of a list). |
3 |
|
views_rss_views_api |
./views_rss.module |
Implementation of hook_views_api(). |
|
|
views_rss_views_data_alter |
views/views_rss.views.inc |
Implementation of hook_views_data_alter(). |
|
|
views_rss_views_handlers |
views/views_rss.views.inc |
Implementation of hook_views_handlers(). |
|
|
views_rss_views_plugins |
views/views_rss.views.inc |
Implementation of hook_views_style_plugins().
Adds view types to views UI interface. |
|
|
_views_rss_process_date_sources |
./views_rss.module |
Add table aliases for additional fields used for altering view query. |
|
|
_views_rss_process_namespaces |
./views_rss.module |
Add namespaces not defined by any hook_views_rss_namespaces(),
but used in any of defined <channel> or <item> elements.
Let's also add "xmlns" prefix by default to such namespaces. |
|
|