Author |
class |
drupal/core/vendor/phpunit/phpunit/Tests/_files/Author.php |
An author. |
Author.php |
file |
drupal/core/vendor/phpunit/phpunit/Tests/_files/Author.php |
|
AUTHORS.txt |
file |
drupal/core/misc/ui/AUTHORS.txt |
Authors ordered by first contribution
A list of current team members is available at http://jqueryui.com/about
Paul Bakaus <paul.bakaus@googlemail.com>
Richard Worth <rdworth@gmail.com>
Yehuda Katz <wycats@gmail.com>
Sean Catchpole… |
Book::$author |
property |
drupal/core/vendor/phpunit/phpunit/Tests/_files/Book.php |
|
authorize.inc |
file |
drupal/core/includes/authorize.inc |
Helper functions and form handlers used for the authorize.php script. |
authorize.php |
file |
drupal/core/authorize.php |
Administrative script for running authorized file operations. |
Item::$author |
property |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Core/Entity/Item.php |
Author of the feed item. |
Author::$name |
property |
drupal/core/vendor/phpunit/phpunit/Tests/_files/Author.php |
|
Author::$books |
property |
drupal/core/vendor/phpunit/phpunit/Tests/_files/Author.php |
|
PoHeader::$_authors |
property |
drupal/core/lib/Drupal/Component/Gettext/PoHeader.php |
Author(s) of the file. |
Author::__construct |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/Author.php |
|
SystemAuthorizeTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/System/SystemAuthorizeTest.php |
Tests authorize.php and related hooks. |
update.authorize.inc |
file |
drupal/core/modules/update/update.authorize.inc |
Callbacks and related functions invoked by authorize.php to update projects. |
system.authorize.yml |
file |
drupal/core/modules/system/config/system.authorize.yml |
drupal/core/modules/system/config/system.authorize.yml |
Authorized operations |
group |
drupal/core/modules/system/system.module |
Functions to run operations with elevated privileges via authorize.php. |
system_authorized_run |
function |
drupal/core/modules/system/system.module |
Setup and invoke an operation using authorize.php. |
comment_prepare_author |
function |
drupal/core/modules/comment/comment.module |
Prepares a user account object for rendering comment authors. |
system_authorized_init |
function |
drupal/core/modules/system/system.module |
Setup a given callback to run via authorize.php with elevated privileges. |
BookTest::$book_author |
property |
drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php |
A user with permission to create and edit books. |
theme_authorize_report |
function |
drupal/core/includes/theme.maintenance.inc |
Returns HTML for a results report of an operation run by authorize.php. |
authorize_run_operation |
function |
drupal/core/includes/authorize.inc |
Runs the operation specified in $_SESSION['authorize_operation']. |
SystemAuthorizeTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/System/SystemAuthorizeTest.php |
Definition of Drupal\system\Tests\System\SystemAuthorizeTest. |
theme_authorize_message |
function |
drupal/core/includes/theme.maintenance.inc |
Returns HTML for a single log message from the authorize.php batch operation. |
authorize_access_allowed |
function |
drupal/core/authorize.php |
Determines if the current user is allowed to run authorize.php. |
UnauthorizedHttpException |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/UnauthorizedHttpException.php |
UnauthorizedHttpException. |
system_authorized_get_url |
function |
drupal/core/modules/system/system.module |
Return the URL for the authorize.php script. |
authorize_get_filetransfer |
function |
drupal/core/includes/authorize.inc |
Gets a FileTransfer class for a specific transfer method and settings. |
Client::SSL_CERT_AUTHORITY |
constant |
drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php |
|
SystemAuthorizeTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/SystemAuthorizeTest.php |
Sets up a Drupal site for running functional and integration tests. |
authorize_filetransfer_form |
function |
drupal/core/includes/authorize.inc |
Form constructor for the file transfer authorization form. |
update_authorize_run_update |
function |
drupal/core/modules/update/update.authorize.inc |
Updates existing projects when invoked by authorize.php. |
authorize_access_denied_page |
function |
drupal/core/authorize.php |
Renders a 403 access denied page for authorize.php. |
update_authorize_run_install |
function |
drupal/core/modules/update/update.authorize.inc |
Installs a new project when invoked by authorize.php. |
SystemAuthorizeTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/SystemAuthorizeTest.php |
|
UnauthorizedHttpException.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/UnauthorizedHttpException.php |
|
EasyRdf_ParsedUri::$authority |
property |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/ParsedUri.php |
|
SystemAuthorizeTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/System/SystemAuthorizeTest.php |
Modules to enable. |
XcacheCache::checkAuthorization |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/XcacheCache.php |
Checks that xcache.admin.enable_auth is Off |
system_test_authorize_init_page |
function |
drupal/core/modules/system/tests/modules/system_test/system_test.module |
Page callback to initialize authorize.php during testing. |
system_authorized_batch_process |
function |
drupal/core/modules/system/system.module |
Use authorize.php to run batch_process(). |
EasyRdf_ParsedUri::getAuthority |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/ParsedUri.php |
Returns the authority of the URI (e.g. www.example.com:8080) |
EasyRdf_ParsedUri::setAuthority |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/ParsedUri.php |
Sets the authority of the URI (e.g. www.example.com:8080) |
PageEditTest::testPageAuthoredBy |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/PageEditTest.php |
Tests changing a node's "authored by" field. |
authorize_filetransfer_form_submit |
function |
drupal/core/includes/authorize.inc |
Form submission handler for authorize_filetransfer_form(). |
update_authorize_batch_copy_project |
function |
drupal/core/modules/update/update.authorize.inc |
Batch callback: Copies project to its proper place when authorized to do so. |
authorize_filetransfer_form_validate |
function |
drupal/core/includes/authorize.inc |
Form validation handler for authorize_filetransfer_form(). |
_update_authorize_clear_update_status |
function |
drupal/core/modules/update/update.authorize.inc |
Clears available update status data. |
UnauthorizedHttpException::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/UnauthorizedHttpException.php |
Constructor. |
update_authorize_update_batch_finished |
function |
drupal/core/modules/update/update.authorize.inc |
Batch callback: Performs actions when the authorized update batch is done. |
system_authorized_batch_processing_url |
function |
drupal/core/modules/system/system.module |
Returns the URL for the authorize.php script when it is processing a batch. |