| aggregator.module handlers | contrib-6/views/modules/aggregator.views.inc | Includes the core 'aggregator_feed,' 'aggregator_category,' and 'aggregator_item'
tables. |
| amazon.module handlers | contrib-6/amazon/amazon_media/amazon_media.views.inc | Includes the tables 'amazon_book', 'amazon_dvd', 'amazon_music',
and 'amazon_software'. |
| Automatic interface translation import | drupal-6/includes/locale.inc | |
| Batch operations | drupal-6/includes/form.inc | Functions allowing forms processing to be spread out over several page
requests, thus ensuring that the processing does not get interrupted
because of a PHP timeout, while allowing the user to receive feedback
on the progress of the ongoing operations. |
| book.module handlers | contrib-6/views/modules/book.views.inc | |
| Command dispatching functions. | contrib-6/drush/includes/drush.inc | These functions manage parameter and option manipulation
for calls to drush backend invoke. |
| comment.module handlers | contrib-6/views/modules/comment.views.inc | Includes the tables 'comments' and 'node_comment_statistics' |
| Database abstraction layer | drupal-6/includes/database.inc | Allow the use of different database servers using the same code base. |
| Default theme implementations | drupal-6/includes/theme.inc | Functions and templates that present output to the user, and can be
implemented by themes. |
| Domain Access: A domain-based access control system | contrib-6/domain/domain.module | The core Domain Access module. |
| Domain Alias: Advanced domain matching | contrib-6/domain/domain_alias/domain_alias.module | Allows domain aliases and domain name patterns for domain
entries so multiple hostnames are matched on one single domain entry. |
| Domain Conf: configuration extension | contrib-6/domain/domain_conf/domain_conf.module | Functions for the Domain Conf module. |
| Domain Content : administer nodes for affiliate sites | contrib-6/domain/domain_content/domain_content.module | Allows for the batch editing of select node settings. Refactors the default content
editng screen to show content only from selected domains. |
| Domain hook functions | contrib-6/domain/API.php | Core hooks for the Domain module suite. |
| Domain Navigation: navigation block and menu options | contrib-6/domain/domain_nav/domain_nav.module | Configurable navigation and block based on active domains. |
| Domain Source: editor-defined links. | contrib-6/domain/domain_source/domain_source.module | Creates a source domain for linking to content from other domains. |
| Domain Strict: strict access control | contrib-6/domain/domain_strict/domain_strict.module | Forces users to be assigned to a domain in order to view content on that domain. |
| Example batch definitions | docs-6/examples/batch_example.module | Definitions of the batches used in this module. |
| Extra system updates for 5.x | drupal-6/modules/system/system.install | |
| Extra system updates for 6.x | drupal-6/modules/system/system.install | |
| File interface | drupal-6/includes/file.inc | Common file handling functions. |
| filefield.module handlers | contrib-6/filefield/views/filefield.views.inc | Includes the handler for the FileField data column. |
| filefield_meta.module handlers | contrib-6/filefield/filefield_meta/includes/filefield_meta.views.inc | Includes the tables 'node', 'node_revisions' and 'history'. |
| filter.module handlers | contrib-6/views/modules/filter.views.inc | Only includes the table 'filter_formats'. |
| Form builder functions | drupal-6/includes/form.inc | Functions that build an abstract representation of a HTML form. |
| Form generation | drupal-6/includes/form.inc | Functions to enable the processing and display of HTML forms. |
| Formatting | drupal-6/includes/common.inc | Functions to format numbers, strings, dates, etc. |
| Functions comprising the main panels API | contrib-6/panels/panels.module | |
| Functions for panels ajax features | contrib-6/panels/includes/display-edit.inc | |
| Functions to coordinate long-running operations across requests. | drupal-6/includes/lock.inc | In most environments, multiple Drupal page requests (a.k.a. threads or
processes) will execute in parallel. This leads to potential conflicts or
race conditions when two requests execute the same code at the same time. A
common example of this is a... |
| Handlers for arguments | contrib-6/views/handlers/views_handler_argument.inc | |
| Hook implementations for user-created content types. | drupal-6/modules/node/node.module | |
| Hooks | drupal-6/includes/module.inc | Allow modules to interact with the Drupal core. |
| Image toolkits | drupal-6/includes/image.inc | Drupal's image toolkits provide an abstraction layer for common image file
manipulations like scaling, cropping, and rotating. The abstraction frees
module authors from the need to support multiple image libraries, and it
allows site... |
| Input validation | drupal-6/includes/common.inc | Functions to validate user input. |
| Language addition and editing functionality | drupal-6/includes/locale.inc | |
| Language addition API. | drupal-6/includes/locale.inc | |
| Language deletion functionality | drupal-6/includes/locale.inc | |
| Language negotiation options screen | drupal-6/includes/locale.inc | |
| Language overview functionality | drupal-6/includes/locale.inc | |
| List of predefined languages | drupal-6/includes/locale.inc | |
| Locale updates from 5.x to 6.x | drupal-6/modules/locale/locale.install | |
| locale.module handlers | contrib-6/views/modules/locale.views.inc | |
| Logging information to be provided as output. | contrib-6/drush/includes/drush.inc | These functions are primarily for diagnostic purposes, but also provide an overview of tasks that were taken
by drush. |
| Managing errors that occur in the Drush framework. | contrib-6/drush/includes/drush.inc | Functions that manage the current error status of the Drush framework. |
| Menu system | drupal-6/includes/menu.inc | Define the navigation menus, and route page requests to code based on URLs. |
| miscellaneous handlers | contrib-6/views/modules/views.views.inc | |
| Node access rights | drupal-6/modules/node/node.module | The node access system determines who can do what to which nodes. |
| node.module handlers | contrib-6/views/modules/node.views.inc | Includes the tables 'node', 'node_revisions' and 'history'. |
| Non-volatile cache storage | contrib-6/views/includes/cache.inc | The non-volatile object cache is used to store an object while it is
being edited, so that we don't have to save until we're completely
done. The cache should be 'cleaned' on a regular basis, meaning to
remove old objects from the... |