This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:s_cli:05_contents:01_prt:03_langconst:06_constants:start [2021/05/01 21:35] nick ↷ Links adapted because of a move operation |
dido:public:s_cli:05_contents:01_prt:03_langconst:06_constants:start [2021/08/05 12:52] (current) murphy [ALGORITHM] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== 2.2.6 Constants ====== | + | ====== 3.6 Constants ====== |
| - | [[dido:public:s_cli:05_contents:02_basics:start| Return to DIDO CLI Background]] | + | [[dido:public:s_cli:05_contents:01_prt:02_basics:start| Return to DIDO CLI Background]] |
| ===== ALGORITHM ===== | ===== ALGORITHM ===== | ||
| - | [[dido:public:s_cli:05_contents:03_langconst:constants| Return to Top]] | + | [[dido:public:s_cli:05_contents:01_prt:03_langconst:06_constants:start| Return to Top]] |
| - | The name of the default algorithm used for encryption. | + | The name of the default algorithm used for [[dido:public:ra:xapend:xapend.a_glossary:e:encryption|encryption]]. |
| <code> | <code> | ||
| Line 12: | Line 12: | ||
| ===== BASE_FORMAT ===== | ===== BASE_FORMAT ===== | ||
| - | [[dido:public:s_cli:05_contents:03_langconst:constants| Return to Top]] | + | [[dido:public:s_cli:05_contents:01_prt:03_langconst:06_constants:start| Return to Top]] |
| The name of the default binary formats (i.e., width in bits) for hash and crypto keys. | The name of the default binary formats (i.e., width in bits) for hash and crypto keys. | ||
| Line 22: | Line 22: | ||
| ===== BINARY_FORMAT ===== | ===== BINARY_FORMAT ===== | ||
| - | [[dido:public:s_cli:05_contents:03_langconst:constants| Return to Top]] | + | [[dido:public:s_cli:05_contents:01_prt:03_langconst:06_constants:start| Return to Top]] |
| A string that can be used to designate a binary format. | A string that can be used to designate a binary format. | ||
| Line 30: | Line 30: | ||
| ===== DATE_FORMAT_STRING ===== | ===== DATE_FORMAT_STRING ===== | ||
| - | [[dido:public:s_cli:05_contents:03_langconst:constants| Return to Top]] | + | [[dido:public:s_cli:05_contents:01_prt:03_langconst:06_constants:start| Return to Top]] |
| The default string for formatting dates. | The default string for formatting dates. | ||
| Line 46: | Line 46: | ||
| ===== FALSE ===== | ===== FALSE ===== | ||
| - | [[dido:public:s_cli:05_contents:03_langconst:constants| Return to Top]] | + | [[dido:public:s_cli:05_contents:01_prt:03_langconst:06_constants:start| Return to Top]] |
| The numeric constant representing the Boolean False. | The numeric constant representing the Boolean False. | ||
| Line 54: | Line 54: | ||
| ===== HEX_FORMAT ===== | ===== HEX_FORMAT ===== | ||
| - | [[dido:public:s_cli:05_contents:03_langconst:constants| Return to Top]] | + | [[dido:public:s_cli:05_contents:01_prt:03_langconst:06_constants:start| Return to Top]] |
| A string that can be used to designate a hexadecimal format. | A string that can be used to designate a hexadecimal format. | ||
| Line 62: | Line 62: | ||
| ===== MAXIMUM_NAME_LENGTH ===== | ===== MAXIMUM_NAME_LENGTH ===== | ||
| - | [[dido:public:s_cli:05_contents:03_langconst:constants| Return to Top]] | + | [[dido:public:s_cli:05_contents:01_prt:03_langconst:06_constants:start| Return to Top]] |
| The maximum length in characters of an object name. | The maximum length in characters of an object name. | ||
| Line 70: | Line 70: | ||
| ===== NULL ===== | ===== NULL ===== | ||
| - | [[dido:public:s_cli:05_contents:03_langconst:constants| Return to Top]] | + | [[dido:public:s_cli:05_contents:01_prt:03_langconst:06_constants:start| Return to Top]] |
| <code> | <code> | ||
| Line 77: | Line 77: | ||
| ===== TRUE ===== | ===== TRUE ===== | ||
| - | [[dido:public:s_cli:05_contents:03_langconst:constants| Return to Top]] | + | [[dido:public:s_cli:05_contents:01_prt:03_langconst:06_constants:start| Return to Top]] |
| The numeric constant representing the Boolean TRUE. | The numeric constant representing the Boolean TRUE. | ||
| Line 85: | Line 85: | ||
| ===== VOID ===== | ===== VOID ===== | ||
| - | [[dido:public:s_cli:05_contents:03_langconst:constants| Return to Top]] | + | [[dido:public:s_cli:05_contents:01_prt:03_langconst:06_constants:start| Return to Top]] |
| <code> | <code> | ||
| Line 93: | Line 93: | ||
| ===== WHITESPACE ===== | ===== WHITESPACE ===== | ||
| - | [[dido:public:s_cli:05_contents:03_langconst:constants| Return to Top]] | + | [[dido:public:s_cli:05_contents:01_prt:03_langconst:06_constants:start| Return to Top]] |
| The list of characters that represent a whitespace character. | The list of characters that represent a whitespace character. | ||
| * ' ' - A blank character | * ' ' - A blank character | ||