====== Funktionsglossar — Buchstabe R ====== 334 Einträge. Zurück zur [[lyx_-_programmiersprache:units:glossar|Übersicht]] · [[lyx_-_programmiersprache:units|Unit-Verzeichnis]] [[lyx_-_programmiersprache:units:glossar:sonstige|#]] · [[lyx_-_programmiersprache:units:glossar:a|A]] · [[lyx_-_programmiersprache:units:glossar:b|B]] · [[lyx_-_programmiersprache:units:glossar:c|C]] · [[lyx_-_programmiersprache:units:glossar:d|D]] · [[lyx_-_programmiersprache:units:glossar:e|E]] · [[lyx_-_programmiersprache:units:glossar:f|F]] · [[lyx_-_programmiersprache:units:glossar:g|G]] · [[lyx_-_programmiersprache:units:glossar:h|H]] · [[lyx_-_programmiersprache:units:glossar:i|I]] · [[lyx_-_programmiersprache:units:glossar:j|J]] · [[lyx_-_programmiersprache:units:glossar:k|K]] · [[lyx_-_programmiersprache:units:glossar:l|L]] · [[lyx_-_programmiersprache:units:glossar:m|M]] · [[lyx_-_programmiersprache:units:glossar:n|N]] · [[lyx_-_programmiersprache:units:glossar:o|O]] · [[lyx_-_programmiersprache:units:glossar:p|P]] · [[lyx_-_programmiersprache:units:glossar:q|Q]] · **R** · [[lyx_-_programmiersprache:units:glossar:s|S]] · [[lyx_-_programmiersprache:units:glossar:t|T]] · [[lyx_-_programmiersprache:units:glossar:u|U]] · [[lyx_-_programmiersprache:units:glossar:v|V]] · [[lyx_-_programmiersprache:units:glossar:w|W]] · [[lyx_-_programmiersprache:units:glossar:x|X]] · [[lyx_-_programmiersprache:units:glossar:y|Y]] · [[lyx_-_programmiersprache:units:glossar:z|Z]] ---- ^ Funktion ^ Signatur ^ Unit ^ | ''R2AccessKeyCreate'' | ''(creds: CFCredentials, accountId: pchar, name: pchar, permissions: pchar): int64'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.r2]] | | ''R2AccessKeyDelete'' | ''(creds: CFCredentials, accountId: pchar, keyId: pchar): int64'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.r2]] | | ''R2AccessKeyList'' | ''(creds: CFCredentials, accountId: pchar): int64'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.r2]] | | ''R2BucketCreate'' | ''(creds: CFCredentials, accountId: pchar, bucket: pchar, location: pchar): int64'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.r2]] | | ''R2BucketDelete'' | ''(creds: CFCredentials, accountId: pchar, bucket: pchar): int64'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.r2]] | | ''R2BucketEnablePublic'' | ''(creds: CFCredentials, accountId: pchar, bucket: pchar): int64'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.r2]] | | ''R2BucketExists'' | ''(creds: CFCredentials, accountId: pchar, bucket: pchar): int64'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.r2]] | | ''R2BucketList'' | ''(creds: CFCredentials, accountId: pchar): int64'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.r2]] | | ''R2Connect'' | ''(creds: CFCredentials, accountId: pchar): R2Conn'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.r2]] | | ''R2Copy'' | ''(c: R2Conn, srcBucket: pchar, srcKey: pchar, dstBucket: pchar, dstKey: pchar): int64'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.r2]] | | ''R2CustomDomainAdd'' | ''(creds: CFCredentials, accountId: pchar, bucket: pchar, domain: pchar, zoneId: pchar): int64'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.r2]] | | ''R2CustomDomainList'' | ''(creds: CFCredentials, accountId: pchar, bucket: pchar): int64'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.r2]] | | ''R2CustomDomainRemove'' | ''(creds: CFCredentials, accountId: pchar, bucket: pchar, domain: pchar): int64'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.r2]] | | ''R2Delete'' | ''(c: R2Conn, bucket: pchar, key: pchar): int64'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.r2]] | | ''R2Disconnect'' | ''(c: R2Conn): void'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.r2]] | | ''R2Download'' | ''(c: R2Conn, bucket: pchar, key: pchar): int64'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.r2]] | | ''R2Exists'' | ''(c: R2Conn, bucket: pchar, key: pchar): int64'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.r2]] | | ''R2GetMeta'' | ''(c: R2Conn, bucket: pchar, key: pchar): int64'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.r2]] | | ''R2List'' | ''(c: R2Conn, bucket: pchar, prefix: pchar): int64'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.r2]] | | ''R2MultipartAbort'' | ''(c: R2Conn, bucket: pchar, key: pchar, uploadId: pchar): int64'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.r2]] | | ''R2MultipartComplete'' | ''(c: R2Conn, bucket: pchar, key: pchar, uploadId: pchar, parts: int64, count: int64): int64'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.r2]] | | ''R2MultipartStart'' | ''(c: R2Conn, bucket: pchar, key: pchar): int64'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.r2]] | | ''R2MultipartUpload'' | ''(c: R2Conn, bucket: pchar, key: pchar, uploadId: pchar, partNum: int64, data: int64, dataLen: int64): int64'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.r2]] | | ''R2PresignedURL'' | ''(c: R2Conn, bucket: pchar, key: pchar, method: pchar, expirySeconds: int64): int64'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.r2]] | | ''R2PublicURL'' | ''(accountId: pchar, bucket: pchar, key: pchar): int64'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.r2]] | | ''R2Score'' | ''(y_true: int64, y_pred: int64, n: int64): f64'' | [[lyx_-_programmiersprache:units:ml|std.ml]] | | ''R2Score2'' | ''(y_true0: f64, y_true1: f64, y_pred0: f64, y_pred1: f64): f64'' | [[lyx_-_programmiersprache:units:ml|std.ml]] | | ''R2Upload'' | ''(c: R2Conn, bucket: pchar, key: pchar, data: int64, dataLen: int64): int64'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.r2]] | | ''RadToDeg'' | ''(rad: f64): f64'' | [[lyx_-_programmiersprache:units:coordinates:transform|std.coordinates.transform]] | | ''RadToDeg'' | ''(radians: f64): f64'' | [[lyx_-_programmiersprache:units:math:constants|std.math.constants]] | | ''RandBytes'' | ''(buf: int64, len: int64): int64'' | [[lyx_-_programmiersprache:units:crypto:rand|std.crypto.rand]] | | ''RandBytesExact'' | ''(buf: int64, len: int64): int64'' | [[lyx_-_programmiersprache:units:crypto:rand|std.crypto.rand]] | | ''RandInt64'' | ''(): int64'' | [[lyx_-_programmiersprache:units:crypto:rand|std.crypto.rand]] | | ''RandU32'' | ''(): int64'' | [[lyx_-_programmiersprache:units:crypto:rand|std.crypto.rand]] | | ''Range2DContains'' | ''(r2d: Range2D, p: Vec2): bool'' | [[lyx_-_programmiersprache:units:circle|std.circle]] | | ''Range2DFromPoints'' | ''(p1: Vec2, p2: Vec2): Range2D'' | [[lyx_-_programmiersprache:units:circle|std.circle]] | | ''Range2DFromRect'' | ''(r: Rect): Range2D'' | [[lyx_-_programmiersprache:units:circle|std.circle]] | | ''Range2DIntersects'' | ''(r2d: Range2D, other: Range2D): bool'' | [[lyx_-_programmiersprache:units:circle|std.circle]] | | ''Range2DNew'' | ''(x_range: Range, y_range: Range): Range2D'' | [[lyx_-_programmiersprache:units:circle|std.circle]] | | ''Range2DToRect'' | ''(r2d: Range2D): Rect'' | [[lyx_-_programmiersprache:units:circle|std.circle]] | | ''RangeCenter'' | ''(r: Range): int64'' | [[lyx_-_programmiersprache:units:circle|std.circle]] | | ''RangeContains'' | ''(r: Range, value: int64): bool'' | [[lyx_-_programmiersprache:units:circle|std.circle]] | | ''RangeContainsExclusive'' | ''(r: Range, value: int64): bool'' | [[lyx_-_programmiersprache:units:circle|std.circle]] | | ''RangeContainsRange'' | ''(r: Range, inner: Range): bool'' | [[lyx_-_programmiersprache:units:circle|std.circle]] | | ''RangeEmpty'' | ''(): Range'' | [[lyx_-_programmiersprache:units:circle|std.circle]] | | ''RangeExpand'' | ''(r: Range, value: int64): Range'' | [[lyx_-_programmiersprache:units:circle|std.circle]] | | ''RangeFromValue'' | ''(value: int64, delta: int64): Range'' | [[lyx_-_programmiersprache:units:circle|std.circle]] | | ''RangeInflate'' | ''(r: Range, amount: int64): Range'' | [[lyx_-_programmiersprache:units:circle|std.circle]] | | ''RangeIntersection'' | ''(r: Range, other: Range): Range'' | [[lyx_-_programmiersprache:units:circle|std.circle]] | | ''RangeIntersects'' | ''(r: Range, other: Range): bool'' | [[lyx_-_programmiersprache:units:circle|std.circle]] | | ''RangeIsEmpty'' | ''(r: Range): bool'' | [[lyx_-_programmiersprache:units:circle|std.circle]] | | ''RangeLength'' | ''(r: Range): int64'' | [[lyx_-_programmiersprache:units:circle|std.circle]] | | ''RangeNew'' | ''(min: int64, max: int64): Range'' | [[lyx_-_programmiersprache:units:circle|std.circle]] | | ''RangeUnion'' | ''(r: Range, other: Range): Range'' | [[lyx_-_programmiersprache:units:circle|std.circle]] | | ''RarClose'' | ''(handle: int64): void'' | [[lyx_-_programmiersprache:units:rar|std.rar]] | | ''RarCount'' | ''(handle: int64): int64'' | [[lyx_-_programmiersprache:units:rar|std.rar]] | | ''RarFind'' | ''(handle: int64, name: pchar): int64'' | [[lyx_-_programmiersprache:units:rar|std.rar]] | | ''RarLastError'' | ''(handle: int64): int64'' | [[lyx_-_programmiersprache:units:rar|std.rar]] | | ''RarName'' | ''(handle: int64, idx: int64): int64'' | [[lyx_-_programmiersprache:units:rar|std.rar]] | | ''RarOpen'' | ''(path: pchar): int64'' | [[lyx_-_programmiersprache:units:rar|std.rar]] | | ''RarRead'' | ''(handle: int64, idx: int64, outBuf: int64, maxLen: int64): int64'' | [[lyx_-_programmiersprache:units:rar|std.rar]] | | ''RarSize'' | ''(handle: int64, idx: int64): int64'' | [[lyx_-_programmiersprache:units:rar|std.rar]] | | ''RarSkippedCount'' | ''(handle: int64): int64'' | [[lyx_-_programmiersprache:units:rar|std.rar]] | | ''RatAbs'' | ''(a: Rat): Rat'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatAdd'' | ''(a: Rat, b: Rat): Rat'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatApprox'' | ''(a: Rat, maxDen: int64): Rat'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatCeil'' | ''(a: Rat): int64'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatCmp'' | ''(a: Rat, b: Rat): int64'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatContinuedFrac'' | ''(a: Rat, outArr: int64, maxN: int64): int64'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatCopy'' | ''(a: Rat): Rat'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatDen'' | ''(a: Rat): int64'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatDiv'' | ''(a: Rat, b: Rat): Rat'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RateLimitCreate'' | ''(c: CFClient, zoneId: pchar, urlPattern: pchar, threshold: int64, period: int64, action: pchar, timeout: int64): CFRateLimit'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.waf]] | | ''RateLimitDelete'' | ''(c: CFClient, zoneId: pchar, ruleId: pchar): int64'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.waf]] | | ''RateLimitList'' | ''(c: CFClient, zoneId: pchar): int64'' | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud.cf.waf]] | | ''RatEquals'' | ''(a: Rat, b: Rat): bool'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatFloor'' | ''(a: Rat): int64'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatFormat'' | ''(a: Rat, buf: int64, bufLen: int64): int64'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatFormatDecimal'' | ''(a: Rat, digits: int64, buf: int64, bufLen: int64): int64'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatFrac'' | ''(a: Rat): Rat'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatFromContinuedFrac'' | ''(arr: int64, n: int64): Rat'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatFromF64'' | ''(x: f64, maxDen: int64): Rat'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatFromF64Exact'' | ''(x: f64): Rat'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatFromInt'' | ''(n: int64): Rat'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatInv'' | ''(a: Rat): Rat'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatIsInt'' | ''(a: Rat): bool'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatIsValid'' | ''(a: Rat): bool'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatIsZero'' | ''(a: Rat): bool'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatLe'' | ''(a: Rat, b: Rat): bool'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatLt'' | ''(a: Rat, b: Rat): bool'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatMax'' | ''(a: Rat, b: Rat): Rat'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatMediant'' | ''(a: Rat, b: Rat): Rat'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatMin'' | ''(a: Rat, b: Rat): Rat'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatMul'' | ''(a: Rat, b: Rat): Rat'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatNeg'' | ''(a: Rat): Rat'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatNew'' | ''(n: int64, d: int64): Rat'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatNum'' | ''(a: Rat): int64'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatOne'' | ''(): Rat'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatParse'' | ''(s: pchar): Rat'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatPow'' | ''(a: Rat, e: int64): Rat'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatRound'' | ''(a: Rat): int64'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatRoundHalfEven'' | ''(a: Rat): int64'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatSign'' | ''(a: Rat): int64'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatSimplest'' | ''(lo: Rat, hi: Rat): Rat'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatSub'' | ''(a: Rat, b: Rat): Rat'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatToF64'' | ''(a: Rat): f64'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatTrunc'' | ''(a: Rat): int64'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RatZero'' | ''(): Rat'' | [[lyx_-_programmiersprache:units:rat|std.rat]] | | ''RawSocketClose'' | ''(sock: RawSocket): void'' | [[lyx_-_programmiersprache:units:net:socket|std.net.socket]] | | ''RawSocketNew'' | ''(protocol: int64): RawSocket'' | [[lyx_-_programmiersprache:units:net:socket|std.net.socket]] | | ''RawSocketRecvFrom'' | ''(sock: RawSocket, buf: int64, n: int64, srcAddr: int64, addrlen: int64): int64'' | [[lyx_-_programmiersprache:units:net:socket|std.net.socket]] | | ''RawSocketSendTo'' | ''(sock: RawSocket, buf: int64, n: int64, destAddr: int64): int64'' | [[lyx_-_programmiersprache:units:net:socket|std.net.socket]] | | ''ReadableCharRead'' | ''(char: ReadableChar, fd: int64, buf: int64, bufLen: int64): int64'' | [[lyx_-_programmiersprache:units:hardware:bluetooth_ai|std.hardware.bluetooth_ai]] | | ''ReadBatteryLevel'' | ''(fd: int64, battHandle: int64): int64'' | [[lyx_-_programmiersprache:units:hardware:bluetooth_gattc|std.hardware.bluetooth_gattc]] | | ''ReadChar'' | ''(): int64'' | [[lyx_-_programmiersprache:units:crt|std.crt]] | | ''ReadFile'' | ''(path: pchar, buf: pchar, max_len: int64): int64'' | [[lyx_-_programmiersprache:units:fs|std.fs]] | | ''ReadHeartRate'' | ''(fd: int64, hrHandle: int64, flagsOut: int64, bpmOut: int64): int64'' | [[lyx_-_programmiersprache:units:hardware:bluetooth_gattc|std.hardware.bluetooth_gattc]] | | ''ReadKeyRaw'' | ''(): int64'' | [[lyx_-_programmiersprache:units:crt_raw|std.crt_raw]] | | ''ReadKeyRaw'' | ''(): int64'' | [[lyx_-_programmiersprache:units:lyxvision:drivers|std.lyxvision.drivers]] | | ''ReadLink'' | ''(path: pchar, buf: pchar, bufLen: int64): int64'' | [[lyx_-_programmiersprache:units:fs|std.fs]] | | ''Readlink'' | ''(path: pchar, buf: pchar, bufLen: int64): int64'' | [[lyx_-_programmiersprache:units:fs|std.fs]] | | ''ReadLinkStr'' | ''(path: pchar, buf: pchar, bufLen: int64): int64'' | [[lyx_-_programmiersprache:units:fs|std.fs]] | | ''ReadV'' | ''(fd: int64, iov: int64, iovcnt: int64): int64'' | [[lyx_-_programmiersprache:units:fs_ext|std.fs_ext]] | | ''ReadVarInt'' | ''(buf: int64, pos: int64): int64'' | [[lyx_-_programmiersprache:units:pack|std.pack]] | | ''realloc_mem'' | ''(ptr: int64, new_size: int64): int64'' | [[lyx_-_programmiersprache:units:alloc|std.alloc]] | | ''Reboot'' | ''(cmd: int64): int64'' | [[lyx_-_programmiersprache:units:sysadmin|std.sysadmin]] | | ''RectArea'' | ''(r: Rect): int64'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectBottom'' | ''(r: Rect): int64'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectBottomLeft'' | ''(r: Rect): Vec2'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectBottomRight'' | ''(r: Rect): Vec2'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectCenter'' | ''(r: Rect): Vec2'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectClamp'' | ''(r: Rect, bounds: Rect): Rect'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectClampPoint'' | ''(r: Rect, p: Vec2): Vec2'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectContains'' | ''(r: Rect, p: Vec2): bool'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectContainsInclusive'' | ''(r: Rect, p: Vec2): bool'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectContainsPoint'' | ''(r: TRect, px: int64, py: int64): bool'' | [[lyx_-_programmiersprache:units:lyxvision:types|std.lyxvision.types]] | | ''RectCorners'' | ''(r: Rect): [4]Vec2'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectDeflate'' | ''(r: Rect, amount: int64): Rect'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectDistanceToPoint'' | ''(r: Rect, p: Vec2): int64'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectEmpty'' | ''(): Rect'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectEmpty'' | ''(): TRect'' | [[lyx_-_programmiersprache:units:lyxvision:types|std.lyxvision.types]] | | ''RectEqual'' | ''(a: Rect, b: Rect): bool'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectExpand'' | ''(r: Rect, p: Vec2): Rect'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectFromCenterSize'' | ''(center: Vec2, size: Vec2): Rect'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectFromCoords'' | ''(ax: int64, ay: int64, bx: int64, by: int64): TRect'' | [[lyx_-_programmiersprache:units:lyxvision:types|std.lyxvision.types]] | | ''RectFromPoints'' | ''(p1: Vec2, p2: Vec2): Rect'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectFromXYWH'' | ''(x: int64, y: int64, w: int64, h: int64): Rect'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectGrow'' | ''(r: TRect, dx: int64, dy: int64): TRect'' | [[lyx_-_programmiersprache:units:lyxvision:types|std.lyxvision.types]] | | ''RectHeight'' | ''(r: Rect): int64'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectHeight'' | ''(r: TRect): int64'' | [[lyx_-_programmiersprache:units:lyxvision:types|std.lyxvision.types]] | | ''RectInflate'' | ''(r: Rect, amount: int64): Rect'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectIntersect'' | ''(a: Rect, b: Rect): Rect'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectIntersects'' | ''(a: Rect, b: Rect): bool'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectIsEmpty'' | ''(r: Rect): bool'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectIsEmpty'' | ''(r: TRect): bool'' | [[lyx_-_programmiersprache:units:lyxvision:types|std.lyxvision.types]] | | ''RectIsValid'' | ''(r: Rect): bool'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectLeft'' | ''(r: Rect): int64'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectMove'' | ''(r: TRect, dx: int64, dy: int64): TRect'' | [[lyx_-_programmiersprache:units:lyxvision:types|std.lyxvision.types]] | | ''RectNew'' | ''(min: Vec2, max: Vec2): Rect'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectRight'' | ''(r: Rect): int64'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectSize'' | ''(r: Rect): Vec2'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectSize'' | ''(r: TRect): TPoint'' | [[lyx_-_programmiersprache:units:lyxvision:types|std.lyxvision.types]] | | ''RectTop'' | ''(r: Rect): int64'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectTopLeft'' | ''(r: Rect): Vec2'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectTopRight'' | ''(r: Rect): Vec2'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectUnion'' | ''(a: Rect, b: Rect): Rect'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectWidth'' | ''(r: Rect): int64'' | [[lyx_-_programmiersprache:units:rect|std.rect]] | | ''RectWidth'' | ''(r: TRect): int64'' | [[lyx_-_programmiersprache:units:lyxvision:types|std.lyxvision.types]] | | ''RecvFrom'' | ''(sockfd: int64, buf: pchar, len: int64, flags: int64, src_addr: int64, addrlen: int64): int64'' | [[lyx_-_programmiersprache:units:net:syscalls|std.net.syscalls]] | | ''RecvMmsg'' | ''(fd: int64, vec: int64, vlen: int64, flags: int64): int64'' | [[lyx_-_programmiersprache:units:net:socket|std.net.socket]] | | ''RedisClose'' | ''(conn: RedisConn): void'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisClose'' | ''(conn: RedisConn): void'' | [[lyx_-_programmiersprache:units:db:redis_simple|std.db.redis_simple]] | | ''RedisConnect'' | ''(host: pchar, port: int64): RedisConn'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisConnect'' | ''(host: pchar, port: int64): RedisConn'' | [[lyx_-_programmiersprache:units:db:redis_simple|std.db.redis_simple]] | | ''RedisDecr'' | ''(conn: RedisConn, key: pchar): RedisReply'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisDel'' | ''(conn: RedisConn, key: pchar): int64'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisExists'' | ''(conn: RedisConn, key: pchar): int64'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisExpire'' | ''(conn: RedisConn, key: pchar, seconds: int64): int64'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisGet'' | ''(conn: RedisConn, key: pchar): RedisReply'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisGet'' | ''(conn: RedisConn, key: pchar): int64'' | [[lyx_-_programmiersprache:units:db:redis_simple|std.db.redis_simple]] | | ''RedisHDel'' | ''(conn: RedisConn, key: pchar, field: pchar): int64'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisHGet'' | ''(conn: RedisConn, key: pchar, field: pchar): RedisReply'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisHGetAll'' | ''(conn: RedisConn, key: pchar): RedisReply'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisHIncrBy'' | ''(conn: RedisConn, key: pchar, field: pchar, increment: int64): RedisReply'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisHSet'' | ''(conn: RedisConn, key: pchar, field: pchar, value: pchar): RedisReply'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisIncr'' | ''(conn: RedisConn, key: pchar): RedisReply'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisLLen'' | ''(conn: RedisConn, key: pchar): int64'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisLPop'' | ''(conn: RedisConn, key: pchar): RedisReply'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisLPush'' | ''(conn: RedisConn, key: pchar, value: pchar): RedisReply'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisLRange'' | ''(conn: RedisConn, key: pchar, start: int64, stop: int64): RedisReply'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''redisParseInt'' | ''(s: int64): int64'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisPExpire'' | ''(conn: RedisConn, key: pchar, ms: int64): int64'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisPing'' | ''(conn: RedisConn): bool'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisPing'' | ''(conn: RedisConn): bool'' | [[lyx_-_programmiersprache:units:db:redis_simple|std.db.redis_simple]] | | ''RedisRPop'' | ''(conn: RedisConn, key: pchar): RedisReply'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisRPush'' | ''(conn: RedisConn, key: pchar, value: pchar): RedisReply'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisSAdd'' | ''(conn: RedisConn, key: pchar, member: pchar): RedisReply'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisSCard'' | ''(conn: RedisConn, key: pchar): int64'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisSet'' | ''(conn: RedisConn, key: pchar, value: pchar): RedisReply'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisSet'' | ''(conn: RedisConn, key: pchar, value: pchar): int64'' | [[lyx_-_programmiersprache:units:db:redis_simple|std.db.redis_simple]] | | ''RedisSInter'' | ''(conn: RedisConn, key1: pchar, key2: pchar): RedisReply'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisSIsMember'' | ''(conn: RedisConn, key: pchar, member: pchar): int64'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisSMembers'' | ''(conn: RedisConn, key: pchar): RedisReply'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisSRem'' | ''(conn: RedisConn, key: pchar, member: pchar): RedisReply'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisSUnion'' | ''(conn: RedisConn, key1: pchar, key2: pchar): RedisReply'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisTTL'' | ''(conn: RedisConn, key: pchar): int64'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisUnlink'' | ''(conn: RedisConn, key: pchar): int64'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisZAdd'' | ''(conn: RedisConn, key: pchar, score: int64, member: pchar): RedisReply'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisZRange'' | ''(conn: RedisConn, key: pchar, start: int64, stop: int64): RedisReply'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisZRevRank'' | ''(conn: RedisConn, key: pchar, member: pchar): int64'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RedisZScore'' | ''(conn: RedisConn, key: pchar, member: pchar): RedisReply'' | [[lyx_-_programmiersprache:units:db:redis|std.db.redis]] | | ''RegexCaptureCount'' | ''(): int64'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''RegexCaptureEnd'' | ''(group: int64): int64'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''RegexCaptureStart'' | ''(group: int64): int64'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''RegexCaptureText'' | ''(dest: pchar, text: pchar, group: int64): pchar'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''RegexCompile'' | ''(pattern: pchar, progOut: pchar, progMax: int64): int64'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''RegexCountMatches'' | ''(pattern: pchar, text: pchar): int64'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''RegexFindAll'' | ''(pattern: pchar, text: pchar, out: int64, maxMatches: int64): int64'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''RegexMatch'' | ''(pattern: pchar, text: pchar): bool'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''RegexMatchCompiled'' | ''(prog: pchar, progLen: int64, text: pchar): bool'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''RegexMatchCompiledEx'' | ''(prog: pchar, progLen: int64, text: pchar, flags: int64): bool'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''RegexMatchEx'' | ''(pattern: pchar, text: pchar, flags: int64): bool'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''RegexReplace'' | ''(pattern: pchar, text: pchar, replacement: pchar): int64'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''RegexReplaceAlloc'' | ''(pattern: pchar, text: pchar, replacement: pchar): pchar'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''RegexReplaceAllocEx'' | ''(pattern: pchar, text: pchar, replacement: pchar, flags: int64): pchar'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''RegexReplaceCompiled'' | ''(prog: pchar, progLen: int64, text: pchar, replacement: pchar): int64'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''RegexReplaceCompiledEx'' | ''(prog: pchar, progLen: int64, text: pchar, replacement: pchar, flags: int64): int64'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''RegexReplaceEx'' | ''(pattern: pchar, text: pchar, replacement: pchar, flags: int64): int64'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''RegexReplaceInto'' | ''(dest: pchar, pattern: pchar, text: pchar, replacement: pchar): int64'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''RegexSearch'' | ''(pattern: pchar, text: pchar): int64'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''RegexSearchCompiled'' | ''(prog: pchar, progLen: int64, text: pchar): int64'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''RegexSearchCompiledEx'' | ''(prog: pchar, progLen: int64, text: pchar, flags: int64): int64'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''RegexSearchEx'' | ''(pattern: pchar, text: pchar, flags: int64): int64'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''regexSearchFrom'' | ''(pattern: pchar, text: pchar, startIdx: int64): int64'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''RegexSearchSpan'' | ''(pattern: pchar, text: pchar, startOut: int64, endOut: int64): bool'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''register_log_callback'' | ''(fn_ptr: int64): void'' | [[lyx_-_programmiersprache:units:log|std.log]] | | ''RegistryCreate'' | ''(creds: DOCredentials, name: pchar, region: pchar, subscriptionTier: pchar): DORegistry'' | std.cloud.digitalocean.registry | | ''RegistryDelete'' | ''(creds: DOCredentials): int64'' | std.cloud.digitalocean.registry | | ''RegistryDockerLogin'' | ''(creds: DOCredentials): int64'' | std.cloud.digitalocean.registry | | ''RegistryGarbageCollect'' | ''(creds: DOCredentials, registryName: pchar): int64'' | std.cloud.digitalocean.registry | | ''RegistryGet'' | ''(creds: DOCredentials): DORegistry'' | std.cloud.digitalocean.registry | | ''RegistryRepositoryDelete'' | ''(creds: DOCredentials, registryName: pchar, repoName: pchar): int64'' | std.cloud.digitalocean.registry | | ''RegistryRepositoryList'' | ''(creds: DOCredentials, registryName: pchar): int64'' | std.cloud.digitalocean.registry | | ''RegistrySubscriptionGet'' | ''(creds: DOCredentials): int64'' | std.cloud.digitalocean.registry | | ''RegistryTagDelete'' | ''(creds: DOCredentials, registryName: pchar, repoName: pchar, tag: pchar): int64'' | std.cloud.digitalocean.registry | | ''RegistryTagList'' | ''(creds: DOCredentials, registryName: pchar, repoName: pchar): int64'' | std.cloud.digitalocean.registry | | ''RegistryValidateName'' | ''(creds: DOCredentials, name: pchar): int64'' | std.cloud.digitalocean.registry | | ''Remove'' | ''(path: pchar): bool'' | [[lyx_-_programmiersprache:units:fs|std.fs]] | | ''Rename'' | ''(oldPath: pchar, newPath: pchar): bool'' | [[lyx_-_programmiersprache:units:fs|std.fs]] | | ''renderForm'' | ''(parser: int64): int64'' | [[lyx_-_programmiersprache:units:lfd_factory|std.lfd_factory]] | | ''Replace'' | ''(pattern: pchar, text: pchar, replacement: pchar): int64'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''ReplaceEx'' | ''(pattern: pchar, text: pchar, replacement: pchar, flags: int64): int64'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''ReplaceInto'' | ''(dest: pchar, pattern: pchar, text: pchar, replacement: pchar): int64'' | [[lyx_-_programmiersprache:units:regex|std.regex]] | | ''ResBytesAt'' | ''(i: int64): pchar'' | [[lyx_-_programmiersprache:units:res|std.res]] | | ''ResCount'' | ''(): int64'' | [[lyx_-_programmiersprache:units:res|std.res]] | | ''ResetAttr'' | ''(): void'' | [[lyx_-_programmiersprache:units:crt|std.crt]] | | ''ResetColors'' | ''(): void'' | [[lyx_-_programmiersprache:units:lyxvision:drivers|std.lyxvision.drivers]] | | ''ResFind'' | ''(name: pchar): pchar'' | [[lyx_-_programmiersprache:units:res|std.res]] | | ''ResIndex'' | ''(name: pchar): int64'' | [[lyx_-_programmiersprache:units:res|std.res]] | | ''ResLen'' | ''(name: pchar): int64'' | [[lyx_-_programmiersprache:units:res|std.res]] | | ''ResName'' | ''(i: int64): pchar'' | [[lyx_-_programmiersprache:units:res|std.res]] | | ''ResolveHost'' | ''(hostname: int64): IPAddr'' | [[lyx_-_programmiersprache:units:net:dns|std.net.dns]] | | ''ResSizeAt'' | ''(i: int64): int64'' | [[lyx_-_programmiersprache:units:res|std.res]] | | ''RestBuildPath'' | ''(client: int64, path: int64, out: int64, outMax: int64): int64'' | [[lyx_-_programmiersprache:units:net:rest|std.net.rest]] | | ''RestClientFree'' | ''(client: int64): void'' | [[lyx_-_programmiersprache:units:net:rest|std.net.rest]] | | ''RestClientInit'' | ''(client: int64, baseUrl: pchar, token: pchar): void'' | [[lyx_-_programmiersprache:units:net:rest|std.net.rest]] | | ''RestClientSetApiKey'' | ''(client: int64, headerName: pchar, value: pchar): void'' | [[lyx_-_programmiersprache:units:net:rest|std.net.rest]] | | ''RestClientSetBearerToken'' | ''(client: int64, token: pchar): void'' | [[lyx_-_programmiersprache:units:net:rest|std.net.rest]] | | ''RestDelete'' | ''(client: int64, path: int64): HTTPResponse'' | [[lyx_-_programmiersprache:units:net:rest|std.net.rest]] | | ''RestGet'' | ''(client: int64, path: pchar): HTTPResponse'' | [[lyx_-_programmiersprache:units:net:rest|std.net.rest]] | | ''RestIsClientError'' | ''(statusCode: int64): int64'' | [[lyx_-_programmiersprache:units:net:rest|std.net.rest]] | | ''RestIsServerError'' | ''(statusCode: int64): int64'' | [[lyx_-_programmiersprache:units:net:rest|std.net.rest]] | | ''RestIsSuccess'' | ''(statusCode: int64): int64'' | [[lyx_-_programmiersprache:units:net:rest|std.net.rest]] | | ''RestJsonPost'' | ''(client: int64, path: int64, json: int64, jsonLen: int64): HTTPResponse'' | [[lyx_-_programmiersprache:units:net:rest|std.net.rest]] | | ''RestJsonPut'' | ''(client: int64, path: int64, json: int64, jsonLen: int64): HTTPResponse'' | [[lyx_-_programmiersprache:units:net:rest|std.net.rest]] | | ''RestoreCursor'' | ''(): void'' | [[lyx_-_programmiersprache:units:lyxvision:drivers|std.lyxvision.drivers]] | | ''RestPatch'' | ''(client: int64, path: int64, body: int64, bodyLen: int64): HTTPResponse'' | [[lyx_-_programmiersprache:units:net:rest|std.net.rest]] | | ''RestPost'' | ''(client: int64, path: int64, body: int64, bodyLen: int64): HTTPResponse'' | [[lyx_-_programmiersprache:units:net:rest|std.net.rest]] | | ''RestPut'' | ''(client: int64, path: int64, body: int64, bodyLen: int64): HTTPResponse'' | [[lyx_-_programmiersprache:units:net:rest|std.net.rest]] | | ''RestQueryAppend'' | ''(buf: int64, bufMax: int64, key: pchar, value: pchar): int64'' | [[lyx_-_programmiersprache:units:net:rest|std.net.rest]] | | ''ResultBoolError'' | ''(r: ResultBool): int64'' | [[lyx_-_programmiersprache:units:result|std.result]] | | ''ResultBoolIsErr'' | ''(r: ResultBool): bool'' | [[lyx_-_programmiersprache:units:result|std.result]] | | ''ResultBoolIsOk'' | ''(r: ResultBool): bool'' | [[lyx_-_programmiersprache:units:result|std.result]] | | ''ResultBoolUnwrap'' | ''(r: ResultBool): bool'' | [[lyx_-_programmiersprache:units:result|std.result]] | | ''ResultInt64AndThen'' | ''(r: ResultInt64, fn_op: int64): ResultInt64'' | [[lyx_-_programmiersprache:units:result|std.result]] | | ''ResultInt64Error'' | ''(r: ResultInt64): int64'' | [[lyx_-_programmiersprache:units:result|std.result]] | | ''ResultInt64Expect'' | ''(r: ResultInt64, msg: pchar): int64'' | [[lyx_-_programmiersprache:units:result|std.result]] | | ''ResultInt64IsErr'' | ''(r: ResultInt64): bool'' | [[lyx_-_programmiersprache:units:result|std.result]] | | ''ResultInt64IsOk'' | ''(r: ResultInt64): bool'' | [[lyx_-_programmiersprache:units:result|std.result]] | | ''ResultInt64Map'' | ''(r: ResultInt64, fn_val: int64): ResultInt64'' | [[lyx_-_programmiersprache:units:result|std.result]] | | ''ResultInt64MapErr'' | ''(r: ResultInt64, fn_err: int64): ResultInt64'' | [[lyx_-_programmiersprache:units:result|std.result]] | | ''ResultInt64Unwrap'' | ''(r: ResultInt64): int64'' | [[lyx_-_programmiersprache:units:result|std.result]] | | ''ResultInt64UnwrapOr'' | ''(r: ResultInt64, fallback: int64): int64'' | [[lyx_-_programmiersprache:units:result|std.result]] | | ''ResultInt64UnwrapOrElse'' | ''(r: ResultInt64, default_fn: int64): int64'' | [[lyx_-_programmiersprache:units:result|std.result]] | | ''ResultVec2Error'' | ''(r: ResultVec2): int64'' | [[lyx_-_programmiersprache:units:result|std.result]] | | ''ResultVec2IsErr'' | ''(r: ResultVec2): bool'' | [[lyx_-_programmiersprache:units:result|std.result]] | | ''ResultVec2IsOk'' | ''(r: ResultVec2): bool'' | [[lyx_-_programmiersprache:units:result|std.result]] | | ''ResultVec2Unwrap'' | ''(r: ResultVec2): Vec2'' | [[lyx_-_programmiersprache:units:result|std.result]] | | ''ResultVec2UnwrapOr'' | ''(r: ResultVec2, fallback: Vec2): Vec2'' | [[lyx_-_programmiersprache:units:result|std.result]] | | ''RFCommAccept'' | ''(listenFd: int64, remoteAddrOut: int64): int64'' | [[lyx_-_programmiersprache:units:hardware:bluetooth_rfcomm|std.hardware.bluetooth_rfcomm]] | | ''RFCommClose'' | ''(fd: int64): int64'' | [[lyx_-_programmiersprache:units:hardware:bluetooth_rfcomm|std.hardware.bluetooth_rfcomm]] | | ''RFCommConnect'' | ''(bdaddr: int64, channel: int64): int64'' | [[lyx_-_programmiersprache:units:hardware:bluetooth_rfcomm|std.hardware.bluetooth_rfcomm]] | | ''RFCommListen'' | ''(channel: int64, backlog: int64): int64'' | [[lyx_-_programmiersprache:units:hardware:bluetooth_rfcomm|std.hardware.bluetooth_rfcomm]] | | ''RFCommPoll'' | ''(fd: int64, timeoutMs: int64): int64'' | [[lyx_-_programmiersprache:units:hardware:bluetooth_rfcomm|std.hardware.bluetooth_rfcomm]] | | ''RFCommRecv'' | ''(fd: int64, buf: int64, len: int64): int64'' | [[lyx_-_programmiersprache:units:hardware:bluetooth_rfcomm|std.hardware.bluetooth_rfcomm]] | | ''RFCommSend'' | ''(fd: int64, buf: int64, len: int64): int64'' | [[lyx_-_programmiersprache:units:hardware:bluetooth_rfcomm|std.hardware.bluetooth_rfcomm]] | | ''RFCommSendAll'' | ''(fd: int64, buf: int64, len: int64): int64'' | [[lyx_-_programmiersprache:units:hardware:bluetooth_rfcomm|std.hardware.bluetooth_rfcomm]] | | ''RFCommSetSecurity'' | ''(fd: int64, flags: int64): int64'' | [[lyx_-_programmiersprache:units:hardware:bluetooth_rfcomm|std.hardware.bluetooth_rfcomm]] | | ''RingBufferVec2Clear'' | ''(rb: int64): void'' | [[lyx_-_programmiersprache:units:list|std.list]] | | ''RingBufferVec2Free'' | ''(rb: int64): void'' | [[lyx_-_programmiersprache:units:list|std.list]] | | ''RingBufferVec2IsEmpty'' | ''(rb: int64): bool'' | [[lyx_-_programmiersprache:units:list|std.list]] | | ''RingBufferVec2IsFull'' | ''(rb: int64): bool'' | [[lyx_-_programmiersprache:units:list|std.list]] | | ''RingBufferVec2Len'' | ''(rb: int64): int64'' | [[lyx_-_programmiersprache:units:list|std.list]] | | ''RingBufferVec2New'' | ''(): int64'' | [[lyx_-_programmiersprache:units:list|std.list]] | | ''RingBufferVec2Peek'' | ''(rb: int64, xOut: int64, yOut: int64): bool'' | [[lyx_-_programmiersprache:units:list|std.list]] | | ''RingBufferVec2Pop'' | ''(rb: int64, xOut: int64, yOut: int64): bool'' | [[lyx_-_programmiersprache:units:list|std.list]] | | ''RingBufferVec2Push'' | ''(rb: int64, x: int64, y: int64): bool'' | [[lyx_-_programmiersprache:units:list|std.list]] | | ''RingBufferVec2WithCapacity'' | ''(cap: int64): int64'' | [[lyx_-_programmiersprache:units:list|std.list]] | | ''Rmdir'' | ''(path: pchar): bool'' | [[lyx_-_programmiersprache:units:fs|std.fs]] | | ''RotateLeft32'' | ''(val: int64, n: int64): int64'' | [[lyx_-_programmiersprache:units:conv|std.conv]] | | ''RotateRight32'' | ''(val: int64, n: int64): int64'' | [[lyx_-_programmiersprache:units:conv|std.conv]] | | ''RoundF64'' | ''(x: f64): f64'' | [[lyx_-_programmiersprache:units:math|std.math]] | | ''RSAKeyBits'' | ''(key: int64): int64'' | [[lyx_-_programmiersprache:units:crypto:rsa|std.crypto.rsa]] | | ''RSAKeyFree'' | ''(key: int64): void'' | [[lyx_-_programmiersprache:units:crypto:rsa|std.crypto.rsa]] | | ''RSAKeyLoad'' | ''(pem: int64, pemLen: int64): int64'' | [[lyx_-_programmiersprache:units:crypto:rsa|std.crypto.rsa]] | | ''RSASign'' | ''(key: int64, data: int64, dataLen: int64, sig: int64, sigLenOut: int64): int64'' | [[lyx_-_programmiersprache:units:crypto:rsa|std.crypto.rsa]] | | ''run'' | ''(prog: pchar): ExitCode'' | [[lyx_-_programmiersprache:units:process|std.process]] | | ''RunSimple'' | ''(): void'' | [[lyx_-_programmiersprache:units:lyxvision:main|std.lyxvision.main]] | | ''RWCharRead'' | ''(char: RWChar, fd: int64, buf: int64, bufLen: int64): int64'' | [[lyx_-_programmiersprache:units:hardware:bluetooth_ai|std.hardware.bluetooth_ai]] | | ''RWCharWrite'' | ''(char: RWChar, fd: int64, data: int64, dataLen: int64): int64'' | [[lyx_-_programmiersprache:units:hardware:bluetooth_ai|std.hardware.bluetooth_ai]] | | ''RWNCharRead'' | ''(char: RWNChar, fd: int64, buf: int64, bufLen: int64): int64'' | [[lyx_-_programmiersprache:units:hardware:bluetooth_ai|std.hardware.bluetooth_ai]] | | ''RWNCharRecv'' | ''(char: RWNChar, fd: int64, dataBuf: int64, bufLen: int64): int64'' | [[lyx_-_programmiersprache:units:hardware:bluetooth_ai|std.hardware.bluetooth_ai]] | | ''RWNCharSubscribe'' | ''(char: RWNChar, fd: int64): int64'' | [[lyx_-_programmiersprache:units:hardware:bluetooth_ai|std.hardware.bluetooth_ai]] | | ''RWNCharWrite'' | ''(char: RWNChar, fd: int64, data: int64, dataLen: int64): int64'' | [[lyx_-_programmiersprache:units:hardware:bluetooth_ai|std.hardware.bluetooth_ai]] | ---- [[lyx_-_programmiersprache:units:glossar:sonstige|#]] · [[lyx_-_programmiersprache:units:glossar:a|A]] · [[lyx_-_programmiersprache:units:glossar:b|B]] · [[lyx_-_programmiersprache:units:glossar:c|C]] · [[lyx_-_programmiersprache:units:glossar:d|D]] · [[lyx_-_programmiersprache:units:glossar:e|E]] · [[lyx_-_programmiersprache:units:glossar:f|F]] · [[lyx_-_programmiersprache:units:glossar:g|G]] · [[lyx_-_programmiersprache:units:glossar:h|H]] · [[lyx_-_programmiersprache:units:glossar:i|I]] · [[lyx_-_programmiersprache:units:glossar:j|J]] · [[lyx_-_programmiersprache:units:glossar:k|K]] · [[lyx_-_programmiersprache:units:glossar:l|L]] · [[lyx_-_programmiersprache:units:glossar:m|M]] · [[lyx_-_programmiersprache:units:glossar:n|N]] · [[lyx_-_programmiersprache:units:glossar:o|O]] · [[lyx_-_programmiersprache:units:glossar:p|P]] · [[lyx_-_programmiersprache:units:glossar:q|Q]] · **R** · [[lyx_-_programmiersprache:units:glossar:s|S]] · [[lyx_-_programmiersprache:units:glossar:t|T]] · [[lyx_-_programmiersprache:units:glossar:u|U]] · [[lyx_-_programmiersprache:units:glossar:v|V]] · [[lyx_-_programmiersprache:units:glossar:w|W]] · [[lyx_-_programmiersprache:units:glossar:x|X]] · [[lyx_-_programmiersprache:units:glossar:y|Y]] · [[lyx_-_programmiersprache:units:glossar:z|Z]]