build_auth_array |
./oauth.php |
Assemble an associative array with oauth values |
2 |
|
build_auth_string |
./oauth.php |
Assembles the auth params array into a string that can
be put into an http header request. |
1 |
|
dropbox_client_access |
./dropbox_client.module |
|
|
1 |
dropbox_client_block_info |
./dropbox_client.module |
Define all blocks provided by the module. |
|
|
dropbox_client_block_view |
./dropbox_client.module |
Return a rendered or renderable view of a block. |
|
|
dropbox_client_get_client |
./dropbox_client.module |
|
4 |
|
dropbox_client_install |
./dropbox_client.module |
|
|
1 |
dropbox_client_menu |
./dropbox_client.module |
Implements hook_menu(). |
|
|
dropbox_client_metadata |
./dropbox_client.module |
|
1 |
|
dropbox_client_search_form |
./dropbox_client.module |
|
|
1 |
dropbox_client_search_form_submit |
./dropbox_client.module |
|
|
|
dropbox_client_search_results |
./dropbox_client.module |
|
1 |
|
dropbox_client_settings |
./dropbox_client.module |
|
|
1 |
dropbox_client_sucess |
./dropbox_client.module |
|
|
1 |
dropbox_client_theme |
./dropbox_client.module |
|
|
|
dropbox_client_uninstall |
./dropbox_client.module |
|
|
|
dropbox_client_upload_form |
./dropbox_client.module |
|
|
1 |
dropbox_client_upload_form_submit |
./dropbox_client.module |
|
|
|
get_auth_header |
./oauth.php |
Creates the authorization portion of a header NOTE: This does not
create a complete http header. Also NOTE: the oauth_token parameter
should be passed in using the $extra array. |
2 |
|
sign_hmac_sha1 |
./oauth.php |
Signs an array of oauth parameters according to the 1.0 spec using
the hmac-sha1 hasing algorithm |
1 |
|
sign_rsa_sha1 |
./oauth.php |
Signs an array of oauth parameters according to the 1.0 spec using
the rsa-sha1 hasing algorithm |
1 |
|
theme_dropbox_file_list |
./dropbox_client.module |
|
|
|