-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
33 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
export const HEX: 16; | ||
export const TYPE_FROM: 8; | ||
export const TYPE_TO: -1; | ||
export const REG_B64: RegExp; | ||
export const REG_CHARSET: RegExp; | ||
export const REG_DATA_URL: RegExp; | ||
export const REG_DATA_URL_BASE64: RegExp; | ||
export const REG_DATA_URL_B64: RegExp; | ||
export const REG_DATA_URL_G: RegExp; | ||
export const REG_NUM_REF: RegExp; | ||
export const REG_MIME_DOM: RegExp; | ||
export const REG_MIME_TEXT: RegExp; | ||
export const REG_SCHEME: RegExp; | ||
export const REG_SCHEME_CUSTOM: RegExp; | ||
export const REG_SCHEME_EXT: RegExp; | ||
export const REG_SCRIPT: RegExp; | ||
export const REG_SCRIPT_BLOB: RegExp; | ||
export const REG_TAG_QUOT: RegExp; | ||
export const REG_TAG_QUOT_ENC_G: RegExp; | ||
export const REG_TAG_QUOT_SPACE_G: RegExp; | ||
export const REG_URL_ENC: RegExp; |