opensans.css |
file |
core/misc/opensans/opensans.css |
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src:
url('OpenSans-Regular-webfont.woff2') format('woff2'),
url('OpenSans-Regular-webfont.woff')… |
BackupFile::open |
function |
core/includes/backup/backup.file.inc |
Open a file for reading or writing. |
COMMENT_NODE_OPEN |
constant |
core/modules/comment/comment.module |
Comments for this node are open. |
Archive_Tar::_openRead |
function |
core/modules/system/system.tar.inc |
|
_backdrop_session_open |
function |
core/includes/session.inc |
Session handler assigned by session_set_save_handler(). |
Archive_Tar::_openWrite |
function |
core/modules/system/system.tar.inc |
|
ajax_command_open_dialog |
function |
core/includes/ajax.inc |
Provides an AJAX command to open content in a dialog. |
Database::openConnection |
function |
core/includes/database/database.inc |
Opens a connection to the server specified by the given key and target. |
Archive_Tar::_openReadWrite |
function |
core/modules/system/system.tar.inc |
|
layout_ajax_form_open_dialog |
function |
core/modules/layout/layout.admin.inc |
AJAX handler that opens a form in a dialog. |
BackdropSessionHandler::open |
function |
core/includes/session.inc |
|
ajax_command_open_modal_dialog |
function |
core/includes/ajax.inc |
Provides an AJAX command to open content in a modal dialog. |
file_managed_file_browser_open |
function |
core/modules/file/file.module |
AJAX callback for managed_file elements to open a browser modal dialog. |
ConnectionUnitTest::testOpenClose |
function |
core/modules/simpletest/tests/database_test.test |
Tests Database::closeConnection() without query. |
StreamWrapperInterface::stream_open |
function |
core/includes/stream_wrappers.inc |
|
StreamWrapperInterface::dir_opendir |
function |
core/includes/stream_wrappers.inc |
|
ConnectionUnitTest::testOpenQueryClose |
function |
core/modules/simpletest/tests/database_test.test |
Tests Database::closeConnection() with a query. |
BackdropLocalStreamWrapper::stream_open |
function |
core/includes/stream_wrappers.inc |
Support for fopen(), file_get_contents(), file_put_contents() etc. |
BackdropLocalStreamWrapper::dir_opendir |
function |
core/includes/stream_wrappers.inc |
Support for opendir(). |
FileExampleSessionStreamWrapper::stream_open |
function |
modules/examples/file_example/file_example_session_streams.inc |
Opens a stream, as for fopen(), file_get_contents(), file_put_contents(). |
FileExampleSessionStreamWrapper::dir_opendir |
function |
modules/examples/file_example/file_example_session_streams.inc |
Support for opendir(). |
ConnectionUnitTest::testOpenSelectQueryClose |
function |
core/modules/simpletest/tests/database_test.test |
Tests Database::closeConnection() with a select query. |
ConnectionUnitTest::testOpenQueryPrefetchClose |
function |
core/modules/simpletest/tests/database_test.test |
Tests Database::closeConnection() with a query and custom prefetch method. |
UpdateScriptFunctionalTest::testNoPendingUpdates |
function |
core/modules/system/tests/system.test |
Tests that there are no pending updates for the first test method. |