Subject index
!
- const func bigInteger: ! (in bigInteger: number)
- const func bigInteger: (in bigInteger: n) ! (in var bigInteger: k)
- const func integer: ! (in integer: number)
- const func integer: (in integer: n) ! (in integer: k)
&
- const func arrayType: (in arrayType: arr1) & (in arrayType: arr2)
- const func arrayType: (in arrayType: arr1) & (in arrayType: arr2)
- const func bin32: (in bin32: bits1) & (in bin32: bits2)
- const func bin64: (in bin64: bits1) & (in bin64: bits2)
- const func bitset: (in bitset: set1) & (in bitset: set2)
- const func setType: (in setType: set1) & (in setType: set2)
- const func dialogSequenceBase: (in dialogElement: element1) & (in dialogElement: element2)
- const func setType: (in setType: set1) & (in setType: set2)
- const func arrayType: (in arrayType: arr1) & (in arrayType: arr2)
- const func ref_list: (in ref_list: refList1) & (in ref_list: refList2)
- const func string: (in string: stri1) & (in string: stri2)
&:=
- const proc: (inout arrayType: arr) &:= (in arrayType: extension)
- const proc: (inout arrayType: arr) &:= (in baseType: element)
- const proc: (inout arrayType: arr) &:= (in arrayType: extension)
- const proc: (inout arrayType: arr) &:= (in baseType: element)
- const proc: (inout bin32: bits1) &:= (in bin32: bits2)
- const proc: (inout bin64: bits1) &:= (in bin64: bits2)
- const proc: (inout bitset: dest) &:= (in bitset: set2)
- const proc: (inout setType: dest) &:= (in setType: set2)
- const proc: (inout setType: dest) &:= (in setType: set2)
- const proc: (inout arrayType: arr) &:= (in arrayType: extension)
- const proc: (inout arrayType: arr) &:= (in baseType: element)
- const proc: (inout ref_list: dest) &:= (in ref_list: extension)
- const proc: (inout string: destination) &:= (in string: extension)
- const proc: (inout string: destination) &:= (in char: extension)
'attr' parameter
'in var' parameter
'in' parameter
'inout' parameter
'ref' parameter
'val' parameter
*
- const func bigInteger: (in bigInteger: factor1) * (in bigInteger: factor2)
- const func bigRational: (in bigRational: factor1) * (in bigRational: factor2)
- const func complex: (in complex: factor1) * (in complex: factor2)
- const func duration: (in integer: number) * (in duration: aDuration)
- const func duration: (in duration: aDuration) * (in integer: number)
- const func float: (in float: factor1) * (in float: factor2)
- const func integer: (in integer: factor1) * (in integer: factor2)
- const func float: (in integer: factor1) * (in float: factor2)
- const func float: (in float: factor1) * (in integer: factor2)
- const func rational: (in integer: factor1) * (in rational: factor2)
- const func rational: (in rational: factor1) * (in integer: factor2)
- const func float: (in rational: factor1) * (in float: factor2)
- const func float: (in float: factor1) * (in rational: factor2)
- const func rational: (in rational: factor1) * (in rational: factor2)
- const func vector3d: (in vector3d: v) * (in float: num)
**
- const func bigInteger: (in bigInteger: base) ** (in integer: exponent)
- const func bigRational: (in bigRational: base) ** (in integer: exponent)
- const func complex: (in complex: base) ** (in integer: exponent)
- const func float: (in float: base) ** (in integer: exponent)
- const func float: (in float: base) ** (in float: exponent)
- const func integer: (in integer: base) ** (in integer: exponent)
- const func rational: (in rational: base) ** (in integer: exponent)
*:=
- const proc: (inout bigInteger: number) *:= (in bigInteger: factor)
- const proc: (inout bigRational: number) *:= (in bigRational: factor)
- const proc: (inout complex: number) *:= (in complex: factor)
- const proc: (inout float: number) *:= (in float: factor)
- const proc: (inout integer: number) *:= (in integer: factor)
- const proc: (inout rational: number) *:= (in rational: factor)
- const proc: (inout vector3d: vect) *:= (in float: number)
+
- const func bigInteger: + (in bigInteger: number)
- const func bigInteger: (in bigInteger: summand1) + (in bigInteger: summand2)
- const func bigRational: + (in bigRational: number)
- const func bigRational: (in bigRational: summand1) + (in bigRational: summand2)
- const func color: (in color: col1) + (in color: col2)
- const func complex: + (in complex: number)
- const func complex: (in complex: summand1) + (in complex: summand2)
- const func duration: + (in duration: aDuration)
- const func duration: (in duration: aDuration1) + (in duration: aDuration2)
- const func time: (in time: tim) + (in duration: aDuration)
- const func float: + (in float: number)
- const func float: (in float: summand1) + (in float: summand2)
- const func integer: + (in integer: number)
- const func integer: (in integer: summand1) + (in integer: summand2)
- const func float: (in integer: summand1) + (in float: summand2)
- const func float: (in float: summand1) + (in integer: summand2)
- const func rational: (in integer: summand1) + (in rational: summand2)
- const func rational: (in rational: summand1) + (in integer: summand2)
- const func float: (in rational: summand1) + (in float: summand2)
- const func float: (in float: summand1) + (in rational: summand2)
- const func rational: + (in rational: number)
- const func rational: (in rational: summand1) + (in rational: summand2)
- const func vector3d: (in vector3d: a) + (in vector3d: b)
+:=
- const proc: (inout bigInteger: number) +:= (in bigInteger: delta)
- const proc: (inout bigRational: number) +:= (in bigRational: delta)
- const proc: (inout complex: number) +:= (in complex: delta)
- const proc: (inout duration: aDuration) +:= (in duration: delta)
- const proc: (inout time: tim) +:= (in duration: aDuration)
- const proc: (inout float: number) +:= (in float: delta)
- const proc: (inout integer: number) +:= (in integer: delta)
- const proc: (inout rational: number) +:= (in rational: delta)
- const proc: (inout vector3d: vect) +:= (in float: delta)
-
- const func bigInteger: - (in bigInteger: number)
- const func bigInteger: (in bigInteger: minuend) - (in bigInteger: subtrahend)
- const func bigRational: - (in bigRational: number)
- const func bigRational: (in bigRational: minuend) - (in bigRational: subtrahend)
- const func bitset: (in bitset: set1) - (in bitset: set2)
- const func setType: (in setType: set1) - (in setType: set2)
- const func complex: - (in complex: number)
- const func complex: (in complex: minuend) - (in complex: subtrahend)
- const func duration: - (in duration: aDuration)
- const func duration: (in duration: aDuration1) - (in duration: aDuration2)
- const func time: (in time: tim) - (in duration: aDuration)
- const func duration: (in time: tim1) - (in time: tim2)
- const func float: - (in float: number)
- const func float: (in float: minuend) - (in float: subtrahend)
- const func setType: (in setType: set1) - (in setType: set2)
- const func integer: - (in integer: number)
- const func integer: (in integer: minuend) - (in integer: subtrahend)
- const func float: (in integer: minuend) - (in float: subtrahend)
- const func float: (in float: minuend) - (in integer: subtrahend)
- const func rational: (in integer: minuend) - (in rational: subtrahend)
- const func rational: (in rational: minuend) - (in integer: subtrahend)
- const func float: (in rational: minuend) - (in float: subtrahend)
- const func float: (in float: minuend) - (in rational: subtrahend)
- const func rational: - (in rational: number)
- const func rational: (in rational: minuend) - (in rational: subtrahend)
- const func vector3d: - (in vector3d: a)
- const func vector3d: (in vector3d: a) - (in vector3d: b)
-:=
- const proc: (inout bigInteger: number) -:= (in bigInteger: delta)
- const proc: (inout bigRational: number) -:= (in bigRational: delta)
- const proc: (inout bitset: dest) -:= (in bitset: set2)
- const proc: (inout setType: dest) -:= (in setType: set2)
- const proc: (inout complex: number) -:= (in complex: delta)
- const proc: (inout duration: aDuration) -:= (in duration: delta)
- const proc: (inout time: tim) -:= (in duration: aDuration)
- const proc: (inout float: number) -:= (in float: delta)
- const proc: (inout setType: dest) -:= (in setType: set2)
- const proc: (inout integer: number) -:= (in integer: delta)
- const proc: (inout rational: number) -:= (in rational: delta)
- const proc: (inout vector3d: vect) -:= (in float: delta)
. first
- const boolean: (attr boolean) . first
- const char: (attr char) . first
- const enumType: (attr enumType) . first
- const integer: (attr integer) . first
- const subrangeType: (attr subrangeType) . first
. last
- const boolean: (attr boolean) . last
- const char: (attr char) . last
- const enumType: (attr enumType) . last
- const integer: (attr integer) . last
- const subrangeType: (attr subrangeType) . last
. value
- const bigInteger: (attr bigInteger) . value
- const bin32: (attr bin32) . value
- const bin64: (attr bin64) . value
- const bitset: (attr bitset) . value
- const setType: (attr setType) . value
- const boolean: (attr boolean) . value
- const bstring: (attr bstring) . value
- const category: (attr category) . value
- const char: (attr char) . value
- const enumType: (attr enumType) . value
- const fileSys: (attr fileSys) . value
- const float: (attr float) . value
- const setType: (attr setType) . value
- const integer: (attr integer) . value
- const file: (attr file) . value
- const process: (attr process) . value
- const program: (attr program) . value
- const reference: (attr reference) . value
- const ref_list: (attr ref_list) . value
- const database: (attr database) . value
- const sqlStatement: (attr sqlStatement) . value
- const string: (attr string) . value
/
- const func bigRational: (in bigInteger: numerator) / (in bigInteger: denominator)
- const func bigRational: (in bigRational: dividend) / (in bigRational: divisor)
- const func complex: (in complex: dividend) / (in complex: divisor)
- const func float: (in float: dividend) / (in float: divisor)
- const func float: (in integer: dividend) / (in float: divisor)
- const func float: (in float: dividend) / (in integer: divisor)
- const func rational: (in integer: dividend) / (in rational: divisor)
- const func rational: (in rational: dividend) / (in integer: divisor)
- const func float: (in rational: dividend) / (in float: divisor)
- const func float: (in float: dividend) / (in rational: divisor)
- const func rational: (in integer: numerator) / (in integer: denominator)
- const func rational: (in rational: dividend) / (in rational: divisor)
- const func vector3d: (in vector3d: v) / (in float: num)
/:=
- const proc: (inout bigRational: number) /:= (in bigRational: divisor)
- const proc: (inout complex: number) /:= (in complex: divisor)
- const proc: (inout float: number) /:= (in float: divisor)
- const proc: (inout rational: number) /:= (in rational: divisor)
- const proc: (inout vector3d: vect) /:= (in float: number)
<
- const func boolean: (in bigInteger: number1) < (in bigInteger: number2)
- const func boolean: (in bigRational: number1) < (in bigRational: number2)
- const func boolean: (in bitset: set1) < (in bitset: set2)
- const func boolean: (in setType: set1) < (in setType: set2)
- const func boolean: (in boolean: boolValue1) < (in boolean: boolValue2)
- const func boolean: (in char: ch1) < (in char: ch2)
- const func boolean: (in duration: aDuration1) < (in duration: aDuration2)
- const func boolean: (in float: number1) < (in float: number2)
- const func boolean: (in setType: set1) < (in setType: set2)
- const func boolean: (in integer: number1) < (in integer: number2)
- const func boolean: (in rational: number1) < (in rational: number2)
- const func boolean: (in string: stri1) < (in string: stri2)
- const func boolean: (in time: aTime1) < (in time: aTime2)
<&
- const func string: (in string: stri) <& (in aType: aValue)
- const func string: (in aType: aValue) <& (in string: stri)
- const func string: (in string: stri1) <& (in string: stri2)
<<
- const func bigInteger: (in bigInteger: number) << (in integer: lshift)
- const func bin32: (in bin32: bits) << (in integer: lshift)
- const func bin64: (in bin64: bits) << (in integer: lshift)
- const func float: (in float: number) << (in integer: exponent)
- const func integer: (in integer: number) << (in integer: lshift)
<<:=
- const proc: (inout bigInteger: number) <<:= (in integer: lshift)
- const proc: (inout bin32: bits) <<:= (in integer: lshift)
- const proc: (inout bin64: bits) <<:= (in integer: lshift)
- const proc: (inout integer: number) <<:= (in integer: lshift)
<=
- const func boolean: (in bigInteger: number1) <= (in bigInteger: number2)
- const func boolean: (in bigRational: number1) <= (in bigRational: number2)
- const func boolean: (in bitset: set1) <= (in bitset: set2)
- const func boolean: (in setType: set1) <= (in setType: set2)
- const func boolean: (in boolean: boolValue1) <= (in boolean: boolValue2)
- const func boolean: (in char: ch1) <= (in char: ch2)
- const func boolean: (in duration: aDuration1) <= (in duration: aDuration2)
- const func boolean: (in float: number1) <= (in float: number2)
- const func boolean: (in setType: set1) <= (in setType: set2)
- const func boolean: (in integer: number1) <= (in integer: number2)
- const func boolean: (in rational: number1) <= (in rational: number2)
- const func boolean: (in string: stri1) <= (in string: stri2)
- const func boolean: (in time: aTime1) <= (in time: aTime2)
<>
- const func boolean: (in bigInteger: number1) <> (in bigInteger: number2)
- const func boolean: (in bigRational: number1) <> (in bigRational: number2)
- const func boolean: (in bin32: bits1) <> (in bin32: bits2)
- const func boolean: (in bin64: bits1) <> (in bin64: bits2)
- const func boolean: (in bitset: set1) <> (in bitset: set2)
- const func boolean: (in setType: set1) <> (in setType: set2)
- const func boolean: (in boolean: boolValue1) <> (in boolean: boolValue2)
- const func boolean: (in bstring: bstri1) <> (in bstring: bstri2)
- const func boolean: (in category: cat1) <> (in category: cat2)
- const func boolean: (in char: ch1) <> (in char: ch2)
- const func boolean: (in clib_file: file1) <> (in clib_file: file2)
- const func boolean: (in color: col1) <> (in color: col2)
- const func boolean: (ref complex: number1) <> (ref complex: number2)
- const func boolean: (in duration: aDuration1) <> (in duration: aDuration2)
- const func boolean: (in ecPoint: point1) <> (in ecPoint: point2)
- const func boolean: (in enumType: enum1) <> (in enumType: enum2)
- const func boolean: (in float: number1) <> (in float: number2)
- const func boolean: (in setType: set1) <> (in setType: set2)
- const func boolean: (in integer: number1) <> (in integer: number2)
- const func boolean: (in process: process1) <> (in process: process2)
- const func boolean: (in program: prog1) <> (in program: prog2)
- const func boolean: (in rational: number1) <> (in rational: number2)
- const func boolean: (in reference: ref1) <> (in reference: ref2)
- const func boolean: (in ref_list: refList1) <> (in ref_list: refList2)
- const func boolean: (in database: db1) <> (in database: db2)
- const func boolean: (in sqlStatement: stmt1) <> (in sqlStatement: stmt2)
- const func boolean: (in string: stri1) <> (in string: stri2)
- const func boolean: (in time: aTime1) <> (in time: aTime2)
- const func boolean: (in vector3d: a) <> (in vector3d: b)
=
- const func boolean: (in bigInteger: number1) = (in bigInteger: number2)
- const func boolean: (in bigRational: number1) = (in bigRational: number2)
- const func boolean: (in bin32: bits1) = (in bin32: bits2)
- const func boolean: (in bin64: bits1) = (in bin64: bits2)
- const func boolean: (in bitset: set1) = (in bitset: set2)
- const func boolean: (in setType: set1) = (in setType: set2)
- const func boolean: (in boolean: boolValue1) = (in boolean: boolValue2)
- const func boolean: (in bstring: bstri1) = (in bstring: bstri2)
- const func boolean: (in category: cat1) = (in category: cat2)
- const func boolean: (in char: ch1) = (in char: ch2)
- const func boolean: (in clib_file: file1) = (in clib_file: file2)
- const func boolean: (in color: col1) = (in color: col2)
- const func boolean: (ref complex: number1) = (ref complex: number2)
- const func boolean: (in duration: aDuration1) = (in duration: aDuration2)
- const func boolean: (in ecPoint: point1) = (in ecPoint: point2)
- const func boolean: (in enumType: enum1) = (in enumType: enum2)
- const func boolean: (in float: number1) = (in float: number2)
- const func boolean: (in setType: set1) = (in setType: set2)
- const func boolean: (in integer: number1) = (in integer: number2)
- const func boolean: (in process: process1) = (in process: process2)
- const func boolean: (in program: prog1) = (in program: prog2)
- const func boolean: (in rational: number1) = (in rational: number2)
- const func boolean: (in reference: ref1) = (in reference: ref2)
- const func boolean: (in ref_list: refList1) = (in ref_list: refList2)
- const func boolean: (in database: db1) = (in database: db2)
- const func boolean: (in sqlStatement: stmt1) = (in sqlStatement: stmt2)
- const func boolean: (in string: stri1) = (in string: stri2)
- const func boolean: (in time: aTime1) = (in time: aTime2)
- const func boolean: (in vector3d: a) = (in vector3d: b)
>
- const func boolean: (in bigInteger: number1) > (in bigInteger: number2)
- const func boolean: (in bigRational: number1) > (in bigRational: number2)
- const func boolean: (in bitset: set1) > (in bitset: set2)
- const func boolean: (in setType: set1) > (in setType: set2)
- const func boolean: (in boolean: boolValue1) > (in boolean: boolValue2)
- const func boolean: (in char: ch1) > (in char: ch2)
- const func boolean: (in duration: aDuration1) > (in duration: aDuration2)
- const func boolean: (in float: number1) > (in float: number2)
- const func boolean: (in setType: set1) > (in setType: set2)
- const func boolean: (in integer: number1) > (in integer: number2)
- const func boolean: (in rational: number1) > (in rational: number2)
- const func boolean: (in string: stri1) > (in string: stri2)
- const func boolean: (in time: aTime1) > (in time: aTime2)
><
- const func bin32: (in bin32: bits1) >< (in bin32: bits2)
- const func bin64: (in bin64: bits1) >< (in bin64: bits2)
- const func bitset: (in bitset: set1) >< (in bitset: set2)
- const func setType: (in setType: set1) >< (in setType: set2)
- const func setType: (in setType: set1) >< (in setType: set2)
><:=
- const proc: (inout bin32: bits1) ><:= (in bin32: bits2)
- const proc: (inout bin64: bits1) ><:= (in bin64: bits2)
>=
- const func boolean: (in bigInteger: number1) >= (in bigInteger: number2)
- const func boolean: (in bigRational: number1) >= (in bigRational: number2)
- const func boolean: (in bitset: set1) >= (in bitset: set2)
- const func boolean: (in setType: set1) >= (in setType: set2)
- const func boolean: (in boolean: boolValue1) >= (in boolean: boolValue2)
- const func boolean: (in char: ch1) >= (in char: ch2)
- const func boolean: (in duration: aDuration1) >= (in duration: aDuration2)
- const func boolean: (in float: number1) >= (in float: number2)
- const func boolean: (in setType: set1) >= (in setType: set2)
- const func boolean: (in integer: number1) >= (in integer: number2)
- const func boolean: (in rational: number1) >= (in rational: number2)
- const func boolean: (in string: stri1) >= (in string: stri2)
- const func boolean: (in time: aTime1) >= (in time: aTime2)
>>
- const func bigInteger: (in bigInteger: number) >> (in integer: rshift)
- const func bin32: (in bin32: bits) >> (in integer: rshift)
- const func bin64: (in bin64: bits) >> (in integer: rshift)
- const func float: (in float: number) >> (in integer: exponent)
- const func integer: (in integer: number) >> (in integer: rshift)
>>:=
- const proc: (inout bigInteger: number) >>:= (in integer: rshift)
- const proc: (inout bin32: bits) >>:= (in integer: rshift)
- const proc: (inout bin64: bits) >>:= (in integer: rshift)
- const proc: (inout integer: number) >>:= (in integer: rshift)
?
@:= [
- const proc: (inout bitset: aSet) @:= [ (in integer: number) ] (in boolean: isElement)
- const proc: (inout setType: aSet) @:= [ (in baseType: aValue) ] (in boolean: isElement)
- const proc: (inout hashType: aHashMap) @:= [ (in keyType: aKey) ] (in baseType: anElem)
- const proc: (inout setType: aSet) @:= [ (in baseType: aValue) ] (in boolean: isElement)
- const proc: (inout ref_list: dest) @:= [ (in integer: position) ] (in reference: source)
- const proc: (inout string: destination) @:= [ (in integer: position) ] (in char: source)
- const proc: (inout string: destination) @:= [ (in integer: position) ] (in string: source)
ALLOW_BSTRITYPE_SLICES
ALLOW_STRITYPE_SLICES
Abstract data type
Access to operating system files
Actions for array types
Actions for byte strings
Actions for declarations
Actions for enumeration types
Actions for hash types
Actions for interface types
Actions for proc operations and statements
Actions for set types
Actions for struct types
Actions for text (console) screen output
Actions for the list type
Actions for the type ACTION
Actions for the type PRIMITIVE_SOCKET
Actions for the type bigInteger
Actions for the type boolean
Actions for the type char
Actions for the type clib_file
Actions for the type float
Actions for the type integer
Actions for the type pollData
Actions for the type process
Actions for the type program
Actions for the type ref_list
Actions for the type reference
Actions for the type string
Actions for the type time
Actions for the type type
Actions for the type utf8File
Actions for the types bin32 and bin64
Actions for the types database and sqlStatement
Actions for various directory, file and other commands
Actions to do graphic output
Actions to support the graphic keyboard
Actions to support the text (console) screen keyboard
Advanced syntax definitions
Arrays
Assignment
BOOLTYPE
BUILTIN_ADD_OVERFLOW
BUILTIN_MULT_OVERFLOW
BUILTIN_SUB_OVERFLOW
Basic conversion functions
Basic input and output operations
Basics
BigInteger literals
Bind values to placeholders
Brackets
C types used by the implementation
CALL_C_COMPILER_FROM_SHELL
CC_ENVIRONMENT_INI
CC_ERROR_FILEDES
CC_FLAGS
CC_OPT_DEBUG_INFO
CC_OPT_LINK_TIME_OPTIMIZATION
CC_OPT_NO_WARNINGS
CC_OPT_OPTIMIZE_1
CC_OPT_OPTIMIZE_2
CC_OPT_OPTIMIZE_3
CC_OPT_TRAP_OVERFLOW
CC_OPT_VERSION_INFO
CC_SOURCE_UTF8
CC_VERSION_INFO_FILEDES
CHECK_FLOAT_DIV_BY_ZERO
CHECK_INT_DIV_BY_ZERO
CHECK_INT_DIV_ZERO_BY_ZERO
CHECK_INT_REM_BY_ZERO
CHECK_INT_REM_ZERO_BY_ZERO
CLIB_NULL_FILE
COMPILER_LIB
COMP_DATA_LIB
CONSOLE_KEYBOARD
CONSOLE_LIB
C_COMPILER
Call expressions
Call-by-name parameter
Character literals
Class methods
Comments
Comparison of EBNF and S7SSD
Compilation errors
Constant declarations
Constants
Conversion to strings and back
DATABASE ABSTRACTION API
DATABASE_ERROR
DATABASE_LIB
DECLARATIONS
DEFAULT_STACK_SIZE
DRAW_LIB
Declare a statement
Directory functions
Dot expressions
Dynamic dispatch
E
ENABLE_SORT
EOF
ERRORS
EXECUTABLE_FILE_EXTENSION
EXPRESSIONS
EXP_FUNCTION_OKAY
Environment
Error handling
Exceptions
Execute a prepared statement
FALSE
FILE INPUT AND OUTPUT
FILE_ERROR
FLOATTYPE_DOUBLE
FLOATTYPE_EXPONENT_OFFSET
FLOATTYPE_MANTISSA_BITS
FLOATTYPE_SIZE
FLOAT_COMPARISON_OKAY
FLOAT_ZERO_DIV_ERROR
FMOD_FUNCTION_OKAY
FOREIGN FUNCTION INTERFACE
FOR_DECLS
FOR_STEP_DECLS
FOR_UNTIL_DECLS
FREXP_FUNCTION_OKAY
Features of Seed7
Fetch records from the result set
File properties
Files with line structure
Float literals
For loop and containers
For loop and float expressions
Function declarations
Functions
Functions to create action results
GENERIC_SIZE
GRAPHIC LIBRARY
GRAPHIC_ERROR
GRAPH_KEYBOARD
Get columns from fetched records
Greeting
HAS_CBRT
HAS_EXP10
HAS_EXP2
HAS_EXPM1
HAS_SIGSETJMP
Handlers
Hashes
Hello world
How the initialization works
How to read the manual
ILLEGAL_ACTION
IN
INDEX_ERROR
INT128TYPE
INT32TYPE
INT32TYPE_LITERAL_SUFFIX
INT64TYPE
INT64TYPE_LITERAL_SUFFIX
INTRODUCTION
INTTYPE_LITERAL_SUFFIX
INTTYPE_SIZE
INT_DIV_OVERFLOW
INT_MAX
INT_MIN
INT_RANGE_IN_FLOATTYPE_MAX
INT_REM_OVERFLOW
INT_SIZE
Identifiers
Ignoring values
Infinity
Inheritance
Initialization
Input and output with conversion
Integer literals
Interface and implementation
KEYBOARD
Keyboard file
LDEXP_FUNCTION_OKAY
LIBRARY_FILE_EXTENSION
LIMITED_CSTRI_LITERAL_LEN
LINKED_PROGRAM_EXTENSION
LINKER_FLAGS
LINKER_OPT_DEBUG_INFO
LINKER_OPT_LTO_MANDATORY
LINKER_OPT_NO_DEBUG_INFO
LINKER_OPT_OUTPUT_FILE
LINKER_OPT_SPECIAL_LIB
LINKER_OPT_STACK_SIZE
LITTLE_ENDIAN_INTTYPE
LOG10_FUNCTION_OKAY
LOG1P_FUNCTION_OKAY
LOG2_FUNCTION_OKAY
LOG_FUNCTION_OKAY
LONG_SIZE
Line comments
Literals
MACRO_DEFS
MAXIMUM_TRUNC_ARGUMENT
MEMORY_ERROR
MINIMUM_TRUNC_ARGUMENT
Macros to access the action parameters
Maintenance functions
Memory management macros
Multiple dispatch
NIL
NULL_DEVICE
NUMERIC_ERROR
NaN
Name identifiers
OBJECT ORIENTATION
OBJECT_FILE_EXTENSION
OPERATING SYSTEM ACCESS
OUT
OVERFLOW_ERROR
OVERFLOW_SIGNAL
Opening a Db2 database connection
Opening a SQL Server database connection
Opening a SQLite database connection
Opening a database connection
Opening an Informix database connection
Opening an ODBC database connection
Opening an Oracle database connection
Operating system string and path conversions
Other errors and warnings
Other ways to open a database connection
Overloading
PARAMETERS
PI
PIXEL_ALPHA_MASK
PIXEL_BLUE_MASK
PIXEL_GREEN_MASK
PIXEL_RED_MASK
POINTER_SIZE
POINT_LIST_ABSOLUTE
POINT_LIST_INT_SIZE
POW_FUNCTION_OKAY
PREDEFINED STATEMENTS
PREDEFINED TYPES
PRIMITIVE ACTIONS
Parameters
Parentheses
Parsing errors
Pragmas
Prepared statements
Priority and associativity
Procedure declarations
RADIX
- const func string: (in var bigInteger: number) RADIX (in integer: base)
- const func string: (in bin32: bits) RADIX (in integer: base)
- const func string: (in bin64: bits) RADIX (in integer: base)
- const func string: (in integer: number) RADIX (in integer: base)
RAND_INCREMENT
RAND_MULTIPLIER
RANGE_ERROR
REDIRECT_FILEDES_1
REDIRECT_FILEDES_2
RGB_TO_PIXEL_FLAG_NAME
RSHIFT_DOES_SIGN_EXTEND
Replacing pointers with interface types
S7_LIB_DIR
SEED7_LIB
SPECIAL_LIB
SQRT_FUNCTION_OKAY
STD_CONSOLE
STD_ERR
STD_IN
STD_NULL
STD_OUT
STD_UTF8_ERR
STD_UTF8_IN
STD_UTF8_OUT
STMT_BLOCK_IN_PARENTHESES_OK
STRUCTURED SYNTAX DEFINITION
SUBRANGE_TYPES
SWITCH_WORKS_FOR_INT64TYPE
SYSTEM_BIGINT_LIBS
SYSTEM_CONSOLE_LIBS
SYSTEM_DATABASE_LIBS
SYSTEM_DRAW_LIBS
SYSTEM_LIBS
SYSTEM_MATH_LIBS
Scanning a file
Signals
Simple read and write statements
Sockets
Spaces
Special identifiers
Stack trace
Standard input and output files
Standard path representation
String conversions
String literals
Suppressing exception checks
Symbol parameter
Symbolic link getATime
Symbolic link getFileMode
Symbolic link getGroup
Symbolic link getMTime
Symbolic link getOwner
Symbolic link setGroup
Symbolic link setMTime
Symbolic link setOwner
Symbolic links
Syntax declarations
Syntax of predefined statements
System declarations
TOKENS
TRUE
TUTORIAL
TWOS_COMPLEMENT_INTTYPE
Template
Template declaring a statement
Templates
The Extended Backus-Naur Form
The Seed7 Structured Syntax Description
The syntax of a statement
The syntax of operators
Trace exceptions
Transport Layer Security
Type declarations
UINT128TYPE
UINT32TYPE
UINT64TYPE
USE_DO_EXIT
USE_START_MAIN
USE_WINMAIN
USE_WMAIN
Unicode characters
User defined file types
VERSION_REVISION_LEVEL
Variable declarations
WITH_STRI_CAPACITY
What is Seed7?
White space
Why a new programming language?
[
- const func baseType: (in arrayType: arr) [ (in integer: index) ]
- const func arrayType: (in arrayType: arr) [ (in integer: start) .. ]
- const func arrayType: (in arrayType: arr) [ (in integer: start) .. (in integer: stop) ]
- const func arrayType: (in arrayType: arr) [ (in integer: start) len (in integer: length) ]
- const func baseType: (in arrayType: arr) [ (in integer: index) ]
- const func arrayType: (in arrayType: arr) [ (in integer: start) .. ]
- const func arrayType: (in arrayType: arr) [ (in integer: start) .. (in integer: stop) ]
- const func arrayType: (in arrayType: arr) [ (in integer: start) len (in integer: length) ]
- const func char: (in bstring: bstri) [ (in integer: index) ]
- const func baseType: (in arrayType: arr) [ (in integer: index) ]
- const func baseType: (in hashType: aHashMap) [ (in keyType: aKey) ]
- const func baseType: (in hashType: aHashMap) [ (in keyType: aKey) default (in baseType: defaultValue) ]
- const func keyValueType: [ (in keyType: aKey) : (in baseType: aValue) ]
- const func baseType: (in arrayType: an_array) [ (in indexType: index) ]
- const func arrayType: (in arrayType: an_array) [ (in indexType: start) .. ]
- const func arrayType: (in arrayType: an_array) [ (in indexType: start) .. (in indexType: stop) ]
- const func arrayType: (in arrayType: an_array) [ (in indexType: start) len (in indexType: stop) ]
- const func jsonValue: (in jsonValue: aValue) [ (in integer: index) ]
- const func jsonValue: (in jsonValue: aValue) [ (in string: name) ]
- const func reference: (in ref_list: aRefList) [ (in integer: index) ]
- const func ref_list: (in ref_list: aRefList) [ (in integer: start) .. ]
- const func ref_list: (in ref_list: aRefList) [ (in integer: start) .. (in integer: stop) ]
- const func char: (in string: stri) [ (in integer: index) ]
- const func string: (in string: stri) [ (in integer: start) .. ]
- const func string: (in string: stri) [ (in integer: start) .. (in integer: stop) ]
- const func string: (in string: stri) [ (in integer: start) len (in integer: length) ]
- const func string: (in string: stri) [ (in integer: start) fixLen (in integer: length) ]
[ ..
- const func arrayType: (in arrayType: arr) [ .. (in integer: stop) ]
- const func arrayType: (in arrayType: arr) [ .. (in integer: stop) ]
- const func arrayType: (in arrayType: an_array) [ .. (in indexType: stop) ]
- const func ref_list: (in ref_list: aRefList) [ .. (in integer: stop) ]
- const func string: (in string: stri) [ .. (in integer: stop) ]
[]
abs
- const func bigInteger: abs (in bigInteger: number)
- const func bigRational: abs (in bigRational: number)
- const func float: abs (in complex: number)
- const func float: abs (in float: number)
- const func integer: abs (in integer: number)
- const func rational: abs (in rational: number)
- const func float: abs (in vector3d: v)
accept
- const func file: accept (inout inetListener: aListener)
- const func PRIMITIVE_SOCKET: accept (in PRIMITIVE_SOCKET: listenerSocket, inout socketAddress: address)
acos
add
- const func ecPoint: add (in ellipticCurve: curve, in ecPoint: p1, in ecPoint: p2)
- const func jacobianPoint: add (in ellipticCurve: curve, in jacobianPoint: jp1, in jacobianPoint: jp2)
addCheck
- const proc: addCheck (inout pollData: pData, in PRIMITIVE_SOCKET: aSocket, in integer: eventsToCheck, in file: aFile)
- const proc: addCheck (inout pollData: pData, in file: aFile, in integer: eventsToCheck)
addExtension
addPatternRule
addProvision
addRequirement
addRule
aes.s7i
aesGcmState
aesState
aes_gcm.s7i
and
applyMacros
ar.s7i
arArchive
arc
- const proc: arc (inout PRIMITIVE_WINDOW: win, in integer: x, in integer: y, in integer: radius, in float: startAngle, in float: sweepAngle, in color: col)
- const proc: arc (in integer: x, in integer: y, in integer: radius, in float: startAngle, in float: sweepAngle, in color: col)
- const proc: arc (inout PRIMITIVE_WINDOW: win, in integer: x, in integer: y, in integer: radius, in float: startAngle, in float: sweepAngle, in integer: width, in color: col)
- const proc: arc (in integer: x, in integer: y, in integer: radius, in float: startAngle, in float: sweepAngle, in integer: width, in color: col)
arc4.s7i
arc4State
archiveRegisterType
archive_base.s7i
arg
argv
argv(PROGRAM)
armscii_8
array
array [
- const func type: array [ (in integer: minIdx) .. ] (in type: baseType)
- const func type: array [ (in integer: minIdx) .. (in integer: maxIdx) ] (in type: baseType)
- const func type: array [ (in integer: maxIdx) ] (in type: baseType)
- const func type: array [ (in type: indexType) ] (in type: baseType)
array.s7i
arrayLength
arrayMaxIdx
arrayMinIdx
ascent
asin
asn1.s7i
asn1DataElement
asn1TagType
atan
atan2
await
bStriBe
bStriBe2BigInt
bStriLe
bStriLe2BigInt
bas7.sd7
basearray.s7i
big
bigFileSize
- const func bigInteger: bigFileSize (inout fileSys: fileSystem, in string: filePath)
- const func bigInteger: bigFileSize (inout emptyFileSys: fileSystem, in string: filePath)
- const func bigInteger: bigFileSize (inout ftpConnection: ftp, in string: fileName)
- const func bigInteger: bigFileSize (in string: filePath)
bigInteger
- bigInteger
- const type: bigInteger
- const func bigInteger: bigInteger (in integer: number)
- const func bigInteger: bigInteger (in string: stri)
- const func bigInteger: bigInteger (in string: stri, in integer: base)
- const func bigInteger: bigInteger (in bin64: bits)
- const func bigInteger: bigInteger (in jsonValue: aValue)
bigLength
- const func bigInteger: bigLength (ref null_file: aFile)
- const func bigInteger: bigLength (ref external_file: aFile)
bigRational
- bigRational
- const type: bigRational
- const func bigRational: bigRational (in integer: number)
- const func bigRational: bigRational (in bigInteger: number)
- const func bigRational: bigRational (in var string: stri)
bigTell
- const func bigInteger: bigTell (ref null_file: aFile)
- const func bigInteger: bigTell (ref external_file: aFile)
bigfile.s7i
bigint.s7i
bigrat.s7i
bin32
- bin32
- const type: bin32
- const func bin32: bin32 (in integer: number)
- const func bin32: bin32 (in char: ch)
- const func bin32: bin32 (in float: number)
- const func bin32: bin32 (in string: fourBytes, LE)
- const func bin32: bin32 (in string: fourBytes, BE)
bin32.s7i
bin64
- bin64
- const type: bin64
- const func bin64: bin64 (in integer: number)
- const func bin64: bin64 (in bigInteger: number)
- const func bin64: bin64 (in char: ch)
- const func bin64: bin64 (in float: number)
- const func bin64: bin64 (in string: byteStri, BE)
- const func bin64: bin64 (in string: byteStri, LE)
bin64.s7i
bind
- const proc: bind (in PRIMITIVE_SOCKET: listenerSocket, in socketAddress: address)
- const proc: bind (inout sqlStatement: statement, in integer: pos, in bigInteger: num)
- const proc: bind (inout sqlStatement: statement, in integer: pos, in bigRational: bigRatData)
- const proc: bind (inout sqlStatement: statement, in integer: pos, in boolean: flag)
- const proc: bind (inout sqlStatement: statement, in integer: pos, in bstring: bstri)
- const proc: bind (inout sqlStatement: statement, in integer: pos, in float: number)
- const proc: bind (inout sqlStatement: statement, in integer: pos, in integer: number)
- const proc: bind (inout sqlStatement: statement, in integer: pos, NULL)
- const proc: bind (inout sqlStatement: statement, in integer: pos, in string: stri)
- const proc: bind (inout sqlStatement: statement, in integer: pos, in time: timeData)
- const proc: bind (inout sqlStatement: statement, in integer: pos, in duration: durationData)
bitLength
- const func integer: bitLength (in bigInteger: number)
- const func integer: bitLength (in bin32: bits)
- const func integer: bitLength (in bin64: bits)
- const func integer: bitLength (in integer: number)
bitdata.s7i
bitmapFont
bitmapfont.s7i
bitsRead
bitsStillInStream
bitset
- const type: bitset
- const func bitset: bitset (in integer: number)
- const func bitset: bitset (in var string: stri)
- const func type: bitset (in type: baseType)
bitset.s7i
bitsetof.s7i
blobType
blockSize
- const func integer: blockSize (AES)
- const func integer: blockSize (AES_GCM)
- const func integer: blockSize (RC4)
- const func integer: blockSize (BLOWFISH)
- const func integer: blockSize (in cipherAlgorithm: cipherAlg)
- const func integer: blockSize (DES)
- const func integer: blockSize (in digestAlgorithm: digestAlg)
- const func integer: blockSize (TDES)
blowfish.s7i
blowfishState
bmp.s7i
body
boolean
- boolean
- const type: boolean
- const func boolean: boolean (in integer: number)
- const func boolean: boolean (in string: stri)
- const func boolean: boolean (in jsonValue: aValue)
boolean.s7i
box
- const proc: box (inout PRIMITIVE_WINDOW: win, in integer: x, in integer: y, in integer: width, in integer: height, in color: col)
- const proc: box (in integer: x, in integer: y, in integer: width, in integer: height, in color: col)
boxTo
- const proc: boxTo (inout PRIMITIVE_WINDOW: win, in integer: x1, in integer: y1, in integer: x2, in integer: y2, in color: col)
- const proc: boxTo (in integer: x1, in integer: y1, in integer: x2, in integer: y2, in color: col)
browser.s7i
browserConnection
bstring
bstring.s7i
bufferFile
buttonPressed
- const func boolean: buttonPressed (in keyboard_file: keybd, in char: button)
- const func boolean: buttonPressed (in graph_keybd_file: keybd, in char: button)
bytedata.s7i
bytes
- const func string: bytes (in bin32: bits, BE, in integer: length)
- const func string: bytes (in bin32: bits, LE, in integer: length)
- const func string: bytes (in bin64: bits, BE, in integer: length)
- const func string: bytes (in bin64: bits, LE, in integer: length)
- const func string: bytes (in integer: number, in signedness: signed, in endianness: endian)
- const func string: bytes (in integer: number, in signedness: signed, in endianness: endian, in integer: length)
- const func string: bytes (in bigInteger: number, in signedness: signed, in endianness: endian)
- const func string: bytes (in bigInteger: number, in signedness: signed, in endianness: endian, in integer: length)
bytes2BigInt
bytes2Int
calc7.sd7
capHeight
capturePixmap
card
- const func integer: card (in bitset: aSet)
- const func integer: card (in setType: aSet)
- const func integer: card (in setType: aSet)
cardBackside
cardPixmap
cardRank
cardSuit
cards.s7i
case-statement
castle.sd7
category
- category
- const type: category
- const func category: category (in string: catName)
- const func category: category (in integer: number)
- const func jsonCategory: category (in jsonValue: aValue)
- const func category: category (in reference: aReference)
category.s7i
ccConf
ccConfigType
cc_conf.s7i
ccittfax.s7i
ceil
- const func bigInteger: ceil (in bigRational: number)
- const func float: ceil (in float: x)
- const func integer: ceil (in rational: number)
cgi.s7i
cgidialog.s7i
changeOrientation
char
- char
- const type: char
- const func char: char (in integer: number)
- const func char: char (in string: stri)
char.s7i
charColor
characterSpacing
charsets.s7i
chdir
- chdir
- const proc: chdir (inout fileSys: fileSystem, in string: dirPath)
- const proc: chdir (inout ftpConnection: ftp, in string: dirName)
- const proc: chdir (in string: dirPath)
checkbox
childStdErr
childStdIn
childStdOut
chr
cipher.s7i
cipherAlgorithm
cipherState
circle
- const proc: circle (inout PRIMITIVE_WINDOW: win, in integer: x, in integer: y, in integer: radius, in color: col)
- const proc: circle (in integer: x, in integer: y, in integer: radius, in color: col)
clear
- const proc: clear (in console_file: aConsoleFile, in integer: upper, in integer: left, in integer: lower, in integer: right)
- const proc: clear (in console_file: aConsoleFile)
- const proc: clear (inout PRIMITIVE_WINDOW: win, in color: col)
- const proc: clear (inout PRIMITIVE_WINDOW: win)
- const proc: clear (in color: col)
- const proc: clear (inout graph_file: aGraphFile, in integer: upper, in integer: left, in integer: lower, in integer: right)
- const proc: clear (inout graph_file: aGraphFile)
- const proc: clear (inout pixmapFontFile: fontFile, in integer: upper, in integer: left, in integer: lower, in integer: right)
- const proc: clear (inout pixmapFontFile: fontFile)
- const proc: clear (inout pollData: pData)
- const proc: clear (inout text: aText, in integer: upper, in integer: left, in integer: lower, in integer: right)
- const proc: clear (inout text: aText)
- const proc: clear (inout window_file: window_fil, in integer: upper, in integer: left, in integer: lower, in integer: right)
- const proc: clear (inout window_file: window_fil)
cli_cmds.s7i
clib_file
clib_file.s7i
clickedXPos
- const func integer: clickedXPos (in keyboard_file: keybd)
- const func integer: clickedXPos (in graph_keybd_file: keybd)
clickedYPos
- const func integer: clickedYPos (in keyboard_file: keybd)
- const func integer: clickedYPos (in graph_keybd_file: keybd)
clobType
cloneFile
close
- const proc: close (inout arArchive: ar)
- const proc: close (inout lsbInBitStream: inBitStream)
- const proc: close (inout msbInBitStream: inBitStream)
- const proc: close (in clib_file: aFile)
- const proc: close (inout cpioArchive: cpio)
- const proc: close (inout external_file: aFile)
- const proc: close (inout file: aFile)
- const proc: close (inout fileSys: fileSystem)
- const proc: close (inout ftpConnection: ftp)
- const proc: close (inout graph_file: aGraphFile)
- const proc: close (in gzipFile: aFile)
- const proc: close (inout gzipWriteFile: aFile)
- const proc: close (inout bufferFile: aBufferFile)
- const proc: close (inout inetListener: aListener)
- const proc: close (in lzmaFile: aFile)
- const proc: close (in null_file: aFile)
- const proc: close (inout rpmArchive: rpm)
- const proc: close (in popenFile: aPipe)
- const proc: close (in popen8File: aPipe)
- const proc: close (inout smtpConnection: smtp)
- const proc: close (inout socket: aSocket)
- const proc: close (in database: db)
- const proc: close (inout tarArchive: tar)
- const proc: close (inout tlsFile: aFile)
- const proc: close (in utf16File: aFile)
- const proc: close (in xzFile: aFile)
- const proc: close (inout zipArchive: zip)
- const proc: close (in zstdFile: aFile)
closeButton
color
- color
- const type: color
- const func color: color (in integer: red, in integer: green, in integer: blue)
- const proc: color (inout graph_file: aGraphFile, in color: col)
- const proc: color (inout graph_file: aGraphFile, in color: col1, in color: col2)
- const proc: color (inout pixmapFontFile: fontFile, in color: col)
- const proc: color (inout pixmapFontFile: fontFile, in color: col, in color: backgr)
- const proc: color (inout text: aText, in color: foreground)
- const proc: color (inout text: aText, in color: foreground, in color: background)
color.s7i
colorPixel
column
- const func integer: column (in console_file: aConsoleFile)
- const func integer: column (in graph_file: aGraphFile)
- const func integer: column (in pixmapFontFile: fontFile)
- const func bigInteger: column (in sqlStatement: statement, in integer: column, attr bigInteger)
- const func bigRational: column (in sqlStatement: statement, in integer: column, attr bigRational)
- const func boolean: column (in sqlStatement: statement, in integer: column, attr boolean)
- const func bstring: column (in sqlStatement: statement, in integer: column, attr bstring)
- const func duration: column (in sqlStatement: statement, in integer: column, attr duration)
- const func float: column (in sqlStatement: statement, in integer: column, attr float)
- const func integer: column (in sqlStatement: statement, in integer: column, attr integer)
- const func string: column (in sqlStatement: statement, in integer: column, attr string)
- const func time: column (in sqlStatement: statement, in integer: column, attr time)
- const func integer: column (in striText: aStriText)
- const func integer: column (in text: aText)
- const func integer: column (in window_file: outText)
columnCount
columnName
columnWidth
- const func integer: columnWidth (in fontPicType: fontPictures)
- const func integer: columnWidth (in font: aFont)
- const func integer: columnWidth (in fontVectorType: fontVectors)
comanche.sd7
commandDir
commandPath
commit
compare
- const func integer: compare (in bigInteger: number1, in bigInteger:number2)
- const func integer: compare (in bigRational: number1, in bigRational: number2)
- const func integer: compare (in bin32: bits1, in bin32: bits2)
- const func integer: compare (in bin64: bits1, in bin64: bits2)
- const func integer: compare (in bitset: set1, in bitset: set2)
- const func integer: compare (in setType: set1, in setType: set2)
- const func integer: compare (in boolean: aBoolean1, in boolean: aBoolean2)
- const func integer: compare (in bstring: bstri1, in bstring: bstri2)
- const func integer: compare (in char: ch1, in char: ch2)
- const func integer: compare (in color: col1, in color: col2)
- const func integer: compare (in complex: number1, in complex: number2)
- const func integer: compare (in duration: aDuration1, in duration: aDuration2)
- const func integer: compare (in enumType: enum1, in enumType: enum2)
- const func integer: compare (in file: file1, in file: file2)
- const func integer: compare (in float: number1, in float: number2)
- const func integer: compare (in font: font1, in font: font2)
- const func integer: compare (in integer: number1, in integer: number2)
- const func integer: compare (in process: process1, in process: process2)
- const func integer: compare (in rational: number1, in rational: number2)
- const func integer: compare (in reference: ref1, in reference: ref2)
- const func integer: compare (in socketAddress: addr1, in socketAddress: addr2)
- const func integer: compare (in string: stri1, in string: stri2)
- const func integer: compare (in time: aTime1, in time: aTime2)
- const func integer: compare (in vector3d: vect1, in vector3d: vect2)
complex
- complex
- const type: complex
- const func complex: complex (in float: re, in float: im)
- const func complex: complex (in float: re)
- const func complex: complex (in integer: re)
- const func complex: complex (in string: stri)
complex.s7i
compress.s7i
computeSymbolsWithCodeLength
conj
connect
console.s7i
console_file
conv
- const func bigInteger: (attr bigInteger) conv (in integer: number)
- const func bigRational: (attr bigRational) conv (in integer: number)
- const func bigRational: (attr bigRational) conv (in bigInteger: number)
- const func integer: (attr integer) conv (in bin32: bits)
- const func bin32: (attr bin32) conv (in integer: anInt)
- const func integer: (attr integer) conv (in bin64: bits)
- const func bin64: (attr bin64) conv (in integer: anInt)
- const func integer: (attr integer) conv (in bitset: aSet)
- const func bitset: (attr bitset) conv (in integer: number)
- const func integer: (attr integer) conv (in boolean: boolValue)
- const func boolean: (attr boolean) conv (in integer: number)
- const func category: (attr category) conv (in integer: number)
- const func char: (attr char) conv (in integer: number)
- const func complex: (attr complex) conv (in integer: re)
- const func complex: (attr complex) conv (in float: re)
- const func enumType: (attr enumType) conv (in integer: number)
- const func integer: (attr integer) conv (in enumType: enumValue)
- const func float: (attr float) conv (in integer: number)
- const func integer: (attr integer) conv (in integer: number)
- const func rational: (attr rational) conv (in integer: number)
conv2unicode
conv2unicodeByName
convDosPath
copyArea
copyFile
- copyFile
- const proc: copyFile (inout file: source, inout file: dest)
- const func integer: copyFile (inout file: source, inout file: dest, in integer: numChars)
- const proc: copyFile (in string: sourcePath, in string: destPath)
cos
cosh
cp_037
cp_1047
cp_1125
cp_1250
cp_1251
cp_1252
cp_1253
cp_1254
cp_1255
cp_1256
cp_1257
cp_1258
cp_273
cp_277
cp_280
cp_285
cp_297
cp_437
cp_500
cp_708
cp_720
cp_737
cp_775
cp_850
cp_852
cp_855
cp_857
cp_858
cp_860
cp_861
cp_862
cp_863
cp_864
cp_865
cp_866
cp_869
cp_874
cp_907
cp_909
cpio.s7i
cpioArchive
crc32
- const func bin32: crc32 (in string: stri)
- const func bin32: crc32 (in string: stri, in bin32: oldCrc)
crc32.s7i
createHuffmanEncoder
createLsbHuffmanDecoder
createMsbHuffmanDecoder
createPixmap
createX509Cert
- const func x509Cert: createX509Cert (in rsaKey: publicRsaKey, in bigInteger: serialNumber, in x509Name: issuer, in x509Name: subject, in x509Validity: validity)
- const func x509Cert: createX509Cert (in rsaKey: publicRsaKey, in bigInteger: serialNumber, in string: commonName, in string: country, in string: locality, in string: organization, in string: organizationUnit, in x509Validity: validity)
- const func x509Cert: createX509Cert (in ellipticCurve: curve, in ecPoint: publicEccKey, in bigInteger: serialNumber, in x509Name: issuer, in x509Name: subject, in x509Validity: validity)
- const func x509Cert: createX509Cert (in ellipticCurve: curve, in ecPoint: publicEccKey, in bigInteger: serialNumber, in string: commonName, in string: country, in string: locality, in string: organization, in string: organizationUnit, in x509Validity: validity)
cross
csv.s7i
database
date
dayOfWeek
dayOfYear
daysInMonth
- const func integer: daysInMonth (in integer: year, in integer: month)
- const func integer: daysInMonth (in time: date)
daysInYear
db7.sd7
dbCategory
db_prop.s7i
decimalIntType
decimalType
decode
- const func string: decode (inout aesState: state, in string: encoded)
- const func string: decode (inout aesGcmState: state, in string: encoded)
- const func string: decode (inout arc4State: state, in string: encoded)
- const func string: decode (inout blowfishState: state, in string: encoded)
- const func string: decode (inout cipherState: state, in string: encoded)
- const func string: decode (inout desState: state, in string: encoded)
- const func string: decode (inout tdesState: state, in string: encoded)
decodeHtmlEntities
decodeXmlEntities
decompose
decr
- const proc: decr (inout bigInteger: number)
- const proc: decr (inout boolean: boolValue)
- const proc: decr (inout char: ch)
- const proc: decr (inout enumType: enumValue)
- const proc: decr (inout integer: number)
deflate.s7i
deflateBlock
deleteArea
des.s7i
desState
descent
dialog.s7i
dialogColumn
dialogElement
dialogRow
dialogSequence
- const func dialogElement: dialogSequence (in dialogSequenceBase: sequence)
- const func dialogElement: dialogSequence (in dialogElement: element)
dialogTable
- const func dialogElement: dialogTable (in dialogSequenceBase: headers, in array dialogSequenceBase: sequenceArray)
- const func dialogElement: dialogTable (in dialogSequenceBase: headers, in tableDataStringArrayType: tableData)
digestAlgorithm
digestSize
digits
- const func string: (in bigRational: number) digits (in integer: precision)
- const func string: (in complex: number) digits (in integer: precision)
- const func string: (in float: number) digits (in integer: precision)
- const func string: (in rational: number) digits (in integer: precision)
dir
dir(PROGRAM)
dir.s7i
dirFile
div
- const func bigInteger: (in bigInteger: dividend) div (in bigInteger: divisor)
- const func integer: (in integer: dividend) div (in integer: divisor)
divRem
dnafight.sd7
doCd
doCopy
doCopyCmd
doCp
doDel
doEcho
doMake
doMd
doMkdir
doMkdirCmd
doMove
doMoveCmd
doMv
doPwd
doRemoveCmd
doRm
doXCopy
dot
double
- const func ecPoint: double (in ellipticCurve: curve, in ecPoint: p)
- const func jacobianPoint: double (in ellipticCurve: curve, in jacobianPoint: jp)
doubleType
draw.s7i
drawPattern
duration
duration.s7i
ecPoint
ecPointCompress
ecPointDecode
ecPointEncode
eccKeyPair
ecdsaSignatureType
echo.s7i
echoFile
editLineFile
editline.s7i
element
elf.s7i
eliza.sd7
elliptic.s7i
ellipticCurve
- const type: ellipticCurve
- const func ellipticCurve: ellipticCurve (in integer: bits, in string: name, in bigInteger: p, in bigInteger: a, in bigInteger: b, in ecPoint: g, in bigInteger: n)
emeOaepDecoding
emeOaepEncoding
emePkcs1V15Decoding
emePkcs1V15Encoding
emptyFileSys
emptyFont
emsaPkcs1V15Decoding
emsaPkcs1V15Encoding
enable_input
enable_io
enable_io.s7i
enable_output
encode
- const func string: encode (inout aesState: state, in string: plaintext)
- const func string: encode (inout aesGcmState: state, in string: plainText)
- const func string: encode (inout arc4State: state, in string: plaintext)
- const func string: encode (inout blowfishState: state, in string: plaintext)
- const func string: encode (inout cipherState: state, in string: plaintext)
- const func string: encode (inout desState: state, in string: plaintext)
- const func string: encode (inout tdesState: state, in string: plaintext)
encodeHtmlContent
encodeHtmlEntities
encoding.s7i
endianness
endsWith
enumeration
enumeration.s7i
environment
environment.s7i
eof
- const func boolean: eof (in clib_file: inFile)
- const func boolean: eof (in dirFile: aFile)
- const func boolean: eof (in editLineFile: inEditLine)
- const func boolean: eof (in external_file: inFile)
- const func boolean: eof (in file: inFile)
- const func boolean: eof (in gzipFile: inFile)
- const func boolean: eof (in bufferFile: inBufferFile)
- const func boolean: eof (in lzmaFile: inFile)
- const boolean: eof (in null_file: inFile)
- const func boolean: eof (in socket: inSocket)
- const func boolean: eof (in striFile: inStriFile)
- const func boolean: eof (in striText: inStriText)
- const func boolean: eof (in subFile: inSubFile)
- const func boolean: eof (in tlsFile: inFile)
- const func boolean: eof (in utf16File: inFile)
- const func boolean: eof (in xzFile: inFile)
- const func boolean: eof (in zstdFile: inFile)
equalAtIndex
errorCount
evaluate
excl
- const proc: excl (inout bitset: aSet, in integer: number)
- const proc: excl (inout setType: aSet, in baseType: aValue)
- const proc: excl (inout hashType: aHashMap, in keyType: aKey)
- const proc: excl (inout setType: aSet, in baseType: aValue)
execute
- const proc: execute (in program: aProgram, in array string: parameters, in parseOptions: options, in string: protFileName)
- const proc: execute (in program: aProgram, in array string: parameters, in parseOptions: options)
- const proc: execute (in program: aProgram, in array string: parameters)
- const proc: execute (in program: aProgram)
- const proc: execute (inout sqlStatement: statement)
exif.s7i
exit
exitValue
exp
- const func string: (in string: sciNumber) exp (in integer: expDigits)
- const func float: exp (in float: x)
expm1
expr
external_file
external_file.s7i
fcircle
- const proc: fcircle (inout PRIMITIVE_WINDOW: win, in integer: x, in integer: y, in integer: radius, in color: col)
- const proc: fcircle (in integer: x, in integer: y, in integer: radius, in color: col)
fetch
file
- file
- const func string: file (PROGRAM)
- const type: file
- const func string: file (in reference: aReference)
file(PROGRAM)
file.s7i
fileMode
filePermission
fileSize
- fileSize
- const func integer: fileSize (inout arArchive: ar, in string: filePath)
- const func integer: fileSize (inout cpioArchive: cpio, in string: filePath)
- const func integer: fileSize (inout fileSys: fileSystem, in string: filePath)
- const func integer: fileSize (inout ftpConnection: ftp, in string: fileName)
- const func integer: fileSize (in string: filePath)
- const func integer: fileSize (inout rpmArchive: rpm, in string: filePath)
- const func integer: fileSize (inout tarArchive: tar, in string: filePath)
- const func integer: fileSize (inout zipArchive: zip, in string: filePath)
fileSys
fileType
- fileType
- const func fileType: fileType (inout arArchive: ar, in var string: filePath)
- const func fileType: fileType (inout cpioArchive: cpio, in var string: filePath)
- const type: fileType
- const func fileType: fileType (inout fileSys: fileSystem, in string: filePath)
- const func fileType: fileType (inout ftpConnection: ftp, in string: fileName)
- const func fileType: fileType (in string: filePath)
- const func fileType: fileType (inout rpmArchive: rpm, in var string: filePath)
- const func fileType: fileType (inout tarArchive: tar, in var string: filePath)
- const func fileType: fileType (inout zipArchive: zip, in var string: filePath)
fileTypeSL
- const func fileType: fileTypeSL (inout arArchive: ar, in string: filePath)
- const func fileType: fileTypeSL (inout cpioArchive: cpio, in string: filePath)
- const func fileType: fileTypeSL (inout fileSys: fileSystem, in string: filePath)
- const func fileType: fileTypeSL (inout ftpConnection: ftp, in string: fileName)
- const func fileType: fileTypeSL (in string: filePath)
- const func fileType: fileTypeSL (inout rpmArchive: rpm, in string: filePath)
- const func fileType: fileTypeSL (inout tarArchive: tar, in string: filePath)
- const func fileType: fileTypeSL (inout zipArchive: zip, in string: filePath)
filesys.s7i
fileutil.s7i
finalPath
findMatchingFiles
- const func array string: findMatchingFiles (in string: pattern, in boolean: caseSensitive)
- const func array string: findMatchingFiles (in string: pattern)
fixarray.s7i
flip
float
- float
- const func float: float (in bin32: bits)
- const func float: float (in bin64: bits)
- const type: float
- const func float: float (in string: stri)
- const func float: float (in integer: number)
- const func float: float (in jsonValue: aValue)
- const func float: float (in rational: aRational)
float.s7i
float2MbfBits
- const func bin32: float2MbfBits (in float: number, SINGLE)
- const func bin64: float2MbfBits (in float: number, DOUBLE)
floatType
floor
- const func bigInteger: floor (in bigRational: number)
- const func float: floor (in float: x)
- const func integer: floor (in rational: number)
flt
flush
- const proc: flush (inout lsbOutBitStream: outBitStream)
- const proc: flush (inout msbOutBitStream: outBitStream)
- const proc: flush (in clib_file: outFile)
- const proc: flush (in console_file: aFile)
- const proc: flush (in external_file: outFile)
- const proc: flush (inout file: outFile)
- const proc: flush (in graph_file: aGraphFile)
- const proc: flush (inout bufferFile: aBufferFile)
- const proc: flush (in null_file: aFile)
- const proc: flush (inout pixmapFontFile: aFile)
- const proc: flush (in socket: outSocket)
- const proc: flush (inout teeFile: outFile)
- const proc: flush (in utf16File: outFile)
- const proc: flush (inout window_file: window_fil)
flushGraphic
font
font.s7i
fontCacheType
fontKeyType
fontProperties
for
- const proc: for (inout string: filePath) range (inout arArchive: ar) do (in proc: statements) end for
- const proc: for (inout baseType: forVar) range (in arrayType: arr) do (in proc: statements) end for
- const proc: for (inout baseType: forVar) key (inout integer: keyVar) range (in arrayType: arr) do (in proc: statements) end for
- const proc: for (inout baseType: forVar) range (in arrayType: arr) until (ref func boolean: condition) do (in proc: statements) end for
- const proc: for (inout baseType: forVar) key (inout integer: keyVar) range (in arrayType: arr) until (ref func boolean: condition) do (in proc: statements) end for
- const proc: for (inout baseType: forVar) range (in arrayType: arr) do (in proc: statements) end for
- const proc: for (inout baseType: forVar) key (inout integer: keyVar) range (in arrayType: arr) do (in proc: statements) end for
- const proc: for (inout baseType: forVar) range (in arrayType: arr) until (ref func boolean: condition) do (in proc: statements) end for
- const proc: for (inout baseType: forVar) key (inout integer: keyVar) range (in arrayType: arr) until (ref func boolean: condition) do (in proc: statements) end for
- const proc: for (inout integer: forVar) range (in bitset: aSet) do (in proc: statements) end for
- const proc: for (inout baseType: variable) range (in setType: aSet) do (in proc: statements) end for
- const proc: for (inout char: forVar) range (in bstring: bstri) do (in proc: statements) end for
- const proc: for (inout category: forVar) range (in category: startValue) to (in category: endValue) do (in proc: statements) end for
- const proc: for (inout category: forVar) range (in category: startValue) downto (in category: endValue) do (in proc: statements) end for
- const proc: for (inout string: filePath) range (inout cpioArchive: cpio) do (in proc: statements) end for
- const proc: for (inout baseType: forVar) range (in arrayType: arr) do (in proc: statements) end for
- const proc: for (inout baseType: forVar) key (inout integer: keyVar) range (in arrayType: arr) do (in proc: statements) end for
- const proc: for (inout baseType: forVar) range (in arrayType: arr) until (ref func boolean: condition) do (in proc: statements) end for
- const proc: for (inout baseType: forVar) key (inout integer: keyVar) range (in arrayType: arr) until (ref func boolean: condition) do (in proc: statements) end for
- const proc: for (inout integer: aVar) range (in integer: lowerLimit) to (in integer: upperLimit) do (in proc: statements) end for
- const proc: for (inout integer: aVar) range (in integer: upperLimit) downto (in integer: lowerLimit) do (in proc: statements) end for
- const proc: for (inout integer: variable) range (in integer: lowerLimit) to (in integer: upperLimit) step (in integer: incr_step) do (in proc: statements) end for
- const proc: for (inout integer: variable) range (in integer: upperLimit) downto (in integer: lowerLimit) step (in integer: decr_step) do (in proc: statements) end for
- const proc: for (in integer: numRepeats) do (in proc: statements) end for
- const proc: for (inout char: forVar) range (in string: stri) do (in proc: statements) end for
- const proc: for (inout char: forVar) key (inout integer: keyVar) range (in string: stri) do (in proc: statements) end for
- const proc: for (inout char: forVar) range (in string: stri) until (in func boolean: condition) do (in proc: statements) end for
- const proc: for (inout char: forVar) key (inout integer: number) range (in string: stri) until (in func boolean: condition) do (in proc: statements) end for
- const proc: for (inout baseType: forVar) range (in hashType: aHashMap) do (in proc: statements) end for
- const proc: for (inout baseType: forVar) key (inout keyType: keyVar) range (in hashType: aHashMap) do (in proc: statements) end for
- const proc: for (inout baseType: variable) range (in setType: aSet) do (in proc: statements) end for
- const proc: for (inout baseType: forVar) range (in arrayType: arr) do (in proc: statements) end for
- const proc: for (inout baseType: forVar) key (inout indexType: keyVar) range (in arrayType: arr) do (in proc: statements) end for
- const proc: for (inout jsonValue: forVar) range (in jsonValue: aValue) do (in proc: statements) end for
- const proc: for (inout file: forVar) range (inout pollData: pData) do (in proc: statements) end for
- const proc: for (inout reference: forVar) range (in ref_list: aRefList) do (in proc: statement) end for
- const proc: for (inout reference: forVar) range (in ref_list: aRefList) until (ref func boolean: condition) do (in proc: statement) end for
- const proc: for (inout string: filePath) range (inout rpmArchive: rpm) do (in proc: statements) end for
- const proc: for (inout string: filePath) range (inout tarArchive: tar) do (in proc: statements) end for
- const proc: for (inout string: filePath) range (inout zipArchive: zip) do (in proc: statements) end for
for key
- const proc: for key (inout integer: keyVar) range (in arrayType: arr) do (in proc: statements) end for
- const proc: for key (inout integer: keyVar) range (in arrayType: arr) until (ref func boolean: condition) do (in proc: statements) end for
- const proc: for key (inout integer: keyVar) range (in arrayType: arr) do (in proc: statements) end for
- const proc: for key (inout integer: keyVar) range (in arrayType: arr) until (ref func boolean: condition) do (in proc: statements) end for
- const proc: for key (inout integer: keyVar) range (in arrayType: arr) do (in proc: statements) end for
- const proc: for key (inout integer: keyVar) range (in arrayType: arr) until (ref func boolean: condition) do (in proc: statements) end for
- const proc: for key (inout integer: keyVar) range (in string: stri) do (in proc: statements) end for
- const proc: for key (inout integer: number) range (in string: stri) until (in func boolean: condition) do (in proc: statements) end for
- const proc: for key (inout keyType: keyVar) range (in hashType: aHashMap) do (in proc: statements) end for
- const proc: for key (inout indexType: keyVar) range (in arrayType: arr) do (in proc: statements) end for
for-each-key-statement
for-each-statement
for-key-statement
for-statement
for-step-statement
for-until-statement
forloop.s7i
formalParams
fpolyLine
- const proc: fpolyLine (inout PRIMITIVE_WINDOW: win, in integer: x, in integer: y, in pointList: points, in color: col)
- const proc: fpolyLine (in integer: x, in integer: y, in pointList: points, in color: col)
fraction
- const func string: fraction (in bigRational: number)
- const func string: fraction (in rational: number)
fromAscii85
fromAsciiHex
fromAsciiz
fromBase
fromBase58
fromBase64
fromBaseToBigInt
fromCsvLine
fromJacobian
fromNullTerminatedUtf16Be
fromNullTerminatedUtf16Le
fromPackBits
fromPackBitsPdf
fromPercentEncoded
fromQuotedPrintable
fromUrlEncoded
fromUtf16Be
fromUtf16Le
fromUtf7
fromUtf8
fromUuencoded
ftp.s7i
ftp7.sd7
ftpConnection
ftpFileSys
ftpserv.sd7
func
gcd
genAsn1Element
genAsn1Integer
genAsn1Sequence
genAsn1Set
genAsn1String
genEccKeyPair
genExplicitAsn1Tag
genPixmap
- const func PRIMITIVE_WINDOW: genPixmap (in array string: pattern, in color: foreground, in color: background, in integer: scale)
- const func PRIMITIVE_WINDOW: genPixmap (in vectorFont: vecFont, in charVectorType: charVectors, in color: foreground, in color: background, in integer: scale)
genPixmapFont
- const func pixmapFontType: genPixmapFont (in bitmapFont: bmpFont, in integer: fontSize, in integer: scale, in color: foreground, in color: background)
- const func pixmapFontType: genPixmapFont (in vectorFont: vecFont, in integer: fontSize, in integer: scale, in color: foreground, in color: background)
genPointList
genPrivateKey
genRsaKeyPair
geostd8
getATime
- getATime
- const func time: getATime (in string: filePath)
- const func time: getATime (in string: filePath, SYMLINK)
getActiveMode
getAsciiTransfer
getAsciiz
- const func string: getAsciiz (in string: stri, inout integer: currPos)
- const func string: getAsciiz (inout file: inFile)
getAsn1DataElement
getAttrValue
getAttributes
getAutoCommit
getBinary
getBit
- const func integer: getBit (inout lsbInBitStream: inBitStream)
- const func integer: getBit (inout msbInBitStream: inBitStream)
getBits
- const func integer: getBits (inout lsbInBitStream: inBitStream, in integer: bitWidth)
- const func integer: getBits (inout msbInBitStream: inBitStream, in integer: bitWidth)
- const func integer: getBits (inout reverseBitStream: inBitStream, in integer: bitWidth)
getBorder
getBuildId
getBuiltInConfig
getBytes
- const func string: getBytes (inout lsbOutBitStream: outBitStream)
- const func string: getBytes (inout msbOutBitStream: outBitStream)
getCStringLiteralText
getCTime
getCgiParameters
- const func hash [string] string: getCgiParameters (in string: paramStri)
- const func hash [string] string: getCgiParameters (inout file: inFile)
getCharLiteral
- const func string: getCharLiteral (inout file: inFile)
- const func string: getCharLiteral (inout string: stri)
getCheck
- const func integer: getCheck (inout pollData: pData, in PRIMITIVE_SOCKET: aSocket)
- const func integer: getCheck (inout pollData: pData, in file: aFile)
getCommandLineWord
getComment
- const func string: getComment (inout file: inFile)
- const func string: getComment (inout string: stri)
getComputedMac
- const func string: getComputedMac (in aesGcmState: state)
- const func string: getComputedMac (in cipherState: state)
getContent
getData
getDays
getDigits
getDoctypeName
getDoctypeParameter
getDosCommandParameter
getDosEchoParameter
getDynamicNeeds
- const func array string: getDynamicNeeds (inout elfData: data, in string: sectionName, in string: dynstrSectionName)
- const func array string: getDynamicNeeds (inout elfData: data, in string: sectionName)
- const func array string: getDynamicNeeds (inout elfData: data)
getDynsymNames
- const func array string: getDynsymNames (inout elfData: data, in string: sectionName, in string: dynstrSectionName)
- const func array string: getDynsymNames (inout elfData: data, in string: sectionName)
- const func array string: getDynsymNames (inout elfData: data)
getEscapeSequence
- const proc: getEscapeSequence (inout file: inFile, inout string: symbol)
- const proc: getEscapeSequence (in string: stri, inout integer: pos, inout string: symbol)
getFile
- const func string: getFile (inout arArchive: ar, in string: filePath)
- const func string: getFile (inout cpioArchive: cpio, in string: filePath)
- const func string: getFile (inout fileSys: fileSystem, in string: filePath)
- const func string: getFile (inout ftpConnection: ftp, in string: filePath)
- const func string: getFile (inout rpmArchive: rpm, in string: filePath)
- const func string: getFile (inout tarArchive: tar, in string: filePath)
- const func string: getFile (inout zipArchive: zip, in string: filePath)
getFileFlags
- const func integer: getFileFlags (inout rpmArchive: rpm, in string: filePath)
- const func integer: getFileFlags (inout rpmArchive: rpm, in string: filePath, SYMLINK)
getFileMode
- getFileMode
- const func fileMode: getFileMode (inout arArchive: ar, in string: filePath)
- const func fileMode: getFileMode (inout arArchive: ar, in string: filePath, SYMLINK)
- const func fileMode: getFileMode (inout cpioArchive: cpio, in string: filePath)
- const func fileMode: getFileMode (inout cpioArchive: cpio, in string: filePath, SYMLINK)
- const func fileMode: getFileMode (inout fileSys: fileSystem, in string: filePath)
- const func fileMode: getFileMode (inout fileSys: fileSystem, in string: filePath, SYMLINK)
- const func fileMode: getFileMode (in string: filePath)
- const func fileMode: getFileMode (in string: filePath, SYMLINK)
- const func fileMode: getFileMode (inout rpmArchive: rpm, in string: filePath)
- const func fileMode: getFileMode (inout rpmArchive: rpm, in string: filePath, SYMLINK)
- const func fileMode: getFileMode (inout tarArchive: tar, in string: filePath)
- const func fileMode: getFileMode (inout tarArchive: tar, in string: filePath, SYMLINK)
- const func fileMode: getFileMode (inout zipArchive: zip, in string: filePath)
- const func fileMode: getFileMode (inout zipArchive: zip, in string: filePath, SYMLINK)
getFinding
- const func integer: getFinding (inout pollData: pData, in PRIMITIVE_SOCKET: aSocket)
- const func integer: getFinding (inout pollData: pData, in file: aFile)
getFont
- const func font: getFont (in text: aText)
- const func activeFont: getFont (in font: baseFont, in integer: fontSize, in integer: scale, in color: foreground, in color: background)
getFontCharPixmap
- const func PRIMITIVE_WINDOW: getFontCharPixmap (in bitmapFont: bmpFont, inout pixmapFontType: pixmapFont, in char: ch)
- const func PRIMITIVE_WINDOW: getFontCharPixmap (in vectorFont: vecFont, inout pixmapFontType: pixmapFont, in char: ch)
getFtp
getGroup
- getGroup
- const func string: getGroup (inout arArchive: ar, in string: filePath)
- const func string: getGroup (inout arArchive: ar, in string: filePath, SYMLINK)
- const func string: getGroup (inout cpioArchive: cpio, in string: filePath)
- const func string: getGroup (inout cpioArchive: cpio, in string: filePath, SYMLINK)
- const func string: getGroup (inout fileSys: fileSystem, in string: filePath)
- const func string: getGroup (inout fileSys: fileSystem, in string: filePath, SYMLINK)
- const func string: getGroup (in string: filePath)
- const func string: getGroup (in string: filePath, SYMLINK)
- const func string: getGroup (inout rpmArchive: rpm, in string: filePath)
- const func string: getGroup (inout rpmArchive: rpm, in string: filePath, SYMLINK)
- const func string: getGroup (inout tarArchive: tar, in string: filePath)
- const func string: getGroup (inout tarArchive: tar, in string: filePath, SYMLINK)
- const func string: getGroup (inout zipArchive: zip, in string: filePath)
- const func string: getGroup (inout zipArchive: zip, in string: filePath, SYMLINK)
getHexDigits
- const func string: getHexDigits (inout file: inFile)
- const func string: getHexDigits (inout string: stri)
getHostname
getHours
getHtmlAttributeValue
- const func string: getHtmlAttributeValue (inout file: inFile)
- const func string: getHtmlAttributeValue (inout string: stri)
getHtmlRoot
getHtmlTagSymbolOrComment
getHttp
getHttpRequest
getHttpSymbol
getHttps
getHuffmanCodeLengths
getHuffmanSymbol
- const func integer: getHuffmanSymbol (inout msbInBitStream: inBitStream, in msbHuffmanDecoder: decoder)
- const func integer: getHuffmanSymbol (inout lsbInBitStream: inBitStream, in lsbHuffmanDecoder: decoder)
getInteger
- const func string: getInteger (inout file: inFile)
- const func string: getInteger (inout string: stri)
getJsonNumber
- const func string: getJsonNumber (inout string: stri)
- const func string: getJsonNumber (inout file: inFile)
getJsonString
- const func string: getJsonString (inout string: stri)
- const func string: getJsonString (inout file: inFile)
getJsonSymbol
- const func string: getJsonSymbol (inout string: stri)
- const func string: getJsonSymbol (inout file: inFile)
getLeb128
getLetters
- const func string: getLetters (inout file: inFile)
- const func string: getLetters (inout string: stri)
getLine
getLineComment
- const func string: getLineComment (inout file: inFile)
- const func string: getLineComment (inout string: stri)
getMTime
- getMTime
- const func time: getMTime (inout arArchive: ar, in string: filePath)
- const func time: getMTime (inout arArchive: ar, in string: filePath, SYMLINK)
- const func time: getMTime (inout cpioArchive: cpio, in string: filePath)
- const func time: getMTime (inout cpioArchive: cpio, in string: filePath, SYMLINK)
- const func time: getMTime (inout fileSys: fileSystem, in string: filePath)
- const func time: getMTime (inout fileSys: fileSystem, in string: filePath, SYMLINK)
- const func time: getMTime (inout ftpConnection: ftp, in string: fileName)
- const func time: getMTime (in string: filePath)
- const func time: getMTime (in string: filePath, SYMLINK)
- const func time: getMTime (inout rpmArchive: rpm, in string: filePath)
- const func time: getMTime (inout rpmArchive: rpm, in string: filePath, SYMLINK)
- const func time: getMTime (inout tarArchive: tar, in string: filePath)
- const func time: getMTime (inout tarArchive: tar, in string: filePath, SYMLINK)
- const func time: getMTime (inout zipArchive: zip, in string: filePath)
- const func time: getMTime (inout zipArchive: zip, in string: filePath, SYMLINK)
getMac
getMagic
getMakeDependency
getMakeLine
getMakeTarget
getMicroSeconds
getMinutes
getMonths
getName
- const func string: getName (in rpmArchive: rpm)
- const func string: getName (inout file: inFile)
- const func string: getName (inout string: stri)
getNextHtmlAttribute
- const proc: getNextHtmlAttribute (inout file: inFile, inout string: attributeName, inout string: attributeValue)
- const proc: getNextHtmlAttribute (inout string: stri, inout string: attributeName, inout string: attributeValue)
getNextXmlAttribute
- const proc: getNextXmlAttribute (inout file: inFile, inout string: attributeName, inout string: attributeValue)
- const proc: getNextXmlAttribute (inout string: stri, inout string: attributeName, inout string: attributeValue)
getNonDigits
- const func string: getNonDigits (inout file: inFile)
- const func string: getNonDigits (inout string: stri)
getNote
getNullTerminatedUtf16Be
- const func string: getNullTerminatedUtf16Be (in string: stri, inout integer: currPos)
- const func string: getNullTerminatedUtf16Be (inout file: inFile)
getNullTerminatedUtf16Le
- const func string: getNullTerminatedUtf16Le (in string: stri, inout integer: currPos)
- const func string: getNullTerminatedUtf16Le (inout file: inFile)
getNumber
getOwner
- getOwner
- const func string: getOwner (inout arArchive: ar, in string: filePath)
- const func string: getOwner (inout arArchive: ar, in string: filePath, SYMLINK)
- const func string: getOwner (inout cpioArchive: cpio, in string: filePath)
- const func string: getOwner (inout cpioArchive: cpio, in string: filePath, SYMLINK)
- const func string: getOwner (inout fileSys: fileSystem, in string: filePath)
- const func string: getOwner (inout fileSys: fileSystem, in string: filePath, SYMLINK)
- const func string: getOwner (in string: filePath)
- const func string: getOwner (in string: filePath, SYMLINK)
- const func string: getOwner (inout rpmArchive: rpm, in string: filePath)
- const func string: getOwner (inout rpmArchive: rpm, in string: filePath, SYMLINK)
- const func string: getOwner (inout tarArchive: tar, in string: filePath)
- const func string: getOwner (inout tarArchive: tar, in string: filePath, SYMLINK)
- const func string: getOwner (inout zipArchive: zip, in string: filePath)
- const func string: getOwner (inout zipArchive: zip, in string: filePath, SYMLINK)
getPackageType
getParamValue
getPixelArray
getPixelColor
getPixelImage
getPixmap
- const func PRIMITIVE_WINDOW: getPixmap (in PRIMITIVE_WINDOW: sourceWin, in integer: left, in integer: upper, in integer: width, in integer: height)
- const func PRIMITIVE_WINDOW: getPixmap (in integer: left, in integer: upper, in integer: width, in integer: height)
- const func PRIMITIVE_WINDOW: getPixmap (in PRIMITIVE_WINDOW: sourceWin)
- const func PRIMITIVE_WINDOW: getPixmap (in PRIMITIVE_WINDOW: sourceWin, in integer: left, in integer: upper, in integer: width, in integer: height, in color: background)
- const func PRIMITIVE_WINDOW: getPixmap (in PRIMITIVE_WINDOW: sourceWin, in integer: left, in integer: upper, in integer: width, in integer: height, in integer: resultWidth, in integer: resultHeight, in color: background)
- const func PRIMITIVE_WINDOW: getPixmap (ref array array pixel: image)
- const func PRIMITIVE_WINDOW: getPixmap (ref pixelImage: image)
getQuotedText
- const func string: getQuotedText (inout file: inFile)
- const func string: getQuotedText (inout string: stri)
getRotated180
getRotated270
getRotated270AndMirroredHorizontally
getRotated90
getRotated90AndMirroredHorizontally
getSearchPath
getSeconds
getSection
getSectionData
getSimpleStringLiteral
- const func string: getSimpleStringLiteral (inout file: inFile)
- const func string: getSimpleStringLiteral (inout string: stri)
getSimpleSymbol
getSizeInBytes
getStringLiteral
- const func string: getStringLiteral (inout file: inFile)
- const func string: getStringLiteral (inout string: stri)
getSubNodes
getSymbol
getSymbolInXmlTag
- const func string: getSymbolInXmlTag (inout file: inFile)
- const func string: getSymbolInXmlTag (inout string: stri)
getSymbolOrComment
- const func string: getSymbolOrComment (inout file: inFile)
- const func string: getSymbolOrComment (inout string: stri)
getSymbolWithHtmlEntities
getTagValue
- const func string: getTagValue (in rpmArchive: rpm, in integer: tag, attr string)
- const func integer: getTagValue (in rpmArchive: rpm, in integer: tag, attr integer)
getTerminatedString
- const func string: getTerminatedString (inout external_file: inFile, in char: terminator)
- const func string: getTerminatedString (inout file: inFile, in char: terminator)
- const func string: getTerminatedString (inout null_file: inFile, in char: terminator)
- const func string: getTerminatedString (inout striFile: inStriFile, in char: terminator)
getType
getUInt16Be
getUInt16Le
getUInt32Be
getUInt32Le
getUnixCommandParameter
getVerNeeds
- const func array string: getVerNeeds (inout elfData: data, in string: sectionName, in string: dynstrSectionName)
- const func array string: getVerNeeds (inout elfData: data, in string: sectionName)
- const func array string: getVerNeeds (inout elfData: data)
getWhiteSpace
- const func string: getWhiteSpace (inout file: inFile)
- const func string: getWhiteSpace (inout string: stri)
getWord
- const func string: getWord (inout file: inFile)
- const func string: getWord (inout file: inFile, in set of char: wordChars)
- const func string: getWord (inout string: stri)
- const func string: getWord (inout string: stri, in set of char: wordChars)
getX509Cert
getXmlCdataContent
- const func string: getXmlCdataContent (inout file: inFile)
- const func string: getXmlCdataContent (inout string: stri)
getXmlCharacterReference
getXmlTagHeadOrContent
- const func string: getXmlTagHeadOrContent (inout file: inFile)
- const func string: getXmlTagHeadOrContent (inout string: stri)
getXmlTagOrContent
- const func string: getXmlTagOrContent (inout file: inFile)
- const func string: getXmlTagOrContent (inout string: stri)
getYears
getc
- const func char: getc (in clib_file: inFile)
- const func char: getc (inout echoFile: inFile)
- const func char: getc (inout editLineFile: inEditLine)
- const func char: getc (in external_file: inFile)
- const func char: getc (inout file: inFile)
- const func char: getc (inout gzipFile: inFile)
- const func char: getc (inout bufferFile: inBufferFile)
- const func char: getc (in console_keybd_file: keybd)
- const func char: getc (in graph_keybd_file: keybd)
- const func char: getc (inout file: inFile, NO_WAIT)
- const func char: getc (inout lineFile: inFile)
- const func char: getc (inout lzmaFile: inFile)
- const func char: getc (inout null_file: inFile)
- const func char: getc (inout socket: inSocket)
- const func char: getc (inout striFile: inStriFile)
- const func char: getc (inout striText: inStriText)
- const func char: getc (inout subFile: inSubFile)
- const func char: getc (in utf8File: inFile)
- const func char: getc (inout xzFile: inFile)
- const func char: getc (inout zstdFile: inFile)
getcwd
- getcwd
- const func string: getcwd (inout fileSys: fileSystem)
- const func string: getcwd (inout ftpConnection: ftp)
- const func string: getcwd
getenv
getf
getf.s7i
gethttp.s7i
gethttps.s7i
getln
- const func string: getln (inout dirFile: aFile)
- const func string: getln (inout editLineFile: inEditLine)
- const func string: getln (inout external_file: inFile)
- const func string: getln (inout file: inFile)
- const func string: getln (inout console_keybd_file: keybd)
- const func string: getln (inout graph_keybd_file: keybd)
- const func string: getln (inout lineFile: inFile)
- const func string: getln (inout null_file: inFile)
- const func string: getln (inout socket: inSocket)
- const func string: getln (inout striFile: inStriFile)
- const func string: getln (inout striText: inStriText)
- const func string: getln (inout tlsFile: inFile)
- const func string: getln (inout utf8File: inFile)
gets
- const func string: gets (inout lsbInBitStream: inBitStream, in integer: maxLength)
- const func string: gets (inout msbInBitStream: inBitStream, in integer: maxLength)
- const func string: gets (in clib_file: inFile, in integer: maxLength)
- const func string: gets (inout echoFile: inFile, in integer: maxLength)
- const func string: gets (inout editLineFile: inEditLine, in integer: maxLength)
- const func string: gets (in external_file: inFile, in integer: maxLength)
- const func string: gets (inout file: inFile, in integer: maxLength)
- const func string: gets (inout gzipFile: inFile, in integer: maxLength)
- const func string: gets (inout bufferFile: inBufferFile, in integer: maxLength)
- const func string: gets (in console_keybd_file: keybd, in integer: maxLength)
- const func string: gets (in graph_keybd_file: keybd, in integer: maxLength)
- const func string: gets (inout lineFile: inFile, in integer: maxLength)
- const func string: gets (inout lowerFile: inFile, in integer: maxLength)
- const func string: gets (inout lzmaFile: inFile, in integer: maxLength)
- const func string: gets (in null_file: inFile, in integer: maxLength)
- const func string: gets (inout socket: inSocket, in integer: maxLength)
- const func string: gets (inout striFile: inStriFile, in integer: maxLength)
- const func string: gets (inout striText: inStriText, in var integer: maxLength)
- const func string: gets (inout subFile: inSubFile, in integer: maxLength)
- const func string: gets (inout tlsFile: inFile, in integer: maxLength)
- const func string: gets (inout upperFile: inFile, in integer: maxLength)
- const func string: gets (in utf16leFile: inFile, in integer: maxLength)
- const func string: gets (in utf16beFile: inFile, in integer: maxLength)
- const func string: gets (in utf8File: inFile, in integer: maxLength)
- const func string: gets (inout xzFile: inFile, in integer: maxLength)
- const func string: gets (inout zstdFile: inFile, in integer: maxLength)
getwd
- const func string: getwd (inout dirFile: aFile)
- const func string: getwd (inout external_file: inFile)
- const func string: getwd (inout file: inFile)
- const func string: getwd (inout console_keybd_file: keybd)
- const func string: getwd (inout graph_keybd_file: keybd)
- const func string: getwd (inout null_file: inFile)
- const func string: getwd (inout socket: inSocket)
- const func string: getwd (inout striFile: inStriFile)
- const func string: getwd (inout utf8File: inFile)
gif.s7i
gkbd.sd7
globalObjects
graph.s7i
graph_file
graph_file.s7i
gray
gunzip
gzip
gzip.s7i
gzipFile
gzipWriteFile
gzuncompress
hasImageExtension
hasNext
- const func boolean: hasNext (in clib_file: inFile)
- const func boolean: hasNext (in dirFile: aFile)
- const func boolean: hasNext (in editLineFile: inEditLine)
- const func boolean: hasNext (in external_file: inFile)
- const func boolean: hasNext (inout file: inFile)
- const func boolean: hasNext (inout gzipFile: inFile)
- const func boolean: hasNext (inout bufferFile: inBufferFile)
- const func boolean: hasNext (inout lzmaFile: inFile)
- const boolean: hasNext (in null_file: inFile)
- const func boolean: hasNext (inout pollData: pData)
- const func boolean: hasNext (in socket: inSocket)
- const func boolean: hasNext (in striFile: inStriFile)
- const func boolean: hasNext (in striText: inStriText)
- const func boolean: hasNext (in subFile: inSubFile)
- const func boolean: hasNext (in utf16File: inFile)
- const func boolean: hasNext (inout xzFile: inFile)
- const func boolean: hasNext (inout zstdFile: inFile)
hash
hash [
hash.s7i
hashCode
- const func integer: hashCode (in bigInteger: number)
- const func integer: hashCode (in bigRational: number)
- const func integer: hashCode (in bin32: bits)
- const func integer: hashCode (in bin64: bits)
- const func integer: hashCode (in bitset: aSet)
- const func integer: hashCode (in setType: aSet)
- const func integer: hashCode (in boolean: aBoolean)
- const func integer: hashCode (in bstring: bstri)
- const func integer: hashCode (in char: ch)
- const func integer: hashCode (in color: col)
- const func integer: hashCode (in complex: num)
- const func integer: hashCode (in duration: aDuration)
- const func integer: hashCode (in enumType: enumValue)
- const func integer: hashCode (in file: aFile)
- const func integer: hashCode (in float: number)
- const func integer: hashCode (in font: aFont)
- const func integer: hashCode (in integer: number)
- const func integer: hashCode (in process: aProcess)
- const func integer: hashCode (in rational: number)
- const func integer: hashCode (in reference: aReference)
- const func integer: hashCode (in socketAddress: address)
- const func integer: hashCode (in string: stri)
- const func integer: hashCode (in time: aTime)
- const func integer: hashCode (in vector3d: vect)
hashset
hashsetof.s7i
header
height
- const func integer: height (in console_file: aConsoleFile)
- const func integer: height (in PRIMITIVE_WINDOW: aWindow)
- const func integer: height (in graph_file: aGraphFile)
- const func integer: height (in image: anImage)
- const func integer: height (in pixmapFontFile: fontFile)
- const func integer: height (in striText: aStriText)
- const func integer: height (in text: aText)
- const func integer: height (in window_file: outText)
hex
hex2Bytes
hmac
hmac.s7i
homeDir
html.s7i
htmlDocument
html_ent.s7i
htmldom.s7i
httpRequest
httpResponseData
- const type: httpResponseData
- const func httpResponseData: httpResponseData (in string: htdocs, in string: cgiDir, in string: cgiName, inout fileSys: backendSys)
httpServer
httpServerConnection
http_response.s7i
httpserv.s7i
huffman.s7i
huffmanEncoder
huffmanEncoding
ico.s7i
ide7.sd7
idxarray.s7i
if-statement
image
image.s7i
imagefile.s7i
in
- const func boolean: (in integer: number) in (in bitset: aSet)
- const func boolean: (in baseType: aValue) in (in setType: aSet)
- const func boolean: (in keyType: aKey) in (in hashType: aHashMap)
- const func boolean: (in baseType: aValue) in (in setType: aSet)
- const func boolean: (in string: aKey) in (in jsonValue: aValue)
- const func boolean: (in reference: element) in (in ref_list: aRefList)
incl
- const proc: incl (inout bitset: aSet, in integer: number)
- const proc: incl (inout setType: aSet, in baseType: aValue)
- const proc: incl (inout hashType: aHashMap, in keyType: aKey, in baseType: anElem)
- const proc: incl (inout setType: aSet, in baseType: aValue)
incr
- const proc: incr (inout bigInteger: number)
- const proc: incr (inout boolean: boolValue)
- const proc: incr (inout char: ch)
- const proc: incr (inout enumType: enumValue)
- const proc: incr (inout integer: number)
inetListenerAddress
inetSocketAddress
- const func socketAddress: inetSocketAddress (in string: hostName, in integer: port)
- const func socketAddress: inetSocketAddress (in integer: port)
inflate
- const func string: inflate (inout file: compressed)
- const func string: inflate (in string: compressed)
inflate.s7i
inifile.s7i
initAead
- const proc: initAead (inout aesGcmState: state, in string: recordTypeAndVersion, in integer: sequenceNumber)
- const proc: initAead (inout cipherState: state, in string: recordTypeAndVersion, in integer: sequenceNumber)
inputReady
- const func boolean: inputReady (in clib_file: inFile)
- const func boolean: inputReady (in external_file: inFile)
- const func boolean: inputReady (in file: inFile)
- const func boolean: inputReady (in console_keybd_file: keybd)
- const func boolean: inputReady (in graph_keybd_file: keybd)
- const func boolean: inputReady (in socket: inSocket)
insert
- const proc: insert (inout arrayType: arr, in integer: index, in baseType: element)
- const proc: insert (inout arrayType: arr, in integer: index, in arrayType: elements)
- const proc: insert (inout arrayType: arr, in integer: index, in baseType: element)
- const proc: insert (inout arrayType: arr, in integer: index, in arrayType: elements)
insertArea
int2Octets
int64Type
int8Type
integer
- integer
- const func integer: integer (in bigInteger: number)
- const func integer: integer (in bin32: bits)
- const func integer: integer (in bin64: bits)
- const func integer: integer (in bitset: aSet)
- const func integer: integer (in boolean: boolValue)
- const func integer: integer (in char: ch)
- const func integer: integer (in enumType: enumValue)
- const func integer: integer (in string: stri)
- const func integer: integer (in string: stri, in integer: base)
- const func integer: integer (in jsonValue: aValue)
integer.s7i
iobuffer.s7i
isAlive
isLeapYear
isLetter
isNaN
isNegativeZero
isNull
isOkay
- const func boolean: isOkay (in array string: messageText)
- const func boolean: isOkay (in string: messageText)
isPositiveZero
isTemp
isVar
iso_8859_1
iso_8859_10
iso_8859_11
iso_8859_13
iso_8859_14
iso_8859_15
iso_8859_16
iso_8859_2
iso_8859_3
iso_8859_4
iso_8859_5
iso_8859_6
iso_8859_7
iso_8859_8
iso_8859_9
iterChecks
iterFindings
jacobianPoint
jis_x_0201
jpeg.s7i
json.s7i
jsonCategory
jsonNumber
jsonValue
- const type: jsonValue
- const func jsonValue: jsonValue (NULL)
- const func jsonValue: jsonValue (in boolean: okay)
- const func jsonValue: jsonValue (in integer: number)
- const func jsonValue: jsonValue (in bigInteger: number)
- const func jsonValue: jsonValue (in float: number)
- const func jsonValue: jsonValue (in string: stri)
- const func jsonValue: jsonValue (in jsonValueArray: elements)
julianDayNumToTime
julianDayNumber
keyDescription
keybd.s7i
keyboard_file
keydescr.s7i
keys
- const func array keyType: keys (in hashType: aHashMap)
- const func array string: keys (in jsonValue: aValue)
kill
klondike.sd7
koi8_r
koi8_u
label
lander.sd7
leb128
leb128.s7i
leb128ToInt
- const func integer: leb128ToInt (in string: stri, inout integer: pos)
- const func integer: leb128ToInt (in string: stri)
length
- const func integer: length (in arrayType: arr)
- const func integer: length (in arrayType: arr)
- const func integer: length (in lsbOutBitStream: outBitStream)
- const func integer: length (in msbOutBitStream: outBitStream)
- const func integer: length (in bstring: bstri)
- const func integer: length (in clib_file: aFile)
- const func integer: length (in external_file: aFile)
- const func integer: length (inout file: aFile)
- const integer: length (attr arrayType)
- const integer: length (in arrayType: arr)
- const func integer: length (inout gzipFile: aFile)
- const func integer: length (in gzipWriteFile: outFile)
- const func integer: length (in hashType: aHashMap)
- const func integer: length (in arrayType: arr)
- const func integer: length (inout bufferFile: aBufferFile)
- const func integer: length (in jsonValue: aValue)
- const func integer: length (inout lzmaFile: aFile)
- const func integer: length (in null_file: aFile)
- const func integer: length (in ref_list: aRefList)
- const func integer: length (in striFile: aStriFile)
- const func integer: length (in string: stri)
- const func integer: length (in striText: aStriText)
- const func integer: length (in subFile: aSubFile)
- const func integer: length (in utf16File: aFile)
- const func integer: length (inout xzFile: aFile)
- const func integer: length (inout zstdFile: aFile)
line
- const func integer: line (in console_file: aConsoleFile)
- const proc: line (inout PRIMITIVE_WINDOW: win, in integer: x, in integer: y, in integer: delta_x, in integer: delta_y, in color: col)
- const proc: line (in integer: x, in integer: y, in integer: delta_x, in integer: delta_y, in color: col)
- const func integer: line (in graph_file: aGraphFile)
- const func integer: line (in pixmapFontFile: fontFile)
- const func integer: line (in reference: aReference)
- const func integer: line (in striText: aStriText)
- const func integer: line (in text: aText)
- const func integer: line (in window_file: outText)
line.s7i
lineFile
lineHeight
lineTo
- const proc: lineTo (inout PRIMITIVE_WINDOW: win, in integer: x1, in integer: y1, in integer: x2, in integer: y2, in color: col)
- const proc: lineTo (in integer: x1, in integer: y1, in integer: x2, in integer: y2, in color: col)
lineToAngle
- const proc: lineToAngle (inout PRIMITIVE_WINDOW: win, in integer: x, in integer: y, in integer: length, in float: angle, in color: col)
- const proc: lineToAngle (in integer: x, in integer: y, in integer: length, in float: angle, in color: col)
line_read
listDir
listen
- const proc: listen (in inetListener: aListener, in integer: backlog)
- const proc: listen (in PRIMITIVE_SOCKET: listenerSocket, in integer: backlog)
listener
listener.s7i
literal
- const func string: literal (in bigInteger: number)
- const func string: literal (in bigRational: number)
- const func string: literal (in boolean: aBool)
- const func string: literal (in bstring: bstri)
- const func string: literal (in char: ch)
- const func string: literal (in duration: aDuration)
- const func string: literal (in enumType: enumValue)
- const func string: literal (in float: number)
- const func string: literal (in integer: number)
- const func string: literal (in time: aTime)
localAddress
localConsts
localVars
log
log10
- const func bigInteger: log10 (in bigInteger: number)
- const func integer: log10 (in integer: number)
- const func float: log10 (in float: x)
log1p
log2
- const func bigInteger: log2 (in bigInteger: number)
- const func integer: log2 (in integer: number)
- const func float: log2 (in float: x)
logFile
logfile.s7i
login
lower
lower.s7i
lowerFile
lowestSetBit
- const func integer: lowestSetBit (in bigInteger: number)
- const func integer: lowestSetBit (in bin32: bits)
- const func integer: lowestSetBit (in bin64: bits)
- const func integer: lowestSetBit (in integer: number)
lpad
- const func string: (in aType: aValue) lpad (in integer: leng)
- const func string: (in string: stri) lpad (in integer: length)
lpad0
- const func string: (in integer: number) lpad0 (in integer: length)
- const func string: (in string: stri) lpad0 (in integer: length)
lsbHuffmanDecoder
lsbInBitStream
lsbOutBitStream
ltrim
lzma.s7i
lzmaFile
lzw.s7i
lzwCompressLsb
lzwCompressMsb
lzwCompressMsbEarlyChange
lzwDecompress
- const func string: lzwDecompress (inout lsbInBitStream: compressedStream, in integer: codeSize)
- const func string: lzwDecompress (inout msbInBitStream: compressedStream, in integer: codeSize)
lzwDecompressEarlyChange
- const func string: lzwDecompressEarlyChange (inout msbInBitStream: compressedStream, in integer: codeSize)
- const func string: lzwDecompressEarlyChange (inout msbInBitStream: compressedStream, in integer: codeSize, in integer: requestedLength)
lzwDecompressLsb
lzwDecompressMsb
lzwDecompressMsbEarlyChange
- const func string: lzwDecompressMsbEarlyChange (in string: compressed, in integer: codeSize)
- const func string: lzwDecompressMsbEarlyChange (in string: compressed, in integer: codeSize, in integer: requestedLength)
mac_os_roman
magic.s7i
magicDescription
mahjong.sd7
make
- const proc: make (in string: makefile, in array string: targets, in makeFlags: flags, in stringHash: macros)
- const proc: make (in string: makefile, in array string: targets, in makeFlags: flags)
- const proc: make (in string: makefile, in string: target, in makeFlags: flags, in stringHash: macros)
- const proc: make (in string: makefile, in string: target, in makeFlags: flags)
make.s7i
make7.sd7
makeDataType
makeDir
- makeDir
- const proc: makeDir (inout arArchive: ar, in string: dirPath)
- const proc: makeDir (inout cpioArchive: cpio, in string: dirPath)
- const proc: makeDir (inout fileSys: fileSystem, in string: dirPath)
- const proc: makeDir (inout ftpConnection: ftp, in string: dirName)
- const proc: makeDir (in string: dirPath)
- const proc: makeDir (inout rpmArchive: rpm, in string: dirPath)
- const proc: makeDir (inout tarArchive: tar, in string: dirPath)
- const proc: makeDir (inout zipArchive: zip, in string: dirPath)
makeLink
- makeLink
- const proc: makeLink (inout arArchive: ar, in string: symlinkPath, in string: targetPath)
- const proc: makeLink (inout cpioArchive: cpio, in string: symlinkPath, in string: targetPath)
- const proc: makeLink (inout fileSys: fileSystem, in string: symlinkPath, in string: targetPath)
- const proc: makeLink (in string: symlinkPath, in string: targetPath)
- const proc: makeLink (inout rpmArchive: rpm, in string: symlinkPath, in string: targetPath)
- const proc: makeLink (inout tarArchive: tar, in string: symlinkPath, in string: targetPath)
- const proc: makeLink (inout zipArchive: zip, in string: symlinkPath, in string: targetPath)
makeParentDirs
make_list
makedata.s7i
mandelbr.sd7
match
math.s7i
max
- const func integer: max (in bitset: aSet)
- const func baseType: max (in setType: aSet)
- const func aType: max (in aType: value1, in aType: value2)
maxDecimalPrecision
maxDecimalScale
maxIdx
- const func integer: maxIdx (in arrayType: arr)
- const func integer: maxIdx (in arrayType: arr)
- const integer: maxIdx (attr arrayType)
- const integer: maxIdx (in arrayType: arr)
- const func indexType: maxIdx (in arrayType: arr)
- const func integer: maxIdx (in jsonValue: aValue)
maxInt8Value
maxIntIdx
maxNumericPrecision
maxNumericScale
mbfBits2Float
md4
md5
mdiv
- const func bigInteger: (in bigInteger: dividend) mdiv (in bigInteger: divisor)
- const func integer: (in integer: dividend) mdiv (in integer: divisor)
messageWindow
- const proc: messageWindow (in array string: messageText)
- const proc: messageWindow (in string: messageText)
mik
min
- const func integer: min (in bitset: aSet)
- const func baseType: min (in setType: aSet)
- const func aType: min (in aType: value1, in aType: value2)
minDecimalScale
minIdx
- const func integer: minIdx (in arrayType: arr)
- const integer: minIdx (attr arrayType)
- const integer: minIdx (in arrayType: arr)
- const integer: minIdx (attr arrayType)
- const integer: minIdx (in arrayType: arr)
- const func indexType: minIdx (in arrayType: arr)
- const func integer: minIdx (in jsonValue: aValue)
minIntIdx
minNumericScale
mirrorHorizontally
mirrorVertically
mixarith.s7i
mod
- const func bigInteger: (in bigInteger: dividend) mod (in bigInteger: divisor)
- const func float: (in float: dividend) mod (in float: divisor)
- const func integer: (in integer: dividend) mod (in integer: divisor)
modInverse
modPow
more.s7i
moreFile
moveFile
- moveFile
- const proc: moveFile (inout fileSys: fileSystem, in string: sourcePath, in string: destPath)
- const proc: moveFile (inout ftpConnection: ftp, in string: sourcePath, in string: destPath)
- const proc: moveFile (in string: sourcePath, in string: destPath)
msbHuffmanDecoder
msbInBitStream
msbOutBitStream
msgDigest
msgdigest.s7i
mult
- const func ecPoint: mult (in ellipticCurve: curve, in var ecPoint: p1, in var bigInteger: c)
- const func jacobianPoint: mult (in ellipticCurve: curve, in var jacobianPoint: jp1, in var bigInteger: c)
- const func string: (in string: stri) mult (in integer: factor)
multAddFast
multFast
name
name(PROGRAM)
neutralEcPoint
new enum
newPixmap
next
- const func integer: next (in bitset: aSet, in integer: number)
- const func baseType: next (in setType: aSet, in baseType: number)
nextFile
noCipherState
not
not in
- const func boolean: (in integer: number) not in (in bitset: aSet)
- const func boolean: (in baseType: aValue) not in (in setType: aSet)
- const func boolean: (in keyType: aKey) not in (in hashType: aHashMap)
- const func boolean: (in baseType: aValue) not in (in setType: aSet)
- const func boolean: (in string: aKey) not in (in jsonValue: aValue)
- const func boolean: (in reference: element) not in (in ref_list: aRefList)
ns_4551_1
null_file
null_file.s7i
numOfCharsInWidth
- const func integer: numOfCharsInWidth (in bitmapFont: bmpFont, in string: stri, in integer: allowedWidth)
- const func integer: numOfCharsInWidth (in font: aFont, in string: stri, in integer: allowedWidth)
- const func integer: numOfCharsInWidth (in vectorFont: vecFont, in string: stri, in integer: allowedWidth)
numericAddress
numericIntType
numericType
objNumber
object
octets2int
odd
open
- const func file: open (inout arArchive: ar, in string: filePath, in string: mode)
- const func console_file: open (CONSOLE)
- const func file: open (inout cpioArchive: cpio, in string: filePath, in string: mode)
- const func file: open (in string: path, in string: mode)
- const func file: open (inout fileSys: fileSystem, in string: filePath, in string: mode)
- const func file: open (inout ftpConnection: ftp, in string: filePath, in string: mode)
- const func graph_file: open (in PRIMITIVE_WINDOW: graphWin)
- const func graph_file: open (in PRIMITIVE_WINDOW: graphWin, in integer: minX, in integer: minY)
- const func graph_file: open (in PRIMITIVE_WINDOW: graphWin, in integer: minX, in integer: minY, in integer: width, in integer: height)
- const func file: open (inout rpmArchive: rpm, in string: filePath, in string: mode)
- const func file: open (inout tarArchive: tar, in string: filePath, in string: mode)
openAr
openBrowser
openBufferFile
openClibFile
openCpio
- const func fileSys: openCpio (inout file: cpioFile)
- const func fileSys: openCpio (in string: cpioFileName)
openDatabase
- const func database: openDatabase (in dbCategory: driver, in string: host, in integer: port, in string: dbName, in string: user, in string: password)
- const func database: openDatabase (DB_ODBC, in string: odbcDriver, in string: server, in string: dbName, in string: user, in string: password)
- const func database: openDatabase (DB_INFORMIX, in string: host, in integer: port, in string: server, in string: dbName, in string: user, in string: password)
- const func database: openDatabase (in dbCategory: driver, in string: dbPath, in string: user, in string: password)
- const func database: openDatabase (in dbCategory: driver, in string: connectStri)
openDir
openEcho
openEditLine
openEditLineLatin1
openElf
openFtp
- const func ftpFileSys: openFtp (in string: hostName, in string: user, in string: password, in integer: ftpControlPort)
- const func ftpFileSys: openFtp (in string: hostName, in string: user, in string: password)
- const func ftpFileSys: openFtp (in string: connectStri, in integer: ftpControlPort)
- const func ftpFileSys: openFtp (in string: connectStri)
openGzipFile
- const func file: openGzipFile (inout file: compressed, READ)
- const func file: openGzipFile (inout file: destFile, WRITE)
openHttpServer
openInetListener
openInetSocket
- const func file: openInetSocket (in integer: portNumber)
- const func file: openInetSocket (in string: hostName, in integer: portNumber)
openLine
openLower
openLsbInBitStream
- const func lsbInBitStream: openLsbInBitStream (in file: inFile)
- const func lsbInBitStream: openLsbInBitStream (in string: stri)
openLzmaFile
openMore
openMsbInBitStream
- const func msbInBitStream: openMsbInBitStream (in file: inFile)
- const func msbInBitStream: openMsbInBitStream (in string: stri)
openPixmapFontFile
- const func text: openPixmapFontFile (in PRIMITIVE_WINDOW: win)
- const func text: openPixmapFontFile (in PRIMITIVE_WINDOW: win, in integer: minX, in integer: minY)
openRpm
- const func fileSys: openRpm (inout file: rpmFile)
- const func fileSys: openRpm (in string: rpmFileName)
openServerTls
openSmtp
openSocket
openStriFile
openStriText
openSubFile
openSubWindow
openTar
- const func fileSys: openTar (inout file: tarFile)
- const func fileSys: openTar (in string: tarFileName)
openTee
- const func file: openTee (in array file: destFiles)
- const func file: openTee (in file: destFile1, in file: destFile2)
openTlsSocket
- const func file: openTlsSocket (inout file: sock, in string: hostName)
- const func file: openTlsSocket (inout file: sock)
- const func file: openTlsSocket (in string: hostName, in integer: portNumber)
openUpper
openUtf16
openUtf16be
openUtf16le
openUtf8
openWindow
openXzFile
openZip
- const func fileSys: openZip (inout file: zipFile)
- const func fileSys: openZip (in string: zipFileName)
openZstdFile
or
ord
- const func integer: ord (in bigInteger: number)
- const func integer: ord (in bin32: bits)
- const func integer: ord (in bin64: bits)
- const func integer: ord (in boolean: boolValue)
- const func integer: ord (in category: aCategory)
- const func integer: ord (in char: ch)
- const func integer: ord (in enumType: enumValue)
- const func integer: ord (in integer: number)
osFileSys
osFiles
osfiles.s7i
p_hash
pairs.sd7
panic.sd7
parse
- const func bigInteger: (attr bigInteger) parse (in string: stri)
- const func bigRational: (attr bigRational) parse (in string: stri)
- const func bitset: (attr bitset) parse (in string: stri)
- const func boolean: (attr boolean) parse (in string: stri)
- const func bstring: (attr bstring) parse (in string: stri)
- const func category: (attr category) parse (in string: catName)
- const func char: (attr char) parse (in string: stri)
- const func complex: (attr complex) parse (in string: stri)
- const func duration: (attr duration) parse (in string: stri)
- const func float: (attr float) parse (in string: stri)
- const func integer: (attr integer) parse (in string: stri)
- const func rational: (attr rational) parse (in string: stri)
- const func string: (attr string) parse (in string: stri)
- const func time: (attr time) parse (in string: stri)
parseFile
- const func program: parseFile (in string: fileName, in parseOptions: options, in array string: libraryDirs, in string: protFileName)
- const func program: parseFile (in string: fileName, in parseOptions: options, in array string: libraryDirs)
- const func program: parseFile (in string: fileName, in parseOptions: options)
- const func program: parseFile (in string: fileName)
parseStri
- const func program: parseStri (in string: stri, in parseOptions: options, in array string: libraryDirs, in string: protFileName)
- const func program: parseStri (in string: stri, in parseOptions: options, in array string: libraryDirs)
- const func program: parseStri (in string: stri, in parseOptions: options)
- const func program: parseStri (in string: stri)
passwordField
path
path(PROGRAM)
patternRulePresent
pbm.s7i
peekBits
- const func integer: peekBits (inout lsbInBitStream: inBitStream, in integer: bitWidth)
- const func integer: peekBits (inout msbInBitStream: inBitStream, in integer: bitWidth)
peerAddress
pem.s7i
pemObject
- const type: pemObject
- const func pemObject: pemObject (in string: pemType, in string: content)
- const func pemObject: pemObject (in string: pemData)
pgm.s7i
pic_util.s7i
pieslice
pipe2
pixelImage
pixelToColor
pixelimage.s7i
pixmapFontFile
pixmapFontType
pixmap_file.s7i
pixmapfont.s7i
pkcs1.s7i
planets.sd7
png.s7i
point
- const proc: point (inout PRIMITIVE_WINDOW: win, in integer: x, in integer: y, in color: col)
- const proc: point (in integer: x, in integer: y, in color: col)
pointerXPos
pointerYPos
polar
poll
poll.s7i
pollData
polyLine
- const proc: polyLine (inout PRIMITIVE_WINDOW: win, in integer: x, in integer: y, in pointList: points, in color: col)
- const proc: polyLine (in integer: x, in integer: y, in pointList: points, in color: col)
popen
- const func file: popen (in string: command, in string: parameters, in string: mode)
- const func file: popen (in string: cmdAndParams, in string: mode)
- const func file: popen (in string: command, in array string: paramList, in string: mode)
popen8
- const func file: popen8 (in string: command, in string: parameters, in string: mode)
- const func file: popen8 (in string: cmdAndParams, in string: mode)
- const func file: popen8 (in string: command, in array string: paramList, in string: mode)
popen8File
popenFile
pos
- const func integer: pos (in ref_list: main, in reference: searched)
- const func integer: pos (in ref_list: main, in reference: searched, in integer: start)
- const func integer: pos (in string: mainStri, in string: searched)
- const func integer: pos (in string: mainStri, in char: searched)
- const func integer: pos (in string: mainStri, in string: searched, in integer: fromIndex)
- const func integer: pos (in string: mainStri, in char: searched, in integer: fromIndex)
ppm.s7i
pred
- const func bigInteger: pred (in bigInteger: number)
- const func boolean: pred (ref boolean: boolValue)
- const func char: pred (in char: ch)
- const func enumType: pred (in enumType: enumValue)
- const func integer: pred (in integer: number)
prepare
proc
process
process.s7i
processCcittModifiedGroup3FaxLsb
processCcittModifiedGroup3FaxMsb
processCcittT4Fax1dLsb
processCcittT4Fax1dMsb
processCcittT4Fax2dLsb
processCcittT4Fax2dMsb
processCcittT6FaxLsb
processCcittT6FaxMsb
processGet
processPost
program
progs.s7i
propertyDataType
propertyfile.s7i
ptr
put
- const proc: put (inout PRIMITIVE_WINDOW: destWindow, in integer: xDest, in integer: yDest, in PRIMITIVE_WINDOW: pixmap)
- const proc: put (in integer: xDest, in integer: yDest, in PRIMITIVE_WINDOW: pixmap)
- const proc: put (inout PRIMITIVE_WINDOW: destWindow, in integer: xDest, in integer: yDest, in integer: width, in integer: height, in PRIMITIVE_WINDOW: pixmap)
putBit
- const proc: putBit (inout lsbOutBitStream: outBitStream, in integer: bit)
- const proc: putBit (inout msbOutBitStream: outBitStream, in integer: bit)
putBits
- const proc: putBits (inout lsbOutBitStream: outBitStream, in integer: bits, in integer: bitWidth)
- const proc: putBits (inout msbOutBitStream: outBitStream, in integer: bits, in integer: bitWidth)
putFile
- const proc: putFile (inout arArchive: ar, in var string: filePath, in string: data)
- const proc: putFile (inout cpioArchive: cpio, in var string: filePath, in string: data)
- const proc: putFile (inout fileSys: fileSystem, in string: filePath, in string: stri)
- const proc: putFile (inout ftpConnection: ftp, in string: filePath, in string: stri)
- const proc: putFile (inout rpmArchive: rpm, in string: filePath, in string: data)
- const proc: putFile (inout tarArchive: tar, in var string: filePath, in string: data)
- const proc: putFile (inout zipArchive: zip, in string: filePath, in string: data)
putHuffmanSymbol
- const proc: putHuffmanSymbol (inout lsbOutBitStream: outBitStream, in huffmanEncoding: encoding)
- const proc: putHuffmanSymbol (inout msbOutBitStream: outBitStream, in huffmanEncoding: encoding)
putf
pv7.sd7
quoteHtmlAttrValue
radioButton
radix
- const func string: (in var bigInteger: number) radix (in integer: base)
- const func string: (in bin32: bits) radix (in integer: base)
- const func string: (in bin64: bits) radix (in integer: base)
- const func string: (in integer: number) radix (in integer: base)
rand
- const func baseType: rand (in arrayType: arr)
- const func baseType: rand (in arrayType: arr)
- const func bigInteger: rand (in bigInteger: low, in bigInteger: high)
- const func bin32: rand (attr bin32)
- const func bin64: rand (attr bin64)
- const func integer: rand (in bitset: aSet)
- const func baseType: rand (in setType: aSet)
- const func boolean: rand (in boolean: low, in boolean: high)
- const func char: rand (in char: low, in char: high)
- const func enumType: rand (in enumType: low, in enumType: high)
- const func float: rand (in float: low, in float: high)
- const func baseType: rand (in setType: aSet)
- const func integer: rand (in integer: low, in integer: high)
- const func time: rand (in time: low, in time: high)
rat
rational
- rational
- const type: rational
- const func rational: rational (in integer: number)
- const func rational: rational (in var string: stri)
rational.s7i
read
- const proc: read (inout file: inFile, inout aType: aVar)
- const proc: read (inout file: inFile, inout aType: aVar, in aType: defaultValue)
- const proc: read (inout aType: aVar)
- const proc: read (inout aType: aVar, in aType: defaultValue)
- const proc: read (inout file: inFile, inout string: aVar)
- const proc: read (inout file: inFile, inout string: aVar, in string: defaultValue)
- const proc: read (inout string: aVar)
- const proc: read (inout string: aVar, in string: defaultValue)
readBmp
- const func PRIMITIVE_WINDOW: readBmp (inout file: bmpFile)
- const func PRIMITIVE_WINDOW: readBmp (in string: bmpFileName)
readCsvLine
readDir
- readDir
- const func array string: readDir (inout arArchive: ar, in string: dirPath)
- const func array string: readDir (inout arArchive: ar, RECURSIVE)
- const func array string: readDir (in archiveRegisterType: register, in string: dirPath)
- const func array string: readDir (inout cpioArchive: cpio, in string: dirPath)
- const func array string: readDir (inout cpioArchive: cpio, RECURSIVE)
- const func array string: readDir (inout fileSys: fileSystem, in string: dirPath)
- const func array string: readDir (inout fileSys: fileSystem, in string: dirPath, RECURSIVE)
- const func array string: readDir (inout fileSys: fileSystem)
- const func array string: readDir (inout fileSys: fileSystem, RECURSIVE)
- const func array string: readDir (inout emptyFileSys: fileSystem, in var string: dirPath, RECURSIVE)
- const func array string: readDir (inout ftpConnection: ftp, in string: dirPath)
- const func array string: readDir (in string: dirPath)
- const func array string: readDir (inout rpmArchive: rpm, in string: dirPath)
- const func array string: readDir (inout rpmArchive: rpm, RECURSIVE)
- const func array string: readDir (inout tarArchive: tar, in string: dirPath)
- const func array string: readDir (inout tarArchive: tar, RECURSIVE)
- const func array string: readDir (inout zipArchive: zip, in var string: dirPath)
- const func array string: readDir (inout zipArchive: zip, RECURSIVE)
readExifData
readGif
- const func PRIMITIVE_WINDOW: readGif (inout file: gifFile)
- const func PRIMITIVE_WINDOW: readGif (in string: gifFileName)
readHtml
- const func htmlDocument: readHtml (inout file: inFile)
- const func htmlDocument: readHtml (in string: htmlStri)
readIco
- const func PRIMITIVE_WINDOW: readIco (inout file: icoFile)
- const func PRIMITIVE_WINDOW: readIco (in string: icoFileName)
readImage
- const func PRIMITIVE_WINDOW: readImage (inout file: imageFile)
- const func PRIMITIVE_WINDOW: readImage (in string: imageFileName)
readIniFile
- const func iniDataType: readIniFile (inout file: inFile)
- const func iniDataType: readIniFile (in string: fileName)
readJpeg
- const func PRIMITIVE_WINDOW: readJpeg (inout file: jpegFile)
- const func PRIMITIVE_WINDOW: readJpeg (in string: jpegFileName)
readJson
- const func jsonValue: readJson (inout file: inFile)
- const func jsonValue: readJson (in string: jsonStri)
readLink
- readLink
- const func string: readLink (inout arArchive: ar, in string: filePath)
- const func string: readLink (inout cpioArchive: cpio, in string: filePath)
- const func string: readLink (inout fileSys: fileSystem, in string: filePath)
- const func string: readLink (in string: filePath)
- const func string: readLink (in string: filePath, ABSOLUTE)
- const func string: readLink (inout rpmArchive: rpm, in string: filePath)
- const func string: readLink (inout tarArchive: tar, in string: filePath)
- const func string: readLink (inout zipArchive: zip, in string: filePath)
readPbm
- const func PRIMITIVE_WINDOW: readPbm (inout file: pbmFile)
- const func PRIMITIVE_WINDOW: readPbm (in string: pbmFileName)
readPemObject
readPgm
- const func PRIMITIVE_WINDOW: readPgm (inout file: pgmFile)
- const func PRIMITIVE_WINDOW: readPgm (in string: pgmFileName)
readPng
- const func PRIMITIVE_WINDOW: readPng (inout file: pngFile)
- const func PRIMITIVE_WINDOW: readPng (in string: pngFileName)
readPpm
- const func PRIMITIVE_WINDOW: readPpm (inout file: ppmFile)
- const func PRIMITIVE_WINDOW: readPpm (in string: ppmFileName)
readPropertyFile
- const func propertyDataType: readPropertyFile (inout file: inFile)
- const func propertyDataType: readPropertyFile (in string: fileName)
readPropertyFile8
readRule
readSectionNames
readTiff
- const func PRIMITIVE_WINDOW: readTiff (inout file: tiffFile)
- const func PRIMITIVE_WINDOW: readTiff (in string: tiffFileName)
readXml
readf
readln
- const proc: readln (inout file: inFile, inout aType: aVar)
- const proc: readln (inout file: inFile, inout aType: aVar, in aType: defaultValue)
- const proc: readln (inout aType: aVar)
- const proc: readln (inout aType: aVar, in aType: defaultValue)
- const proc: readln (inout file: inFile, inout string: aVar)
- const proc: readln (inout file: inFile, inout string: aVar, in string: defaultValue)
- const proc: readln (inout file: inFile)
- const proc: readln (inout string: aVar)
- const proc: readln (inout string: aVar, in string: defaultValue)
- const proc: readln
rect
- const proc: rect (inout PRIMITIVE_WINDOW: win, in integer: x1, in integer: y1, in integer: width, in integer: height, in color: col)
- const proc: rect (in integer: x, in integer: y, in integer: width, in integer: height, in color: col)
rectTo
- const proc: rectTo (inout PRIMITIVE_WINDOW: win, in integer: x1, in integer: y1, in integer: x2, in integer: y2, in color: col)
- const proc: rectTo (in integer: x1, in integer: y1, in integer: x2, in integer: y2, in color: col)
reduceMaximumHuffmanCodeLength
ref_list
ref_list.s7i
reference
reference.s7i
reflect
rem
- const func bigInteger: (in bigInteger: dividend) rem (in bigInteger: divisor)
- const func float: (in float: dividend) rem (in float: divisor)
- const func integer: (in integer: dividend) rem (in integer: divisor)
remove
- const func baseType: remove (inout arrayType: arr, in integer: index)
- const func arrayType: remove (inout arrayType: arr, in integer: index, in integer: length)
- const func baseType: remove (inout arrayType: arr, in integer: index)
- const func arrayType: remove (inout arrayType: arr, in integer: index, in integer: length)
removeCheck
- const proc: removeCheck (inout pollData: pData, in PRIMITIVE_SOCKET: aSocket, in integer: eventsToCheck)
- const proc: removeCheck (inout pollData: pData, in file: aFile, in integer: eventsToCheck)
removeDotFiles
removeFile
- removeFile
- const proc: removeFile (inout arArchive: ar, in string: filePath)
- const proc: removeFile (inout cpioArchive: cpio, in string: filePath)
- const proc: removeFile (inout fileSys: fileSystem, in string: filePath)
- const proc: removeFile (inout ftpConnection: ftp, in string: fileName)
- const proc: removeFile (in string: filePath)
- const proc: removeFile (inout rpmArchive: rpm, in string: filePath)
- const proc: removeFile (inout tarArchive: tar, in string: filePath)
- const proc: removeFile (inout zipArchive: zip, in string: filePath)
removeTree
- removeTree
- const proc: removeTree (inout fileSys: fileSystem, in string: filePath)
- const proc: removeTree (in string: filePath)
repeat-statement
replace
replace1
replace2
replaceN
replaceUtf16SurrogatePairs
resetButton
- const func resetButton: resetButton (in string: label)
- const func resetButton: resetButton (in PRIMITIVE_WINDOW: pixmap)
- const func resetButton: resetButton (in dialogElement: element)
resultInitValue
resultVar
reverse
reverseBitStream
- const type: reverseBitStream
- const func reverseBitStream: reverseBitStream (inout file: inFile, in integer: length)
reverseBits
rgbPixel
ripemd160
rmdir
- const proc: rmdir (inout fileSys: fileSystem, in string: dirPath)
- const proc: rmdir (inout ftpConnection: ftp, in string: dirName)
rollback
rotLeft
- const func bin32: rotLeft (in bin32: x, in integer: shiftCount)
- const func bin64: rotLeft (in bin64: x, in integer: shiftCount)
rotRight
- const func bin32: rotRight (in bin32: x, in integer: shiftCount)
- const func bin64: rotRight (in bin64: x, in integer: shiftCount)
rotate180
rotate270
rotate90
round
- const func bigInteger: round (in bigRational: number)
- const func integer: round (in float: number)
- const func integer: round (in rational: number)
round10
- const func bigRational: round10 (in bigRational: number, in integer: precision)
- const func rational: round10 (in rational: number, in integer: precision)
rpad
- const func string: (in aType: aValue) rpad (in integer: leng)
- const func string: (in string: stri) rpad (in integer: length)
rpm.s7i
rpmArchive
rpmext.s7i
rpos
- const func integer: rpos (in string: mainStri, in string: searched)
- const func integer: rpos (in string: mainStri, in char: searched)
- const func integer: rpos (in string: mainStri, in string: searched, in integer: fromIndex)
- const func integer: rpos (in string: mainStri, in char: searched, in integer: fromIndex)
rsaDecrypt
rsaEncrypt
rsaKey
rsaKeyPair
- const type: rsaKeyPair
- const func rsaKeyPair: rsaKeyPair (in rsaKey: publicKey, in rsaKey: privateKey)
- const func rsaKeyPair: rsaKeyPair (in bigInteger: modulus, in bigInteger: publicExponent, in bigInteger: privateExponent)
rsaesOaepDecrypt
rsaesOaepEncrypt
- const func string: rsaesOaepEncrypt (in rsaKey: encryptionKey, in string: message, in string: label)
rsaesPkcs1V15Decrypt
rsaesPkcs1V15Encrypt
rsassaPkcs1V15Decrypt
rsassaPkcs1V15Encrypt
rtrim
ruleType
s7c.sd7
savehd7.sd7
scanfile.s7i
scanjson.s7i
scanstri.s7i
sci
- const func string: (in bigInteger: number) sci (in integer: precision)
- const func string: (in bigRational: number) sci (in integer: precision)
- const func string: (in complex: number) sci (in integer: precision)
- const func string: (in float: number) sci (in integer: precision)
- const func string: (in integer: number) sci (in integer: precision)
- const func string: (in rational: number) sci (in integer: precision)
screen
screenHeight
screenWidth
secp192k1
secp192r1
secp224k1
secp224r1
secp256k1
secp256r1
secp384r1
secp521r1
seek
- const proc: seek (ref null_file: aFile, ref bigInteger: position)
- const proc: seek (ref external_file: aFile, in bigInteger: position)
- const proc: seek (in clib_file: aFile, in integer: position)
- const proc: seek (in external_file: aFile, in integer: position)
- const proc: seek (inout file: aFile, in integer: position)
- const proc: seek (inout gzipFile: aFile, in integer: position)
- const proc: seek (inout bufferFile: aBufferFile, in integer: position)
- const proc: seek (inout lzmaFile: aFile, in integer: position)
- const proc: seek (in null_file: aFile, in integer: position)
- const proc: seek (inout striFile: aStriFile, in integer: position)
- const proc: seek (inout subFile: aSubFile, in integer: position)
- const proc: seek (in utf16File: aFile, in integer: position)
- const proc: seek (in utf8File: aFile, in integer: position)
- const proc: seek (inout xzFile: aFile, in integer: position)
- const proc: seek (inout zstdFile: aFile, in integer: position)
seekable
- const func boolean: seekable (in clib_file: aFile)
- const func boolean: seekable (in external_file: aFile)
- const func boolean: seekable (in file: aFile)
- const boolean: seekable (in gzipFile: aFile)
- const func boolean: seekable (in bufferFile: aBufferFile)
- const boolean: seekable (in lzmaFile: aFile)
- const boolean: seekable (in null_file: aFile)
- const boolean: seekable (in striFile: aFile)
- const boolean: seekable (in subFile: aFile)
- const func boolean: seekable (in utf16File: aFile)
- const boolean: seekable (in xzFile: aFile)
- const boolean: seekable (in zstdFile: aFile)
selectInput
selection
self.sd7
selfSignedX509Cert
- const func certAndKey: selfSignedX509Cert (in rsaKeyPair: keyPair, in bigInteger: serialNumber, in string: commonName, in string: country, in string: locality, in string: organization, in string: organizationUnit, in x509Validity: validity)
- const func certAndKey: selfSignedX509Cert (in string: commonName, in string: country, in string: locality, in string: organization, in string: organizationUnit)
- const func certAndKey: selfSignedX509Cert (in eccKeyPair: keyPair, in bigInteger: serialNumber, in string: commonName, in string: country, in string: locality, in string: organization, in string: organizationUnit, in x509Validity: validity)
send
- const proc: send (inout smtpConnection: smtp, in string: fromAddr, in array string: toAddrs, in smtpMessage: message)
- const proc: send (inout smtpConnection: smtp, in smtpMessage: message)
set
set of
set.s7i
setATime
setActiveMode
setAesGcmKey
setAesKey
setArc4Key
setAsciiTransfer
setAutoCommit
setBlowfishKey
setCategory
setCipherKey
- const func cipherState: setCipherKey (AES, in string: cipherKey, in string: initializationVector)
- const func cipherState: setCipherKey (AES_GCM, in string: cipherKey, in string: initializationVector)
- const func cipherState: setCipherKey (RC4, in string: cipherKey, in string: initializationVector)
- const func cipherState: setCipherKey (BLOWFISH, in string: cipherKey, in string: initializationVector)
- const func cipherState: setCipherKey (in cipherAlgorithm: cipherAlg, in string: cipherKey, in string: initializationVector)
- const func cipherState: setCipherKey (DES, in string: cipherKey, in string: initializationVector)
- const func cipherState: setCipherKey (TDES, in string: cipherKey, in string: initializationVector)
setColumn
- const proc: setColumn (inout graph_file: aGraphFile, in integer: column)
- const proc: setColumn (inout pixmapFontFile: fontFile, in integer: column)
- const proc: setColumn (inout striText: aStriText, in integer: column)
- const proc: setColumn (inout text: aText, in integer: column)
- const proc: setColumn (inout window_file: window_fil, in integer: column)
setCursorVisible
setDesKey
setFileFlags
- const proc: setFileFlags (inout rpmArchive: rpm, in string: filePath, in integer: flags)
- const proc: setFileFlags (inout rpmArchive: rpm, in string: filePath, in integer: flags, SYMLINK)
setFileMode
- setFileMode
- const proc: setFileMode (inout arArchive: ar, in string: filePath, in fileMode: mode)
- const proc: setFileMode (inout cpioArchive: cpio, in string: filePath, in fileMode: mode)
- const proc: setFileMode (inout fileSys: fileSystem, in string: filePath, in fileMode: mode)
- const proc: setFileMode (in string: filePath, in fileMode: mode)
- const proc: setFileMode (inout rpmArchive: rpm, in string: filePath, in fileMode: mode)
- const proc: setFileMode (inout tarArchive: tar, in string: filePath, in fileMode: mode)
- const proc: setFileMode (inout zipArchive: zip, in string: filePath, in fileMode: mode)
setFont
setFormalParams
setGroup
- setGroup
- const proc: setGroup (inout arArchive: ar, in string: filePath, in string: group)
- const proc: setGroup (inout arArchive: ar, in string: filePath, in string: group, SYMLINK)
- const proc: setGroup (inout cpioArchive: cpio, in string: filePath, in string: group)
- const proc: setGroup (inout cpioArchive: cpio, in string: filePath, in string: group, SYMLINK)
- const proc: setGroup (inout fileSys: fileSystem, in string: filePath, in string: group)
- const proc: setGroup (inout fileSys: fileSystem, in string: filePath, in string: group, SYMLINK)
- const proc: setGroup (in string: filePath, in string: group)
- const proc: setGroup (in string: filePath, in string: group, SYMLINK)
- const proc: setGroup (inout rpmArchive: rpm, in string: filePath, in string: group)
- const proc: setGroup (inout rpmArchive: rpm, in string: filePath, in string: group, SYMLINK)
- const proc: setGroup (inout tarArchive: tar, in string: filePath, in string: group)
- const proc: setGroup (inout tarArchive: tar, in string: filePath, in string: group, SYMLINK)
- const proc: setGroup (inout zipArchive: zip, in string: filePath, in string: group)
- const proc: setGroup (inout zipArchive: zip, in string: filePath, in string: group, SYMLINK)
setLine
- const proc: setLine (inout graph_file: aGraphFile, in integer: line)
- const proc: setLine (inout pixmapFontFile: fontFile, in integer: line)
- const proc: setLine (inout striText: aStriText, in integer: line)
- const proc: setLine (inout text: aText, in integer: line)
- const proc: setLine (inout window_file: window_fil, in integer: line)
setLocalTZ
setMTime
- setMTime
- const proc: setMTime (inout arArchive: ar, in string: filePath, in time: modificationTime)
- const proc: setMTime (inout arArchive: ar, in string: filePath, in time: modificationTime, SYMLINK)
- const proc: setMTime (inout cpioArchive: cpio, in string: filePath, in time: modificationTime)
- const proc: setMTime (inout cpioArchive: cpio, in string: filePath, in time: modificationTime, SYMLINK)
- const proc: setMTime (inout fileSys: fileSystem, in string: filePath, in time: modificationTime)
- const proc: setMTime (inout fileSys: fileSystem, in string: filePath, in time: modificationTime, SYMLINK)
- const proc: setMTime (in string: filePath, in time: mTime)
- const proc: setMTime (in string: filePath, in time: mTime, SYMLINK)
- const proc: setMTime (inout rpmArchive: rpm, in string: filePath, in time: modificationTime)
- const proc: setMTime (inout rpmArchive: rpm, in string: filePath, in time: modificationTime, SYMLINK)
- const proc: setMTime (inout tarArchive: tar, in string: filePath, in time: modificationTime)
- const proc: setMTime (inout tarArchive: tar, in string: filePath, in time: modificationTime, SYMLINK)
- const proc: setMTime (inout zipArchive: zip, in string: filePath, in time: modificationTime)
- const proc: setMTime (inout zipArchive: zip, in string: filePath, in time: modificationTime, SYMLINK)
setName
setOwner
- setOwner
- const proc: setOwner (inout arArchive: ar, in string: filePath, in string: owner)
- const proc: setOwner (inout arArchive: ar, in string: filePath, in string: owner, SYMLINK)
- const proc: setOwner (inout cpioArchive: cpio, in string: filePath, in string: owner)
- const proc: setOwner (inout cpioArchive: cpio, in string: filePath, in string: owner, SYMLINK)
- const proc: setOwner (inout fileSys: fileSystem, in string: filePath, in string: owner)
- const proc: setOwner (inout fileSys: fileSystem, in string: filePath, in string: owner, SYMLINK)
- const proc: setOwner (in string: filePath, in string: owner)
- const proc: setOwner (in string: filePath, in string: owner, SYMLINK)
- const proc: setOwner (inout rpmArchive: rpm, in string: filePath, in string: owner)
- const proc: setOwner (inout rpmArchive: rpm, in string: filePath, in string: owner, SYMLINK)
- const proc: setOwner (inout tarArchive: tar, in string: filePath, in string: owner)
- const proc: setOwner (inout tarArchive: tar, in string: filePath, in string: owner, SYMLINK)
- const proc: setOwner (inout zipArchive: zip, in string: filePath, in string: owner)
- const proc: setOwner (inout zipArchive: zip, in string: filePath, in string: owner, SYMLINK)
setPackageType
setPixels
setPointerPos
setPos
- const proc: setPos (in console_file: aConsoleFile, in integer: line, in integer: column)
- const proc: setPos (in PRIMITIVE_WINDOW: aWindow, in integer: xPos, in integer: yPos)
- const proc: setPos (inout graph_file: aGraphFile, in integer: line, in integer: column)
- const proc: setPos (inout image: anImage, in integer: xPos, in integer: yPos)
- const proc: setPos (inout pixmapFontFile: fontFile, in integer: line, in integer: column)
- const proc: setPos (inout striText: aStriText, in integer: line, in integer: column)
- const proc: setPos (inout text: aText, in integer: line, in integer: column)
- const proc: setPos (inout window_file: window_fil, in integer: line, in integer: column)
setPosXY
- const proc: setPosXY (inout graph_file: aGraphFile, in integer: xPos, in integer: yPos)
- const proc: setPosXY (inout pixmapFontFile: fontFile, in integer: xPos, in integer: yPos)
- const proc: setPosXY (inout text: aText, in integer: xPos, in integer: yPos)
setProxy
setSearchPath
setSize
setTagValue
- const proc: setTagValue (inout rpmArchive: rpm, in integer: tag, in string: value)
- const proc: setTagValue (inout rpmArchive: rpm, in integer: tag, in string: value, in integer: dataType)
- const proc: setTagValue (inout rpmArchive: rpm, in integer: tag, in integer: value)
setTdesKey
setTransparentColor
setType
setVar
setWindowName
setenv
sha1
sha224
sha256
sha384
sha512
shell
- const func integer: shell (in string: command, in string: parameters)
- const func integer: shell (in string: cmdAndParams)
shell.s7i
shellCmd
- const proc: shellCmd (in string: command, in string: parameters)
- const proc: shellCmd (in string: cmdAndParams)
shellEscape
shisen.sd7
showHandshakeMsg
showTlsMsg
showTlsMsgType
showX509Cert
showtls.s7i
sign
signedness
sin
sinh
skip
skipBits
- const proc: skipBits (inout lsbInBitStream: inBitStream, in integer: bitWidth)
- const proc: skipBits (inout msbInBitStream: inBitStream, in integer: bitWidth)
skipClassicComment
- const proc: skipClassicComment (inout file: inFile)
- const proc: skipClassicComment (inout string: stri)
skipComment
skipData
skipLine
skipLineComment
skipSpace
skipSpaceOrTab
skipWhiteSpace
- const proc: skipWhiteSpace (inout file: inFile)
- const proc: skipWhiteSpace (inout file: inFile, in set of char: whiteSpaceChar)
- const proc: skipWhiteSpace (inout string: stri)
skipXmlComment
skipXmlTag
- const proc: skipXmlTag (inout file: inFile)
- const proc: skipXmlTag (inout file: inFile, in var string: symbol)
- const proc: skipXmlTag (inout string: stri)
- const proc: skipXmlTag (inout string: stri, in var string: symbol)
sl.sd7
smtp.s7i
smtpConnection
smtpMessage
sockbase.s7i
socket
socket.s7i
socketAddress
sokoban.sd7
sort
- const func arrayType: sort (in arrayType: arr_obj)
- const func arrayType: sort (in arrayType: arr_obj, REVERSE)
space
sqlStatement
sql_base.s7i
sqrAbs
sqrt
- const func bigInteger: sqrt (in var bigInteger: number)
- const func integer: sqrt (in integer: radicand)
- const func float: sqrt (in float: x)
starDescr
stars
stars.s7i
startProcess
- const func process: startProcess (in string: command, in array string: parameters)
- const func process: startProcess (in var string: cmdAndParams)
startrek.sd7
startsWith
stdCertificate
stdEccCertificate
stdio.s7i
str
- const func string: str (in bigInteger: number)
- const func string: str (in bigRational: number)
- const func string: str (in bin32: bits)
- const func string: str (in bin64: bits)
- const func string: str (in bitset: aSet)
- const func string: str (in setType: aSet)
- const func string: str (in PRIMITIVE_WINDOW: pixmap, BMP)
- const func string: str (in boolean: aBool)
- const func string: str (in bstring: bstri)
- const func string: str (in category: aCategory)
- const func string: str (in char: ch)
- const func string: str (in complex: number)
- const func string: str (in duration: aDuration)
- const func string: str (in float: number)
- const func string: str (in setType: aSet)
- const func string: str (in PRIMITIVE_WINDOW: pixmap, ICO)
- const func string: str (in image: anImage)
- const func string: str (in integer: number)
- const func string: str (in jsonValue: aValue)
- const func string: str (in pemObject: pemObj)
- const func string: str (in PRIMITIVE_WINDOW: pixmap, PNG)
- const func string: str (in PRIMITIVE_WINDOW: pixmap, PBM)
- const func string: str (in PRIMITIVE_WINDOW: pixmap, PGM)
- const func string: str (in PRIMITIVE_WINDOW: pixmap, PPM)
- const func string: str (in process: aProcess)
- const func string: str (in rational: number)
- const func string: str (ref reference: aReference)
- const func string: str (in string: stri)
- const func string: str (in time: aTime)
- const func string: str (in vector3d: a)
- const func string: str (ROMAN, in integer: number)
- const func string: str (ENGLISH, in integer: number)
- const func string: str (GERMAN, in integer: number)
strDate
strDateTime
strTime
striFile
striText
strifile.s7i
string
- string
- const func string: string (in bstring: bstri)
- const func string: string (in float: number)
- const func string: string (in integer: number)
- const func string: string (in jsonValue: aValue)
- const func string: string (in string: stri)
string.s7i
stritext.s7i
struct
subFile
subfile.s7i
submitButton
- const func submitButton: submitButton (in string: label)
- const func submitButton: submitButton (in PRIMITIVE_WINDOW: pixmap)
- const func submitButton: submitButton (in dialogElement: element)
subrange
subrange.s7i
succ
- const func bigInteger: succ (in bigInteger: number)
- const func boolean: succ (ref boolean: boolValue)
- const func char: succ (in char: ch)
- const func enumType: succ (in enumType: enumValue)
- const func integer: succ (in integer: number)
sudoku7.sd7
sydir7.sd7
symlinkDestination
syobject
sysVar
tan
tanh
tar.s7i
tar7.sd7
tarArchive
tarCreate
- const proc: tarCreate (inout file: outFile, in string: basePath, in string: pathFromBase, in array string: fileList, in boolean: doView)
- const proc: tarCreate (in string: outFileName, in array string: fileList, in boolean: doView, in boolean: doZip)
- const proc: tarCreate (in string: outFileName, in array string: fileList, in boolean: doView)
- const proc: tarCreate (in string: outFileName, in array string: fileList)
tarTell
- const proc: tarTell (inout file: inFile, in array string: memberList, in boolean: doView)
- const proc: tarTell (in string: inFileName, in array string: memberList, in boolean: doView, in boolean: complainIfUncompressed)
tarXtract
- const proc: tarXtract (inout file: inFile, in array string: memberList, in boolean: doView)
- const proc: tarXtract (in string: inFileName, in array string: memberList, in boolean: doView, in boolean: complainIfUncompressed)
- const proc: tarXtract (in string: inFileName, in boolean: doView)
- const proc: tarXtract (in string: inFileName)
tar_cmds.s7i
tdes.s7i
tdesState
tee.s7i
teeFile
tell
- const func integer: tell (in clib_file: aFile)
- const func integer: tell (in external_file: aFile)
- const func integer: tell (in file: aFile)
- const func integer: tell (in gzipFile: aFile)
- const func integer: tell (in gzipWriteFile: outFile)
- const func integer: tell (in bufferFile: aBufferFile)
- const func integer: tell (in lzmaFile: aFile)
- const func integer: tell (in null_file: aFile)
- const func integer: tell (in striFile: aStriFile)
- const func integer: tell (in striText: aStriText)
- const func integer: tell (in subFile: aSubFile)
- const func integer: tell (in utf16File: aFile)
- const func integer: tell (in xzFile: aFile)
- const func integer: tell (in zstdFile: aFile)
terminated_read
tetg.sd7
text
text.s7i
textArea
textField
tiff.s7i
time
- time
- const type: time
- const func time: time (in var string: stri)
- const func time: time (NOW)
- const func time: time (in integer: year, in integer: month, in integer: day, in integer: hour, in integer: minute, in integer: second)
- const func time: time (in integer: year, in integer: month, in integer: day, in integer: hour, in integer: minute, in integer: second, in integer: micro_second)
time.s7i
timeInTimeZone
times
- const func arrayType: (in integer: factor) times (in baseType: element)
- const func arrayType: (attr arrayType) times (in baseType: element)
times
timestamp1601
timestamp1601ToTime
timestamp1970
timestamp1970ToTime
tis_620
tls.s7i
tlsFile
toAbsPath
toArray
- const func array integer: toArray (in bitset: aSet)
- const func array baseType: toArray (in setType: aSet)
- const func array baseType: toArray (in setType: aSet)
toAscii85
toAsciiHex
toBase
- const func string: toBase (in bigInteger: number, in string: digits)
- const func string: toBase (in string: byteStri, in string: digits)
toBase58
toBase64
toBottom
toCsvLine
toDays
toHours
toJacobian
toLocalTZ
toMicroSeconds
toMinutes
toMonths
toOsPath
toPackBits
toPackBitsPdf
toPercentEncoded
toQuotedPrintable
toSeconds
toShellPath
toTop
toUTC
toUrlEncoded
toUtf16Be
toUtf16Le
toUtf8
toUuencoded
toYears
toutf8.sd7
trim
trimValue
- const func string: trimValue (attr char, in string: stri)
- const func string: trimValue (in type: aType, in string: stri)
- const func string: trimValue (attr string, in string: stri)
trunc
- const func bigInteger: trunc (in bigRational: number)
- const func integer: trunc (in float: number)
- const func integer: trunc (in rational: number)
truncToDay
truncToHour
truncToMinute
truncToMonth
truncToSecond
truncToYear
truncate
- const proc: truncate (inout lsbOutBitStream: outBitStream, in integer: length)
- const proc: truncate (inout msbOutBitStream: outBitStream, in integer: length)
- const proc: truncate (in clib_file: aFile, in integer: length)
- const proc: truncate (in external_file: aFile, in integer: length)
- const proc: truncate (inout file: aFile, in integer: length)
- const proc: truncate (inout striFile: aStriFile, in integer: length)
- const proc: truncate (in utf16File: aFile, in integer: length)
type
uLeb128
uLeb128ToInt
- const func integer: uLeb128ToInt (in string: stri, inout integer: pos)
- const func integer: uLeb128ToInt (in string: stri)
unicode.s7i
unitVector
unsetenv
update
upper
upper.s7i
upperFile
utf16.s7i
utf16File
utf16beFile
utf16leFile
utf8.s7i
utf8File
validateSignature
values
- const func array baseType: values (in hashType: aHashMap)
- const func array jsonValue: values (in jsonValue: aValue)
varcharType
varfunc
vector3d
vector3d.s7i
vectorFont
vectorfont.s7i
verify
verifyKeyPair
viscii
void
voidHtmlElements
vspace
wait
waitFor
waitForRequest
wator.sd7
weekDateWeek
weekDateYear
weekOfYear
- const func integer: weekOfYear (in var integer: year, in integer: dayOfYear)
- const func integer: weekOfYear (in time: aDate)
while-statement
width
- const func integer: width (in bitmapFont: bmpFont, in string: stri)
- const func integer: width (in char: ch)
- const func integer: width (in console_file: aConsoleFile)
- const func integer: width (in font: aFont, in string: stri)
- const func integer: width (in PRIMITIVE_WINDOW: aWindow)
- const func integer: width (in graph_file: aGraphFile)
- const func integer: width (in image: anImage)
- const func integer: width (in pixmapFontFile: fontFile)
- const func integer: width (in string: stri)
- const func integer: width (in striText: aStriText)
- const func integer: width (in text: aTExt)
- const func integer: width (in vectorFont: vecFont, in string: stri)
- const func integer: width (in window_file: outText)
wildcard.s7i
wildcardMatch
window
window.s7i
window_file
wiz.sd7
word_read
wrinum.s7i
write
- const proc: write (inout lsbOutBitStream: outBitStream, in string: stri)
- const proc: write (inout msbOutBitStream: outBitStream, in string: stri)
- const proc: write (in clib_file: outFile, in string: stri)
- const proc: write (in console_file: aConsoleFile, in string: stri)
- const proc: write (inout file: outFile, in aType: aValue)
- const proc: write (in aType: aValue)
- const proc: write (in external_file: outFile, in string: stri)
- const proc: write (inout file: outFile, in string: stri)
- const proc: write (inout graph_file: aGraphFile, in string: stri)
- const proc: write (inout gzipWriteFile: outFile, in string: stri)
- const proc: write (inout bufferFile: outBufferFile, in string: stri)
- const proc: write (inout lineFile: outFile, in string: stri)
- const proc: write (inout logFile: log, ref func string: stri)
- const proc: write (inout lowerFile: outFile, in string: stri)
- const proc: write (inout moreFile: outFile, in string: stri)
- const proc: write (in null_file: outFile, in string: stri)
- const proc: write (inout pixmapFontFile: fontFile, in string: stri)
- const proc: write (in socket: outSocket, in string: stri)
- const proc: write (in string: stri)
- const proc: write (inout striFile: outStriFile, in string: stri)
- const proc: write (inout striText: outStriText, in string: stri)
- const proc: write (inout teeFile: outFile, in string: stri)
- const proc: write (inout tlsFile: outFile, in string: stri)
- const proc: write (inout upperFile: outFile, in string: stri)
- const proc: write (in utf16leFile: outFile, in string: stri)
- const proc: write (in utf16beFile: outFile, in string: stri)
- const proc: write (in utf8File: outFile, in string: stri)
- const proc: write (inout window_file: window_fil, in string: stri)
writeHtml
- const proc: writeHtml (inout file: outFile, in htmlDocument: document)
- const proc: writeHtml (in htmlDocument: document)
writef
writeln
- const proc: writeln (inout file: outFile, in aType: aValue)
- const proc: writeln (in aType: aValue)
- const proc: writeln (inout file: outFile)
- const proc: writeln (inout file: outFile, in string: stri)
- const proc: writeln (inout graph_file: aGraphFile)
- const proc: writeln (inout lineFile: outFile)
- const proc: writeln (inout logFile: log, ref func string: stri)
- const proc: writeln (inout lowerFile: outFile)
- const proc: writeln (inout lowerFile: outFile, in string: stri)
- const proc: writeln (inout moreFile: outFile)
- const proc: writeln (inout null_file: outFile)
- const proc: writeln (inout null_file: outFile, in string: stri)
- const proc: writeln (inout pixmapFontFile: fontFile)
- const proc: writeln (in socket: outSocket, in string: stri)
- const proc: writeln
- const proc: writeln (in string: stri)
- const proc: writeln (inout teeFile: outFile)
- const proc: writeln (inout tlsFile: outFile, in string: stri)
- const proc: writeln (inout upperFile: outFile)
- const proc: writeln (inout upperFile: outFile, in string: stri)
- const proc: writeln (inout window_file: window_fil)
x509BasicConstraints
- const func x509Extension: x509BasicConstraints (in integer: pathLenConstraint)
- const func x509Extension: x509BasicConstraints (in boolean: cA)
x509KeyUsage
x509cert.s7i
xHeight
xPos
- const func integer: xPos (in PRIMITIVE_WINDOW: aWindow)
- const func integer: xPos (in image: anImage)
xmlBaseNode
xmlContainer
xmlElement
xmlNode
xmlText
xml_ent.s7i
xmldom.s7i
xyArray
xz.s7i
xzFile
yPos
- const func integer: yPos (in PRIMITIVE_WINDOW: aWindow)
- const func integer: yPos (in image: anImage)
zip.s7i
zipArchive
zstd.s7i
zstdFile
{
- const func bitset: { (in integer: aNumber) }
- const func bitset: { (in tuple integer: numberTuple) }
- const func bitset: { (in integer: lowValue) .. (in integer: highValue) }
|
- const func bin32: (in bin32: bits1) | (in bin32: bits2)
- const func bin64: (in bin64: bits1) | (in bin64: bits2)
- const func bitset: (in bitset: set1) | (in bitset: set2)
- const func setType: (in setType: set1) | (in setType: set2)
- const func setType: (in setType: set1) | (in setType: set2)
|:=
- const proc: (inout bin32: bits1) |:= (in bin32: bits2)
- const proc: (inout bin64: bits1) |:= (in bin64: bits2)
- const proc: (inout bitset: dest) |:= (in bitset: set2)
- const proc: (inout setType: dest) |:= (in setType: set2)
- const proc: (inout setType: dest) |:= (in setType: set2)