Qore Programming Language Reference Manual  0.9.16
Modules
Here is a list of all modules:
[detail level 1234]
 RangeIterator helper functionsRangeIterator helper functions allow to use RangeItartor in easier usage in loop statements
 Database Driver ConstantsThese are contants that stand for database driver names known to Qore
 DBI Capability ConstantsThese are contants that define the meaning of bits in the capability mask such as returned by Datasource::getCapabilities()
 File Stat ConstantsThese are values that can be and'ed with the "mode" element of a file's status as returned by Qore::ReadOnlyFile::hstat(), Qore::hstat(), etc, or with element 2 of the status list as returned from Qore::ReadOnlyFile::stat(), Qore::stat(), etc
 File Open ConstantsThese are the possible values that can be or'ed together when calling File::open() or File::open2()
 File Locking ConstantsThese are the possible values for the File::lock() or File::lockBlocking() methods
 File Seek ConstantsThese are the possible values for the whence parameter of the File::lock() and File::lockBlocking() methods
 Import Visibility ConstantsConstants providing values for import visibility
 Functional Domain ConstantsConstants providing values for functional domains; each constant is a unique element of a bitfield
 Parse Option ConstantsThese are the possible values that can be or'ed together to set Program parse options
 Warning ConstantsThese are the possible values that can be or'ed together to set the Program warning mask
 Debug Run State ConstantsThese are the possible values that can be passed back to program as result to control next debugging process
 Debug Flow ConstantsThese are the possible values that are passed back to program to change flow, i.e. exit loops or function from debugger
 Breakpoint Policy ConstantsThese are the possible values that can be passed back to breakpoint as policy related to thread list
 ZSocket Poll Constants
 SSL Verification Mode ConstantsThese are integer contants to be used with Socket::setSslVerifyMode() and are returned by Socket::getSslVerifyMode()
 X.509 Verification ConstantsThese are string contants for values returned by the following methods:
 Network Address Family ConstantsThese are the possible network address family constants
 Network Address Information ConstantsThese are the possible network address information constants for the getaddrinfo() function; if any of these constants are not defined on the current platform, they will be assigned to 0 in Qore
 Network Protocol ConstantsThese are the possible network protocol constants
 Socket Type ConstantsThese are the possible socket type constants
 Terminal Attribute Local Mode ConstantsIf any of the constants in this group is not defined on the host system, then it will be assigned to 0 in Qore
 Terminal Attribute Control Mode ConstantsIf any of the constants in this group is not defined on the host system, then it will be assigned to 0 in Qore
 Terminal Attributes Output Mode ConstantsIf any of the constants in this group is not defined on the host system, then it will be assigned to 0 in Qore
 Terminal Attributes Input Mode ConstantsIf any of the constants in this group is not defined on the host system, then it will be assigned to 0 in Qore
 Terminal Attributes Control Character ConstantsIf any of the constants in this group is not defined on the host system, then it will be assigned to 0 in Qore
 Terminal Attributes Terminal Setting ConstantsIf any of the constants in this group is not defined on the host system, then it will be assigned to 0 in Qore
 Constants
 Signal Handing FunctionsSignal handing functions
 Miscellaneous FunctionsMiscellaneous functions
 String Concatenation Encoding Codes
 String Concatenation Decoding Codes
 Signal ConstantsSignal constants - if any of the constants in this section are not defined on the host; the constant's value will be 0
 Compression FunctionsThese functions work with compression and decompression
 Compression Constants
 Compression Stream TransformationsThe following Transform constants can be used with TransformInputStream and TransformOutputStream to transform stream data
 Threading FunctionsThreading functions
 Cryptographic FunctionsQore's cryptography support is provided by the OpenSSL library. Each of the encryption and decryption functions in this section accept an optional initialization vector, which is data used as initial input for the first block in chained encryption algorithms. Subsequent blocks take input from the last block encrypted/decrypted. If an initialization vector is not supplied, a default value of 8 zero bytes will be used (see Qore::DefaultIV)
 Digest (Hash) FunctionsQore's cryptography support is provided by the OpenSSL library
 HMAC FunctionsQore's cryptography support is provided by the OpenSSL library
 Cryptographic Stream TransformationsThe following Transform constants can be used with TransformInputStream and TransformOutputStream to transform stream data
 Cryptographic ContantsOther generic cryptographic constants
 Crytographic Digest AlgorithmsThe following constants can be used with the digest() and hmac() functions to calculate cryptographic digests and HMACs on input data
 Library FunctionsLibrary functions
 Qore Library Option Constants
 Filesystem FunctionsThe following functions return information about or are related to the filesystem
 String Functions
 Regular Expression ConstantsThe constants in this group can be combined with binary or to give regular expression options for the regex(), regex_subst(), and regex_extract() functions
 Date and Time Functions
 Math FunctionsMath functions
 Math ConstantsMath constants
 List FunctionsList functions
 Type Conversion Functions
 String Type ConstantsString type constants as returned by type() and typename()
 UNIX User and Group FunctionsUNIX user and group functions
 Platform-Independent User and Group FunctionsPlatform-Independent user and group functions
 Object FunctionsObject functions
 Environment FunctionsEnvironment functions
 Old DBI FunctionsOld DBI functions; see DBI Functions
 DBI FunctionsThese DBI functions were added in Qore 0.8.6; the original functions used camel case names and had NOOP variants (see Old DBI Functions)
 SQL ConstantsSQL constants
 Context Functions
 Option ConstantsOption constants
 Error ConstantsThe constants in this group reflect the value of the host system's errno constant of the same name. If any of these constants are not defined on the current system, then they will have the value -1 in Qore
 Type Code ConstantsType code constants as returned by <value>::typeCode()
 Type Code Map ConstantsType code map constants to look up type codes (as returned by <value>::typeCode()) from type names (as returned by <value>::type()) and vice-versa
 Boolean Constants
 NULL and NOTHING Constants
 Exception Type Constants
 Call Type Constants
 System and Build Constants
 Event Source Constants
 Event Map Constants
 Event Constants
 I/O ConstantsThese constants are all instantiations of the File class
 Number Formatting Constants
 Number String Formatting Constants