authorize.php |
core/authorize.php |
Administrative script for running authorized file operations. |
cron.php |
core/cron.php |
Handles incoming requests to fire off regularly-scheduled tasks (cron jobs). |
actions.inc |
core/includes/actions.inc |
This is the actions engine for executing stored actions. |
ajax.inc |
core/includes/ajax.inc |
Functions for use with Backdrop's Ajax framework. |
anonymous.inc |
core/includes/anonymous.inc |
|
archiver.inc |
core/includes/archiver.inc |
Shared classes and interfaces for the archiver system. |
authorize.inc |
core/includes/authorize.inc |
Helper functions and form handlers used for the authorize.php script. |
batch.inc |
core/includes/batch.inc |
Batch processing API for processes to run in multiple HTTP requests. |
batch.queue.inc |
core/includes/batch.queue.inc |
Queue handlers used by the Batch API. |
bootstrap.classes.inc |
core/includes/bootstrap.classes.inc |
|
bootstrap.inc |
core/includes/bootstrap.inc |
Functions that need to be loaded on every Backdrop request. |
cache-install.inc |
core/includes/cache-install.inc |
Provides a stub cache implementation to be used during installation. |
cache.inc |
core/includes/cache.inc |
Functions and interfaces for cache handling. |
color.inc |
core/includes/color.inc |
|
common.inc |
core/includes/common.inc |
Common functions that many Backdrop modules will need to reference. |
config.inc |
core/includes/config.inc |
This is the API for configuration storage. |
charset_converter.inc |
core/includes/database/charset_converter.inc |
|
database.inc |
core/includes/database/database.inc |
Core systems for the database layer. |
log.inc |
core/includes/database/log.inc |
Logging classes for the database layer. |
database.inc |
core/includes/database/mysql/database.inc |
Database interface code for MySQL database servers. |
install.inc |
core/includes/database/mysql/install.inc |
Installation code for MySQL embedded database engine. |
query.inc |
core/includes/database/mysql/query.inc |
Query code for MySQL embedded database engine. |
schema.inc |
core/includes/database/mysql/schema.inc |
Database schema code for MySQL database servers. |
prefetch.inc |
core/includes/database/prefetch.inc |
Database interface code for engines that need complete control over their
result sets. |
query.inc |
core/includes/database/query.inc |
Non-specific Database query code. Used by all engines. |
schema.inc |
core/includes/database/schema.inc |
Generic Database schema code. |
select.inc |
core/includes/database/select.inc |
Contains classes and interfaces for Select queries. |
date.class.inc |
core/includes/date.class.inc |
|
date.inc |
core/includes/date.inc |
Date API functions. |
diff.inc |
core/includes/diff.inc |
A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3) |
drupal.classes.inc |
core/includes/drupal.classes.inc |
Contains class and interface wrappers for Drupal 7.x compatibility. |
drupal.inc |
core/includes/drupal.inc |
Contains constants and function wrappers for Drupal 7.x compatibility. |
errors.inc |
core/includes/errors.inc |
Functions for error handling. |
evalmath.inc |
core/includes/evalmath.inc |
|
file.inc |
core/includes/file.inc |
API for handling file uploads and server file management. |
file.mimetypes.inc |
core/includes/file.mimetypes.inc |
Provides mimetype mappings. |
filetransfer.inc |
core/includes/filetransfer/filetransfer.inc |
Base FileTransfer class. |
ftp.inc |
core/includes/filetransfer/ftp.inc |
|
local.inc |
core/includes/filetransfer/local.inc |
|
ssh.inc |
core/includes/filetransfer/ssh.inc |
|
form.inc |
core/includes/form.inc |
Functions for form and batch generation and processing. |
gettext.inc |
core/includes/gettext.inc |
Gettext parsing and generating API. |
graph.inc |
core/includes/graph.inc |
Directed acyclic graph manipulation. |
http_system.inc |
core/includes/http_system.inc |
Contains classes and interfaces related to implementing alternative HTTP
request systems. By default, backdrop_http_request() will execute its own
requests, but this can be replaced by an alternative system if desired by
specifying an alternative in… |
icon.inc |
core/includes/icon.inc |
Provides the Backdrop API for placing icons. |
image.inc |
core/includes/image.inc |
API for manipulating images. |
install.core.inc |
core/includes/install.core.inc |
API functions for installing Backdrop. |
install.inc |
core/includes/install.inc |
API functions for installing modules and themes. |
language.inc |
core/includes/language.inc |
Language Negotiation API. |
locale.inc |
core/includes/locale.inc |
Administration functions for locale.module. |