Funktionsglossar — Buchstabe G
472 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 |
|---|---|---|
GameAI | (decide_aggressive: f64, enemy_near: f64, health_low: f64): bool | std.qbool |
GattCharDecl | (buf: int64, idx: int64): int64 | std.hardware.bluetooth_gattc |
GattCharProps | (buf: int64, idx: int64): int64 | std.hardware.bluetooth_gattc |
GattCharPropsCheck | (props: int64, propRequired: int64): int64 | std.hardware.bluetooth_ai |
GattCharUUID | (buf: int64, idx: int64): int64 | std.hardware.bluetooth_gattc |
GattCharValue | (buf: int64, idx: int64): int64 | std.hardware.bluetooth_gattc |
GattDisableNotification | (fd: int64, cccdHandle: int64): int64 | std.hardware.bluetooth_gattc |
GattDiscoverChars | (fd: int64, startHandle: int64, endHandle: int64, outBuf: int64, maxChars: int64): int64 | std.hardware.bluetooth_gattc |
GattDiscoverServices | (fd: int64, outBuf: int64, maxServices: int64): int64 | std.hardware.bluetooth_gattc |
GattEnableIndication | (fd: int64, cccdHandle: int64): int64 | std.hardware.bluetooth_gattc |
GattEnableNotification | (fd: int64, cccdHandle: int64): int64 | std.hardware.bluetooth_gattc |
GattFindCharByUUID | (charBuf: int64, charCount: int64, uuid: int64): int64 | std.hardware.bluetooth_gattc |
GattFindServiceByUUID | (svcBuf: int64, svcCount: int64, uuid: int64): int64 | std.hardware.bluetooth_gattc |
GattPoll | (fd: int64, timeoutMs: int64): int64 | std.hardware.bluetooth_gattc |
GattReadChar | (fd: int64, valueHandle: int64, dataBuf: int64, bufLen: int64): int64 | std.hardware.bluetooth_gattc |
GattRecvNotification | (fd: int64, handleOut: int64, dataBuf: int64, bufLen: int64): int64 | std.hardware.bluetooth_gattc |
GattsCharDefProps | (buf: int64, idx: int64): int64 | std.hardware.bluetooth_gatts |
GattsCharDefSetValue | (buf: int64, idx: int64, ptr: int64, len: int64): void | std.hardware.bluetooth_gatts |
GattsCharDefUUID | (buf: int64, idx: int64): int64 | std.hardware.bluetooth_gatts |
GattsCharDefValueLen | (buf: int64, idx: int64): int64 | std.hardware.bluetooth_gatts |
GattsCharDefValuePtr | (buf: int64, idx: int64): int64 | std.hardware.bluetooth_gatts |
GattServerHandleNext | (fd: int64, svcUUID: int64, charDefs: int64, charCount: int64): int64 | std.hardware.bluetooth_gatts |
GattServerRegister | (dbusFd: int64, adapterPath: int64, pathLen: int64): int64 | std.hardware.bluetooth_gatts |
GattServerSendNotification | (fd: int64, charPath: int64, pathLen: int64, data: int64, dataLen: int64): int64 | std.hardware.bluetooth_gatts |
GattServiceUUIDsUnique | (svcBuf: int64, svcCount: int64): int64 | std.hardware.bluetooth_ai |
GattSvcEnd | (buf: int64, idx: int64): int64 | std.hardware.bluetooth_gattc |
GattSvcStart | (buf: int64, idx: int64): int64 | std.hardware.bluetooth_gattc |
GattSvcUUID | (buf: int64, idx: int64): int64 | std.hardware.bluetooth_gattc |
GattWriteChar | (fd: int64, valueHandle: int64, data: int64, dataLen: int64): int64 | std.hardware.bluetooth_gattc |
GattWriteCmd | (fd: int64, valueHandle: int64, data: int64, dataLen: int64): int64 | std.hardware.bluetooth_gattc |
GCD | (a: int64, b: int64): int64 | std.math |
GCEConnect | (creds: GCPCredentials, project: pchar, zone: pchar): GCEConn | std.cloud.gcp.compute |
GCEDisconnect | (c: GCEConn): void | std.cloud.gcp.compute |
GCEInstanceCreate | (c: GCEConn, name: int64, machineType: int64, image: int64, diskSizeGB: int64): GCEOperation | std.cloud.gcp.compute |
GCEInstanceDelete | (c: GCEConn, name: int64): GCEOperation | std.cloud.gcp.compute |
GCEInstanceGet | (c: GCEConn, name: int64): int64 | std.cloud.gcp.compute |
GCEInstanceList | (c: GCEConn): GCPResponse | std.cloud.gcp.compute |
GCEInstanceStart | (c: GCEConn, name: int64): GCEOperation | std.cloud.gcp.compute |
GCEInstanceStop | (c: GCEConn, name: int64): GCEOperation | std.cloud.gcp.compute |
GCEOperationFree | (op: GCEOperation): void | std.cloud.gcp.compute |
GCEOperationWait | (c: GCEConn, opName: int64): int64 | std.cloud.gcp.compute |
GCFConnect | (creds: GCPCredentials, project: pchar, region: pchar): GCFConn | std.cloud.gcp.functions |
GCFDelete | (c: GCFConn, name: int64): int64 | std.cloud.gcp.functions |
GCFDeploy | (c: GCFConn, name: int64, runtime: int64, entryPoint: int64, source: int64): GCPResponse | std.cloud.gcp.functions |
GCFDisconnect | (c: GCFConn): void | std.cloud.gcp.functions |
GCFGet | (c: GCFConn, name: int64): GCPResponse | std.cloud.gcp.functions |
GCFInvoke | (c: GCFConn, name: int64, body: int64, bodyLen: int64): GCPResponse | std.cloud.gcp.functions |
GCFList | (c: GCFConn): GCPResponse | std.cloud.gcp.functions |
GCPBuildJWT | (sa: GCPServiceAccount, scope: int64, now: int64): int64 | std.cloud.gcp.jwt |
GCPClientFree | (c: GCPClient): void | std.cloud.gcp.transport |
GCPClientNew | (credsPtr: int64, project: pchar, baseURL: pchar): GCPClient | std.cloud.gcp.transport |
GCPCredentialsDefault | (scope: int64): GCPCredentials | std.cloud.gcp.credentials |
GCPCredentialsFree | (creds: GCPCredentials): void | std.cloud.gcp.credentials |
GCPCredentialsFromADC | (scope: int64): GCPCredentials | std.cloud.gcp.credentials |
GCPCredentialsFromEnv | (scope: int64): GCPCredentials | std.cloud.gcp.credentials |
GCPCredentialsFromFile | (path: int64, scope: int64): GCPCredentials | std.cloud.gcp.credentials |
GCPCredentialsFromMetadata | (scope: int64): GCPCredentials | std.cloud.gcp.credentials |
GCPDelete | (c: GCPClient, path: int64): GCPResponse | std.cloud.gcp.transport |
GCPErrorFree | (e: GCPError): void | std.cloud.gcp.transport |
GCPGet | (c: GCPClient, path: int64): GCPResponse | std.cloud.gcp.transport |
GCPGetToken | (creds: int64): int64 | std.cloud.gcp.credentials |
GCPIsRunningOnGCE | (): int64 | std.cloud.gcp.credentials |
GCPJWTFree | (token: int64): void | std.cloud.gcp.jwt |
GCPParseError | (body: int64, bodyLen: int64): GCPError | std.cloud.gcp.transport |
GCPPatch | (c: GCPClient, path: int64, body: int64, bodyLen: int64): GCPResponse | std.cloud.gcp.transport |
GCPPost | (c: GCPClient, path: pchar, body: int64, bodyLen: int64): GCPResponse | std.cloud.gcp.transport |
GCPPut | (c: GCPClient, path: pchar, body: int64, bodyLen: int64): GCPResponse | std.cloud.gcp.transport |
GCPResponseFree | (r: GCPResponse): void | std.cloud.gcp.transport |
GCPServiceAccountFree | (sa: GCPServiceAccount): void | std.cloud.gcp.jwt |
GCPServiceAccountFromJSON | (json: int64, jsonLen: int64): GCPServiceAccount | std.cloud.gcp.jwt |
GCPTokenFree | (t: GCPToken): void | std.cloud.gcp.oauth |
GCPTokenFromMetadata | (): GCPToken | std.cloud.gcp.oauth |
GCPTokenFromRefresh | (clientId: int64, clientSecret: int64, refreshToken: int64): GCPToken | std.cloud.gcp.oauth |
GCPTokenFromServiceAccount | (sa: GCPServiceAccount, scope: int64): GCPToken | std.cloud.gcp.oauth |
GCPTokenIsExpired | (t: GCPToken): int64 | std.cloud.gcp.oauth |
GCRConnect | (creds: GCPCredentials, project: pchar, region: pchar): GCRConn | std.cloud.gcp.functions |
GCRDisconnect | (c: GCRConn): void | std.cloud.gcp.functions |
GCRServiceGet | (c: GCRConn, name: int64): GCPResponse | std.cloud.gcp.functions |
GCRServiceInvoke | (c: GCRConn, name: int64, path: int64, body: int64, bodyLen: int64): GCPResponse | std.cloud.gcp.functions |
GCRServiceList | (c: GCRConn): GCPResponse | std.cloud.gcp.functions |
GCSBucketCreate | (c: GCSConn, bucket: pchar, location: pchar): int64 | std.cloud.gcp.storage |
GCSBucketDelete | (c: GCSConn, bucket: pchar): int64 | std.cloud.gcp.storage |
GCSBucketExists | (c: GCSConn, bucket: pchar): int64 | std.cloud.gcp.storage |
GCSConnect | (creds: GCPCredentials, project: pchar): GCSConn | std.cloud.gcp.storage |
GCSDelete | (c: GCSConn, bucket: pchar, object: pchar): int64 | std.cloud.gcp.storage |
GCSDisconnect | (c: GCSConn): void | std.cloud.gcp.storage |
GCSDownload | (c: GCSConn, bucket: pchar, object: pchar): GCPResponse | std.cloud.gcp.storage |
GCSDownloadRange | (c: GCSConn, bucket: pchar, object: pchar, start: int64, end: int64): GCPResponse | std.cloud.gcp.storage |
GCSExists | (c: GCSConn, bucket: pchar, object: pchar): int64 | std.cloud.gcp.storage |
GCSGetMeta | (c: GCSConn, bucket: pchar, object: pchar): int64 | std.cloud.gcp.storage |
GCSList | (c: GCSConn, bucket: pchar, prefix: pchar, pageSize: int64): GCPResponse | std.cloud.gcp.storage |
GCSUpload | (c: GCSConn, bucket: pchar, object: pchar, data: int64, dataLen: int64): int64 | std.cloud.gcp.storage |
GCSUploadJSON | (c: GCSConn, bucket: pchar, object: pchar, json: int64, jsonLen: int64): int64 | std.cloud.gcp.storage |
GenerateNativeActivityManifest | (packageName: pchar, appLabel: pchar, libName: pchar, minSdk: int64, targetSdk: int64): pchar | std.android.manifest_gen |
GenerateNativeActivityManifestDefault | (packageName: pchar, appLabel: pchar, libName: pchar): pchar | std.android.manifest_gen |
GenerateSalt | (len: int64): int64 | std.hash |
GenerateSaltBytes | (outBuf: int64, len: int64): bool | std.hash |
GenerateV4 | (output: pchar): bool | std.uuid |
GenerateV4String | (output: pchar): bool | std.uuid |
GenerateV7 | (output: pchar): bool | std.uuid |
GenerateV7String | (output: pchar): bool | std.uuid |
GeoAlongTrack | (point: GeoPos, orig: GeoPos, dest: GeoPos): f64 | std.geo.sphere |
GeoAngularDistance | (a: GeoPos, b: GeoPos): f64 | std.geo.sphere |
GeoBBoxCenter | (bb: GeoBBox): GeoPoint | std.geo |
GeoBBoxContains | (bb: GeoBBox, p: GeoPoint): bool | std.geo |
GeoBBoxGetMax | (bb: GeoBBox): GeoPoint | std.geo |
GeoBBoxGetMin | (bb: GeoBBox): GeoPoint | std.geo |
GeoBBoxOverlaps | (a: GeoBBox, b: GeoBBox): bool | std.geo |
GeoBearing | (a: GeoPos, b: GeoPos): f64 | std.geo.sphere |
GeoCompassSector | (bearing: f64): int64 | std.geo.sphere |
GeoCrossTrack | (point: GeoPos, orig: GeoPos, dest: GeoPos): f64 | std.geo.sphere |
GeoDestination | (start: GeoPos, bearing: f64, dist: f64): GeoPos | std.geo.sphere |
GeoDestinationR | (start: GeoPos, bearing: f64, dist: f64, radius: f64): GeoPos | std.geo.sphere |
GeodFromDeg | (latDeg: f64, lonDeg: f64, hEll: f64): Geodetic | std.geodesy.frames |
GeoDistance | (a: GeoPos, b: GeoPos): f64 | std.geo.sphere |
GeoDistanceKm | (a: GeoPos, b: GeoPos): f64 | std.geo.sphere |
GeoDistanceNm | (a: GeoPos, b: GeoPos): f64 | std.geo.sphere |
GeoDistanceR | (a: GeoPos, b: GeoPos, radius: f64): f64 | std.geo.sphere |
GeodLatDeg | (g: Geodetic): f64 | std.geodesy.frames |
GeodLonDeg | (g: Geodetic): f64 | std.geodesy.frames |
GeodNew | (latRad: f64, lonRad: f64, hEll: f64): Geodetic | std.geodesy.frames |
GeodToEcef | (e: Ellipsoid, g: Geodetic): V3 | std.geodesy.frames |
GeoEarthRadius | (): f64 | std.geo.sphere |
GeoError | (): f64 | std.geo.sphere |
GeoFinalBearing | (a: GeoPos, b: GeoPos): f64 | std.geo.sphere |
GeoFromDms | (deg: f64, minuten: f64, sekunden: f64, hemi: int64): f64 | std.geo.sphere |
GeoHorizon | (heightM: f64): f64 | std.geo.sphere |
GeoIsError | (x: f64): bool | std.geo.sphere |
GeoIstDmsFehler | (v: int64): bool | std.geo |
GeoLatHemisphere | (lat: f64): int64 | std.geo.sphere |
GeoLatValid | (lat: f64): bool | std.geo.sphere |
GeoLineOfSight | (a: GeoPos, hoeheA: f64, b: GeoPos, hoeheB: f64): bool | std.geo.sphere |
GeoLonHemisphere | (lon: f64): int64 | std.geo.sphere |
GeoLonValid | (lon: f64): bool | std.geo.sphere |
GeoMidpoint | (a: GeoPos, b: GeoPos): GeoPos | std.geo.sphere |
GeoNormBearing | (deg: f64): f64 | std.geo.sphere |
GeoNormDelta | (deg: f64): f64 | std.geo.sphere |
GeoPointNew | (lon: int64, lat: int64): GeoPoint | std.geo |
GeoPosIsError | (p: GeoPos): bool | std.geo.sphere |
GeoPosNew | (lat: f64, lon: f64): GeoPos | std.geo.sphere |
GeoPosValid | (p: GeoPos): bool | std.geo.sphere |
GeoRadiusMars | (): f64 | std.geo.sphere |
GeoRadiusMoon | (): f64 | std.geo.sphere |
GeoRhumbBearing | (a: GeoPos, b: GeoPos): f64 | std.geo.sphere |
GeoRhumbDistance | (a: GeoPos, b: GeoPos): f64 | std.geo.sphere |
GeoToDegrees | (rad: f64): f64 | std.geo.sphere |
GeoToRadians | (deg: f64): f64 | std.geo.sphere |
GermanTaxIDValidate | (taxId: int64): int64 | std.validate.luhn |
get_arch | (): pchar | std.os |
get_available_memory_mb | (): int64 | std.os |
get_cwd | (): pchar | std.os |
get_home_dir | (): pchar | std.os |
get_log_level | (): int64 | std.log |
get_num_cores | (): int64 | std.os |
get_os_name | (): pchar | std.os |
get_os_version | (): pchar | std.os |
get_page_size | (): int64 | std.os |
get_pid | (): int64 | std.os |
get_ppid | (): int64 | std.os |
get_temp_dir | (): pchar | std.os |
get_total_memory_mb | (): int64 | std.os |
get_uid | (): int64 | std.os |
get_user_name | (): pchar | std.os |
GetArray | (doc: int64, path: pchar): int64 | std.yaml |
GetArrayEntryName | (arr: pchar, output: pchar): int64 | std.xml |
GetArrayEntryText | (arr: pchar, output: pchar): int64 | std.xml |
GetArrayLen | (doc: int64, path: pchar): int64 | std.yaml |
GetAvailableMemory | (): int64 | std.systeminfo |
GetBit | (val: int64, bit_pos: int64): bool | std.conv |
GetBool | (doc: int64, section: pchar, key: pchar, default_val: bool): bool | std.ini |
GetBool | (doc: int64, path: pchar, default_val: bool): bool | std.yaml |
GetByte | (val: int64, byte_pos: int64): int64 | std.conv |
GetCPU | (cpuOut: int64, nodeOut: int64): int64 | std.sched |
GetCpuIdleTime | (): int64 | std.systeminfo |
GetCpuSystemTime | (): int64 | std.systeminfo |
GetCpuUserTime | (): int64 | std.systeminfo |
GetCurrentCPU | (): int64 | std.sched |
GetCwd | (buf: int64, size: int64): int64 | std.fs_ext |
GetEGID | (): int64 | std.process_ext |
GetErrorCode | (result: int64): int64 | std.error |
GetErrorMessage | (code: int64): pchar | std.error |
GetEUID | (): int64 | std.process_ext |
GetFixedDistCode | (dist: int64): int64 | std.zlib |
GetFixedLiteralCode | (code: int64): int64 | std.zlib |
GetFloat | (doc: int64, section: pchar, key: pchar, default_val: f64): f64 | std.ini |
GetFloat | (doc: int64, path: pchar, default_val: f64): f64 | std.yaml |
GetFragment | (url: pchar): pchar | std.url |
GetFreeMemory | (): int64 | std.systeminfo |
GetGID | (): int64 | std.process_ext |
GetHostByName | (hostname: pchar): int64 | std.net.dns |
GetHostByNameV6 | (hostname: int64, outHi: int64, outLo: int64): bool | std.net.dns |
GetHostname | (url: pchar): pchar | std.url |
GetInt | (doc: int64, section: pchar, key: pchar, default_val: int64): int64 | std.ini |
GetInt | (doc: int64, path: pchar, default_val: int64): int64 | std.yaml |
GetKeyCount | (doc: int64, section: pchar): int64 | std.ini |
GetKeyEvent | (): TEvent | std.lyxvision.drivers |
GetKeys | (doc: int64, section: pchar, output: pchar, max_count: int64): int64 | std.ini |
GetKeys | (doc: int64, path: pchar, output: pchar, max_count: int64): int64 | std.yaml |
GetLoadAverage1 | (): int64 | std.systeminfo |
GetLoadAverage15 | (): int64 | std.systeminfo |
GetLoadAverage5 | (): int64 | std.systeminfo |
GetLogicalCores | (): int64 | std.systeminfo |
GetNumThreads | (): int64 | std.systeminfo |
GetObject | (doc: int64, path: pchar): int64 | std.yaml |
GetOS | (): int64 | std.systeminfo |
GetParentProcessId | (): int64 | std.systeminfo |
GetPassword | (url: pchar): pchar | std.url |
GetPath | (url: pchar): pchar | std.url |
GetPGRP | (): int64 | std.process_ext |
GetPhysicalCores | (): int64 | std.systeminfo |
GetPort | (url: pchar): int64 | std.url |
GetPPID | (): int64 | std.process_ext |
GetPriority | (pid: int64): int64 | std.sched |
GetProbability | (q: QBool): f64 | std.qbool |
GetProcessId | (): int64 | std.systeminfo |
GetProgram | (): int64 | std.lyxvision.app |
GetQuery | (url: pchar): pchar | std.url |
GetQueryParam | (query: pchar, name: pchar): pchar | std.url |
GetRootWindow | (display: int64): int64 | std.x11 |
GetRunningProcesses | (): int64 | std.systeminfo |
GetScheme | (url: pchar): pchar | std.url |
GetScreenHeight | (): int64 | std.lyxvision.drivers |
GetScreenWidth | (): int64 | std.lyxvision.drivers |
GetSectionCount | (doc: int64): int64 | std.ini |
GetSections | (doc: int64, output: pchar, max_count: int64): int64 | std.ini |
GetSMTWidth | (): int64 | std.systeminfo |
GetSockOpt | (sockfd: int64, level: int64, optname: int64, optval: int64, addrlen: int64): int64 | std.net.syscalls |
GetString | (doc: int64, section: pchar, key: pchar, default_val: pchar): pchar | std.ini |
GetString | (doc: int64, path: pchar, default_val: pchar): pchar | std.yaml |
GetSyscallErrorCode | (result: int64): int64 | std.error |
GetSyscallErrorMessage | (result: int64): pchar | std.error |
GetSystemTime | (): int64 | std.systeminfo |
GetTagName | (html: pchar, output: pchar): int64 | std.html |
GetTimeMs | (): int64 | std.time |
GetTimeNs | (clockId: int64): int64 | std.time |
GetTimeOfDay | (tvSecOut: int64, tvUsecOut: int64): int64 | std.time |
GetTimezoneOffset | (): int64 | std.datetime |
GetTotalMemory | (): int64 | std.systeminfo |
GetTotalProcesses | (): int64 | std.systeminfo |
GetType | (doc: int64, path: pchar): int64 | std.yaml |
GetUID | (): int64 | std.process_ext |
GetUname | (buf: int64): int64 | std.process_ext |
GetUnameMachine | (outBuf: int64): int64 | std.process_ext |
GetUnameNodename | (outBuf: int64): int64 | std.process_ext |
GetUnameRelease | (outBuf: int64): int64 | std.process_ext |
GetUnameSysname | (outBuf: int64): int64 | std.process_ext |
GetUnameVersion | (outBuf: int64): int64 | std.process_ext |
GetUnixMs | (): int64 | std.time |
GetUptime | (): int64 | std.systeminfo |
GetUptimeHundertstel | (): int64 | std.systeminfo |
GetUsername | (url: pchar): pchar | std.url |
GetUserTime | (): int64 | std.systeminfo |
GetVariant | (uuid: pchar): int64 | std.uuid |
GetVersion | (uuid: pchar): int64 | std.uuid |
GetVersion | (): pchar | std.lyxvision.main |
GF_inv_simple | (x: int64): int64 | std.crypto.aes |
GF_mul | (a: int64, b: int64): int64 | std.crypto.aes |
GifDecode | (buf: int64, len: int64, img: int64): int64 | std.image.gif |
GifDecodeFile | (path: int64, plen: int64, img: int64): int64 | std.image.gif |
GifDecodeFrame | (buf: int64, len: int64, frameIdx: int64, img: int64): int64 | std.image.gif |
GifGetFrameCount | (buf: int64, len: int64): int64 | std.image.gif |
glCompileShaderFromSource | (shaderType: int64, source: int64, sourceLen: int64): int64 | std.qt5_gl |
glCreateBuffer | (target: int64, data: int64, size: int64, usage: int64): int64 | std.qt5_gl |
glCreateProgramFromSources | (vertexSource: int64, vertexLen: int64, fragmentSource: int64, fragmentLen: int64): int64 | std.qt5_gl |
glFinish | (): void | std.qt5_gl |
glFlush | (): void | std.qt5_gl |
glGetError | (): int64 | std.qt5_gl |
glGetRenderer | (): int64 | std.qt5_gl |
glGetVersion | (): int64 | std.qt5_gl |
glInit | (): int64 | std.qt5_gl |
GlobCount | (result: int64): int64 | std.fs |
GlobFree | (result: int64): void | std.fs |
GlobGet | (result: int64, index: int64, outBuf: pchar): int64 | std.fs |
GlobMatch | (pattern: pchar, name: pchar): bool | std.fs |
GLXCreateContextLegacy | (dpy: int64, visual: int64, share: int64, direct: int64): GLXContext | std.qt5_glx |
GLXDestroyContext | (dpy: int64, ctx: GLXContext): void | std.qt5_glx |
GLXMakeCurrent | (dpy: int64, drawable: int64, ctx: GLXContext): int64 | std.qt5_glx |
GLXSwapBuffers | (dpy: int64, drawable: int64): void | std.qt5_glx |
GoToXY | (col: int64, row: int64): void | std.crt |
GphAddEdge | (g: int64, u: int64, v: int64, w: f64): bool | std.graph |
GphAdjBegin | (g: int64, u: int64): int64 | std.graph |
GphAdjEdge | (g: int64, i: int64): int64 | std.graph |
GphAdjEnd | (g: int64, u: int64): int64 | std.graph |
GphAdjTarget | (g: int64, i: int64): int64 | std.graph |
GphAdjWeight | (g: int64, i: int64): f64 | std.graph |
GphBellmanFord | (g: int64, s: int64, outDist: int64, outPrev: int64): int64 | std.graph |
GphBfs | (g: int64, s: int64, outDist: int64, outPrev: int64): bool | std.graph |
GphBipartiteMatch | (g: int64, nLeft: int64, outMatch: int64): int64 | std.graph |
GphBuild | (g: int64): bool | std.graph |
GphComponents | (g: int64, outComp: int64): int64 | std.graph |
GphDegree | (g: int64, u: int64): int64 | std.graph |
GphDfsOrder | (g: int64, s: int64, outOrder: int64): int64 | std.graph |
GphDijkstra | (g: int64, s: int64, outDist: int64, outPrev: int64): bool | std.graph |
GphEdgeCount | (g: int64): int64 | std.graph |
GphFlowAddEdge | (f: int64, u: int64, v: int64, cap: f64): int64 | std.graph |
GphFlowAddUndirected | (f: int64, u: int64, v: int64, cap: f64): int64 | std.graph |
GphFlowBuild | (f: int64): bool | std.graph |
GphFlowEdges | (f: int64): int64 | std.graph |
GphFlowFree | (f: int64): void | std.graph |
GphFlowNew | (n: int64, maxEdges: int64): int64 | std.graph |
GphFlowNodes | (f: int64): int64 | std.graph |
GphFlowOn | (f: int64, k: int64): f64 | std.graph |
GphFlowResidual | (f: int64, i: int64): f64 | std.graph |
GphFree | (g: int64): void | std.graph |
GphHasCycle | (g: int64): bool | std.graph |
GphIsBipartite | (g: int64, outColor: int64): bool | std.graph |
GphIsBuilt | (g: int64): bool | std.graph |
GphIsConnected | (g: int64): bool | std.graph |
GphIsDirected | (g: int64): bool | std.graph |
GphMaxFlow | (f: int64, s: int64, t: int64): f64 | std.graph |
GphMinCut | (f: int64, s: int64, outSide: int64): int64 | std.graph |
GphMstKruskal | (g: int64, outEdges: int64, outWeight: int64): int64 | std.graph |
GphNew | (n: int64, maxEdges: int64, directed: bool): int64 | std.graph |
GphNodeCount | (g: int64): int64 | std.graph |
GphPathFrom | (prev: int64, target: int64, out: int64, maxLen: int64): int64 | std.graph |
GphReachable | (g: int64, s: int64): int64 | std.graph |
GphScc | (g: int64, outComp: int64): int64 | std.graph |
GphTopoSort | (g: int64, out: int64): int64 | std.graph |
GphUfFind | (uf: int64, x: int64): int64 | std.graph |
GphUfFree | (uf: int64): void | std.graph |
GphUfNew | (n: int64): int64 | std.graph |
GphUfSame | (uf: int64, a: int64, b: int64): bool | std.graph |
GphUfSize | (uf: int64, x: int64): int64 | std.graph |
GphUfUnion | (uf: int64, a: int64, b: int64): bool | std.graph |
GpioChipInfoFree | (info: int64): void | std.hardware.gpio_ioctl |
GpioChipInfoLines | (info: int64): int64 | std.hardware.gpio_ioctl |
GpioClose | (ctx: int64): void | std.hardware.gpio_mmio |
GpioCopyStringToBuf | (src: pchar, dst: int64, max_len: int64): int64 | std.hardware.gpio_util |
GpioCtxAlloc | (): int64 | std.hardware.gpio_mmio |
GpioCtxFree | (ctx: int64): void | std.hardware.gpio_mmio |
GpioDelayMicroseconds | (delay_us: int64): void | std.hardware.gpio_util |
GpioGetChipInfo | (chip_path: pchar): int64 | std.hardware.gpio_ioctl |
GpioGetLineValues | (line_fd: int64, mask: int64, bits_out: int64): int64 | std.hardware.gpio_ioctl |
GpioGetMem | (ctx: int64): int64 | std.hardware.gpio_mmio |
GpioHasNewPull | (ctx: int64): int64 | std.hardware.gpio_mmio |
GpioInit | (ctx: int64): int64 | std.hardware.gpio_mmio |
GpioInputPinAlloc | (gpio_ctx: int64, pin_nr: int64): int64 | std.hardware.gpio_pin |
GpioInputPinFree | (pin_ctx: int64): void | std.hardware.gpio_pin |
GpioInputPinInit | (pin_ctx: int64, pull: int64): int64 | std.hardware.gpio_pin |
GpioInputPinRead | (pin_ctx: int64): int64 | std.hardware.gpio_pin |
GpioInstBarrier | (): void | std.hardware.gpio_barriers |
GpioIoctl | (fd: int64, request: int64, arg: int64): int64 | std.hardware.gpio_syscalls |
GpioIsMapped | (ctx: int64): int64 | std.hardware.gpio_mmio |
GpioMemBarrier | (): void | std.hardware.gpio_barriers |
GpioMmap | (addr: int64, length: int64, prot: int64, flags: int64, fd: int64, offset: int64): int64 | std.hardware.gpio_syscalls |
GpioMunmap | (addr: int64, length: int64): int64 | std.hardware.gpio_syscalls |
GpioOpen | (path: pchar, flags: int64): int64 | std.hardware.gpio_syscalls |
GpioOutputPinAlloc | (gpio_ctx: int64, pin_nr: int64): int64 | std.hardware.gpio_pin |
GpioOutputPinFree | (pin_ctx: int64): void | std.hardware.gpio_pin |
GpioOutputPinInit | (pin_ctx: int64, pull: int64): int64 | std.hardware.gpio_pin |
GpioOutputPinWrite | (pin_ctx: int64, state: int64): int64 | std.hardware.gpio_pin |
GpioPoll | (fds_ptr: int64, nfds: int64, timeout_ms: int64): int64 | std.hardware.gpio_syscalls |
GpioPollFdRevents | (ptr: int64): int64 | std.hardware.gpio_syscalls |
GpioPollFdSet | (ptr: int64, fd: int64, events: int64): void | std.hardware.gpio_syscalls |
GpioRead | (fd: int64, buf: int64, count: int64): int64 | std.hardware.gpio_syscalls |
GpioReadPin | (ctx: int64, pin: int64): int64 | std.hardware.gpio_mmio |
GpioReleaseLine | (line_fd: int64): void | std.hardware.gpio_ioctl |
GpioRequestLines | (chip_path: pchar, pins_ptr: int64, num_lines: int64, flags: int64, consumer: pchar): int64 | std.hardware.gpio_ioctl |
GpioSetAltMode | (ctx: int64, pin: int64, mode: int64): int64 | std.hardware.gpio_ext |
GpioSetLineValues | (line_fd: int64, mask: int64, bits: int64): int64 | std.hardware.gpio_ioctl |
GpioSetPinMode | (ctx: int64, pin: int64, mode: int64): int64 | std.hardware.gpio_mmio |
GpioSetPullMode | (ctx: int64, pin: int64, mode: int64): int64 | std.hardware.gpio_mmio |
GpioSoftPWM | (ctx: int64, pin: int64, frequency: int64, dutyCycle: int64, duration_ms: int64): void | std.hardware.gpio_ext |
GpioSysClose | (fd: int64): int64 | std.hardware.gpio_syscalls |
GpioWaitForEdge | (line_fd: int64, timeout_ms: int64): int64 | std.hardware.gpio_ext |
GpioWritePin | (ctx: int64, pin: int64, state: int64): int64 | std.hardware.gpio_mmio |
GraphEdgeFree | (e: int64): void | std.graphdb.edge |
GraphEdgeGetBool | (e: int64, key: pchar, klen: int64): int64 | std.graphdb.edge |
GraphEdgeGetF64 | (e: int64, key: pchar, klen: int64): int64 | std.graphdb.edge |
GraphEdgeGetInt | (e: int64, key: pchar, klen: int64): int64 | std.graphdb.edge |
GraphEdgeGetStr | (e: int64, key: pchar, klen: int64, outLen: int64): pchar | std.graphdb.edge |
GraphEdgeInit | (e: int64): void | std.graphdb.edge |
GraphEdgeSetBool | (e: int64, key: pchar, klen: int64, val: int64): void | std.graphdb.edge |
GraphEdgeSetF64 | (e: int64, key: pchar, klen: int64, bits: int64): void | std.graphdb.edge |
GraphEdgeSetInt | (e: int64, key: pchar, klen: int64, val: int64): void | std.graphdb.edge |
GraphEdgeSetStr | (e: int64, key: pchar, klen: int64, val: pchar, vlen: int64): void | std.graphdb.edge |
GraphEdgeSetType | (e: int64, etype: pchar, elen: int64): void | std.graphdb.edge |
GraphEdgeTypeEq | (e: int64, etype: pchar, elen: int64): int64 | std.graphdb.edge |
GraphFileLoad | (store: int64, path: pchar, plen: int64): int64 | std.graphdb.file |
GraphFileSave | (store: int64, path: pchar, plen: int64, compress: int64): int64 | std.graphdb.file |
GraphGetContextForAI | (ctx: int64, queryVec: int64, topK: int64, depth: int64, outBuf: int64, maxOut: int64): int64 | std.graphdb.query |
GraphIDFromStr | (s: pchar, slen: int64): int64 | std.graphdb.core |
GraphIDNew | (): int64 | std.graphdb.core |
GraphMemStoreAddEdge | (s: int64, e: int64): int64 | std.graphdb.mem |
GraphMemStoreAddNode | (s: int64, n: int64): int64 | std.graphdb.mem |
GraphMemStoreFree | (s: int64): void | std.graphdb.mem |
GraphMemStoreGetEdge | (s: int64, id: int64): int64 | std.graphdb.mem |
GraphMemStoreGetNode | (s: int64, id: int64): int64 | std.graphdb.mem |
GraphMemStoreInit | (s: int64): void | std.graphdb.mem |
GraphMemStoreNeighbors | (s: int64, nodeId: int64, outBuf: int64, maxOut: int64): int64 | std.graphdb.mem |
GraphMemStoreOutEdges | (s: int64, nodeId: int64, outBuf: int64, maxOut: int64): int64 | std.graphdb.mem |
GraphNodeAddLabel | (n: int64, label: pchar, llen: int64): void | std.graphdb.node |
GraphNodeFree | (n: int64): void | std.graphdb.node |
GraphNodeGetBool | (n: int64, key: pchar, klen: int64): int64 | std.graphdb.node |
GraphNodeGetF64 | (n: int64, key: pchar, klen: int64): int64 | std.graphdb.node |
GraphNodeGetInt | (n: int64, key: pchar, klen: int64): int64 | std.graphdb.node |
GraphNodeGetStr | (n: int64, key: pchar, klen: int64, outLen: int64): pchar | std.graphdb.node |
GraphNodeGetVecDim | (n: int64, i: int64): f64 | std.graphdb.node |
GraphNodeHasLabel | (n: int64, label: pchar, llen: int64): int64 | std.graphdb.node |
GraphNodeInit | (n: int64): void | std.graphdb.node |
GraphNodeSetBool | (n: int64, key: pchar, klen: int64, val: int64): void | std.graphdb.node |
GraphNodeSetF64 | (n: int64, key: pchar, klen: int64, bits: int64): void | std.graphdb.node |
GraphNodeSetInt | (n: int64, key: pchar, klen: int64, val: int64): void | std.graphdb.node |
GraphNodeSetStr | (n: int64, key: pchar, klen: int64, val: pchar, vlen: int64): void | std.graphdb.node |
GraphNodeSetVec | (n: int64, dims: int64, data: int64): void | std.graphdb.node |
GraphNow | (): int64 | std.graphdb.core |
GraphQueryCtxInit | (ctx: int64, store: int64): void | std.graphdb.query |
GraphQueryCtxSetTemporalIdx | (ctx: int64, tidx: int64): void | std.graphdb.query |
GraphQueryCtxSetTypeIdx | (ctx: int64, typeidx: int64): void | std.graphdb.query |
GraphQueryCtxSetVectorIdx | (ctx: int64, vidx: int64): void | std.graphdb.query |
GraphQueryEdgesByType | (ctx: int64, etype: pchar, elen: int64, outBuf: int64, maxOut: int64): int64 | std.graphdb.query |
GraphQueryEdgesInWindow | (ctx: int64, tsFrom: int64, tsTo: int64, outBuf: int64, maxOut: int64): int64 | std.graphdb.query |
GraphQueryPattern | (ctx: int64, pat: int64, outBuf: int64, maxOut: int64): int64 | std.graphdb.query |
GraphQueryPatternInit | (pat: int64, srcId: int64, etype: pchar, elen: int64): void | std.graphdb.query |
GraphQueryPatternSetTs | (pat: int64, tsFrom: int64): void | std.graphdb.query |
GraphTemporalIndexBuild | (idx: int64, store: int64): void | std.graphdb.index |
GraphTemporalIndexFree | (idx: int64): void | std.graphdb.index |
GraphTemporalIndexInit | (idx: int64): void | std.graphdb.index |
GraphTemporalIndexQuery | (idx: int64, tsFrom: int64, tsTo: int64, outBuf: int64, maxOut: int64): int64 | std.graphdb.index |
GraphTypeIndexBuild | (idx: int64, store: int64): void | std.graphdb.index |
GraphTypeIndexFree | (idx: int64): void | std.graphdb.index |
GraphTypeIndexInit | (idx: int64): void | std.graphdb.index |
GraphTypeIndexQuery | (idx: int64, etype: pchar, elen: int64, outBuf: int64, maxOut: int64): int64 | std.graphdb.index |
GraphVectorIndexBuild | (idx: int64, store: int64): void | std.graphdb.index |
GraphVectorIndexFree | (idx: int64): void | std.graphdb.index |
GraphVectorIndexInit | (idx: int64, dims: int64): void | std.graphdb.index |
GraphVectorIndexSearch | (idx: int64, queryVec: int64, topK: int64, outNodeIds: int64, outScores: int64): int64 | std.graphdb.index |
GrfDetectFormat | (buf: int64, len: int64): int64 | std.image.core |
GrfFileRead | (path: int64, plen: int64, outBuf: int64, maxLen: int64): int64 | std.image.core |
GrfImageAlloc | (w: int64, h: int64): int64 | std.image.core |
GrfImageClear | (img: int64, rgba: int64): void | std.image.core |
GrfImageFree | (img: int64): void | std.image.core |
GrfImageGetPixel | (img: int64, x: int64, y: int64): int64 | std.image.core |
GrfImageSetPixel | (img: int64, x: int64, y: int64, rgba: int64): void | std.image.core |
GridAStar | (cells: int64, w: int64, h: int64, sx: int64, sy: int64, gx: int64, gy: int64, diag: bool, outX: int64, outY: int64, maxLen: int64): int64 | std.grid |
GridBfs | (cells: int64, w: int64, h: int64, sx: int64, sy: int64, diag: bool, out: int64): bool | std.grid |
GridChebyshev | (x1: int64, y1: int64, x2: int64, y2: int64): int64 | std.grid |
GridCost | (cells: int64, x: int64, y: int64, w: int64, h: int64): int64 | std.grid |
GridDijkstra | (cells: int64, w: int64, h: int64, sx: int64, sy: int64, diag: bool, outDist: int64, outPrev: int64): bool | std.grid |
GridFill | (cells: int64, w: int64, h: int64, cost: int64): void | std.grid |
GridFloodCount | (cells: int64, w: int64, h: int64, sx: int64, sy: int64, diag: bool): int64 | std.grid |
GridHeuristic | (x1: int64, y1: int64, x2: int64, y2: int64, diag: bool): f64 | std.grid |
GridInBounds | (x: int64, y: int64, w: int64, h: int64): bool | std.grid |
GridIndex | (x: int64, y: int64, w: int64): int64 | std.grid |
GridLine | (x0: int64, y0: int64, x1: int64, y1: int64, outX: int64, outY: int64, maxLen: int64): int64 | std.grid |
GridLineOfSight | (cells: int64, x0: int64, y0: int64, x1: int64, y1: int64, w: int64, h: int64): bool | std.grid |
GridManhattan | (x1: int64, y1: int64, x2: int64, y2: int64): int64 | std.grid |
GridNeighbors | (cells: int64, x: int64, y: int64, w: int64, h: int64, diag: bool, outX: int64, outY: int64): int64 | std.grid |
GridOctile | (x1: int64, y1: int64, x2: int64, y2: int64): f64 | std.grid |
GridPathCost | (cells: int64, w: int64, h: int64, sx: int64, sy: int64, gx: int64, gy: int64, diag: bool): f64 | std.grid |
GridPathFrom | (prev: int64, goal: int64, w: int64, outX: int64, outY: int64, maxLen: int64): int64 | std.grid |
GridReachable | (cells: int64, w: int64, h: int64, sx: int64, sy: int64, gx: int64, gy: int64, diag: bool): bool | std.grid |
GridSet | (cells: int64, x: int64, y: int64, w: int64, cost: int64): void | std.grid |
GridWalkable | (cells: int64, x: int64, y: int64, w: int64, h: int64): bool | std.grid |
GridX | (idx: int64, w: int64): int64 | std.grid |
GridY | (idx: int64, w: int64): int64 | std.grid |
GroupAddToFocusChain | (g: TGroup, v: TView): TGroup | std.lyxvision.group |
GroupClear | (g: TGroup): TGroup | std.lyxvision.group |
GroupDraw | (g: TGroup): TGroup | std.lyxvision.group |
GroupExecute | (g: TGroup): int64 | std.lyxvision.group |
GroupGetCurrent | (g: TGroup): TView | std.lyxvision.group |
GroupInsert | (g: TGroup, v: TView): TGroup | std.lyxvision.group |
GroupIsEmpty | (g: TGroup): bool | std.lyxvision.group |
GroupNew | (x: int64, y: int64, w: int64, h: int64): TGroup | std.lyxvision.group |
GroupNext | (g: TGroup): TGroup | std.lyxvision.group |
GroupPrev | (g: TGroup): TGroup | std.lyxvision.group |
GroupRemove | (g: TGroup, v: TView): TGroup | std.lyxvision.group |
GroupSetCurrent | (g: TGroup, v: TView): TGroup | std.lyxvision.group |
GroupSetState | (g: TGroup, aState: int64, enable: int64): TGroup | std.lyxvision.group |
GzipCompress | (src: int64, srcLen: int64, dst: int64, dstMax: int64): int64 | std.gzip |
GzipCompressBound | (srcLen: int64): int64 | std.gzip |
GzipDecompress | (src: int64, srcLen: int64, dst: int64, dstMax: int64): int64 | std.gzip |
# · 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
