NameLocationDescription
aggregator.module handlerscontrib-6/views/modules/aggregator.views.incIncludes the core 'aggregator_feed,' 'aggregator_category,' and 'aggregator_item' tables.
amazon.module handlerscontrib-6/amazon/amazon_media/amazon_media.views.incIncludes the tables 'amazon_book', 'amazon_dvd', 'amazon_music', and 'amazon_software'.
Automatic interface translation importdrupal-6/includes/locale.inc
Batch operationsdrupal-6/includes/form.incFunctions 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 handlerscontrib-6/views/modules/book.views.inc
Command dispatching functions.contrib-6/drush/includes/drush.incThese functions manage parameter and option manipulation for calls to drush backend invoke.
comment.module handlerscontrib-6/views/modules/comment.views.incIncludes the tables 'comments' and 'node_comment_statistics'
Database abstraction layerdrupal-6/includes/database.incAllow the use of different database servers using the same code base.
Default theme implementationsdrupal-6/includes/theme.incFunctions and templates that present output to the user, and can be implemented by themes.
Domain Access: A domain-based access control systemcontrib-6/domain/domain.moduleThe core Domain Access module.
Domain Alias: Advanced domain matchingcontrib-6/domain/domain_alias/domain_alias.moduleAllows domain aliases and domain name patterns for domain entries so multiple hostnames are matched on one single domain entry.
Domain Conf: configuration extensioncontrib-6/domain/domain_conf/domain_conf.moduleFunctions for the Domain Conf module.
Domain Content : administer nodes for affiliate sitescontrib-6/domain/domain_content/domain_content.moduleAllows for the batch editing of select node settings. Refactors the default content editng screen to show content only from selected domains.
Domain hook functionscontrib-6/domain/API.phpCore hooks for the Domain module suite.
Domain Navigation: navigation block and menu optionscontrib-6/domain/domain_nav/domain_nav.moduleConfigurable navigation and block based on active domains.
Domain Source: editor-defined links.contrib-6/domain/domain_source/domain_source.moduleCreates a source domain for linking to content from other domains.
Domain Strict: strict access controlcontrib-6/domain/domain_strict/domain_strict.moduleForces users to be assigned to a domain in order to view content on that domain.
Example batch definitionsdocs-6/examples/batch_example.moduleDefinitions of the batches used in this module.
Extra system updates for 5.xdrupal-6/modules/system/system.install
Extra system updates for 6.xdrupal-6/modules/system/system.install
File interfacedrupal-6/includes/file.incCommon file handling functions.
filefield.module handlerscontrib-6/filefield/views/filefield.views.incIncludes the handler for the FileField data column.
filefield_meta.module handlerscontrib-6/filefield/filefield_meta/includes/filefield_meta.views.incIncludes the tables 'node', 'node_revisions' and 'history'.
filter.module handlerscontrib-6/views/modules/filter.views.incOnly includes the table 'filter_formats'.
Form builder functionsdrupal-6/includes/form.incFunctions that build an abstract representation of a HTML form.
Form generationdrupal-6/includes/form.incFunctions to enable the processing and display of HTML forms.
Formattingdrupal-6/includes/common.incFunctions to format numbers, strings, dates, etc.
Functions comprising the main panels APIcontrib-6/panels/panels.module
Functions for panels ajax featurescontrib-6/panels/includes/display-edit.inc
Functions to coordinate long-running operations across requests.drupal-6/includes/lock.incIn 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 argumentscontrib-6/views/handlers/views_handler_argument.inc
Hook implementations for user-created content types.drupal-6/modules/node/node.module
Hooksdrupal-6/includes/module.incAllow modules to interact with the Drupal core.
Image toolkitsdrupal-6/includes/image.incDrupal'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 validationdrupal-6/includes/common.incFunctions to validate user input.
Language addition and editing functionalitydrupal-6/includes/locale.inc
Language addition API.drupal-6/includes/locale.inc
Language deletion functionalitydrupal-6/includes/locale.inc
Language negotiation options screendrupal-6/includes/locale.inc
Language overview functionalitydrupal-6/includes/locale.inc
List of predefined languagesdrupal-6/includes/locale.inc
Locale updates from 5.x to 6.xdrupal-6/modules/locale/locale.install
locale.module handlerscontrib-6/views/modules/locale.views.inc
Logging information to be provided as output.contrib-6/drush/includes/drush.incThese 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.incFunctions that manage the current error status of the Drush framework.
Menu systemdrupal-6/includes/menu.incDefine the navigation menus, and route page requests to code based on URLs.
miscellaneous handlerscontrib-6/views/modules/views.views.inc
Node access rightsdrupal-6/modules/node/node.moduleThe node access system determines who can do what to which nodes.
node.module handlerscontrib-6/views/modules/node.views.incIncludes the tables 'node', 'node_revisions' and 'history'.
Non-volatile cache storagecontrib-6/views/includes/cache.incThe 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...