DocParser::classExists |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php |
Attempt to check if a class exists or not. This never goes through the PHP autoloading mechanism
but uses the {@link AnnotationRegistry} to load classes. |
DocParser::Annotations |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php |
Annotations ::= Annotation {[ "*" ]* [Annotation]}* |
MessageParserInterface |
interface |
drupal/core/vendor/guzzle/parser/Guzzle/Parser/Message/MessageParserInterface.php |
HTTP message parser interface used to parse HTTP messages into an array |
Twig_Parser::hasTraits |
function |
drupal/core/vendor/twig/twig/lib/Twig/Parser.php |
|
Twig_Parser::getParent |
function |
drupal/core/vendor/twig/twig/lib/Twig/Parser.php |
|
Twig_Parser::setParent |
function |
drupal/core/vendor/twig/twig/lib/Twig/Parser.php |
|
Twig_Parser::getStream |
function |
drupal/core/vendor/twig/twig/lib/Twig/Parser.php |
Gets the token stream. |
FeedParserTest::getInfo |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedParserTest.php |
|
Twig_TokenParser_Filter |
class |
drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Filter.php |
Filters a section of a template by applying filters. |
Twig_TokenParser_Import |
class |
drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Import.php |
Imports macros. |
TokenParser::$numTokens |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/TokenParser.php |
The number of tokens. |
TwigFunctionTokenParser |
class |
drupal/core/lib/Drupal/Core/Template/TwigFunctionTokenParser.php |
A class that defines the Twig token parser for Drupal. |
TestTokenParser::getTag |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ParserTest.php |
Gets the tag name associated with this token parser. |
TokenParser::parseClass |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/TokenParser.php |
Get the class name. |
drupal_parse_dependency |
function |
drupal/core/includes/common.inc |
Parses a dependency for comparison by drupal_check_incompatibility(). |
DocParser::$classExists |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php |
This hashmap is used internally to cache results of class_exists()
look-ups. |
DocParser::addNamespace |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php |
Sets the default namespaces. |
aggregator_parse_w3cdtf |
function |
drupal/core/modules/aggregator/aggregator.parser.inc |
Parses the W3C date/time format, a subset of ISO 8601. |
Twig_Parser::getVarName |
function |
drupal/core/vendor/twig/twig/lib/Twig/Parser.php |
|
Twig_Parser::addHandler |
function |
drupal/core/vendor/twig/twig/lib/Twig/Parser.php |
|
Twig_Environment::parse |
function |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
Parses a token stream. |
TestParseAnnotationClass |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@parseAnnotation("var")
@author Johannes M. Schmitt <schmittjoh@gmail.com> |
AssetFactory::parseInput |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
Parses an input string string into an asset. |
AsseticTokenParser::$tag |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticTokenParser.php |
|
Twig_TokenParser_Sandbox |
class |
drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Sandbox.php |
Marks a section of a template as untrusted code that must be evaluated in the sandbox mode. |
ExpressionParserTest.php |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/ExpressionParserTest.php |
|
Twig_TokenParser_Extends |
class |
drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Extends.php |
Extends a template by another one. |
XmlFileLoader::parseFile |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php |
Parses a XML file. |
Twig_TokenParser_Include |
class |
drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Include.php |
Includes a template. |
TokenParser::__construct |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/TokenParser.php |
|
XmlFileLoader::parseNode |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/XmlFileLoader.php |
Parses a node from a loaded XML file. |
drupal_parse_info_format |
function |
drupal/core/includes/common.inc |
Parses data in Drupal's .info format. |
drupal_xml_parser_create |
function |
drupal/core/includes/unicode.inc |
Prepare a new XML parser. |
ParserRegistry::$mapping |
property |
drupal/core/vendor/guzzle/parser/Guzzle/Parser/ParserRegistry.php |
|
Twig_Parser::$blockStack |
property |
drupal/core/vendor/twig/twig/lib/Twig/Parser.php |
|
Twig_Parser::__construct |
function |
drupal/core/vendor/twig/twig/lib/Twig/Parser.php |
Constructor. |
ParseException::$snippet |
property |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Exception/ParseException.php |
|
Twig_Parser::isMainScope |
function |
drupal/core/vendor/twig/twig/lib/Twig/Parser.php |
|
TokenParserInterface.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/TokenParserInterface.php |
|
CookieParser::parseCookie |
function |
drupal/core/vendor/guzzle/parser/Guzzle/Parser/Cookie/CookieParser.php |
Parse a cookie string as set in a Set-Cookie HTTP header and return an associative array of data. |
PoHeader::parseArithmetic |
function |
drupal/core/lib/Drupal/Component/Gettext/PoHeader.php |
Parses and sanitizes an arithmetic formula into a PHP expression. |
AsseticTokenParser::parse |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticTokenParser.php |
|
AnnotationReader::$parser |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationReader.php |
Annotations Parser |
Twig_TokenParserInterface |
interface |
drupal/core/vendor/twig/twig/lib/Twig/TokenParserInterface.php |
Interface implemented by token parsers. |
Inline::parseQuotedScalar |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Inline.php |
Parses a quoted scalar to YAML. |
PhpParser::getFileContent |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/PhpParser.php |
Get the content of the file right up to the given line number. |
Twig_TokenParser::$parser |
property |
drupal/core/vendor/twig/twig/lib/Twig/TokenParser.php |
|
ParseInfoFileUnitTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/ParseInfoFileUnitTest.php |
Definition of Drupal\system\Tests\Common\ParseInfoFileUnitTest. |
AbstractMessageParser.php |
file |
drupal/core/vendor/guzzle/parser/Guzzle/Parser/Message/AbstractMessageParser.php |
|
XmlFileLoader::parseRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/XmlFileLoader.php |
Parses a route and adds it to the RouteCollection. |