7 uses of NODE_PUBLISHED

comment_get_recent in drupal-7.x/modules/comment/comment.module
Find the most recent comments that are available to the current user.
hook_node_operations in drupal-7.x/modules/node/node.api.php
Add mass node operations.
NodeLoadHooksTestCase::testHookNodeLoad in drupal-7.x/modules/node/node.test
Test that hook_node_load() is invoked correctly.
node_get_recent in drupal-7.x/modules/node/node.module
Finds the most recently changed nodes that are available to the current user.
node_node_operations in drupal-7.x/modules/node/node.admin.inc
Implements hook_node_operations().
node_publish_action in drupal-7.x/modules/node/node.module
Sets the status of a node to 1 (published).
TranslationTestCase::testContentTranslation in drupal-7.x/modules/translation/translation.test
Creates, modifies, and updates a basic page with a translation.