⇑
Minimacy ROM
Bios
Arrays | ordered set of mutable elements |
Big numbers | numbers for cryptography |
Bitmaps | drawing with pixels |
Booleans | true & false |
Buffers | variable length strings |
Bytes array | mutable arrays of bytes |
Compressions | deflate and lzw |
Cryptography | AES, SHA, DES, RC4, MD5, ... |
Echo/console | write text in the terminal |
Fifos | first in, first out |
Files | files and file system |
Floats | floating numbers and vectors |
Hashmaps | a (key,value) construction |
Integers | conversions, random, basic operations |
Language | keywords and exceptions |
Lists | the prefered structure of functional languages |
Native fonts | (Windows only) |
Networking | sockets, ip, tcp, udp |
OpenGL ES | 3d library |
Reference | a simple parametric structure |
Strings | immutable arrays of bytes |
System | memory, apps, threads, lock, join, await |
Time | time, date, timeout, sleep, ... |
Top-level | commands for the top-level |
UI | user interface |
Bios source code
- bios.mcy
- bios._admin.mcy
- bios._console.mcy
- bios._date.mcy
- bios._file.mcy
- bios._keyboard.mcy
- bios._lock.mcy
- bios._net.mcy
- bios._pkg.mcy
- bios._thread.mcy
- bios._timer.mcy
- bios._ui.mcy
- bios._util.mcy
- bios._worker.mcy
Core libraries
Available but documentation in progress...
core.2d.bmp | BMP files (*.bmp) |
core.2d.gif | decoding GIF files (still or animated) |
core.2d.gif.maker | encoding GIF files (still or animated) |
core.2d.gl | a little 2d openGL library |
core.2d.jpg | decoding JPEG files |
core.2d.jpg.maker | encoding JPEG files |
core.2d.png | decoding PNG files |
core.2d.png.maker | encoding PNG files |
core.2d.polygon | draw polygons |
core.2d.qrcode | generate QR-codes |
core.2d.quantization | documentation in progress... |
core.3d.gl | documentation in progress... |
core.crypto.aes | documentation in progress... |
core.crypto.asn1 | documentation in progress... |
core.crypto.block | documentation in progress... |
core.crypto.cer | documentation in progress... |
core.crypto.csr | documentation in progress... |
core.crypto.curve25519 | documentation in progress... |
core.crypto.des | documentation in progress... |
core.crypto.ec | documentation in progress... |
core.crypto.ed25519 | documentation in progress... |
core.crypto.hash | documentation in progress... |
core.crypto.key | documentation in progress... |
core.crypto.oaep | documentation in progress... |
core.crypto.oid | documentation in progress... |
core.crypto.pem | documentation in progress... |
core.crypto.pkcs1 | documentation in progress... |
core.crypto.primal | documentation in progress... |
core.crypto.rsa | documentation in progress... |
core.crypto.rsapss | documentation in progress... |
core.crypto.shamir | documentation in progress... |
core.crypto.sign | documentation in progress... |
core.db.compiler | documentation in progress... |
core.net.dns | documentation in progress... |
core.net.http | http and websocket constants |
core.net.http.cli | http requests |
core.net.http.srv | a http server including websocket capability |
core.net.mime | mime types |
core.net.mysql | a mysql client |
core.net.ssh | documentation in progress... |
core.net.ssh.sftp | documentation in progress... |
core.net.ssh.shell | documentation in progress... |
core.net.tls.tcp | documentation in progress... |
core.net.tls13 | documentation in progress... |
core.net.websocket | documentation in progress... |
core.net.xtcp | documentation in progress... |
core.util.base64 | base64 representation |
core.util.gzip | *.gz files |
core.util.hashset | documentation in progress... |
core.util.huffman | documentation in progress... |
core.util.insertsort | the insert sort classical algorithm |
core.util.json | json format |
core.util.marshal.maker | documentation in progress... |
core.util.quicksort | the classical quicksort algorithm |
core.util.regexp | regular expressions |
core.util.table | table pretty print |
core.util.tar | *.tar files |
core.util.token | documentation in progress... |
core.util.tree1D | documentation in progress... |
core.util.tree23 | documentation in progress... |
core.util.xml | xml format |
core.util.zip | *.zip files |
All declarations
- AES_BLOCK
- ANS1_SHA1_MAGIC(documentation in progress...)
- ANS1_SHA256_MAGIC(documentation in progress...)
- ANS1_SHA384_MAGIC(documentation in progress...)
- ANS1_SHA512_MAGIC(documentation in progress...)
- ASN1_APPLICATION(documentation in progress...)
- ASN1_BITSTRING(documentation in progress...)
- ASN1_BOOLEAN(documentation in progress...)
- ASN1_CONTEXT_SPECIFIC(documentation in progress...)
- ASN1_EXTERNAL(documentation in progress...)
- ASN1_IA5STRING(documentation in progress...)
- ASN1_INTEGER(documentation in progress...)
- ASN1_NULL(documentation in progress...)
- ASN1_OBJECTIDENTIFIER(documentation in progress...)
- ASN1_OCTETSTRING(documentation in progress...)
- ASN1_PRINTABLESTRING(documentation in progress...)
- ASN1_PRIVATE(documentation in progress...)
- ASN1_SEQUENCE(documentation in progress...)
- ASN1_SET(documentation in progress...)
- ASN1_UNIVERSAL(documentation in progress...)
- ASN1_UTCTIME(documentation in progress...)
- ASN1_UTF8STRING(documentation in progress...)
- Aes
- Asn1(documentation in progress...)
- BLEND_ADD
- BLEND_ALPHA
- BLEND_AND
- BLEND_DESTINATION(documentation in progress...)
- BLEND_MAX
- BLEND_MIN
- BLEND_MUL
- BLEND_NONE
- BLEND_OR
- BLEND_SUB
- BLEND_XOR
- BLOCK_SIZE(documentation in progress...)
- BMP_24
- BMP_32
- BigNum
- BitReader(documentation in progress...)
- BitWriter(documentation in progress...)
- Bitmap
- BlendFunction
- Bool
- Buffer
- Bytes
- CBC(documentation in progress...)
- CLIENT_PACKET_MAX_SIZE(documentation in progress...)
- CLIENT_WINDOW_INIT(documentation in progress...)
- COMP_0
- COMP_255
- COMP_A
- COMP_A_INV
- COMP_B
- COMP_B_INV
- COMP_G
- COMP_G_INV
- COMP_R
- COMP_R_INV
- COOKIE_HTTP_ONLY
- COOKIE_SAMESITE_LAX
- COOKIE_SAMESITE_NONE
- COOKIE_SAMESITE_STRICT
- COOKIE_SECURE
- Component
- Cursor(documentation in progress...)
- DES_BLOCK
- Days
- Des
- ECL_HIGH
- ECL_LOW
- ECL_MEDIUM
- ECL_QUARTILE
- ERROR_BUSY
- ERROR_CLOSED
- ERROR_CONNECT
- ERROR_PACKET
- EllipticCurve(documentation in progress...)
- Exception
- FILE_APPEND
- FILE_READ_ONLY
- FILE_READ_WRITE
- FILE_REWRITE
- FONT_BOLD
- FONT_ITALIC
- FONT_PIXEL
- FONT_STRIKED
- FONT_UNDERLINE
- File
- FileInfo
- FileMode
- Float
- Floats
- Font
- GL_ALWAYS
- GL_ARRAY_BUFFER
- GL_BACK
- GL_BLEND
- GL_CCW
- GL_CLAMP_TO_EDGE
- GL_COLOR_BUFFER_BIT
- GL_CULL_FACE
- GL_CW
- GL_DEPTH_BUFFER_BIT
- GL_DEPTH_TEST
- GL_DITHER
- GL_DONT_CARE
- GL_DST_ALPHA
- GL_DST_COLOR
- GL_EQUAL
- GL_EXTENSIONS
- GL_FALSE
- GL_FASTEST
- GL_FRAGMENT_SHADER
- GL_FRAMEBUFFER
- GL_FRONT
- GL_FRONT_AND_BACK
- GL_GEQUAL
- GL_GREATER
- GL_LEQUAL
- GL_LESS
- GL_LINEAR
- GL_LINEAR_MIPMAP_LINEAR
- GL_LINEAR_MIPMAP_NEAREST
- GL_LINES
- GL_LINE_LOOP
- GL_LINE_STRIP
- GL_LUMINANCE
- GL_MODELVIEW(documentation in progress...)
- GL_MODELVIEW_MATRIX(documentation in progress...)
- GL_NEAREST
- GL_NEAREST_MIPMAP_LINEAR
- GL_NEAREST_MIPMAP_NEAREST
- GL_NICEST
- GL_NOTEQUAL
- GL_ONE
- GL_ONE_MINUS_DST_ALPHA
- GL_ONE_MINUS_DST_COLOR
- GL_ONE_MINUS_SRC_ALPHA
- GL_ONE_MINUS_SRC_COLOR
- GL_POINTS
- GL_PROJECTION(documentation in progress...)
- GL_PROJECTION_MATRIX(documentation in progress...)
- GL_RENDERER
- GL_REPEAT
- GL_REPLACE
- GL_RGB
- GL_RGBA
- GL_SCISSOR_TEST
- GL_SHADING_LANGUAGE_VERSION
- GL_SRC_ALPHA
- GL_SRC_ALPHA_SATURATE
- GL_SRC_COLOR
- GL_STATIC_DRAW
- GL_TEXTURE0
- GL_TEXTURE_2D
- GL_TEXTURE_MAG_FILTER
- GL_TEXTURE_MIN_FILTER
- GL_TEXTURE_WRAP_S
- GL_TEXTURE_WRAP_T
- GL_TRIANGLES
- GL_TRIANGLE_FAN
- GL_TRIANGLE_STRIP
- GL_TRUE
- GL_VENDOR
- GL_VERSION
- GL_VERTEX_SHADER
- GL_ZERO
- GlProgram
- GlShader
- GlTexture
- HMAC_FAILED(documentation in progress...)
- HTTPCLIENT_TIMEOUT
- HTTP_1_0
- HTTP_1_1
- HTTP_CACHE_CONTROL
- HTTP_CHUNKED
- HTTP_CONTENT_LENGTH
- HTTP_CONTENT_TYPE
- HTTP_COOKIE
- HTTP_LOCATION
- HTTP_MULTIPART
- HTTP_SET_COOKIE
- HTTP_TRANSFER_ENCODING
- HTTP_URLENCODED
- HttpArgs
- HttpSrv
- HuffmanTree(documentation in progress...)
- Int
- Join
- Json
- KS_Alt
- KS_Control
- KS_Meta
- KS_Shift
- Lock
- Lzw
- MODE_ALPHANUMERIC
- MODE_BYTE
- MODE_NUMERIC
- Mandatory(documentation in progress...)
- Md5
- Months
- Mysql
- MysqlReply
- OID_1_2_840_10045_2_1(documentation in progress...)
- OID_1_2_840_10045_3_1_7(documentation in progress...)
- OID_1_2_840_113549_1_1_1(documentation in progress...)
- OID_1_2_840_113549_1_1_11(documentation in progress...)
- OID_1_2_840_113549_1_1_13(documentation in progress...)
- OID_1_2_840_113549_1_9_1(documentation in progress...)
- OID_1_2_840_113549_1_9_14(documentation in progress...)
- OID_1_3_6_1_4_1_11129_2_4_2(documentation in progress...)
- OID_1_3_6_1_4_1_11129_2_5_3(documentation in progress...)
- OID_1_3_6_1_4_1_311_21_10(documentation in progress...)
- OID_1_3_6_1_4_1_311_21_7(documentation in progress...)
- OID_1_3_6_1_4_1_311_42_1(documentation in progress...)
- OID_1_3_6_1_4_1_311_60_2_1_2(documentation in progress...)
- OID_1_3_6_1_4_1_311_60_2_1_3(documentation in progress...)
- OID_1_3_6_1_5_5_7_1_1(documentation in progress...)
- OID_1_3_6_1_5_5_7_2_1(documentation in progress...)
- OID_1_3_6_1_5_5_7_3_1(documentation in progress...)
- OID_1_3_6_1_5_5_7_3_2(documentation in progress...)
- OID_1_3_6_1_5_5_7_48_1(documentation in progress...)
- OID_1_3_6_1_5_5_7_48_2(documentation in progress...)
- OID_2_16_840_1_114412_1_1(documentation in progress...)
- OID_2_16_840_1_114412_2_1(documentation in progress...)
- OID_2_23_140_1_1(documentation in progress...)
- OID_2_23_140_1_2_1(documentation in progress...)
- OID_2_23_140_1_2_2(documentation in progress...)
- OID_2_5_29_14(documentation in progress...)
- OID_2_5_29_15(documentation in progress...)
- OID_2_5_29_17(documentation in progress...)
- OID_2_5_29_19(documentation in progress...)
- OID_2_5_29_31(documentation in progress...)
- OID_2_5_29_32(documentation in progress...)
- OID_2_5_29_35(documentation in progress...)
- OID_2_5_29_37(documentation in progress...)
- OID_2_5_4_10(documentation in progress...)
- OID_2_5_4_11(documentation in progress...)
- OID_2_5_4_15(documentation in progress...)
- OID_2_5_4_3(documentation in progress...)
- OID_2_5_4_5(documentation in progress...)
- OID_2_5_4_6(documentation in progress...)
- OID_2_5_4_7(documentation in progress...)
- OID_2_5_4_8(documentation in progress...)
- OID_C(documentation in progress...)
- OID_CN(documentation in progress...)
- OID_INFO(documentation in progress...)
- OID_L(documentation in progress...)
- OID_MODULUS(documentation in progress...)
- OID_O(documentation in progress...)
- OID_OU(documentation in progress...)
- OID_PUBEXP(documentation in progress...)
- OID_RSA_PKCS1_SHA256(documentation in progress...)
- OID_RSA_PKCS1_SHA512(documentation in progress...)
- OID_SEP(documentation in progress...)
- OID_SHA1(documentation in progress...)
- OID_SHA256(documentation in progress...)
- OID_SHA512(documentation in progress...)
- OID_SIGNALGO(documentation in progress...)
- OID_SIGNATURE(documentation in progress...)
- OID_ST(documentation in progress...)
- OID_SUBJECT(documentation in progress...)
- OID_authorityInfoAccess(documentation in progress...)
- OID_authorityKeyIdentifier(documentation in progress...)
- OID_basicConstraints(documentation in progress...)
- OID_businessCategory(documentation in progress...)
- OID_cRLDistributionPoints(documentation in progress...)
- OID_caIssuers(documentation in progress...)
- OID_certificatePolicies(documentation in progress...)
- OID_clientAuth(documentation in progress...)
- OID_cps(documentation in progress...)
- OID_domain_validated(documentation in progress...)
- OID_ecPublicKey(documentation in progress...)
- OID_emailAddress(documentation in progress...)
- OID_ev_guidelines(documentation in progress...)
- OID_extKeyUsage(documentation in progress...)
- OID_id_ExtensionReq(documentation in progress...)
- OID_id_ad_ocsp(documentation in progress...)
- OID_jurisdictionOfIncorporationCountryName(documentation in progress...)
- OID_jurisdictionOfIncorporationStateOrProvinceName(documentation in progress...)
- OID_keyUsage(documentation in progress...)
- OID_organization_validated(documentation in progress...)
- OID_prime256v1(documentation in progress...)
- OID_rsaEncryption(documentation in progress...)
- OID_serialNumber(documentation in progress...)
- OID_serverAuth(documentation in progress...)
- OID_subjectAltName(documentation in progress...)
- OID_subjectKeyIdentifier(documentation in progress...)
- OIDs(documentation in progress...)
- QsDH(documentation in progress...)
- RSA(documentation in progress...)
- RSA_PKCS1_SHA1(documentation in progress...)
- RSA_PKCS1_SHA256(documentation in progress...)
- RSA_PKCS1_SHA384(documentation in progress...)
- RSA_PKCS1_SHA512(documentation in progress...)
- RSA_PSS_RSAE_SHA256(documentation in progress...)
- RSA_PSS_RSAE_SHA384(documentation in progress...)
- RSA_PSS_RSAE_SHA512(documentation in progress...)
- Rc4
- Ref
- RegExp
- SFTP_VERSION(documentation in progress...)
- SORT_BY_ACCESS_TIME(documentation in progress...)
- SORT_BY_ACCESS_TIME_DESC(documentation in progress...)
- SORT_BY_MODIFICATION_TIME(documentation in progress...)
- SORT_BY_MODIFICATION_TIME_DESC(documentation in progress...)
- SORT_BY_NAME(documentation in progress...)
- SORT_BY_NAME_DESC(documentation in progress...)
- SORT_BY_SIZE(documentation in progress...)
- SORT_BY_SIZE_DESC(documentation in progress...)
- SOURCE_EXTENSION(documentation in progress...)
- SSH(documentation in progress...)
- SSH2_MSG_CHANNEL_CLOSE(documentation in progress...)
- SSH2_MSG_CHANNEL_DATA(documentation in progress...)
- SSH2_MSG_CHANNEL_EOF(documentation in progress...)
- SSH2_MSG_CHANNEL_FAILURE(documentation in progress...)
- SSH2_MSG_CHANNEL_OPEN(documentation in progress...)
- SSH2_MSG_CHANNEL_OPEN_CONFIRMATION(documentation in progress...)
- SSH2_MSG_CHANNEL_OPEN_FAILURE(documentation in progress...)
- SSH2_MSG_CHANNEL_REQUEST(documentation in progress...)
- SSH2_MSG_CHANNEL_SUCCESS(documentation in progress...)
- SSH2_MSG_CHANNEL_WINDOW_ADJUST(documentation in progress...)
- SSH2_MSG_DISCONNECT(documentation in progress...)
- SSH2_MSG_GLOBAL_REQUEST(documentation in progress...)
- SSH2_MSG_IGNORE(documentation in progress...)
- SSH2_MSG_KEXINIT(documentation in progress...)
- SSH2_MSG_KEX_DH_GEX_GROUP(documentation in progress...)
- SSH2_MSG_KEX_DH_GEX_INIT(documentation in progress...)
- SSH2_MSG_KEX_DH_GEX_REPLY(documentation in progress...)
- SSH2_MSG_KEX_DH_GEX_REQUEST(documentation in progress...)
- SSH2_MSG_KEX_ECDH_INIT(documentation in progress...)
- SSH2_MSG_KEX_ECDH_REPLY(documentation in progress...)
- SSH2_MSG_NEWKEYS(documentation in progress...)
- SSH2_MSG_REQUEST_FAILURE(documentation in progress...)
- SSH2_MSG_REQUEST_SUCCESS(documentation in progress...)
- SSH2_MSG_SERVICE_ACCEPT(documentation in progress...)
- SSH2_MSG_SERVICE_REQUEST(documentation in progress...)
- SSH2_MSG_USERAUTH_BANNER(documentation in progress...)
- SSH2_MSG_USERAUTH_FAILURE(documentation in progress...)
- SSH2_MSG_USERAUTH_PK_OK(documentation in progress...)
- SSH2_MSG_USERAUTH_REQUEST(documentation in progress...)
- SSH2_MSG_USERAUTH_SUCCESS(documentation in progress...)
- SSH2_USERAUTH(documentation in progress...)
- SSH_CHANNEL_EOF(documentation in progress...)
- SSH_CHANNEL_FAILURE(documentation in progress...)
- SSH_CLIENT(documentation in progress...)
- SSH_CLOSED(documentation in progress...)
- SSH_CODE(documentation in progress...)
- SSH_DEBUG(documentation in progress...)
- SSH_FILEXFER_ATTR_ACMODTIME(documentation in progress...)
- SSH_FILEXFER_ATTR_EXTENDED(documentation in progress...)
- SSH_FILEXFER_ATTR_PERMISSIONS(documentation in progress...)
- SSH_FILEXFER_ATTR_SIZE(documentation in progress...)
- SSH_FILEXFER_ATTR_UIDGID(documentation in progress...)
- SSH_FXF_APPEND(documentation in progress...)
- SSH_FXF_CREAT(documentation in progress...)
- SSH_FXF_EXCL(documentation in progress...)
- SSH_FXF_READ(documentation in progress...)
- SSH_FXF_TRUNC(documentation in progress...)
- SSH_FXF_WRITE(documentation in progress...)
- SSH_FXP_ATTRS(documentation in progress...)
- SSH_FXP_CLOSE(documentation in progress...)
- SSH_FXP_DATA(documentation in progress...)
- SSH_FXP_EXTENDED(documentation in progress...)
- SSH_FXP_EXTENDED_REPLY(documentation in progress...)
- SSH_FXP_FSETSTAT(documentation in progress...)
- SSH_FXP_FSTAT(documentation in progress...)
- SSH_FXP_HANDLE(documentation in progress...)
- SSH_FXP_INIT(documentation in progress...)
- SSH_FXP_LSTAT(documentation in progress...)
- SSH_FXP_MKDIR(documentation in progress...)
- SSH_FXP_NAME(documentation in progress...)
- SSH_FXP_OPEN(documentation in progress...)
- SSH_FXP_OPENDIR(documentation in progress...)
- SSH_FXP_READ(documentation in progress...)
- SSH_FXP_READDIR(documentation in progress...)
- SSH_FXP_READLINK(documentation in progress...)
- SSH_FXP_REALPATH(documentation in progress...)
- SSH_FXP_REMOVE(documentation in progress...)
- SSH_FXP_RENAME(documentation in progress...)
- SSH_FXP_RMDIR(documentation in progress...)
- SSH_FXP_SETSTAT(documentation in progress...)
- SSH_FXP_STAT(documentation in progress...)
- SSH_FXP_STATUS(documentation in progress...)
- SSH_FXP_SYMLINK(documentation in progress...)
- SSH_FXP_VERSION(documentation in progress...)
- SSH_FXP_WRITE(documentation in progress...)
- SSH_FX_BAD_MESSAGE(documentation in progress...)
- SSH_FX_CONNECTION_LOST(documentation in progress...)
- SSH_FX_EOF(documentation in progress...)
- SSH_FX_FAILURE(documentation in progress...)
- SSH_FX_NO_CONNECTION(documentation in progress...)
- SSH_FX_NO_SUCH_FILE(documentation in progress...)
- SSH_FX_OK(documentation in progress...)
- SSH_FX_OP_UNSUPPORTED(documentation in progress...)
- SSH_FX_PERMISSION_DENIED(documentation in progress...)
- SSH_HMAC(documentation in progress...)
- SSH_MAx(documentation in progress...)
- SSH_MIN(documentation in progress...)
- SSH_N(documentation in progress...)
- SSH_NOK(documentation in progress...)
- SSH_NO_ALGO(documentation in progress...)
- SSH_OK(documentation in progress...)
- SSH_SIGNATURE(documentation in progress...)
- SSH_UNKNOWN(documentation in progress...)
- SSH_USERAUTH_FAILURE(documentation in progress...)
- SSH_ZERO_PADDING(documentation in progress...)
- SSHshell(documentation in progress...)
- Sample(documentation in progress...)
- Sftp(documentation in progress...)
- SftpCallback(documentation in progress...)
- SftpFile(documentation in progress...)
- SftpSort(documentation in progress...)
- Sha1
- Sha256
- Sha384
- Sha512
- Sprite
- SshAuth(documentation in progress...)
- SshDhgex(documentation in progress...)
- SshInit(documentation in progress...)
- SshKeys(documentation in progress...)
- SshStage(documentation in progress...)
- Str
- T0
- TLS(documentation in progress...)
- TLS_AES_128_GCM_SHA256(documentation in progress...)
- TLS_AES_256_GCM_SHA384(documentation in progress...)
- TLS_secp256r1(documentation in progress...)
- TLS_secp384r1(documentation in progress...)
- TLS_secp521r1(documentation in progress...)
- TLS_x25519(documentation in progress...)
- TOKEN_ALPHANUM_UNDER(documentation in progress...)
- TOKEN_BACKSLASH(documentation in progress...)
- TOKEN_DOUBLEQUOTE(documentation in progress...)
- TOKEN_HEXA(documentation in progress...)
- TOKEN_NUMERIC(documentation in progress...)
- TOKEN_QUOTE(documentation in progress...)
- TOKEN_SPACES(documentation in progress...)
- TarFile
- Tcp
- TcpSrv
- Texture(documentation in progress...)
- Thread
- TlsStage(documentation in progress...)
- TlsTcp(documentation in progress...)
- Token(documentation in progress...)
- Transfer(documentation in progress...)
- Tree1D(documentation in progress...)
- Tree23(documentation in progress...)
- UI_FULLSCREEN
- UI_GL
- UI_NORMAL
- UI_RESIZE
- UdpSrv
- WEBSOCKET_TIMEOUT
- WS_ACCEPT
- WS_KEY
- WS_OPCODE_BIN
- WS_OPCODE_CLOSE
- WS_OPCODE_CONTINUE
- WS_OPCODE_PING
- WS_OPCODE_PONG
- WS_OPCODE_TEXT
- WS_UUID
- WebSocket(documentation in progress...)
- XK_Caps_Lock
- XK_Delete
- XK_Down
- XK_End
- XK_F1
- XK_F10
- XK_F11
- XK_F12
- XK_F2
- XK_F3
- XK_F4
- XK_F5
- XK_F6
- XK_F7
- XK_F8
- XK_F9
- XK_Home
- XK_Insert
- XK_Left
- XK_Next
- XK_Num_Lock
- XK_Page_Down
- XK_Page_Up
- XK_Pause
- XK_Prior
- XK_Right
- XK_Scroll_Lock
- XK_Sys_Req
- XK_Up
- XTcp(documentation in progress...)
- Xml
- ZipFile
- \bigNum
- \float
- \integer
- \mod
- \modBarrett
- abs
- absf
- accelerometerInit
- accelerometerX
- accelerometerY
- accelerometerZ
- acos
- aesCheckLength(documentation in progress...)
- aesCmac(documentation in progress...)
- aesCreate
- aesDecrypt
- aesDecryptBytes
- aesDecryptCbc(documentation in progress...)
- aesDecryptEcb(documentation in progress...)
- aesEncrypt
- aesEncryptBytes
- aesEncryptCbc(documentation in progress...)
- aesEncryptCtr(documentation in progress...)
- aesEncryptCtrIncr(documentation in progress...)
- aesEncryptEcb(documentation in progress...)
- aesGcmDecrypt(documentation in progress...)
- aesGcmDecryptGroup(documentation in progress...)
- aesGcmEncrypt(documentation in progress...)
- aesOutput
- aesWriteBytes
- algosI(documentation in progress...)
- anyException
- appStart
- args
- array
- arrayCreate
- arrayFromList
- arrayIndexOf
- arrayInit
- arrayLength
- arrayMap
- arrayReduce
- arraySub(documentation in progress...)
- asin
- asn1BitString(documentation in progress...)
- asn1Bool(documentation in progress...)
- asn1ClassConstructed(documentation in progress...)
- asn1ClassPrimitive(documentation in progress...)
- asn1DistinguishedName(documentation in progress...)
- asn1Echo(documentation in progress...)
- asn1Else(documentation in progress...)
- asn1EncryptionAlgo(documentation in progress...)
- asn1GetObject(documentation in progress...)
- asn1IA5String(documentation in progress...)
- asn1InfoBlock(documentation in progress...)
- asn1Integer(documentation in progress...)
- asn1ListOfBignum(documentation in progress...)
- asn1ListOfHex(documentation in progress...)
- asn1ListOfOid(documentation in progress...)
- asn1ListOfRecStr(documentation in progress...)
- asn1ListOfStr(documentation in progress...)
- asn1MakeInfos(documentation in progress...)
- asn1Null(documentation in progress...)
- asn1ObjectIdentifier(documentation in progress...)
- asn1OctetString(documentation in progress...)
- asn1Pack(documentation in progress...)
- asn1PrintableString(documentation in progress...)
- asn1Raw(documentation in progress...)
- asn1RsaEncryption(documentation in progress...)
- asn1RsaKeyPub(documentation in progress...)
- asn1RsaSign(documentation in progress...)
- asn1Seq(documentation in progress...)
- asn1Set(documentation in progress...)
- asn1Subject(documentation in progress...)
- asn1Unpack(documentation in progress...)
- asn1UtcTime(documentation in progress...)
- asn1Utf8String(documentation in progress...)
- atan
- atan2
- atimeF(documentation in progress...)
- attrS(documentation in progress...)
- await
- b64Decode
- b64Encode
- b64FromUrl
- bigASL1
- bigASR
- bigASR1
- bigAbs
- bigAdd
- bigAddMod
- bigBarrett
- bigBit
- bigCmp
- bigDiv
- bigDivMod
- bigDivModBarrett
- bigDivRemainder
- bigDump
- bigEquals
- bigEuclid
- bigExp
- bigExpChinese
- bigExpChinese5
- bigExpChinese7
- bigExpMod
- bigExpModBarrett
- bigFromBytes
- bigFromDec
- bigFromHex
- bigFromInt
- bigFromSignedBytes
- bigFromSignedStr
- bigFromStr
- bigGcd
- bigGreater
- bigGreaterEquals
- bigInv
- bigIsEven
- bigIsNull
- bigIsOne
- bigLower
- bigLowerEquals
- bigLowestBit
- bigMod
- bigModBarrett
- bigModPower2
- bigMul
- bigMulMod
- bigMulModBarrett
- bigNbits
- bigNeg
- bigNegMod
- bigPositive
- bigPower2
- bigPrimal(documentation in progress...)
- bigRand
- bigSub
- bigSubMod
- bigX25519(documentation in progress...)
- bigXor
- binDump
- bitTest
- bitmapBlit
- bitmapCircle
- bitmapColoredBlit
- bitmapComponents
- bitmapCopy
- bitmapCreate
- bitmapErase
- bitmapFill
- bitmapFilledCircle
- bitmapFilledRectangle
- bitmapFromBmp
- bitmapFromGif
- bitmapFromJpg
- bitmapFromPng
- bitmapFromYCrCb
- bitmapGet
- bitmapH
- bitmapLine
- bitmapMakeColorTransparent
- bitmapPalettize(documentation in progress...)
- bitmapPlot
- bitmapPolygon
- bitmapPolygons
- bitmapRectangle
- bitmapResize
- bitmapScanline
- bitmapSet
- bitmapToYCrCb(documentation in progress...)
- bitmapW
- bmpFromBitmap
- bmpT(documentation in progress...)
- boolFromAsn1(documentation in progress...)
- brBit0To7(documentation in progress...)
- brBit7To0(documentation in progress...)
- brBitsLsb(documentation in progress...)
- brBitsMsb(documentation in progress...)
- brBytes(documentation in progress...)
- brCreate(documentation in progress...)
- break
- bufferAppend
- bufferAppendChar
- bufferAppendJoin
- bufferCreate
- bufferCreateWithSize
- bufferGet
- bufferLength
- bufferReset
- bufferSubBytes
- bufferSubStr
- bwAlign(documentation in progress...)
- bwBitsLsb(documentation in progress...)
- bwBitsLsbInv(documentation in progress...)
- bwBitsMsb(documentation in progress...)
- bwBytes(documentation in progress...)
- bwCreate(documentation in progress...)
- bwFinal(documentation in progress...)
- bytesAdler32
- bytesBuild
- bytesClear
- bytesCopy
- bytesCopyBytes
- bytesCrc32
- bytesCreate
- bytesFromBuffer
- bytesFromStr
- bytesGet
- bytesInit
- bytesLSL1
- bytesLeft
- bytesLength
- bytesRand
- bytesRead16Lsb
- bytesRead16Msb
- bytesRead24Lsb
- bytesRead24Msb
- bytesRead32Lsb
- bytesRead32Msb
- bytesRead8
- bytesReadFloat(documentation in progress...)
- bytesReadVarInt
- bytesReadVarUInt
- bytesRight
- bytesSet
- bytesSub
- bytesSubStr
- bytesSwapStr
- bytesVarIntNext
- bytesVarUIntNext
- bytesWrite16Lsb
- bytesWrite16Msb
- bytesWrite24Lsb
- bytesWrite24Msb
- bytesWrite32Lsb
- bytesWrite32Msb
- bytesWrite8
- bytesWriteVarInt
- bytesWriteVarUInt
- bytesXor
- bytesXorBytes
- call
- catch
- cbResultS(documentation in progress...)
- cbSF(documentation in progress...)
- cbcCreate(documentation in progress...)
- cbcDecrypt(documentation in progress...)
- cbcDecryptIntoBytes(documentation in progress...)
- cbcEncrypt(documentation in progress...)
- cbcEncryptIntoBytes(documentation in progress...)
- cd
- ceil
- cerCheckByAuth(documentation in progress...)
- cerDefaultVersion(documentation in progress...)
- cerEcho(documentation in progress...)
- cerFromAsn1(documentation in progress...)
- cerFromDER(documentation in progress...)
- cerFromPEM(documentation in progress...)
- cerMatchServerName(documentation in progress...)
- checkMask1(documentation in progress...)
- checkMask2(documentation in progress...)
- cleanPath
- clientInitS(documentation in progress...)
- clientPacketMaxSizeS(documentation in progress...)
- clientWindowS(documentation in progress...)
- clipboardCopy
- clipboardPaste
- closeAfterS(documentation in progress...)
- coefR(documentation in progress...)
- colorMakeARGB(documentation in progress...)
- commonFromAsn1(documentation in progress...)
- compression_algorithms_client_to_server(documentation in progress...)
- compression_algorithms_server_to_client(documentation in progress...)
- conc
- console
- consoleEnable
- consoleLn
- consoleTime
- const(documentation in progress...)
- contentXml
- cookieI(documentation in progress...)
- cos
- cosh
- countSF(documentation in progress...)
- cs
- csrDER(documentation in progress...)
- csrFromDER(documentation in progress...)
- csrFromPEM(documentation in progress...)
- csrPEM(documentation in progress...)
- ctrEncrypt(documentation in progress...)
- ctrEncryptOpti(documentation in progress...)
- ctrEncryptRef(documentation in progress...)
- cursorCreate(documentation in progress...)
- cursorShow(documentation in progress...)
- cursorSize(documentation in progress...)
- date
- dbCompile(documentation in progress...)
- dct88(documentation in progress...)
- dec3FromInt
- decEnabledK(documentation in progress...)
- decFromBig
- decFromInt
- decIvK(documentation in progress...)
- decKeyK(documentation in progress...)
- decMacK(documentation in progress...)
- decMacLenK(documentation in progress...)
- decNFromInt
- deflate
- deflateBytes
- derProcess(documentation in progress...)
- des3Decrypt(documentation in progress...)
- des3DecryptCbc(documentation in progress...)
- des3DecryptEcb(documentation in progress...)
- des3Encrypt(documentation in progress...)
- des3EncryptCbc(documentation in progress...)
- des3EncryptEcb(documentation in progress...)
- des3Key192(documentation in progress...)
- desCreate
- desDecrypt
- desEncrypt
- desOutput
- desWriteBytes
- device
- dhgexS(documentation in progress...)
- dir
- dirAppend
- dirList
- dirListInfo
- diskListInfo
- dnsAddHost(documentation in progress...)
- dnsRequest(documentation in progress...)
- do
- dosTimeFromTime
- dosTimeStamp
- doubleListCompress
- dump
- e
- e1R(documentation in progress...)
- e2R(documentation in progress...)
- eDH(documentation in progress...)
- ecAdd(documentation in progress...)
- ecCurve25519(documentation in progress...)
- ecDH(documentation in progress...)
- ecDump(documentation in progress...)
- ecEcdh(documentation in progress...)
- ecEcdhStr(documentation in progress...)
- ecKeyPair(documentation in progress...)
- ecKeyPairStr(documentation in progress...)
- ecKeyPub(documentation in progress...)
- ecMul(documentation in progress...)
- ecName(documentation in progress...)
- ecPointFromStr(documentation in progress...)
- ecRandom(documentation in progress...)
- ecSecp256k1(documentation in progress...)
- ecSecp256r1(documentation in progress...)
- ecSecp384r1(documentation in progress...)
- ecSecp521r1(documentation in progress...)
- ecSign(documentation in progress...)
- ecStrFromPoint(documentation in progress...)
- ecTest(documentation in progress...)
- ecVerify(documentation in progress...)
- ecbDecrypt(documentation in progress...)
- ecbDecryptIntoBytes(documentation in progress...)
- ecbEncrypt(documentation in progress...)
- ecbEncryptIntoBytes(documentation in progress...)
- echo
- echoEnable
- echoHexLn
- echoLn
- echoOIDHashmap(documentation in progress...)
- echoTime
- ed25519secret_to_public(documentation in progress...)
- ed25519sign(documentation in progress...)
- ed25519verify(documentation in progress...)
- else
- encEnabledK(documentation in progress...)
- encIvK(documentation in progress...)
- encKeyK(documentation in progress...)
- encMacK(documentation in progress...)
- encryption_algorithms_client_to_server(documentation in progress...)
- encryption_algorithms_server_to_client(documentation in progress...)
- enum
- equals
- errorReply
- errorS(documentation in progress...)
- exit
- exp
- extend
- extendedF(documentation in progress...)
- fDH(documentation in progress...)
- fHandlePacketS(documentation in progress...)
- false
- fifo
- fifoCount
- fifoCreate
- fifoFromList
- fifoIn
- fifoList
- fifoNext
- fifoOut
- fileArg
- fileClose
- fileContentS(documentation in progress...)
- fileDate
- fileDateSeconds
- fileInfo
- fileInfoIsDir
- fileInfoName
- fileInfoSize
- fileInfoUpdate
- fileList
- fileListInfo
- fileListS(documentation in progress...)
- fileOpen
- fileRead
- fileSize
- fileTell
- fileWrite
- filter
- find
- floatFromInt
- floatFromStr
- floatsFromArray
- floatsGet
- floatsLength
- floor
- fontDraw
- fontDrawU16
- fontFromHost
- fontH
- fontStringU16W
- fontStringW
- for
- framesFromGif
- fullDate
- fun
- gDH(documentation in progress...)
- gcmDecK(documentation in progress...)
- gcmDecrypt(documentation in progress...)
- gcmEncK(documentation in progress...)
- gcmEncrypt(documentation in progress...)
- gcmProcess(documentation in progress...)
- gidF(documentation in progress...)
- gifAnimate
- gifFromBitmap
- gifFromFrames
- gl2dDrawBackground
- gl2dDrawColoredSprite
- gl2dDrawFlatBox
- gl2dDrawSprite
- gl2dInitScreen
- gl2dSpriteCreate
- gl2dSpriteUpdateTexture
- gl2dSpriteUpdateUV
- glActiveTexture
- glAttachShader
- glBindTexture
- glBlendFunc
- glClear
- glClearColor
- glCompileShader
- glCopyTexImage2D
- glCopyTexSubImage2D
- glCreateProgram
- glCreateShader
- glCreateTexture
- glCullFace
- glDepthFunc
- glDepthMask
- glDisable
- glDisableVertexAttribArray
- glDrawArrays
- glES
- glEnable
- glEnableVertexAttribArray
- glFlush
- glFrontFace
- glFrustum(documentation in progress...)
- glGetAttribLocation
- glGetString
- glGetUniformLocation
- glHint
- glInitShaders(documentation in progress...)
- glLineWidth
- glLinkProgram
- glLoadIdentity(documentation in progress...)
- glMatrix(documentation in progress...)
- glMatrixMode(documentation in progress...)
- glMultMatrix(documentation in progress...)
- glOrtho(documentation in progress...)
- glPopMatrix(documentation in progress...)
- glProject3d(documentation in progress...)
- glPushMatrix(documentation in progress...)
- glRotate(documentation in progress...)
- glScale(documentation in progress...)
- glScissor
- glShaderSource
- glSwapBuffers
- glT(documentation in progress...)
- glTexImage2D
- glTexParameterf
- glTexParameteri
- glTranslate(documentation in progress...)
- glUniform1fv
- glUniform2fv
- glUniform3fv
- glUniform4fv
- glUniformMatrix2fv
- glUniformMatrix3fv
- glUniformMatrix4fv
- glUseProgram
- glVertexAttribPointer
- glViewport
- greetingS(documentation in progress...)
- gzipFromStr
- hDH(documentation in progress...)
- hT(documentation in progress...)
- handleS(documentation in progress...)
- hashDataS(documentation in progress...)
- hashmap
- hashmapCount
- hashmapCreate
- hashmapFind
- hashmapGet
- hashmapInit
- hashmapMap
- hashmapSet
- hashmapTest
- hashsetAdd(documentation in progress...)
- hashsetContains(documentation in progress...)
- hashsetCount(documentation in progress...)
- hashsetCreate(documentation in progress...)
- hashsetFind(documentation in progress...)
- hashsetInit(documentation in progress...)
- hashsetMap(documentation in progress...)
- hashsetRemove(documentation in progress...)
- hashsetTest(documentation in progress...)
- hd
- headerS(documentation in progress...)
- help
- hexDump
- hexFilter
- hexFromBig
- hexFromInt
- hexFromStr
- hmacCommon(documentation in progress...)
- hmacMd5(documentation in progress...)
- hmacSha1(documentation in progress...)
- hmacSha256(documentation in progress...)
- hmacSha384(documentation in progress...)
- hmacSha512(documentation in progress...)
- homeSF(documentation in progress...)
- hostKeyDH(documentation in progress...)
- hostName
- httpCreate
- httpFormUrlEncodedFromList
- httpGet
- httpGetRemote
- httpReuse
- httpSend
- httpSetCipherSuites
- httpSetClientCertificate
- httpSetHeader
- httpSetMultipart
- httpSetPostData
- huffmanBuildDecoder(documentation in progress...)
- huffmanBuildEncoder(documentation in progress...)
- huffmanComputeCodeLengths(documentation in progress...)
- huffmanCountAdd(documentation in progress...)
- huffmanCountStr(documentation in progress...)
- huffmanDecodeCode0To7(documentation in progress...)
- huffmanDecodeCode7To0(documentation in progress...)
- huffmanDump(documentation in progress...)
- huffmanDumpEx(documentation in progress...)
- huffmanDumpList(documentation in progress...)
- huffmanEncodeCode0To7(documentation in progress...)
- huffmanEncodeCode7To0(documentation in progress...)
- huffmanEncodeStr0To7(documentation in progress...)
- huffmanTreeFromFifos(documentation in progress...)
- iS(documentation in progress...)
- idct88
- if
- import
- in
- inList
- include
- inflate
- inputListener
- insert
- insertsort
- intAbbrev
- intFromAsn1(documentation in progress...)
- intFromBig
- intFromDec
- intFromFloat
- intFromHex
- intRand
- intRandSetSeed
- ipByName
- isInf
- isIp(documentation in progress...)
- isNan
- isU8
- joinCreate
- joinSend
- joinWait
- jpgFromBitmap
- jsonArray
- jsonArrayGet
- jsonBool
- jsonBoolGet
- jsonEncode
- jsonEncodePretty
- jsonFalse
- jsonFieldGet
- jsonFromU8
- jsonInt
- jsonIntGet
- jsonNull
- jsonNumber
- jsonNumberGet
- jsonObject
- jsonObjectGet
- jsonParse
- jsonString
- jsonStringGet
- jsonTrue
- kDH(documentation in progress...)
- kex_algorithms(documentation in progress...)
- keyFromDER(documentation in progress...)
- keyFromPEM(documentation in progress...)
- keyboardHeight
- keyboardHide
- keyboardShow
- keyboardState
- keysS(documentation in progress...)
- kill
- killApp
- lambda
- languages_client_to_server(documentation in progress...)
- languages_server_to_client(documentation in progress...)
- latinFromU16
- latinFromU8
- latinFromXml
- let
- list
- listFromArray
- listFromAsn1(documentation in progress...)
- listFromAsn1Subject(documentation in progress...)
- listFromHashmap
- listFromHashset(documentation in progress...)
- listGet
- listLast
- listLength
- listMatchHead
- ln
- load
- lockCreate
- lockSync
- log
- longF(documentation in progress...)
- lzwCreate
- lzwDeflate
- lzwDeflateFinalize
- lzwFromStr
- lzwInflate
- mac_algorithms_client_to_server(documentation in progress...)
- mac_algorithms_server_to_client(documentation in progress...)
- map
- marshalMaker(documentation in progress...)
- match
- max
- maxf
- md5(documentation in progress...)
- md5Create
- md5Output
- md5Process
- md5ProcessBytes
- md5double(documentation in progress...)
- memoryAuthorize
- memoryTake
- memoryUse
- mimeFromFilename
- min
- minf
- mkDataHash(documentation in progress...)
- mkMask(documentation in progress...)
- mkMask2(documentation in progress...)
- modulusR(documentation in progress...)
- montgoPower(documentation in progress...)
- montgoPrecompute(documentation in progress...)
- msgException
- mtimeF(documentation in progress...)
- mysqlColumns
- mysqlConnect
- mysqlConvertColumns
- mysqlLastInsert
- mysqlProtocol
- mysqlQuery
- mysqlQuit
- mysqlSetCharset
- mysqlUseDatabase
- mysqlVersion
- nameByIp
- nameByOID(documentation in progress...)
- net
- niceOID(documentation in progress...)
- nil
- oaepDecryptPriv(documentation in progress...)
- oaepDecryptPrivRsa(documentation in progress...)
- oaepDecryptPub(documentation in progress...)
- oaepDecryptPubRsa(documentation in progress...)
- oaepEncryptPriv(documentation in progress...)
- oaepEncryptPrivRsa(documentation in progress...)
- oaepEncryptPub(documentation in progress...)
- oaepEncryptPubRsa(documentation in progress...)
- of
- offsetSF(documentation in progress...)
- oidFromStr(documentation in progress...)
- oidHashmapINFO(documentation in progress...)
- oidHashmapMODULUS(documentation in progress...)
- oidHashmapPUBEXP(documentation in progress...)
- oidHashmapSIGNALGO(documentation in progress...)
- oidHashmapSIGNATURE(documentation in progress...)
- oidHashmapSUBJECT(documentation in progress...)
- oidHashmapSubjectAltName(documentation in progress...)
- okReply
- okS(documentation in progress...)
- onInput
- onTcp
- onTimeout
- onTimer
- orientationGet(documentation in progress...)
- p1R(documentation in progress...)
- p2R(documentation in progress...)
- pDH(documentation in progress...)
- packetsS(documentation in progress...)
- paddingANSI_X9_23(documentation in progress...)
- paddingISO_10126(documentation in progress...)
- paddingISO_7816_4(documentation in progress...)
- paddingPKCS_5(documentation in progress...)
- paddingTLS(documentation in progress...)
- paddingZero(documentation in progress...)
- paletteFromQuantization(documentation in progress...)
- paletteProject(documentation in progress...)
- parentDir
- pathDir
- pemDecode(documentation in progress...)
- pemMake(documentation in progress...)
- pemRead(documentation in progress...)
- pendingDataSF(documentation in progress...)
- permissionsF(documentation in progress...)
- pi
- pkcs1DecryptPriv(documentation in progress...)
- pkcs1DecryptPrivRsa(documentation in progress...)
- pkcs1DecryptPub(documentation in progress...)
- pkcs1DecryptPubRsa(documentation in progress...)
- pkcs1EncryptPriv(documentation in progress...)
- pkcs1EncryptPrivRsa(documentation in progress...)
- pkcs1EncryptPub(documentation in progress...)
- pkcs1EncryptPubRsa(documentation in progress...)
- pkg
- pkgList
- pkgScope
- pngFromBitmap
- privExpR(documentation in progress...)
- proto
- ps
- pubExpR(documentation in progress...)
- public
- publicKeyS(documentation in progress...)
- pwd
- qrcode
- qrcodeEcho
- qrcodeWithBorder
- quantifyFrame(documentation in progress...)
- quantization(documentation in progress...)
- quicksort
- quicksortFusion
- range
- rc4Create
- rc4Output
- rc4WriteBytes
- readInput
- reboot
- reduce
- refCreate
- refGet
- refSet
- regexpCreate
- regexpNext
- regexpTest
- remove
- renderColors(documentation in progress...)
- renderColors1Light(documentation in progress...)
- renderColors2Lights(documentation in progress...)
- renderFlat(documentation in progress...)
- renderTexture(documentation in progress...)
- return
- reverse
- rgbFromYCrCb
- round
- rowReply
- rsaCompletion(documentation in progress...)
- rsaComputePrivateExp(documentation in progress...)
- rsaCreate(documentation in progress...)
- rsaDump(documentation in progress...)
- rsaFromDER(documentation in progress...)
- rsaFromPEM(documentation in progress...)
- rsaImport(documentation in progress...)
- rsaModulus(documentation in progress...)
- rsaPkcs1Sign(documentation in progress...)
- rsaPkcs1SignatureCheck(documentation in progress...)
- rsaPssSign(documentation in progress...)
- rsaPssVerify(documentation in progress...)
- rsaPubExp(documentation in progress...)
- rsaPubFromAsn1(documentation in progress...)
- rsaRandomMsg(documentation in progress...)
- rsaSignAlgoByName(documentation in progress...)
- run
- save
- screenH
- screenW
- sendS(documentation in progress...)
- sendingDataSF(documentation in progress...)
- sendingOffsetSF(documentation in progress...)
- sendingS(documentation in progress...)
- sequenceNumberI(documentation in progress...)
- serverPacketMaxSizeS(documentation in progress...)
- serverWindowS(documentation in progress...)
- server_host_key_algorithms(documentation in progress...)
- set
- sftpAttrFromPermission(documentation in progress...)
- sftpConnect(documentation in progress...)
- sftpConnectAsync(documentation in progress...)
- sftpDir(documentation in progress...)
- sftpDirAsync(documentation in progress...)
- sftpEchoDir(documentation in progress...)
- sftpFtpStart(documentation in progress...)
- sftpGet(documentation in progress...)
- sftpGetAsync(documentation in progress...)
- sftpHandleFtp(documentation in progress...)
- sftpHome(documentation in progress...)
- sftpIsDir(documentation in progress...)
- sftpLStat(documentation in progress...)
- sftpLStatAsync(documentation in progress...)
- sftpMkPath(documentation in progress...)
- sftpMkdir(documentation in progress...)
- sftpMkdirAsync(documentation in progress...)
- sftpParseAttrs(documentation in progress...)
- sftpParseChannelData(documentation in progress...)
- sftpParseChannelSuccess(documentation in progress...)
- sftpParseData(documentation in progress...)
- sftpParseHandle(documentation in progress...)
- sftpParseName(documentation in progress...)
- sftpParseStatus(documentation in progress...)
- sftpParseVersion(documentation in progress...)
- sftpPut(documentation in progress...)
- sftpPutAsync(documentation in progress...)
- sftpRemove(documentation in progress...)
- sftpRemoveAsync(documentation in progress...)
- sftpRename(documentation in progress...)
- sftpRenameAsync(documentation in progress...)
- sftpRmdir(documentation in progress...)
- sftpRmdirAsync(documentation in progress...)
- sftpSend(documentation in progress...)
- sftpSetStat(documentation in progress...)
- sftpSetStatAsync(documentation in progress...)
- sftpSort(documentation in progress...)
- sftpStat(documentation in progress...)
- sftpStatAsync(documentation in progress...)
- sftpWWWSend(documentation in progress...)
- sha1(documentation in progress...)
- sha1Create
- sha1Output
- sha1Process
- sha1ProcessBytes
- sha1double(documentation in progress...)
- sha256(documentation in progress...)
- sha256Create
- sha256Output
- sha256Process
- sha256ProcessBytes
- sha256double(documentation in progress...)
- sha384(documentation in progress...)
- sha384Create
- sha384Output
- sha384Process
- sha384ProcessBytes
- sha384double(documentation in progress...)
- sha512(documentation in progress...)
- sha512Create
- sha512Output
- sha512Process
- sha512ProcessBytes
- sha512double(documentation in progress...)
- shamirFiniteField(documentation in progress...)
- shamirFromSecret(documentation in progress...)
- shamirMakeSecret(documentation in progress...)
- shamirSolve(documentation in progress...)
- shellConnect(documentation in progress...)
- shellHandle(documentation in progress...)
- shellParseChannelData(documentation in progress...)
- shellParseChannelSuccess(documentation in progress...)
- shellStart(documentation in progress...)
- shortF(documentation in progress...)
- signDH(documentation in progress...)
- signatureCheck(documentation in progress...)
- signatureGenerate(documentation in progress...)
- signedStrFromBig
- sin
- sinh
- sizeF(documentation in progress...)
- sleepMs
- smallDate
- soundAbort(documentation in progress...)
- soundPlaying(documentation in progress...)
- soundStart(documentation in progress...)
- sourceFromStr
- sql
- sqlFromStr
- sqr
- sqrt
- srvHttpAddHeader
- srvHttpCreate
- srvHttpGetClientCertificate
- srvHttpGetClientCertificateLogin
- srvHttpGetCookie
- srvHttpGetCookies
- srvHttpGetPostData
- srvHttpGetRemote
- srvHttpGetRequest
- srvHttpGetRequestHeaders
- srvHttpParseArgs
- srvHttpRedirect
- srvHttpSetCookie
- srvHttpSetHeader
- srvHttpSetStatus
- srvInitS(documentation in progress...)
- srvWsClose
- srvWsSend
- sshAuth(documentation in progress...)
- sshAuthPassword(documentation in progress...)
- sshAuthPublicKey(documentation in progress...)
- sshAuthWithPassword(documentation in progress...)
- sshAuthWithPublicKey(documentation in progress...)
- sshCheckSign(documentation in progress...)
- sshClientInit(documentation in progress...)
- sshClose(documentation in progress...)
- sshCodeUnknown(documentation in progress...)
- sshConnect(documentation in progress...)
- sshConnectAndAuth(documentation in progress...)
- sshConnectWithPassword(documentation in progress...)
- sshConnectWithPublicKey(documentation in progress...)
- sshDecodePacket(documentation in progress...)
- sshDump(documentation in progress...)
- sshEchoLn(documentation in progress...)
- sshFail(documentation in progress...)
- sshHandleAuth(documentation in progress...)
- sshHandleConnect(documentation in progress...)
- sshHandleConnectEcdh(documentation in progress...)
- sshHandleDefault(documentation in progress...)
- sshHexDump(documentation in progress...)
- sshMakeCb(documentation in progress...)
- sshMakeDhgeInit(documentation in progress...)
- sshMakeDhgeRequest(documentation in progress...)
- sshMakeEcdhRequest(documentation in progress...)
- sshMakeKeyExchangeInit(documentation in progress...)
- sshMakeMsg(documentation in progress...)
- sshMakeNewKeys(documentation in progress...)
- sshMakePacket(documentation in progress...)
- sshMsgChar(documentation in progress...)
- sshMsgInt(documentation in progress...)
- sshMsgInt64(documentation in progress...)
- sshMsgRaw(documentation in progress...)
- sshMsgStr(documentation in progress...)
- sshNotify(documentation in progress...)
- sshParse(documentation in progress...)
- sshParseChannelClose(documentation in progress...)
- sshParseChannelEof(documentation in progress...)
- sshParseChannelFailure(documentation in progress...)
- sshParseChannelOpenConfirmation(documentation in progress...)
- sshParseChannelRequest(documentation in progress...)
- sshParseChannelSuccess(documentation in progress...)
- sshParseChannelWindowAdjust(documentation in progress...)
- sshParseGlobalRequestDefault(documentation in progress...)
- sshParseGreeting(documentation in progress...)
- sshParseKexDhgeGroup(documentation in progress...)
- sshParseKexDhgeReply(documentation in progress...)
- sshParseKexEcdhReply(documentation in progress...)
- sshParseKeyExchangeInit(documentation in progress...)
- sshParseNewKeys(documentation in progress...)
- sshParsePacket(documentation in progress...)
- sshParseServiceAccept(documentation in progress...)
- sshParseUserAuthFailure(documentation in progress...)
- sshParseUserAuthPkOk(documentation in progress...)
- sshParseUserAuthSuccess(documentation in progress...)
- sshParseVals(documentation in progress...)
- sshSendCrypt(documentation in progress...)
- sshSendData(documentation in progress...)
- sshSendMsg(documentation in progress...)
- sshTcpClose(documentation in progress...)
- stageS(documentation in progress...)
- start
- stateSH(documentation in progress...)
- strAdler32
- strBuild
- strCat
- strCharPos
- strCharPosRev
- strCheckPos
- strCmp
- strContains
- strCrc32
- strCreate
- strEmpty
- strEndsWith
- strFloat
- strFormat
- strFromAsn1(documentation in progress...)
- strFromBig
- strFromBool
- strFromBuffer
- strFromBytes
- strFromChar
- strFromFloat
- strFromGzip
- strFromHex
- strFromLzw
- strFromOid(documentation in progress...)
- strFromSource
- strFromUrl
- strGet
- strInt16Lsb
- strInt16Msb
- strInt24Lsb
- strInt24Msb
- strInt32Lsb
- strInt32Msb
- strInt8
- strJoin
- strLeft
- strLeftBytes
- strLeftSpacePadding
- strLength
- strLengthU16
- strLengthU8
- strLines
- strListCat
- strLowercase
- strPos
- strPosRev
- strRand
- strRead16Lsb
- strRead16Msb
- strRead24Lsb
- strRead24Msb
- strRead32Lsb
- strRead32Msb
- strRead8
- strReadFloat(documentation in progress...)
- strReadU8(documentation in progress...)
- strReadVarInt
- strReadVarUInt
- strReplace
- strRight
- strSplit
- strStartsWith
- strSub
- strSubBytes
- strSwap
- strU8Next(documentation in progress...)
- strU8Previous(documentation in progress...)
- strUppercase
- strVarInt
- strVarIntNext
- strVarUInt
- strVarUIntNext
- strWithCR
- strWithCRLF
- strWithLF
- stringArg
- struct
- subjectFromAsn1(documentation in progress...)
- sum
- sys
- tablePrettyPrint
- tagXml
- tan
- tanh
- tarContent
- tarExtractDirectories
- tarExtractFiles
- tarFileName
- tarFromFileInfoList
- tarFromFileList
- tarLoadContent
- tarMode
- tarSize
- tarUpdate
- tcpClose
- tcpListen
- tcpNoDelay
- tcpOpen
- tcpRemoteIp
- tcpRemotePort
- tcpS(documentation in progress...)
- tcpSetTimeout
- tcpSrvClose
- tcpWrite
- test
- textureComputeRectangleUV(documentation in progress...)
- textureCreate(documentation in progress...)
- textureUpdate(documentation in progress...)
- textureUpdateRegion(documentation in progress...)
- then
- thisThread
- threadCycles
- threadFork
- threadId
- threadMaxMemory
- threadMemory
- threadName
- threadOrigin
- threadPost
- threadStop
- threadT0
- throw
- time
- timeFromDate
- timeFromYyddmmhhmmssz
- timeMs
- timers
- tl
- tlsAlert(documentation in progress...)
- tlsClientHello(documentation in progress...)
- tlsClose(documentation in progress...)
- tlsCreateCli(documentation in progress...)
- tlsCreateSrv(documentation in progress...)
- tlsGetClientCertificate(documentation in progress...)
- tlsGetServerName(documentation in progress...)
- tlsMakeHosts(documentation in progress...)
- tlsOnAlert(documentation in progress...)
- tlsOnReceive(documentation in progress...)
- tlsOnStage(documentation in progress...)
- tlsReceive(documentation in progress...)
- tlsSend(documentation in progress...)
- tlsSetCipherSuites(documentation in progress...)
- tlsSetSignatureAlgorithms(documentation in progress...)
- tlsSetSupportedGroups(documentation in progress...)
- tlsStage(documentation in progress...)
- tlsTcpClose(documentation in progress...)
- tlsTcpGetClientCertificate(documentation in progress...)
- tlsTcpGetServerName(documentation in progress...)
- tlsTcpListen(documentation in progress...)
- tlsTcpNoDelay(documentation in progress...)
- tlsTcpOn(documentation in progress...)
- tlsTcpOpen(documentation in progress...)
- tlsTcpRemoteIp(documentation in progress...)
- tlsTcpRemotePort(documentation in progress...)
- tlsTcpSetCipherSuites(documentation in progress...)
- tlsTcpSetTimeout(documentation in progress...)
- tlsTcpWrite(documentation in progress...)
- tlsWho(documentation in progress...)
- tls_STAGE_ERROR(documentation in progress...)
- tls_STAGE_HELLO(documentation in progress...)
- tls_STAGE_NEXT(documentation in progress...)
- tls_STAGE_READY(documentation in progress...)
- tokenContextError(documentation in progress...)
- tokenCreate(documentation in progress...)
- tokenCutAll(documentation in progress...)
- tokenDone(documentation in progress...)
- tokenFilterAnyChar(documentation in progress...)
- tokenFilterComment(documentation in progress...)
- tokenFilterCommentLine(documentation in progress...)
- tokenFilterFloat(documentation in progress...)
- tokenFilterHexa(documentation in progress...)
- tokenFilterInteger(documentation in progress...)
- tokenFilterKeywords(documentation in progress...)
- tokenFilterNumber(documentation in progress...)
- tokenFilterSkip(documentation in progress...)
- tokenFilterString(documentation in progress...)
- tokenFilterUntil(documentation in progress...)
- tokenFilterWord(documentation in progress...)
- tokenIndex(documentation in progress...)
- tokenIsNumber(documentation in progress...)
- tokenIsWord(documentation in progress...)
- tokenMoveOn(documentation in progress...)
- tokenNext(documentation in progress...)
- tokenTake(documentation in progress...)
- transferChunked(documentation in progress...)
- transferLength(documentation in progress...)
- transferNone(documentation in progress...)
- tree1DContains(documentation in progress...)
- tree1DDepth(documentation in progress...)
- tree1DIndex(documentation in progress...)
- tree1DInsert(documentation in progress...)
- tree1DRemove(documentation in progress...)
- tree1DRow(documentation in progress...)
- tree1DVisit(documentation in progress...)
- tree1DVisitDesc(documentation in progress...)
- tree1DVisitRange(documentation in progress...)
- tree23AtLeast(documentation in progress...)
- tree23Delete(documentation in progress...)
- tree23Depth(documentation in progress...)
- tree23Dump(documentation in progress...)
- tree23Find(documentation in progress...)
- tree23Insert(documentation in progress...)
- tree23Visit(documentation in progress...)
- tree23VisitDesc(documentation in progress...)
- trim
- tripleListCompress
- true
- try
- u16FromLatin
- u16FromU8
- u8FromJson
- u8FromLatin
- u8FromU16
- u8FromXml
- udpClose
- udpCreate
- udpRemoteIp
- udpRemotePort
- udpSend
- uiBuffer
- uiH
- uiMultiTouch
- uiOnClick
- uiOnClose
- uiOnDropFiles(documentation in progress...)
- uiOnHwheel
- uiOnKeyDown
- uiOnKeyUp
- uiOnMouseMove
- uiOnMove
- uiOnPaint
- uiOnResume
- uiOnSize
- uiOnSuspend
- uiOnUnclick
- uiOnVwheel
- uiResize
- uiSetName
- uiStart
- uiStop
- uiUpdate
- uiUpdateRegion
- uiW
- uiX
- uiY
- uidF(documentation in progress...)
- unPaddingANSI_X9_23(documentation in progress...)
- unPaddingISO_10126(documentation in progress...)
- unPaddingISO_7816_4(documentation in progress...)
- unPaddingPKCS_5(documentation in progress...)
- unPaddingTLS(documentation in progress...)
- urlFromB64
- urlFromStr
- userDir
- var(documentation in progress...)
- version
- visit
- wT(documentation in progress...)
- while
- with
- wsClose(documentation in progress...)
- wsConnect(documentation in progress...)
- wsCreate(documentation in progress...)
- wsGetRemote(documentation in progress...)
- wsGetReplyHeaders(documentation in progress...)
- wsGetStatus(documentation in progress...)
- wsSend(documentation in progress...)
- x25519(documentation in progress...)
- x25519Ecdh(documentation in progress...)
- x25519KeyPair(documentation in progress...)
- x25519KeyPub(documentation in progress...)
- x25519Random(documentation in progress...)
- xDH(documentation in progress...)
- xTcpClose(documentation in progress...)
- xTcpGetClientCertificate(documentation in progress...)
- xTcpGetServerName(documentation in progress...)
- xTcpListen(documentation in progress...)
- xTcpNoDelay(documentation in progress...)
- xTcpOn(documentation in progress...)
- xTcpOpen(documentation in progress...)
- xTcpOpenExt(documentation in progress...)
- xTcpRemoteIp(documentation in progress...)
- xTcpRemotePort(documentation in progress...)
- xTcpSetCipherSuites(documentation in progress...)
- xTcpSetTimeout(documentation in progress...)
- xTcpWrite(documentation in progress...)
- xmlEncode
- xmlEncodePretty
- xmlFilterChilds
- xmlFromStr
- xmlGetAttribute
- xmlGetAttributes
- xmlGetChilds
- xmlGetContent
- xmlGetTag
- xmlParse
- yCrCbFromRgb(documentation in progress...)
- yyddmmhhmmsszFromTime
- zipCompressed
- zipContent
- zipExtractFiles
- zipFileName
- zipFlag
- zipFromFileInfoList
- zipFromFileList
- zipLoadContent
- zipUncompressed
- zipUpdate