Funktionsglossar — Buchstabe L

247 Einträge. Zurück zur Übersicht · Unit-Verzeichnis

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z


Funktion Signatur Unit
L2CapClose (fd: int64): int64 std.hardware.bluetooth_l2cap
L2CapConnect (bdaddr: int64, psm: int64, addrType: int64): int64 std.hardware.bluetooth_l2cap
L2CapListen (psm: int64, backlog: int64): int64 std.hardware.bluetooth_l2cap
L2CapPoll (fd: int64, timeoutMs: int64): int64 std.hardware.bluetooth_l2cap
L2CapSetMtu (fd: int64, imtu: int64): int64 std.hardware.bluetooth_l2cap
LambdaClose (client: LambdaClient): void std.cloud.lambda
LambdaConnect (creds: AWSCreds, region: pchar): LambdaClient std.cloud.lambda
LambdaCreateEventSourceMapping (client: LambdaClient, functionName: pchar, eventSourceArn: pchar, batchSize: int64): int64 std.cloud.lambda
LambdaCreateFunction (client: LambdaClient, name: pchar, runtime: pchar, handler: pchar, roleArn: pchar, desc: pchar, zipBytes: int64, zipLen: int64, memoryMb: int64, timeoutSec: int64): int64 std.cloud.lambda
LambdaDeleteFunction (client: LambdaClient, name: pchar): int64 std.cloud.lambda
LambdaFunctionFree (f: LambdaFunction): void std.cloud.lambda
LambdaGetFunction (client: LambdaClient, name: pchar): int64 std.cloud.lambda
LambdaInvoke (client: LambdaClient, name: pchar, payload: int64, payloadLen: int64, invocationType: pchar): int64 std.cloud.lambda
LambdaInvokeAsync (client: LambdaClient, name: pchar, payload: int64, payloadLen: int64): int64 std.cloud.lambda
LambdaListEventSourceMappings (client: LambdaClient, functionName: pchar): int64 std.cloud.lambda
LambdaListFunctions (client: LambdaClient): int64 std.cloud.lambda
LambdaListVersions (client: LambdaClient, name: pchar): int64 std.cloud.lambda
LambdaPublishVersion (client: LambdaClient, name: pchar, desc: pchar): int64 std.cloud.lambda
LambdaUpdateFunctionCode (client: LambdaClient, name: pchar, zipBase64: pchar): int64 std.cloud.lambda
LambdaUpdateFunctionConfig (client: LambdaClient, name: pchar, memoryMb: int64, timeoutSec: int64, desc: pchar): int64 std.cloud.lambda
LBAddDroplets (creds: DOCredentials, id: pchar, dropletIds: int64, count: int64): int64 std.cloud.digitalocean.networking
LBCreate (creds: DOCredentials, name: pchar, region: pchar, dropletIds: int64, dropletCount: int64): DOLoadBalancer std.cloud.digitalocean.networking
LBCreate (c: CFClient, zoneId: pchar, name: pchar, defaultPoolsJson: pchar, poolsLen: int64, fallbackPool: pchar, steering: pchar, proxied: int64): CFLoadBalancer std.cloud.cf.lb
LBDelete (creds: DOCredentials, id: pchar): int64 std.cloud.digitalocean.networking
LBDelete (c: CFClient, zoneId: pchar, lbId: pchar): int64 std.cloud.cf.lb
LBGet (creds: DOCredentials, id: pchar): DOLoadBalancer std.cloud.digitalocean.networking
LBGet (c: CFClient, zoneId: pchar, lbId: pchar): CFLoadBalancer std.cloud.cf.lb
LBHealthGet (c: CFClient, zoneId: pchar, lbId: pchar): int64 std.cloud.cf.lb
LBList (creds: DOCredentials): int64 std.cloud.digitalocean.networking
LBList (c: CFClient, zoneId: pchar): int64 std.cloud.cf.lb
LBRemoveDroplets (creds: DOCredentials, id: pchar, dropletIds: int64, count: int64): int64 std.cloud.digitalocean.networking
LCM (a: int64, b: int64): int64 std.math
LDAPBind (conn: LDAPConn, dn: pchar, password: pchar): int64 std.net.ldap
LDAPBuildBindRequest (dn: pchar, password: pchar): int64 std.net.ldap
LDAPBuildFilterEqual (attr: pchar, value: pchar): int64 std.net.ldap
LDAPBuildFilterPresent (attr: pchar): int64 std.net.ldap
LDAPBuildModifyRequest (dn: int64, attrType: int64, attrValue: int64, op: int64): int64 std.net.ldap
LDAPBuildSearchRequest (baseDN: pchar, filter: pchar, scope: int64): int64 std.net.ldap
LDAPBuildUnbindRequest (): int64 std.net.ldap
LDAPClose (conn: LDAPConn): void std.net.ldap
LDAPConnect (host: int64, port: int64): LDAPConn std.net.ldap
LDAPCountRDNs (dn: pchar): int64 std.net.ldap
LDAPErrorToStr (code: int64): pchar std.net.ldap
LDAPGetEntryAttr (entry: LDAPSearchResult, attr: int64): int64 std.net.ldap
LDAPGetRDNAt (dn: pchar, index: int64): int64 std.net.ldap
LDAPGetResultCode (buf: int64, bufSize: int64): int64 std.net.ldap
LDAPGetSASLMechanismName (mech: int64): pchar std.net.ldap
LDAPIsReady (conn: LDAPConn): bool std.net.ldap
LDAPIsTLS (conn: LDAPConn): bool std.net.ldap
LDAPNextMsgId (): int64 std.net.ldap
LDAPParseBindResponse (buf: int64, len: int64): int64 std.net.ldap
LDAPParseSearchEntry (buf: int64, bufSize: int64): LDAPSearchResult std.net.ldap
LDAPParseSearchResultDone (buf: int64, len: int64): int64 std.net.ldap
LDAPSearch (conn: LDAPConn, baseDN: int64, filter: int64, scope: int64): int64 std.net.ldap
LDAPSendRecv (conn: LDAPConn, msg: int64, msgLen: int64): int64 std.net.ldap
LDAPSetTLS (ref conn: LDAPConn): void std.net.ldap
LDAPStrEscapeDN (input: pchar): int64 std.net.ldap
LDAPStrEscapeFilter (input: pchar): int64 std.net.ldap
LDAPStrLen (s: int64): int64 std.net.ldap
LDAPUnbind (ref conn: LDAPConn): int64 std.net.ldap
LEIGetLOU (lei: int64, out_buf: int64): int64 std.validate.lei
LEIValidate (lei: int64): int64 std.validate.lei
LFDCopyNodeText (node: int64, dest: int64, destMax: int64): int64 std.lfd_parser
LFDCopyNodeValue (node: int64, dest: int64, destMax: int64): int64 std.lfd_parser
LFDFactoryAvailable (): bool std.lfd_factory
LFDFactoryKenntEvent (eventName: pchar): bool std.lfd_factory
LFDFactoryKenntLayout (layoutType: pchar): bool std.lfd_factory
LFDFactoryKenntProperty (propertyName: pchar): bool std.lfd_factory
LFDFactoryKenntWidget (widgetType: pchar): bool std.lfd_factory
LFDGetErrorCount (parser: int64): int64 std.lfd_parser
LFDGetLastError (parser: int64): pchar std.lfd_parser
LFDGetNodeChild (node: int64, index: int64): int64 std.lfd_parser
LFDGetNodeChildCount (node: int64): int64 std.lfd_parser
LFDGetNodeIntVal (node: int64): int64 std.lfd_parser
LFDGetNodeText (node: int64): pchar std.lfd_parser
LFDGetNodeTextLen (node: int64): int64 std.lfd_parser
LFDGetNodeType (node: int64): int64 std.lfd_parser
LFDGetNodeValue (node: int64): pchar std.lfd_parser
LFDGetNodeValueLen (node: int64): int64 std.lfd_parser
LFDIsContainer (node: int64): int64 std.lfd_parser
LFDIsWidget (node: int64): int64 std.lfd_parser
LFDParserFree (parser: int64): void std.lfd_parser
LFDParserNew (sourceText: pchar): int64 std.lfd_parser
LFDParseString (input: pchar): int64 std.lfd_parser
LFDValidate (parser: int64): int64 std.lfd_parser
LinAdd (a: int64, b: int64, m: int64, n: int64, out: int64): void std.linalg
LinCholesky (a: int64, n: int64, out: int64): bool std.linalg
LinCholeskySolve (l: int64, n: int64, b: int64, x: int64): bool std.linalg
LinCond2 (a: int64, m: int64, n: int64): f64 std.linalg
LinCopy (src: int64, dst: int64, m: int64, n: int64): void std.linalg
LinDet (a: int64, n: int64): f64 std.linalg
LinearRegressionBias (): f64 std.ml
LinearRegressionBias (): f64 std.ml_full
LinearRegressionDataPointCount (): int64 std.ml_full
LinearRegressionEpochs (): int64 std.ml
LinearRegressionEpochs (): int64 std.ml_full
LinearRegressionFit (x0: f64, x1: f64, x2: f64, x3: f64, y0: f64, y1: f64, y2: f64, y3: f64, learning_rate: f64, epochs: int64): void std.ml
LinearRegressionFit (x0: f64, x1: f64, x2: f64, x3: f64, x4: f64, x5: f64, x6: f64, x7: f64, y0: f64, y1: f64, y2: f64, y3: f64, y4: f64, y5: f64, y6: f64, y7: f64, learning_rate: f64, epochs: int64): void std.ml_full
LinearRegressionFit1 (x0: f64, y0: f64, learning_rate: f64, epochs: int64): void std.ml
LinearRegressionFit2 (x0: f64, x1: f64, y0: f64, y1: f64, learning_rate: f64, epochs: int64): void std.ml
LinearRegressionFit8 (x0: f64, x1: f64, x2: f64, x3: f64, x4: f64, x5: f64, x6: f64, x7: f64, y0: f64, y1: f64, y2: f64, y3: f64, y4: f64, y5: f64, y6: f64, y7: f64, learning_rate: f64, epochs: int64): void std.ml
LinearRegressionFitArrays (xData: int64, yData: int64, n: int64): void std.ml
LinearRegressionFitArrays (xData: int64, yData: int64, n: int64): void std.ml_full
LinearRegressionFitDataFrame (df: int64, xCol: int64, yCol: int64): void std.ml_full
LinearRegressionInit (): void std.ml
LinearRegressionInit (): void std.ml_full
LinearRegressionLoss (): f64 std.ml
LinearRegressionLoss (): f64 std.ml_full
LinearRegressionPredict (x: f64): f64 std.ml
LinearRegressionPredict (x: f64): f64 std.ml_full
LinearRegressionR2 (x0: f64, x1: f64, x2: f64, x3: f64, x4: f64, x5: f64, x6: f64, x7: f64, y0: f64, y1: f64, y2: f64, y3: f64, y4: f64, y5: f64, y6: f64, y7: f64): f64 std.ml_full
LinearRegressionWeight (): f64 std.ml
LinearRegressionWeight (): f64 std.ml_full
LinEigenSortDesc (evals: int64, evecs: int64, n: int64): void std.linalg
LinEigenSym (a: int64, n: int64, evals: int64, evecs: int64): bool std.linalg
LinEpsilon (): f64 std.linalg
LinEquals (a: int64, b: int64, m: int64, n: int64, eps: f64): bool std.linalg
LinFill (a: int64, m: int64, n: int64, v: f64): void std.linalg
LinGet (a: int64, cols: int64, i: int64, j: int64): f64 std.linalg
LinIdentity (a: int64, n: int64): void std.linalg
LinInverse (a: int64, n: int64, out: int64): bool std.linalg
LinIsPosDef (a: int64, n: int64): bool std.linalg
LinIsSymmetric (a: int64, n: int64, eps: f64): bool std.linalg
LinLstSq (a: int64, m: int64, n: int64, b: int64, x: int64): bool std.linalg
LinLuDecompose (a: int64, n: int64, perm: int64, outSign: int64): bool std.linalg
LinLuSolve (lu: int64, n: int64, perm: int64, b: int64, x: int64): bool std.linalg
LinMul (a: int64, b: int64, m: int64, k: int64, n: int64, out: int64): bool std.linalg
LinMulVec (a: int64, m: int64, n: int64, x: int64, y: int64): bool std.linalg
LinNormFro (a: int64, m: int64, n: int64): f64 std.linalg
LinNormInf (a: int64, m: int64, n: int64): f64 std.linalg
LinNormOne (a: int64, m: int64, n: int64): f64 std.linalg
LinQr (a: int64, m: int64, n: int64, q: int64, r: int64): bool std.linalg
LinRank (a: int64, m: int64, n: int64): int64 std.linalg
LinRref (a: int64, m: int64, n: int64): int64 std.linalg
LinScale (a: int64, m: int64, n: int64, s: f64, out: int64): void std.linalg
LinSet (a: int64, cols: int64, i: int64, j: int64, v: f64): void std.linalg
LinSingularValues (a: int64, m: int64, n: int64, out: int64): bool std.linalg
LinSolve (a: int64, n: int64, b: int64, x: int64): bool std.linalg
LinSub (a: int64, b: int64, m: int64, n: int64, out: int64): void std.linalg
LinTrace (a: int64, n: int64): f64 std.linalg
LinTranspose (a: int64, m: int64, n: int64, out: int64): bool std.linalg
LinZero (a: int64, m: int64, n: int64): void std.linalg
Listen (sockfd: int64, backlog: int64): int64 std.net.syscalls
ListInt64Add (list: int64, value: int64): void std.list
ListInt64Clear (list: int64): void std.list
ListInt64Clone (list: int64): int64 std.list
ListInt64Contains (list: int64, value: int64): bool std.list
ListInt64Free (list: int64): void std.list
ListInt64Get (list: int64, index: int64): int64 std.list
ListInt64IndexOf (list: int64, value: int64): int64 std.list
ListInt64InsertAt (list: int64, index: int64, value: int64): void std.list
ListInt64IsEmpty (list: int64): bool std.list
ListInt64Len (list: int64): int64 std.list
ListInt64New (): int64 std.list
ListInt64Remove (list: int64, value: int64): bool std.list
ListInt64RemoveAt (list: int64, index: int64): void std.list
ListInt64Set (list: int64, index: int64, value: int64): void std.list
ListInt64Sort (list: int64): void std.list
ListInt64SortDesc (list: int64): void std.list
ListInt64WithCapacity (capacity: int64): int64 std.list
ListViewAddItem (lv: TListView, text: pchar): TListView std.lyxvision.listview
ListViewDraw (lv: TListView): TListView std.lyxvision.listview
ListViewGetCount (lv: TListView): int64 std.lyxvision.listview
ListViewGetFocused (lv: TListView): int64 std.lyxvision.listview
ListViewGetSelection (lv: TListView): int64 std.lyxvision.listview
ListViewHandleKey (lv: TListView, key: int64): TListView std.lyxvision.listview
ListViewNew (x: int64, y: int64, w: int64, h: int64, mode: int64): TListView std.lyxvision.listview
ListViewSelectNext (lv: TListView): TListView std.lyxvision.listview
ListViewSelectPrev (lv: TListView): TListView std.lyxvision.listview
ListViewSetFocused (lv: TListView, index: int64): TListView std.lyxvision.listview
ListViewSetSelection (lv: TListView, index: int64): TListView std.lyxvision.listview
LoadFile (path: pchar): int64 std.ini
LoadFile (path: pchar): int64 std.yaml
LocaleSupported (locale: pchar): bool std.datetime
Log10F64 (x: f64): f64 std.math
Log2F64 (x: f64): f64 std.math
log_app_end (code: int64): void std.log
log_app_start (name: pchar): void std.log
log_debug (msg: pchar): void std.log
log_debug_if (cond: bool, msg: pchar): void std.log
log_debugf (msg: pchar, n: int64): void std.log
log_emit (level: int64, msg: pchar): void std.log
log_error (msg: pchar): void std.log
log_error_if (cond: bool, msg: pchar): void std.log
log_errorf (msg: pchar, n: int64): void std.log
log_fatal (msg: pchar): void std.log
log_info (msg: pchar): void std.log
log_info_if (cond: bool, msg: pchar): void std.log
log_info_kv (event: pchar, key: pchar, value: pchar): void std.log
log_infof (msg: pchar, n: int64): void std.log
log_level_to_string (level: int64): pchar std.log
log_section_enter (name: pchar): void std.log
log_section_exit (name: pchar): void std.log
log_set_color (enabled: bool): void std.log
log_set_file (path: pchar): bool std.log
log_set_timestamp (enabled: bool): void std.log
log_warn (msg: pchar): void std.log
log_warn_if (cond: bool, msg: pchar): void std.log
log_warnf (msg: pchar, n: int64): void std.log
LogConnect (creds: GCPCredentials, project: pchar): LogConn std.cloud.gcp.logging
LogD (tag: pchar, msg: pchar): int64 std.android.log
LogDisconnect (c: LogConn): void std.cloud.gcp.logging
LogE (tag: pchar, msg: pchar): int64 std.android.log
LogF (tag: pchar, msg: pchar): int64 std.android.log
LogF64 (x: f64): f64 std.math
LogF64 (x: f64): f64 std.ml
LogI (tag: pchar, msg: pchar): int64 std.android.log
LogisticRegressionAccuracy (): f64 std.ml
LogisticRegressionAccuracy (): f64 std.ml_full
LogisticRegressionBias (): f64 std.ml
LogisticRegressionBias (): f64 std.ml_full
LogisticRegressionEpochs (): int64 std.ml
LogisticRegressionEpochs (): int64 std.ml_full
LogisticRegressionFit (x0: f64, x1: f64, y0: f64, y1: f64, learning_rate: f64, epochs: int64): void std.ml
LogisticRegressionFit (x0: f64, x1: f64, x2: f64, x3: f64, x4: f64, x5: f64, x6: f64, x7: f64, y0: f64, y1: f64, y2: f64, y3: f64, y4: f64, y5: f64, y6: f64, y7: f64, learning_rate: f64, epochs: int64): void std.ml_full
LogisticRegressionFit1 (x0: f64, y0: f64, learning_rate: f64, epochs: int64): void std.ml
LogisticRegressionFit8 (x0: f64, x1: f64, x2: f64, x3: f64, x4: f64, x5: f64, x6: f64, x7: f64, y0: f64, y1: f64, y2: f64, y3: f64, y4: f64, y5: f64, y6: f64, y7: f64, learning_rate: f64, epochs: int64): void std.ml
LogisticRegressionFitArrays (xData: int64, yData: int64, n: int64, learningRate: f64, epochs: int64): void std.ml
LogisticRegressionFitArrays (xData: int64, yData: int64, n: int64, learningRate: f64, epochs: int64): void std.ml_full
LogisticRegressionFitDataFrame (df: int64, xCol: int64, yCol: int64, learningRate: f64, epochs: int64): void std.ml_full
LogisticRegressionInit (): void std.ml
LogisticRegressionInit (): void std.ml_full
LogisticRegressionLoss (): f64 std.ml
LogisticRegressionLoss (): f64 std.ml_full
LogisticRegressionPredict (x: f64): int64 std.ml
LogisticRegressionPredict (x: f64): int64 std.ml_full
LogisticRegressionPredictProb (x: f64): f64 std.ml
LogisticRegressionPredictProb (x: f64): f64 std.ml_full
LogisticRegressionWeight (): f64 std.ml
LogisticRegressionWeight (): f64 std.ml_full
LogList (c: LogConn, logName: int64, filter: int64, pageSize: int64): GCPResponse std.cloud.gcp.logging
LogPrio (prio: int64, tag: pchar, msg: pchar): int64 std.android.log
LogpushJobCheck (c: CFClient, zoneId: pchar, accountId: pchar, jobId: int64): int64 std.cloud.cf.analytics
LogpushJobCreate (c: CFClient, zoneId: pchar, accountId: pchar, dataset: pchar, destination: pchar, fields: pchar, enabled: int64): int64 std.cloud.cf.analytics
LogpushJobDelete (c: CFClient, zoneId: pchar, accountId: pchar, jobId: int64): int64 std.cloud.cf.analytics
LogpushJobList (c: CFClient, zoneId: pchar, accountId: pchar): int64 std.cloud.cf.analytics
LogpushJobUpdate (c: CFClient, zoneId: pchar, accountId: pchar, jobId: int64, enabled: int64): int64 std.cloud.cf.analytics
LogV (tag: pchar, msg: pchar): int64 std.android.log
LogW (tag: pchar, msg: pchar): int64 std.android.log
LogWrite (c: LogConn, logName: int64, severity: int64, message: int64): int64 std.cloud.gcp.logging
LogWriteJSON (c: LogConn, logName: int64, severity: int64, jsonPayload: int64, jsonLen: int64): int64 std.cloud.gcp.logging
LoWord (n: int64): int64 std.math
LuhnCheckDigit (number: pchar): int64 std.validate.luhn
LuhnDigitToInt (c: int64): int64 std.validate.luhn
LuhnIsDigit (c: int64): int64 std.validate.luhn
LuhnStrLen (s: int64): int64 std.validate.luhn
LuhnValidate (number: pchar): int64 std.validate.luhn

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z