Search for parse
- Search 7.x for parse
- Search 9.5.x for parse
- Search 8.9.x for parse
- Search 10.3.x for parse
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AjaxPageState::parseAjaxPageState | function | core/ |
Parse the ajax_page_state variable in the request. |
ArrayElement::parse | function | core/ |
Builds an array of contained elements. |
AssertContentTrait::parse | function | core/ |
Parse content returned from curlExec using DOM and SimpleXML. |
AttributeClassDiscovery::parseClass | function | core/ |
Parses attributes from a class. |
AttributeDiscoveryWithAnnotations::parseClass | function | core/ |
Parses attributes from a class. |
CacheContextsManager::parseTokens | function | core/ |
Parses cache context tokens into context IDs and optional parameters. |
CodeBlock::parseLanguagesFromValue | function | core/ |
Parses the line-based (for form) Code Block configuration. |
ComponentMetadata::parseSchemaInfo | function | core/ |
Parse the schema information. |
ComponentMetadata::parseSchemaInfo | function | core/ |
Parse the schema information. |
Constraint::parseConstraint | function | core/ |
Parses a constraint string. |
ContentDispositionFilenameParser | class | core/ |
Parses the content-disposition header to extract the client filename. |
ContentDispositionFilenameParser.php | file | core/ |
|
ContentDispositionFilenameParser::parseFilename | function | core/ |
Parse the content disposition header and return the filename. |
ContentDispositionFilenameParser::REQUEST_HEADER_FILENAME_REGEX | constant | core/ |
The regex used to extract the filename from the content disposition header. |
ContentDispositionFilenameParser::__construct | function | core/ |
Private constructor to prevent instantiation. |
ContentDispositionFilenameParserTest | class | core/ |
Tests the ContentDispositionFilenameParser class. |
ContentDispositionFilenameParserTest.php | file | core/ |
|
ContentDispositionFilenameParserTest::createRequest | function | core/ |
Creates a request with the given content-disposition header. |
ContentDispositionFilenameParserTest::invalidHeaderProvider | function | core/ |
A data provider for invalid headers. |
ContentDispositionFilenameParserTest::testParseFilenameExtended | function | core/ |
@covers ::parseFilename |
ContentDispositionFilenameParserTest::testParseFilenameInvalid | function | core/ |
@covers ::parseFilename @dataProvider invalidHeaderProvider |
ContentDispositionFilenameParserTest::testParseFilenameMissing | function | core/ |
@covers ::parseFilename |
ContentDispositionFilenameParserTest::testParseFilenameSuccess | function | core/ |
Tests the parseFilename() method. |
Database::parseConnectionInfo | function | core/ |
Process the configuration file for database information. |
DbLog::$parser | property | core/ |
The message's placeholders parser. |
DocParser | class | core/ |
A parser for docblock annotations. |
DocParser.php | file | core/ |
This class is a near-copy of Doctrine\Common\Annotations\DocParser, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7. |
DocParser::$annotationMetadata | property | core/ |
Hash-map for caching annotation metadata. |
DocParser::$classExists | property | core/ |
This hashmap is used internally to cache results of class_exists() look-ups. |
DocParser::$classIdentifiers | property | core/ |
An array of all valid tokens for a class name. |
DocParser::$context | property | core/ |
|
DocParser::$ignoredAnnotationNames | property | core/ |
A list with annotations that are not causing exceptions when not resolved to an annotation class. |
DocParser::$ignoreNotImportedAnnotations | property | core/ |
Whether annotations that have not been imported should be ignored. |
DocParser::$imports | property | core/ |
Hashmap containing all use-statements that are to be used when parsing the given doc block. |
DocParser::$isNestedAnnotation | property | core/ |
Flag to control if the current annotation is nested or not. |
DocParser::$lexer | property | core/ |
The lexer. |
DocParser::$metadataParser | property | core/ |
Doc parser used to collect annotation target. |
DocParser::$namespaces | property | core/ |
An array of default namespaces if operating in simple mode. |
DocParser::$target | property | core/ |
Current target context. |
DocParser::$typeMap | property | core/ |
Hash-map for handle types declaration. |
DocParser::addNamespace | function | core/ |
Sets the default namespaces. |
DocParser::Annotation | function | core/ |
Annotation ::= "@" AnnotationName MethodCall AnnotationName ::= QualifiedName | SimpleName QualifiedName ::= NameSpacePart "\" {NameSpacePart "\"}* SimpleName NameSpacePart ::= identifier | null | false |… |
DocParser::Annotations | function | core/ |
Annotations ::= Annotation {[ "*" ]* [Annotation]}* |
DocParser::ArrayEntry | function | core/ |
ArrayEntry ::= Value | KeyValuePair KeyValuePair ::= Key ("=" | ":") PlainValue | Constant Key ::= string | integer | Constant |
DocParser::ArrayX | function | core/ |
Array ::= "{" ArrayEntry {"," ArrayEntry}* [","] "}" |
DocParser::classExists | function | core/ |
Attempts 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::collectAnnotationMetadata | function | core/ |
Collects parsing metadata for a given annotation class |
DocParser::collectAttributeTypeMetadata | function | core/ |
Collects parsing metadata for a given attribute. |
DocParser::Constant | function | core/ |
Constant ::= integer | string | float | boolean |
DocParser::FieldAssignment | function | core/ |
FieldAssignment ::= FieldName "=" PlainValue FieldName ::= identifier |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.