jstimer_admin_settings |
./jstimer.admin.inc |
Settings form for menu callback |
|
3 |
jstimer_admin_settings_submit |
./jstimer.admin.inc |
|
|
1 |
jstimer_admin_settings_validate |
./jstimer.admin.inc |
|
|
|
jstimer_build_js_cache |
./jstimer.module |
create the timer.js file and put it in the files/jstimer directory. |
3 |
|
jstimer_clean_for_javascript |
./jstimer.module |
scrub the format strings for things that make bad javascript. |
2 |
|
jstimer_field_formatter_info |
./jstimer.field.inc |
Implements hook_field_formatter_info(). |
|
|
jstimer_field_formatter_settings_form |
./jstimer.field.inc |
Implements hook_field_formatter_settings_form(). |
|
|
jstimer_field_formatter_settings_summary |
./jstimer.field.inc |
Implements hook_field_formatter_settings_summary(). |
|
|
jstimer_field_formatter_view |
./jstimer.field.inc |
Implements hook_field_formatter_view().
Normal behavior for two date fields is to use value1 where it is available.
Use value2 only if value1 is empty. |
|
|
jstimer_get_javascript |
./jstimer.module |
Get the actual javascript code that needs to be written into a file.
This also aggregates any optional javascript bits. |
1 |
|
jstimer_get_widgets |
./jstimer.module |
Get the list of active widgets. |
6 |
|
jstimer_help |
./jstimer.module |
Implementation of hook_help(). |
|
|
jstimer_init |
./jstimer.module |
Implementation of hook_init |
|
|
jstimer_load_js |
./jstimer.module |
Determine whether or not to to add javascript. |
|
|
jstimer_menu |
./jstimer.module |
Implementation of hook_menu |
|
|
jstimer_theme |
./jstimer.module |
Implementation of hook_theme(). |
|
|
jstimer_update_7000 |
./jstimer.install |
Updates separate jstimer format variables to new array format. |
|
|
jst_clock_enable |
widgets/jst_clock.module |
Implementation of hook_enable(). |
|
|
jst_clock_form_alter |
widgets/jst_clock.module |
Implementation of hook_form_alter().
Add the clock widget specific settings to admin screen. |
|
|
jst_clock_jstwidget |
widgets/jst_clock.module |
Implementation of hook_jstwidget(). |
|
|
jst_clock_show |
widgets/jst_clock.module |
|
|
1 |
jst_timer_admin_settings_submit |
widgets/jst_timer.module |
|
|
1 |
jst_timer_enable |
widgets/jst_timer.module |
Implementation of hook_enable(). |
|
|
jst_timer_formatter_settings_form |
widgets/jst_timer.module |
Settings for the default formatter. |
|
|
jst_timer_formatter_settings_summary |
widgets/jst_timer.module |
Settings summary for the default formatter. |
|
|
jst_timer_form_alter |
widgets/jst_timer.module |
Implementation of hook_form_alter().
Add the timer widget specific settings to admin screen. |
|
|
jst_timer_get_formats |
widgets/jst_timer.module |
Get a list of formats and handle default values. |
2 |
|
jst_timer_get_js_formats |
widgets/jst_timer.module |
Get a javascript array encoded list of timer formats. |
1 |
|
jst_timer_jstwidget |
widgets/jst_timer.module |
Implementation of hook_jstwidget(). |
|
|
jst_timer_show |
widgets/jst_timer.module |
|
|
1 |
theme_jstimer |
./jstimer.module |
|
|
|
translate_replacements |
widgets/jst_timer.module |
This allows for translation of replacement strings.
Since this module uses dynamic javascript, the js file is not available
for localize.drupal.org to translate. |
|
|
_jstimer_date_to_widget |
./jstimer.field.inc |
|
1 |
|