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
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
FrontMatter::$parsed property core/modules/help_topics/src/FrontMatter.php The parsed source.
FrontMatter::parse function core/modules/help_topics/src/FrontMatter.php Parses the source.
VfsInfoParser class core/tests/Drupal/KernelTests/Core/Theme/BaseThemeDefaultDeprecationTest.php
VfsInfoParser::parse function core/tests/Drupal/KernelTests/Core/Theme/BaseThemeDefaultDeprecationTest.php Parses Drupal module, theme and profile .info.yml files.
VfsThemeExtensionList::setInfoParser function core/tests/Drupal/KernelTests/Core/Theme/BaseThemeDefaultDeprecationTest.php Sets the info parser.

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