Route::$pattern |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Annotation/Route.php |
@var string @Required |
Regex::$pattern |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Regex.php |
|
validpattern.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/validpattern.php |
|
validpattern.yml |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/validpattern.yml |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/validpattern.yml |
Route::setPattern |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php |
|
Route::getPattern |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php |
|
Route::getPattern |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Returns the pattern for the path. |
Route::setPattern |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Sets the pattern for the path. |
Regex::$htmlPattern |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Regex.php |
|
form_process_pattern |
function |
drupal/core/includes/form.inc |
#process callback for #pattern form element property. |
form_validate_pattern |
function |
drupal/core/includes/form.inc |
#element_validate callback for #pattern form element property. |
UrlValidator::PATTERN |
constant |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/UrlValidator.php |
|
Regex::getHtmlPattern |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Regex.php |
Returns htmlPattern if exists or pattern is convertible. |
DateValidator::PATTERN |
constant |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/DateValidator.php |
|
TimeValidator::PATTERN |
constant |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/TimeValidator.php |
|
form_test_pattern_form |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Builds a simple form using the FAPI #pattern proterty. |
BundleSchema::$uriPattern |
property |
drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/BundleSchema.php |
The URI pattern for bundle site schema terms. |
EntitySchema::$uriPattern |
property |
drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/EntitySchema.php |
The URI pattern for entity site schema terms. |
CompiledRoute::getPattern |
function |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
Returns the pattern. |
DateTimeValidator::PATTERN |
constant |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/DateTimeValidator.php |
|
WebTestBase::assertPattern |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Will trigger a pass if the Perl regex pattern is found in the raw content. |
SchemaTermBase::$uriPattern |
property |
drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/SchemaTermBase.php |
The URI pattern for this type of site schema term. |
Lexer::getCatchablePatterns |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Lexer.php |
Lexical catchable patterns. |
DirectoryResource::$pattern |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/DirectoryResource.php |
|
DRUPAL_PHP_FUNCTION_PATTERN |
constant |
drupal/core/includes/bootstrap.inc |
Regular expression to match PHP function names. |
WebTestBase::assertNoPattern |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Will trigger a pass if the perl regex pattern is not present in raw content. |
EnsureFilterWorker::$pattern |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/EnsureFilterWorker.php |
|
RouteCompiler::compilePattern |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCompiler.php |
|
Regex::getNonDelimitedPattern |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Regex.php |
Convert the htmlPattern to a suitable format for HTML5 pattern.
Example: /^[a-z]+$/ would be converted to [a-z]+
However, if options are specified, it cannot be converted |
Lexer::getNonCatchablePatterns |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Lexer.php |
Lexical non-catchable patterns. |
CompiledRoute::$patternOutline |
property |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
The pattern outline of this route. |
DocLexer::getCatchablePatterns |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocLexer.php |
Lexical catchable patterns. |
WebTestBase::assertMailPattern |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Asserts that the most recently sent e-mail message has the pattern in it. |
AddFeedTest::urlToRSSLinkPattern |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/AddFeedTest.php |
Creates a pattern representing the RSS feed in the page. |
CompiledRoute::getPatternOutline |
function |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
Returns the pattern outline of this route. |
RouteCompiler::getPatternOutline |
function |
drupal/core/lib/Drupal/Core/Routing/RouteCompiler.php |
Returns the pattern outline. |
DateFormatFormBase::$patternType |
property |
drupal/core/modules/system/lib/Drupal/system/Form/DateFormatFormBase.php |
The date pattern type. |
BookTest::generateOutlinePattern |
function |
drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php |
Creates a regular expression to check for the sub-nodes in the outline. |
DocLexer::getNonCatchablePatterns |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocLexer.php |
Lexical non-catchable patterns. |
RegexValidatorTest::testHtmlPattern |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/RegexValidatorTest.php |
|
ValidationTest::testPatternValidation |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ValidationTest.php |
Tests #pattern validation. |
locale_translation_build_server_pattern |
function |
drupal/core/modules/locale/locale.compare.inc |
Build path to translation source, out of a server path replacement pattern. |
LOCALE_TRANSLATION_DEFAULT_SERVER_PATTERN |
constant |
drupal/core/modules/locale/locale.module |
Default location of gettext file on the translation server. |
DirectoryResourceFilterIterator::$pattern |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/DirectoryResource.php |
|
ApacheMatcherDumperTest::testEscapePattern |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/ApacheMatcherDumperTest.php |
@dataProvider provideEscapeFixtures |
RegexValidatorTest::testHtmlPatternEscaping |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/RegexValidatorTest.php |
|
PHPUnit_Framework_Constraint_PCREMatch::$pattern |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/PCREMatch.php |
|
PHPCS_Sniffs_ControlStructures_ControlSignatureSniff::getPatterns |
function |
drupal/core/vendor/phpunit/php-text-template/build/PHPCS/Sniffs/ControlStructures/ControlSignatureSniff.php |
|
PHPCS_Sniffs_ControlStructures_ControlSignatureSniff::getPatterns |
function |
drupal/core/vendor/phpunit/php-file-iterator/build/PHPCS/Sniffs/ControlStructures/ControlSignatureSniff.php |
|
PHPCS_Sniffs_ControlStructures_ControlSignatureSniff::getPatterns |
function |
drupal/core/vendor/phpunit/php-timer/build/PHPCS/Sniffs/ControlStructures/ControlSignatureSniff.php |
|