103 uses of REQUEST_TIME

aggregator_aggregator_process in drupal/modules/aggregator/aggregator.processor.inc
Implements hook_aggregator_process().
aggregator_cron in drupal/modules/aggregator/aggregator.module
Implements hook_cron().
aggregator_expire in drupal/modules/aggregator/aggregator.processor.inc
Expires items from a feed depending on expiration settings.
aggregator_view in drupal/modules/aggregator/aggregator.admin.inc
Displays the aggregator administration page.
CommentTokenReplaceTestCase::testCommentTokenReplacement in drupal/modules/comment/comment.test
Creates a comment, then tests the tokens generated from it.
comment_preview in drupal/modules/comment/comment.module
Generate a comment preview.
comment_save in drupal/modules/comment/comment.module
Accepts a submission of new or changed comment content.
comment_submit in drupal/modules/comment/comment.module
Prepare a comment for submission.
DBLogTestCase::generateLogEntries in drupal/modules/dblog/dblog.test
Generates a number of random database log events.
DBLogTestCase::testDBLogAddAndClear in drupal/modules/dblog/dblog.test
Tests the addition and clearing of log events through the admin interface.
DBLogTestCase::testDBLogException in drupal/modules/dblog/dblog.test
Verifies that exceptions are caught in dblog_watchdog().
DBLogTestCase::testLogMessageSanitized in drupal/modules/dblog/dblog.test
Make sure HTML tags are filtered out in the log detail page.
db_ignore_slave in drupal/includes/database/database.inc
Sets a session variable specifying the lag time for ignoring a slave server.
DrupalDatabaseCache::clear in drupal/includes/cache.inc
Implements DrupalCacheInterface::clear().
DrupalDatabaseCache::garbageCollection in drupal/includes/cache.inc
Garbage collection for get() and getMultiple().
DrupalDatabaseCache::set in drupal/includes/cache.inc
Implements DrupalCacheInterface::set().
DrupalWebTestCase::drupalCreateNode in drupal/modules/simpletest/drupal_web_test_case.php
Creates a node based on default settings.
drupal_cache_system_paths in drupal/includes/path.inc
Cache system paths for a page.
drupal_cron_run in drupal/includes/common.inc
Executes a cron run when called.
drupal_delete_file_if_stale in drupal/includes/common.inc
Callback to delete files modified more than a set time ago.
drupal_get_js in drupal/includes/common.inc
Returns a themed presentation of all JavaScript code for the current page.
drupal_page_set_cache in drupal/includes/common.inc
Stores the current page in the cache.
drupal_session_commit in drupal/includes/session.inc
Commits the current session, if necessary.
drupal_session_regenerate in drupal/includes/session.inc
Called when an anonymous user becomes authenticated or vice-versa.
drupal_valid_test_ua in drupal/includes/bootstrap.inc
Returns the test prefix if this is an internal request from SimpleTest.
EntityCrudHookTestCase::testCommentHooks in drupal/modules/simpletest/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on comments.
EntityCrudHookTestCase::testFileHooks in drupal/modules/simpletest/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on files.
EntityCrudHookTestCase::testNodeHooks in drupal/modules/simpletest/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on nodes.
EntityCrudHookTestCase::testUserHooks in drupal/modules/simpletest/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on users.
FileTestCase::createFile in drupal/modules/simpletest/tests/file.test
Create a file and save it to the files table and assert that it occurs correctly.
file_save in drupal/includes/file.inc
Saves a file object to the database.
form_process_date in drupal/includes/form.inc
Expands a date element into year, month, and day select elements.
form_set_cache in drupal/includes/form.inc
Stores a form in the cache.
hook_cron in drupal/modules/system/system.api.php
Perform periodic actions.
hook_entity_presave in drupal/modules/system/system.api.php
Act on an entity before it is about to be created or updated.
hook_requirements in drupal/modules/system/system.api.php
Check installation requirements and do status reporting.
locale_date_format_form in drupal/modules/locale/locale.admin.inc
Provide date localization configuration options to users.
NodeSaveTestCase::testTimestamps in drupal/modules/node/node.test
Verifies accuracy of the "created" and "changed" timestamp functionality.
NodeTokenReplaceTestCase::testNodeTokenReplacement in drupal/modules/node/node.test
Creates a node, then tests the tokens generated from it.
node_object_prepare in drupal/modules/node/node.module
Prepares a node object for editing.
node_preview in drupal/modules/node/node.pages.inc
Generates a node preview.
node_save in drupal/modules/node/node.module
Saves changes to a node or adds a new node.
node_submit in drupal/modules/node/node.module
Prepares node for saving by populating author and creation date.
SearchRankingTestCase::testRankings in drupal/modules/search/search.test
statistics_cron in drupal/modules/statistics/statistics.module
Implements hook_cron().
statistics_top_referrers in drupal/modules/statistics/statistics.admin.inc
Page callback: Displays the "top referrers" in the access logs.
system_add_date_format_type_form in drupal/modules/system/system.admin.inc
Add new date type.
system_configure_date_formats_form in drupal/modules/system/system.admin.inc
Allow users to add additional date formats.
system_cron in drupal/modules/system/system.module
Implements hook_cron().
system_cron_settings in drupal/modules/system/system.admin.inc
Form builder; Cron form.
system_date_delete_format_form in drupal/modules/system/system.admin.inc
Menu callback; present a form for deleting a date format.
system_date_delete_format_form_submit in drupal/modules/system/system.admin.inc
Delete a configured date format.
system_date_time_formats in drupal/modules/system/system.admin.inc
Displays the date format strings overview page.
system_date_time_lookup in drupal/modules/system/system.admin.inc
Return the date for a given format string via Ajax.
system_date_time_settings in drupal/modules/system/system.admin.inc
Form builder; Configure the site date and time settings.
system_init in drupal/modules/system/system.module
Implements hook_init().
system_requirements in drupal/modules/system/system.install
Implements hook_requirements().
system_run_automated_cron in drupal/modules/system/system.module
Run the automated cron if enabled.
system_time_zones in drupal/modules/system/system.module
Generate an array of time zones and their local time&date.
system_tokens in drupal/modules/system/system.tokens.inc
Implements hook_tokens().
system_token_info in drupal/modules/system/system.tokens.inc
Implements hook_token_info().
template_preprocess_aggregator_feed_source in drupal/modules/aggregator/aggregator.pages.inc
Processes variables for aggregator-feed-source.tpl.php.
template_preprocess_aggregator_item in drupal/modules/aggregator/aggregator.pages.inc
Processes variables for aggregator-item.tpl.php.
template_preprocess_aggregator_summary_item in drupal/modules/aggregator/aggregator.pages.inc
Processes variables for aggregator-summary-item.tpl.php.
template_preprocess_forum_submitted in drupal/modules/forum/forum.module
Preprocesses variables for forum-submitted.tpl.php.
theme_aggregator_page_opml in drupal/modules/aggregator/aggregator.pages.inc
Prints the OPML page for the feed.
theme_comment_block in drupal/modules/comment/comment.module
Returns HTML for a list of recent comments to be displayed in the comment block.
theme_image_style_preview in drupal/modules/image/image.admin.inc
Returns HTML for a preview of an image style.
theme_update_last_check in drupal/modules/update/update.module
Returns HTML for the last time we checked for update data.
TokenReplaceTestCase::testSystemDateTokenReplacement in drupal/modules/system/system.test
Tests the generation of all system date tokens.
TokenReplaceTestCase::testTokenReplacement in drupal/modules/system/system.test
Creates a user and a node, then tests the tokens generated from them.
tracker_page in drupal/modules/tracker/tracker.pages.inc
Page callback: prints a listing of active nodes on the site.
update_calculate_project_data in drupal/modules/update/update.compare.inc
Calculates the current update status of all projects on the site.
update_cron in drupal/modules/update/update.module
Implements hook_cron().
update_delete_file_if_stale in drupal/modules/update/update.module
Deletes stale files and directories from the update manager disk cache.
update_get_projects in drupal/modules/update/update.compare.inc
Fetches an array of installed and enabled projects.
update_project_cache in drupal/modules/update/update.compare.inc
Retrieves data from {cache_update} or empties the cache when necessary.
UserBlocksUnitTests::insertSession in drupal/modules/user/user.test
Insert a user session into the {sessions} table. This function is used since we cannot log in more than one user at the same time in tests.
UserBlocksUnitTests::testWhosOnlineBlock in drupal/modules/user/user.test
Test the Who's Online block.
UserPasswordResetTestCase::testResetImpersonation in drupal/modules/user/user.test
Make sure that users cannot forge password reset URLs of other users.
UserPasswordResetTestCase::testUserPasswordResetExpired in drupal/modules/user/user.test
Attempts login using an expired password reset link.
UserRegistrationTestCase::testRegistrationDefaultValues in drupal/modules/user/user.test
user_admin_account in drupal/modules/user/user.admin.inc
Form builder; User administration page.
user_block_view in drupal/modules/user/user.module
Implements hook_block_view().
user_cancel_confirm in drupal/modules/user/user.pages.inc
Menu callback; Cancel a user account via e-mail confirmation link.
user_cancel_url in drupal/modules/user/user.module
Generates a URL to confirm an account cancellation request.
user_cookie_delete in drupal/modules/user/user.module
Delete a visitor information cookie.
user_cookie_save in drupal/modules/user/user.module
Saves visitor information as a cookie so it can be reused.
user_external_login_register in drupal/modules/user/user.module
Helper function for authentication modules. Either logs in or registers the current user, based on username. Either way, the global $user object is populated and login tasks are performed.
user_login_finalize in drupal/modules/user/user.module
Finalize the login process. Must be called when logging in a user.
user_pass_reset in drupal/modules/user/user.pages.inc
Menu callback; process one time login link and redirects to the user page on success.
user_pass_reset_url in drupal/modules/user/user.module
Generates a unique URL for a user to login and reset their password.
user_save in drupal/modules/user/user.module
Save changes to a user account or add a new user.
user_user_view in drupal/modules/user/user.module
Implements hook_user_view().
watchdog_skip_semaphore in drupal/modules/simpletest/tests/actions_loop_test.module
Replacement of the watchdog() function that eliminates the use of semaphores so that we can test the abortion of an action loop.
XMLRPCValidator1IncTestCase::testValidator1 in drupal/modules/simpletest/tests/xmlrpc.test
Run validator1 tests.
_drupal_flush_css_js in drupal/includes/common.inc
Changes the dummy query string added to all CSS and JavaScript files.
_drupal_session_delete_cookie in drupal/includes/session.inc
Deletes the session cookie.
_drupal_session_write in drupal/includes/session.inc
Writes an entire session to the database (internal use only).
_update_cache_set in drupal/modules/update/update.module
Stores data in the private update status cache table.
_update_create_fetch_task in drupal/modules/update/update.fetch.inc
Adds a task to the queue for fetching release history data for a project.
_update_cron_notify in drupal/modules/update/update.fetch.inc
Performs any notifications that should be done once cron fetches new data.
_update_get_cached_available_releases in drupal/modules/update/update.module
Returns all currently cached data about available releases for all projects.