[Gregor.Core.Consts]

Gregor.Core.Consts

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public static class Gregor.Core.Consts

Custom Attributes: Gregor.Core.Module()

Description: 


Members

Consts

public Consts()

Custom Attributes: 

Description: 

ARG_SEP

public const System.String ARG_SEP = ", "

Custom Attributes: 

Description: 

AT

public const System.String AT = "@"

Custom Attributes: 

Description: 

ATTRIB_FILE

public const System.String ATTRIB_FILE = "file"

Custom Attributes: 

Description: 

ATTRIB_NAME

public const System.String ATTRIB_NAME = "name"

Custom Attributes: 

Description: 

ATTRIB_PATH

public const System.String ATTRIB_PATH = "path"

Custom Attributes: 

Description: 

ATTRIB_TYPE

public const System.String ATTRIB_TYPE = "type"

Custom Attributes: 

Description: 

ATTRIB_VALUE

public const System.String ATTRIB_VALUE = "value"

Custom Attributes: 

Description: 

BACKSLASH

public const System.String BACKSLASH = "\\"

Custom Attributes: 

Description: 

BACKTICK

public const System.String BACKTICK = "`"

Custom Attributes: 

Description: 

BRACE_CURLY_CLOSE

public const System.String BRACE_CURLY_CLOSE = "}"

Custom Attributes: 

Description: 

BRACE_CURLY_OPEN

public const System.String BRACE_CURLY_OPEN = "{"

Custom Attributes: 

Description: 

BRACKET_ANGLE_CLOSE

public const System.String BRACKET_ANGLE_CLOSE = ">"

Custom Attributes: 

Description: 

BRACKET_ANGLE_OPEN

public const System.String BRACKET_ANGLE_OPEN = "<"

Custom Attributes: 

Description: 

BRACKET_SQUARE_CLOSE

public const System.String BRACKET_SQUARE_CLOSE = "]"

Custom Attributes: 

Description: 

BRACKET_SQUARE_OPEN

public const System.String BRACKET_SQUARE_OPEN = "["

Custom Attributes: 

Description: 

COLON

public const System.String COLON = ":"

Custom Attributes: 

Description: 

CR

public const System.String CR = "\r"

Custom Attributes: 

Description: 

CRLF

public const System.String CRLF = "\r\n"

Custom Attributes: 

Description: 

CRLF_DBL

public const System.String CRLF_DBL = "\r\n\r\n"

Custom Attributes: 

Description: 

DOT

public const System.String DOT = "."

Custom Attributes: 

Description: 

DOTS

public const System.String DOTS = ".."

Custom Attributes: 

Description: 

EMPTYSTR

public const System.String EMPTYSTR = System.String.Empty

Custom Attributes: 

Description: 

EQUAL_SIGN

public const System.String EQUAL_SIGN = "="

Custom Attributes: 

Description: 

HTML_HELP_FILE_NAME

public const System.String HTML_HELP_FILE_NAME = "help.htm"

Custom Attributes: 

Description: 

HTML_INDEX_FILE_NAME

public const System.String HTML_INDEX_FILE_NAME = "index.html"

Custom Attributes: 

Description: 

KEY_FAKE

public const System.String KEY_FAKE = "Fake"

Custom Attributes: 

Description: 

LF

public const System.String LF = "\n"

Custom Attributes: 

Description: 

LIMBO_INDEX

public const System.Int32 LIMBO_INDEX = -1

Custom Attributes: 

Description: 

LOWER_BOUND

public const System.Int32 LOWER_BOUND = 0

Custom Attributes: 

Description: 

PARENS_CLOSE

public const System.String PARENS_CLOSE = ")"

Custom Attributes: 

Description: 

PARENS_OPEN

public const System.String PARENS_OPEN = "("

Custom Attributes: 

Description: 

PIPE

public const System.String PIPE = "|"

Custom Attributes: 

Description: 

PROTOCOL_FILE

public const System.String PROTOCOL_FILE = "file:"

Custom Attributes: 

Description: 

PROTOCOL_FTP

public const System.String PROTOCOL_FTP = "ftp:"

Custom Attributes: 

Description: 

PROTOCOL_GOPHER

public const System.String PROTOCOL_GOPHER = "gopher:"

Custom Attributes: 

Description: 

PROTOCOL_MAILTO

public const System.String PROTOCOL_MAILTO = "mailto:"

Custom Attributes: 

Description: 

PROTOCOL_NEWS

public const System.String PROTOCOL_NEWS = "news:"

Custom Attributes: 

Description: 

QUOTED

public const System.String QUOTED = "\""

Custom Attributes: 

Description: 

QUOTES

public const System.String QUOTES = "'"

Custom Attributes: 

Description: 

RHOMBUS

public const System.String RHOMBUS = "#"

Custom Attributes: 

Description: 

SEMICOLON

public const System.String SEMICOLON = ";"

Custom Attributes: 

Description: 

SLASH

public const System.String SLASH = "/"

Custom Attributes: 

Description: 

SPACE

public const System.String SPACE = " "

Custom Attributes: 

Description: 

TAB

public const System.String TAB = "\t"

Custom Attributes: 

Description: 

TABSTOP

public const System.String TABSTOP = "\t"

Custom Attributes: 

Description: 

VALUE_FALSE

public const System.String VALUE_FALSE = "0"

Custom Attributes: 

Description: 

VALUE_FALSE_TEXT

public const System.String VALUE_FALSE_TEXT = "false"

Custom Attributes: 

Description: 

VALUE_TRUE

public const System.String VALUE_TRUE = "1"

Custom Attributes: 

Description: 

VALUE_TRUE_TEXT

public const System.String VALUE_TRUE_TEXT = "true"

Custom Attributes: 

Description: 

WILDCARD

public const System.String WILDCARD = "*"

Custom Attributes: 

Description: 

WILDCARD_EXT

public const System.String WILDCARD_EXT = "*.*"

Custom Attributes: 

Description: 


See Also

Gregor.Core.ModuleAttribute

System.Object

System.String

System.Int32