Search for parse
- Search 7.x for parse
- Search 9.5.x for parse
- Search 10.3.x for parse
- Search 11.x for parse
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DocParserTest::testKeyHasNumber | function | core/ |
|
| DocParserTest::testNamespacedAnnotations | function | core/ |
|
| DocParserTest::testNestedArraysWithNestedAnnotation | function | core/ |
|
| DocParserTest::testNotAnAnnotationClassIsIgnoredWithoutWarning | function | core/ |
@group DCOM-168 |
| DocParserTest::testRegressionDDC575 | function | core/ |
@group DDC-575 |
| DocParserTest::testReservedKeywordsInAnnotations | function | core/ |
|
| DocParserTest::testSetValuesException | function | core/ |
|
| DocParserTest::testSupportClassConstants | function | core/ |
@dataProvider getConstantsProvider |
| DocParserTest::testSupportsEscapedQuotedValues | function | core/ |
@group 44 |
| DocParserTest::testSyntaxErrorWithContextDescription | function | core/ |
@group DDC-78 |
| DocParserTest::testSyntaxErrorWithUnknownCharacters | function | core/ |
@group DDC-183 |
| DocParserTest::testTrailingCommaIsAllowed | function | core/ |
|
| DocParserTest::testTypicalMethodDocBlock | function | core/ |
@group debug |
| DocParserTest::testWithoutConstructorWhenHasNoProperties | function | core/ |
|
| DocParserTest::testWithoutConstructorWhenIsNotDefaultValue | function | core/ |
|
| drupal_xml_parser_create | function | core/ |
Prepares a new XML parser. |
| EasyRdf_ParsedUri | class | core/ |
A RFC3986 compliant URI parser |
| EasyRdf_ParsedUri.php | file | core/ |
|
| EasyRdf_ParsedUri::$authority | property | core/ |
|
| EasyRdf_ParsedUri::$fragment | property | core/ |
|
| EasyRdf_ParsedUri::$path | property | core/ |
|
| EasyRdf_ParsedUri::$query | property | core/ |
|
| EasyRdf_ParsedUri::$scheme | property | core/ |
|
| EasyRdf_ParsedUri::getAuthority | function | core/ |
Returns the authority of the URI (e.g. www.example.com:8080) |
| EasyRdf_ParsedUri::getFragment | function | core/ |
Returns the fragment part of the URI (i.e. after the #) |
| EasyRdf_ParsedUri::getPath | function | core/ |
Returns the path of the URI (e.g. /foo/bar) |
| EasyRdf_ParsedUri::getQuery | function | core/ |
Returns the query string part of the URI (e.g. foo=bar) |
| EasyRdf_ParsedUri::getScheme | function | core/ |
Returns the scheme of the URI (e.g. http) |
| EasyRdf_ParsedUri::isAbsolute | function | core/ |
Returns true if this is an absolute (complete) URI |
| EasyRdf_ParsedUri::isRelative | function | core/ |
Returns true if this is an relative (partial) URI |
| EasyRdf_ParsedUri::normalize | function | core/ |
Normalizes the path of this URI if it has one. Normalizing a path means that any unnecessary '.' and '..' segments are removed. For example, the URI http://example.com/a/b/../c/./d would be normalized to http://example.com/a/c/d |
| EasyRdf_ParsedUri::resolve | function | core/ |
Resolves a relative URI using this URI as the base URI. |
| EasyRdf_ParsedUri::setAuthority | function | core/ |
Sets the authority of the URI (e.g. www.example.com:8080) |
| EasyRdf_ParsedUri::setFragment | function | core/ |
Set the fragment of the URI (i.e. after the #) |
| EasyRdf_ParsedUri::setPath | function | core/ |
Set the path of the URI (e.g. /foo/bar) |
| EasyRdf_ParsedUri::setQuery | function | core/ |
Set the query string of the URI (e.g. foo=bar) |
| EasyRdf_ParsedUri::setScheme | function | core/ |
Sets the scheme of the URI (e.g. http) |
| EasyRdf_ParsedUri::toString | function | core/ |
Convert the parsed URI back into a string |
| EasyRdf_ParsedUri::URI_REGEX | constant | core/ |
|
| EasyRdf_ParsedUri::__construct | function | core/ |
Constructor for creating a new parsed URI |
| EasyRdf_ParsedUri::__toString | function | core/ |
Magic method to convert the URI, when casted, back to a string |
| EntityTestMapFieldTest::getSparseFieldSets | function | core/ |
Returns an array of sparse fields sets to test. |
| EntityTestTest::getSparseFieldSets | function | core/ |
Returns an array of sparse fields sets to test. |
| ExtensionList::$infoParser | property | core/ |
The info parser. |
| FeedParserTest | class | core/ |
Tests the built-in feed parser with valid feed samples. |
| FeedParserTest.php | file | core/ |
|
| FeedParserTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FeedParserTest::setUp | function | core/ |
|
| FeedParserTest::testAtomSample | function | core/ |
Tests a feed that uses the Atom format. |
| FeedParserTest::testHtmlEntitiesSample | function | core/ |
Tests a feed that uses HTML entities in item titles. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.