| Actions | drupal-6/includes/actions.inc | Functions that perform an action on a certain system object. |
| 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' |
| CRUD functions for export. | contrib-6/ctools/includes/export.inc | export.inc supports a small number of CRUD functions that should always
work for every exportable object, no matter how complicated. These
functions allow complex objects to provide their own callbacks, but
in most cases, the default callbacks will be... |
| 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 Prefix: dynamic table prefixing | contrib-6/domain/domain_prefix/domain_prefix.module | Allows for the dynamic table prefixing of selected database tables. |
| Domain Settings : expanded site configuration options for Domain Access | contrib-6/domain/domain_settings/domain_settings.module | Makes standard system settings forms domain-sensitive. |
| 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. |
| Domain Theme: manage themes | contrib-6/domain/domain_theme/domain_theme.module | Switch themes based on active domain. |
| Domain User: personal subdomains | contrib-6/domain/domain_user/domain_user.module | Creates unique subdomains for registered users. |
| Domain Views: provides a views filter | contrib-6/domain/domain_views/domain_views.module | Views integration for Domain Access. |
| Example batch definitions | contrib-6/examples/batch_example/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 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... |
| Grammar parser builder functions | contrib-6/grammar_parser/engine/grammar_parser.reader.inc | * |
| Grammar parser helper functions | contrib-6/grammar_parser/engine/grammar_parser.reader.inc | * |
| 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.module handlers | contrib-6/views/modules/locale.views.inc | |