jplayer_add |
./jplayer.module |
Add the jPlayer library to the page. |
3 |
|
jplayer_field_formatter_info |
./jplayer.module |
Implementation of CCK's hook_field_formatter_info(). |
|
|
jplayer_get_file_path |
./jplayer.module |
Returns path to the most appropriate file |
1 |
|
jplayer_get_version |
./jplayer.module |
Return the version of jQuery UI installed. |
2 |
|
jplayer_install |
./jplayer.install |
Implementation of hook_install(). |
|
|
jplayer_menu |
./jplayer.module |
Implementation of hook_menu(). |
|
|
jplayer_protection_statistics |
jplayer_protect/jplayer_protect.admin.inc |
Page callback for the jPlayer protection statistics page. This page is
useful in determining if a browser is misbehaving and blocking legitimiate
file accesses, or if a user is trying to download a protected file. |
|
1 |
jplayer_protect_authorize |
jplayer_protect/jplayer_protect.module |
Menu callback to authorize access to a file. |
|
1 |
jplayer_protect_cron |
jplayer_protect/jplayer_protect.module |
Implements hook_cron(). |
|
|
jplayer_protect_file_download |
jplayer_protect/jplayer_protect.module |
Implements hook_file_download(). |
|
|
jplayer_protect_form_jplayer_settings_form_alter |
jplayer_protect/jplayer_protect.module |
Implements hook_form_FORM_ID_alter(). |
|
|
jplayer_protect_install |
jplayer_protect/jplayer_protect.install |
Implementation of hook_install(). |
|
|
jplayer_protect_jplayer_add_js |
jplayer_protect/jplayer_protect.module |
Implements hook_jplayer_add_js(). |
|
|
jplayer_protect_menu |
jplayer_protect/jplayer_protect.module |
@file
Provides basic content protection for media files accessed with jPlayer. |
|
|
jplayer_protect_schema |
jplayer_protect/jplayer_protect.install |
Implementation of hook_schema(). |
|
|
jplayer_protect_settings_form |
jplayer_protect/jplayer_protect.admin.inc |
Settings form for enabling jPlayer protection. |
1 |
|
jplayer_protect_settings_form_validate |
jplayer_protect/jplayer_protect.admin.inc |
Validate the access time setting. |
|
1 |
jplayer_protect_uninstall |
jplayer_protect/jplayer_protect.install |
Implementation of hook_uninstall(). |
|
|
jplayer_protect_update_6001 |
jplayer_protect/jplayer_protect.install |
Add a serial column for the denied statistics. |
|
|
jplayer_requirements |
./jplayer.install |
Implementation of hook_requirements(). |
|
|
jplayer_schema |
./jplayer.install |
Implementation of hook_schema(). |
|
|
jplayer_settings_form |
includes/jplayer.admin.inc |
Menu callback; Provides the jPlayer settings form. |
|
1 |
jplayer_settings_form_submit |
includes/jplayer.admin.inc |
Submit handler for the jplayer_settings_form() form. |
|
1 |
jplayer_settings_form_validate |
includes/jplayer.admin.inc |
Validation function to validate the jplayer_settings_form() form. |
|
1 |
jplayer_theme |
./jplayer.module |
Implementation of hook_theme(). |
|
|
jplayer_uninstall |
./jplayer.install |
Implementation of hook_uninstall(). |
|
|
jplayer_update_6001 |
./jplayer.install |
Add a table to track when direct file downloads are denied. |
|
|
jplayer_update_6002 |
./jplayer.install |
Transition to the jplayer_protect module if jplayer content protection is
enabled. |
|
|
jplayer_views_api |
./jplayer.module |
Implementation of Views' hook_views_api(). |
|
|
jplayer_views_plugins |
includes/jplayer.views.inc |
Implementation of hook_views_plugins(). |
|
|
template_preprocess_jplayer_playlist |
includes/jplayer.theme.inc |
Preprocess function for jplayer.tpl.php when using a playlist. |
|
|
template_preprocess_jplayer_single |
includes/jplayer.theme.inc |
Preprocess function for jplayer.tpl.php when doing a single item. |
|
|
template_preprocess_jplayer_view_playlist |
includes/jplayer.theme.inc |
Preprocess function for jplayer.tpl.php when displaying a view as a playlist. |
|
|
theme_jplayer_formatter_playlist |
includes/jplayer.theme.inc |
Themes multiple items as playlist. |
|
|
theme_jplayer_formatter_single |
includes/jplayer.theme.inc |
Themes single file. |
|
|
_jplayer_check_id |
includes/jplayer.theme.inc |
Return a unique ID for a jPlayer. This allows multiple embedded jPlayers to
point to an identical file on the same page. |
3 |
|