Twig_TokenParser |
class |
drupal/core/vendor/twig/twig/lib/Twig/TokenParser.php |
Base class for all token parsers. |
AggregatorParser |
class |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Annotation/AggregatorParser.php |
Defines a Plugin annotation object for aggregator parser plugins. |
UrlParser::$utf8 |
property |
drupal/core/vendor/guzzle/parser/Guzzle/Parser/Url/UrlParser.php |
|
MessageParser.php |
file |
drupal/core/vendor/guzzle/parser/Guzzle/Parser/Message/MessageParser.php |
|
DefaultParser.php |
file |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/parser/DefaultParser.php |
Contains \Drupal\aggregator\Plugin\aggregator\parser\DefaultParser. |
DocParser::$lexer |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php |
The lexer. |
DocParser::Values |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php |
Values ::= Array | Value {"," Value}* |
DocParser::Arrayx |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php |
Array ::= "{" ArrayEntry {"," ArrayEntry}* [","] "}" |
TestParser::parse |
function |
drupal/core/modules/aggregator/tests/modules/aggregator_test/lib/Drupal/aggregator_test/Plugin/aggregator/parser/TestParser.php |
Implements \Drupal\aggregator\Plugin\ParserInterface::parse(). |
EasyRdf_ParsedUri |
class |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/ParsedUri.php |
A RFC3986 compliant URI parser |
DocParserTest.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
PhpParserTest.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PhpParserTest.php |
|
TokenParser::next |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/TokenParser.php |
Gets the next non whitespace and non comment token. |
ParserTest::setUp |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/ParserTest.php |
|
Twig_Parser::$env |
property |
drupal/core/vendor/twig/twig/lib/Twig/Parser.php |
|
FeedParserTest.php |
file |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedParserTest.php |
Definition of Drupal\aggregator\Tests\FeedParserTest. |
ParseException.php |
file |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Exception/ParseException.php |
|
DocParser::$target |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php |
Current target context |
AsseticTokenParser |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticTokenParser.php |
|
WebTestBase::parse |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Parse content returned from curlExec using DOM and SimpleXML. |
ParserRegistry.php |
file |
drupal/core/vendor/guzzle/parser/Guzzle/Parser/ParserRegistry.php |
|
EasyRdf_Parser_Arc |
class |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Arc.php |
Class to parse RDF using the ARC2 library. |
UrlParserInterface |
interface |
drupal/core/vendor/guzzle/parser/Guzzle/Parser/Url/UrlParserInterface.php |
URL parser interface |
Twig_Parser::parse |
function |
drupal/core/vendor/twig/twig/lib/Twig/Parser.php |
Converts a token stream to a node tree. |
Parser::parseValue |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Parser.php |
Parses a YAML value. |
DumperTest::$parser |
property |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/DumperTest.php |
|
ParserInterface.php |
file |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/ParserInterface.php |
Contains \Drupal\aggregator\Plugin\FetcherInterface. |
ArrayElement::parse |
function |
drupal/core/lib/Drupal/Core/Config/Schema/ArrayElement.php |
Builds an array of contained elements. |
Twig_TokenParser_Do |
class |
drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Do.php |
Evaluates an expression, discarding the returned value. |
Twig_TokenParser_If |
class |
drupal/core/vendor/twig/twig/lib/Twig/TokenParser/If.php |
Tests a condition. |
DocParser::$imports |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php |
Hashmap containing all use-statements that are to be used when parsing
the given doc block. |
EasyRdf_Parser_Rdfa |
class |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Rdfa.php |
Class to parse RDFa 1.1 with no external dependancies. |
DocParser::$context |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php |
|
DocParser::$typeMap |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php |
Hash-map for handle types declaration |
DocParser::matchAny |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php |
Attempts to match the current lookahead token with any of the given tokens. |
DocParser::Constant |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php |
Constant ::= integer | string | float | boolean |
TestParser::$stream |
property |
drupal/core/vendor/twig/twig/test/Twig/Tests/ParserTest.php |
|
ParserInterface.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/ParserInterface.php |
|
DefaultParser::$tag |
property |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/parser/DefaultParser.php |
The tag that is being processed. |
EasyRdf_Parser_Json |
class |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Json.php |
A pure-php class to parse RDF/JSON with no dependancies. |
UrlParser::parseUrl |
function |
drupal/core/vendor/guzzle/parser/Guzzle/Parser/Url/UrlParser.php |
Parse a URL using special handling for a subset of UTF-8 characters in the query string if needed. |
Twig_Parser::$stack |
property |
drupal/core/vendor/twig/twig/lib/Twig/Parser.php |
|
ParserTest::$parser |
property |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/ParserTest.php |
|
Inline::parseScalar |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Inline.php |
Parses a scalar to a YAML string. |
ParserRegistry::get |
function |
drupal/core/vendor/guzzle/parser/Guzzle/Parser/ParserRegistry.php |
Get a specific parser by handle name |
ParserRegistry::set |
function |
drupal/core/vendor/guzzle/parser/Guzzle/Parser/ParserRegistry.php |
Register a custom parser by name with the register |
Parser::__construct |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Parser.php |
Constructor |
Twig_TokenParser_Use |
class |
drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Use.php |
Imports blocks defined in another template into the current template. |
AggregatorParser.php |
file |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Annotation/AggregatorParser.php |
Contains \Drupal\aggregator\Annotation\AggregatorParser. |
xmlrpc_message_parse |
function |
drupal/core/modules/xmlrpc/xmlrpc.inc |
Parses an XML-RPC message. |