calendar_args |
./calendar.module |
Valid calendar arguments. |
5 |
|
calendar_args_in_url |
./calendar.module |
Count the args in the url |
1 |
|
calendar_arg_positions |
./calendar.module |
The positions in the view that hold calendar arguments. |
5 |
|
calendar_block |
./calendar.module |
implementation of hook_block() |
|
|
calendar_build_calendar |
./calendar.inc |
Build calendar |
1 |
|
calendar_build_day |
./calendar.inc |
Build the contents of a single day for the $rows results. |
2 |
|
calendar_build_field_query |
./calendar.inc |
Build a filtering query for an individual date field |
1 |
|
calendar_build_filter |
./calendar.inc |
Compile the filter query for this view. |
1 |
|
calendar_build_month |
./calendar.inc |
Build one month. |
1 |
|
calendar_build_nodes |
./calendar.inc |
Take the array of items and alter it to an array of
calendar nodes that the theme can handle. |
2 |
|
calendar_build_week |
./calendar.inc |
Build one week row. |
2 |
|
calendar_clear_all |
./calendar.module |
Empty or reset cached values. |
|
|
calendar_date_select |
./calendar.module |
A selector to jump to a new date in the calendar. |
1 |
|
calendar_date_select_form |
./calendar.module |
The date selector form. |
|
1 |
calendar_disable |
./calendar.install |
Implementation of hook_disable().
Empty the calendar caches. |
|
|
calendar_elements |
./calendar.module |
Implementation of hook_elements. |
|
|
calendar_enable |
./calendar.install |
Implementation of hook_enable().
Reset the calendar caches. |
|
|
calendar_fields |
./calendar.module |
Identify all potential date/timestamp fields |
9 |
6 |
calendar_filter_day |
./calendar.module |
Callback for day filter.
Build year, month, day, min, and max into query object. |
2 |
|
calendar_filter_month |
./calendar.module |
Callback for month filter.
Build year, month, day, min, and max into query object. |
3 |
|
calendar_filter_week |
./calendar.module |
Callback for week filter.
Build year, month, day, min, and max into query object. |
2 |
|
calendar_filter_year |
./calendar.module |
Callback for year filter.
Build year, month, day, min, and max into query object. |
4 |
|
calendar_form_alter |
./calendar.module |
Implementation of hook_form_alter().
Make sure calendar_info() and calendar_fields() get updated. |
|
|
calendar_get_formats |
./calendar.module |
Helper function to find the display formats
for each part of this view. |
4 |
|
calendar_get_node_link |
./calendar.module |
Get the url for a calendar node. |
4 |
|
calendar_get_paths |
./calendar.inc |
|
1 |
|
calendar_get_url |
./calendar.module |
An alternative to views_get_url()
that will correctly substitute replacement
values like $group or $node. |
2 |
|
calendar_handler_arg_day |
./calendar.module |
Custom views handler for the day argument. |
|
1 |
calendar_handler_arg_month |
./calendar.module |
Custom views handler for the month argument. |
|
1 |
calendar_handler_arg_type |
./calendar.module |
Custom views handler for all calendar arguments. |
4 |
|
calendar_handler_arg_week |
./calendar.module |
Custom views handlers for the week argument. |
|
1 |
calendar_handler_arg_year |
./calendar.module |
Custom views handler for the year argument. |
|
1 |
calendar_has_calendar_args |
./calendar.module |
Function to test whether any calendar args are used in this view. |
3 |
|
calendar_help |
./calendar.module |
Implementation of hook_help(). |
|
|
calendar_ical_add_feeds |
./calendar_ical.module |
Bring an ical feed into the calendar. |
1 |
|
calendar_ical_add_ical |
./calendar_ical.module |
|
1 |
|
calendar_ical_cache |
./calendar_ical.module |
Identify the cache where the ical feeds are stored. |
3 |
|
calendar_ical_calendar_add_items |
./calendar_ical.module |
Implementation of hook_calendar_add_items(). |
|
|
calendar_ical_calendar_add_types |
./calendar_ical.module |
Implementation of hook_calendar_add_types(). |
|
|
calendar_ical_cron |
./calendar_ical.module |
Implementation of hook_cron(). |
|
|
calendar_ical_install |
./calendar_ical.install |
Implementation of hook_install(). |
|
|
calendar_ical_menu |
./calendar_ical.module |
Implementation of hook_menu(). |
|
|
calendar_ical_post_view_make_args |
./calendar_ical.module |
helper function -- this function builds a URL for a given feed.
It defaults to the built in feed selector, but the 3rd arg can
be used to set it up for custom selectors too. |
1 |
|
calendar_ical_setup_form |
./calendar_ical.module |
|
|
1 |
calendar_ical_setup_form_submit |
./calendar_ical_admin.inc |
Save requested values. |
|
|
calendar_ical_update_1 |
./calendar_ical.install |
|
|
|
calendar_ical_views_arguments |
./calendar_ical.module |
While we support the global selector, some might want to allow
ONLY ical feeds so we support a stingy selector too |
|
|
calendar_ical_views_feed_argument |
./calendar_ical.module |
feed argument hook that will convert us to ical or display an icon.
the 4th argument isn't part of the hook, but we use it to differentiate
when called as a hook or when called manually from calendar_ical_views_post_view |
2 |
|
calendar_ical_views_post_view |
./calendar_ical.module |
post view for our own op -- mimics the feed selector |
|
|
calendar_ical_views_style_plugins |
./calendar_ical.module |
Provide views plugins for the feed types we support. |
|
|