Search for parse

  1. Search 7.x for parse
  2. Search 9.5.x for parse
  3. Search 10.3.x for parse
  4. Search 11.x for parse
  5. Other projects
Title Object type File name Summary
DocParserTest::testKeyHasNumber function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testNamespacedAnnotations function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testNestedArraysWithNestedAnnotation function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testNotAnAnnotationClassIsIgnoredWithoutWarning function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group DCOM-168
DocParserTest::testRegressionDDC575 function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group DDC-575
DocParserTest::testReservedKeywordsInAnnotations function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testSetValuesException function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testSupportClassConstants function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @dataProvider getConstantsProvider
DocParserTest::testSupportsEscapedQuotedValues function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group 44
DocParserTest::testSyntaxErrorWithContextDescription function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group DDC-78
DocParserTest::testSyntaxErrorWithUnknownCharacters function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group DDC-183
DocParserTest::testTrailingCommaIsAllowed function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testTypicalMethodDocBlock function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group debug
DocParserTest::testWithoutConstructorWhenHasNoProperties function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testWithoutConstructorWhenIsNotDefaultValue function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
drupal_xml_parser_create function core/includes/unicode.inc Prepares a new XML parser.
EasyRdf_ParsedUri class core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php A RFC3986 compliant URI parser
EasyRdf_ParsedUri.php file core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php
EasyRdf_ParsedUri::$authority property core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php
EasyRdf_ParsedUri::$fragment property core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php
EasyRdf_ParsedUri::$path property core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php
EasyRdf_ParsedUri::$query property core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php
EasyRdf_ParsedUri::$scheme property core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php
EasyRdf_ParsedUri::getAuthority function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Returns the authority of the URI (e.g. www.example.com:8080)
EasyRdf_ParsedUri::getFragment function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Returns the fragment part of the URI (i.e. after the #)
EasyRdf_ParsedUri::getPath function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Returns the path of the URI (e.g. /foo/bar)
EasyRdf_ParsedUri::getQuery function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Returns the query string part of the URI (e.g. foo=bar)
EasyRdf_ParsedUri::getScheme function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Returns the scheme of the URI (e.g. http)
EasyRdf_ParsedUri::isAbsolute function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Returns true if this is an absolute (complete) URI
EasyRdf_ParsedUri::isRelative function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Returns true if this is an relative (partial) URI
EasyRdf_ParsedUri::normalize function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php 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/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Resolves a relative URI using this URI as the base URI.
EasyRdf_ParsedUri::setAuthority function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Sets the authority of the URI (e.g. www.example.com:8080)
EasyRdf_ParsedUri::setFragment function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Set the fragment of the URI (i.e. after the #)
EasyRdf_ParsedUri::setPath function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Set the path of the URI (e.g. /foo/bar)
EasyRdf_ParsedUri::setQuery function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Set the query string of the URI (e.g. foo=bar)
EasyRdf_ParsedUri::setScheme function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Sets the scheme of the URI (e.g. http)
EasyRdf_ParsedUri::toString function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Convert the parsed URI back into a string
EasyRdf_ParsedUri::URI_REGEX constant core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php
EasyRdf_ParsedUri::__construct function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Constructor for creating a new parsed URI
EasyRdf_ParsedUri::__toString function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Magic method to convert the URI, when casted, back to a string
EntityTestMapFieldTest::getSparseFieldSets function core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php Returns an array of sparse fields sets to test.
EntityTestTest::getSparseFieldSets function core/modules/jsonapi/tests/src/Functional/EntityTestTest.php Returns an array of sparse fields sets to test.
ExtensionList::$infoParser property core/lib/Drupal/Core/Extension/ExtensionList.php The info parser.
FeedParserTest class core/modules/aggregator/tests/src/Functional/FeedParserTest.php Tests the built-in feed parser with valid feed samples.
FeedParserTest.php file core/modules/aggregator/tests/src/Functional/FeedParserTest.php
FeedParserTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/FeedParserTest.php The theme to install as the default for testing.
FeedParserTest::setUp function core/modules/aggregator/tests/src/Functional/FeedParserTest.php
FeedParserTest::testAtomSample function core/modules/aggregator/tests/src/Functional/FeedParserTest.php Tests a feed that uses the Atom format.
FeedParserTest::testHtmlEntitiesSample function core/modules/aggregator/tests/src/Functional/FeedParserTest.php Tests a feed that uses HTML entities in item titles.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.