Gjsify LogoGjsify Logo

Flags that control how a URI string is parsed (or re-parsed).

bitfield

Index

Enumeration Members

AUTH_PARAMS: number

Split the userinfo into user/password and parameters, separated by ';'.

DECODED: number

Decode even reserved %encoded characters in the URI (unless this would result in non-UTF8 strings). Using this flag means that you cannot reliably convert the parsed URI back to string form with ide_uri_to_string().

HTML5: number

Parse the URI according to the HTML5 web address parsing rules.

NON_DNS: number

Do not parse the host as a DNS host/IP address. (Eg, for smb URIs with NetBIOS hostnames).

NO_IRI: number

Disallow Internationalized URIs; return an error if the URI contains non-ASCII characters

PASSWORD: number

Split the userinfo into user and password, separated by ':'.

STRICT: number

Parse the URI strictly according to the RFC 3986 grammar.

UTF8_ONLY: number

Return an error if non-UTF8 characters are encountered in the URI.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method