Zip |
class |
drupal/core/lib/Drupal/Component/Archiver/Zip.php |
Defines a archiver implementation for .zip files. |
Zip.php |
file |
drupal/core/lib/Drupal/Component/Archiver/Zip.php |
Definition of Drupal\Component\Archiver\Zip. |
Zip::add |
function |
drupal/core/lib/Drupal/Component/Archiver/Zip.php |
Implements Drupal\Component\Archiver\ArchiveInterface::add(). |
Zip::$zip |
property |
drupal/core/lib/Drupal/Component/Archiver/Zip.php |
The underlying ZipArchive instance that does the heavy lifting. |
ip_address |
function |
drupal/core/includes/bootstrap.inc |
Returns the IP address of the client machine. |
ban_ip_form |
function |
drupal/core/modules/ban/ban.admin.inc |
Form constructor for banning an IP address. |
ban_ip_load |
function |
drupal/core/modules/ban/ban.module |
Loads a banned IP address record from the database. |
Zip::remove |
function |
drupal/core/lib/Drupal/Component/Archiver/Zip.php |
Implements Drupal\Component\Archiver\ArchiveInterface::remove(). |
BanIpManager |
class |
drupal/core/modules/ban/lib/Drupal/ban/BanIpManager.php |
Ban IP manager. |
Profile::$ip |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php |
|
_filter_tips |
function |
drupal/core/modules/filter/filter.module |
Retrieves the filter tips. |
Zip::extract |
function |
drupal/core/lib/Drupal/Component/Archiver/Zip.php |
Implements Drupal\Component\Archiver\ArchiveInterface::extract(). |
OptiPngFilter |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/OptiPngFilter.php |
Runs assets through OptiPNG. |
IpAddressTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/IpAddressTest.php |
Tests getting IP addresses and hostname validation. |
multiple.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/multiple.test |
|
multiple.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/multiple.test |
|
multiple.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/multiple.test |
|
multiple.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/multiple.test |
|
Profile::getIp |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php |
Returns the IP. |
Profile::setIp |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php |
|
multipleNs.php |
file |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/multipleNs.php |
|
JavaScriptTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php |
Tests the JavaScript system. |
Process::$pipes |
property |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php |
|
Zip::getArchive |
function |
drupal/core/lib/Drupal/Component/Archiver/Zip.php |
Retrieves the zip engine itself. |
RestripeCommand |
class |
drupal/core/lib/Drupal/Core/Ajax/RestripeCommand.php |
AJAX command for resetting the striping on a table. |
Lexer::skipUntil |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Lexer.php |
Tells the lexer to skip input tokens until it sees a token with the given value. |
Field::$multiple |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Does the field supports multiple field values. |
_filter_url_tips |
function |
drupal/core/modules/filter/filter.module |
Filter tips callback: Provides help for the URL filter. |
filter_tips_long |
function |
drupal/core/modules/filter/filter.pages.inc |
Page callback: Displays a page with long filter tips. |
Zip::__construct |
function |
drupal/core/lib/Drupal/Component/Archiver/Zip.php |
Constructs a Zip object. |
_php_filter_tips |
function |
drupal/core/modules/php/php.module |
Implements hook_filter_FILTER_tips(). |
UpdateScriptTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php |
Tests the update system functionality. |
LoadMultipleTest |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/LoadMultipleTest.php |
Test the taxonomy_term_load_multiple() function. |
BanIpManager.php |
file |
drupal/core/modules/ban/lib/Drupal/ban/BanIpManager.php |
Definition of Drupal\ban\BanIpManager. |
RelationshipTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/RelationshipTest.php |
Tests the base relationship handler. |
javascript-1.txt |
file |
drupal/core/modules/simpletest/files/javascript-1.txt |
<script>
alert('SimpleTest PHP was executed!');
</script> |
LANGUAGE_MULTIPLE |
constant |
drupal/core/includes/bootstrap.inc |
The language code used when multiple languages could be applied. |
Client::getScript |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Client.php |
Returns the script to execute when the request must be insulated. |
OptiPngFilter.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/OptiPngFilter.php |
|
_filter_html_tips |
function |
drupal/core/modules/filter/filter.module |
Filter tips callback: Provides help for the HTML filter. |
theme_filter_tips |
function |
drupal/core/modules/filter/filter.pages.inc |
Returns HTML for a set of filter tips. |
Zip::listContents |
function |
drupal/core/lib/Drupal/Component/Archiver/Zip.php |
Implements Drupal\Component\Archiver\ArchiveInterface::listContents(). |
_unicode_caseflip |
function |
drupal/core/includes/unicode.inc |
Helper function for case conversion of Latin-1.
Used for flipping U+C0-U+DE to U+E0-U+FD and back. |
IpAddressTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/IpAddressTest.php |
Definition of Drupal\system\Tests\Bootstrap\IpAddressTest. |
OptiPngFilterTest |
class |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/OptiPngFilterTest.php |
@group integration |
INSTALL_TASK_SKIP |
constant |
drupal/core/includes/install.core.inc |
Do not run the task during the current installation request. |
CoffeeScriptFilter |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CoffeeScriptFilter.php |
Compiles CoffeeScript into Javascript. |
user_view_multiple |
function |
drupal/core/modules/user/user.module |
Constructs a drupal_render() style array from an array of loaded users. |
ban_ip_form_submit |
function |
drupal/core/modules/ban/ban.admin.inc |
Form submission handler for ban_ip_form(). |
JavaScriptTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php |
Definition of Drupal\system\Tests\Common\JavaScriptTest. |