Platforms to show: All Mac Windows Linux Cross-Platform
The plugin MBS Tools Plugin:
- class ClipperEngineMBS
- method Constructor(initOptions as integer = 0)
- method Clear
- method GetBounds(byref left as integer, byref top as integer, byref right as integer, byref bottom as integer)
- method Execute(clipType as Integer, byref solution as ClipperPathsMBS, fillType as Integer) as Boolean
- method Execute(clipType as Integer, byref solution as ClipperPathsMBS, subjFillType as Integer, clipFillType as Integer) as Boolean
- method Execute(clipType as Integer, byref solution as ClipperPolyTreeMBS, fillType as Integer) as Boolean
- method Execute(clipType as Integer, byref solution as ClipperPolyTreeMBS, subjFillType as Integer, clipFillType as Integer) as Boolean
- method AddPath(path as ClipperPathMBS, PolyType as Integer, Closed as Boolean) as Boolean
- method AddPaths(paths as ClipperPathsMBS, PolyType as Integer, Closed as Boolean) as Boolean
- method Execute(clipType as ClipperMBS.ClipType, byref solution as ClipperPathsMBS, fillType as ClipperMBS.PolyFillType) as Boolean
- method Execute(clipType as ClipperMBS.ClipType, byref solution as ClipperPathsMBS, subjFillType as ClipperMBS.PolyFillType, clipFillType as ClipperMBS.PolyFillType) as Boolean
- method Execute(clipType as ClipperMBS.ClipType, byref solution as ClipperPolyTreeMBS, fillType as ClipperMBS.PolyFillType) as Boolean
- method Execute(clipType as ClipperMBS.ClipType, byref solution as ClipperPolyTreeMBS, subjFillType as ClipperMBS.PolyFillType, clipFillType as ClipperMBS.PolyFillType) as Boolean
- method AddPath(path as ClipperPathMBS, PolyType as ClipperMBS.PolyType, Closed as Boolean) as Boolean
- method AddPaths(paths as ClipperPathsMBS, PolyType as ClipperMBS.PolyType, Closed as Boolean) as Boolean
- property Handle as Integer
- property Owner as Variant
- property Tag as Variant
- property StrictlySimple as Boolean
- property ReverseSolution as Boolean
- property PreserveCollinear as Boolean
- property BoundsLeft as Integer
- property BoundsTop as Integer
- property BoundsRight as Integer
- property BoundsBottom as Integer
- class ClipperExceptionMBS
- class ClipperOffsetMBS
- method Constructor(miterLimit as double = 2.0, roundPrecision as double = 0.25)
- method Clear
- method Execute(byref Paths as ClipperPathsMBS, delta as double)
- method Execute(byref PolyTree as ClipperPolyTreeMBS, delta as double)
- method AddPath(path as ClipperPathMBS, joinType as Integer, endType as Integer)
- method AddPaths(paths as ClipperPathsMBS, joinType as Integer, endType as Integer)
- method AddPath(path as ClipperPathMBS, joinType as ClipperMBS.JoinType, endType as ClipperMBS.EndType)
- method AddPaths(paths as ClipperPathsMBS, joinType as ClipperMBS.JoinType, endType as ClipperMBS.EndType)
- property Handle as Integer
- property Owner as Variant
- property Tag as Variant
- property MiterLimit as Double
- property ArcTolerance as Double
- class ClipperPathMBS
- method TranslatePath(x as Int64, y as Int64) as ClipperPathMBS
- method TranslatePath(delta as ClipperPointMBS) as ClipperPathMBS
- method ReversePath
- method PointInPolygon(pt as ClipperPointMBS) as Integer
- method Area as double
- method Orientation as boolean
- method Constructor
- method Constructor(otherPath as ClipperPathMBS)
- method Constructor(points() as ClipperPointMBS)
- method Equal(otherPath as ClipperPathMBS) as boolean
- method Append(item as ClipperPointMBS)
- method Append(X as Int64, Y as Int64)
- method Remove(index as integer)
- method Clear
- method Insert(Index as Integer, item as ClipperPointMBS)
- method Values as ClipperPointMBS()
- method ValuesToArray(dest() as ClipperPointMBS)
- property Value(Index as Integer) as ClipperPointMBS
- property Handle as Integer
- property Owner as Variant
- property Tag as Variant
- property Count as Integer
- property Empty as Boolean
- class ClipperPathsMBS
- method Reverse
- method Constructor
- method Constructor(otherPaths as ClipperPathsMBS)
- method Equal(otherPaths as ClipperPathsMBS) as boolean
- method Append(item as ClipperPathMBS)
- method Remove(index as integer)
- method Clear
- method Insert(Index as Integer, item as ClipperPathMBS)
- method Values as ClipperPathMBS()
- method ValuesToArray(dest() as ClipperPathMBS)
- property Value(Index as Integer) as ClipperPathMBS
- property Handle as Integer
- property Owner as Variant
- property Tag as Variant
- property Count as Integer
- property Empty as Boolean
- class ClipperPointMBS
- class ClipperPolyNodeMBS
- method Constructor
- property Handle as Integer
- property Owner as Variant
- property Tag as Variant
- property ChildCount as Integer
- property IsHole as Boolean
- property IsOpen as Boolean
- property Contour as ClipperPathMBS
- property ParentNode as ClipperPolyNodeMBS
- property NextNode as ClipperPolyNodeMBS
- property Childs as ClipperPolyNodesMBS
- class ClipperPolyNodesMBS
- method Constructor
- method Constructor(otherPolyNodes as ClipperPolyNodesMBS)
- method Equal(otherPolyNodes as ClipperPolyNodesMBS) as boolean
- method Append(item as ClipperPolyNodeMBS)
- method Remove(index as integer)
- method Clear
- method Insert(Index as Integer, item as ClipperPolyNodeMBS)
- method Values as ClipperPolyNodeMBS()
- property Value(Index as Integer) as ClipperPolyNodeMBS
- property Handle as Integer
- property Owner as Variant
- property Tag as Variant
- property Count as Integer
- property Empty as Boolean
- class ClipperPolyTreeMBS
- class CUPSDestinationMBS
- class CUPSErrorExceptionMBS
- class CUPSJobMBS
- property Dest as String
- property Format as String
- property Title as String
- property User as String
- property CompletedTime as Date
- property CreationTime as Date
- property ProcessingTime as Date
- property ID as Integer
- property Priority as Integer
- property Size as Integer
- property State as Integer
- property CompletedDateTime as DateTime
- property CreationDateTime as DateTime
- property ProcessingDateTime as DateTime
- class CUPSMissingFunctionExceptionMBS
- class CUPSOptionMBS
- class JavaScriptDateComponentsMBS
- property Year as Integer
- property Month as Integer
- property Day as Integer
- property Hour as Integer
- property Minute as Integer
- property Second as Integer
- property Millisecond as Integer
- property WeekDay as Integer
- property SQLDateTime as String
- property DateValue as Date
- property DateTimeValue as DateTime
- class JavaScriptEngineExceptionMBS
- class JavaScriptEngineMBS
- method InitModules
- method DateComponentsToTime(date as JavaScriptDateComponentsMBS) as Double
- method TimeToDateComponents(time as Double) as JavaScriptDateComponentsMBS
- method Now as Double
- method Destructor
- method Evaluate(JavaScript as String) as Variant
- method EvaluateMT(JavaScript as String) as Variant
- method EvaluateToString(JavaScript as String) as String
- method AddFunction(Name as String, JavaScript as String, FileName as String = "")
- method SaveFunction(Name as String) as MemoryBlock
- method LoadFunction(Name as String, Data as Memoryblock) as Boolean
- method CallFunction(Name as String, Params() as Variant) as Variant
- method CallFunctionMT(Name as String, Params() as Variant) as Variant
- method CallFunction(Name as String, ParamArray Params as Variant) as Variant
- method CallFunctionMT(Name as String, ParamArray Params as Variant) as Variant
- method RegisterFunction(Name as String, theDelegate as JavaScriptEngineDelegateMBS, ArgCount as Integer = -1, tag as Variant = nil)
- property GlobalMemoryBlock(PropertyName as String) as MemoryBlock
- property GlobalProperty(PropertyName as String) as Variant
- property GlobalPropertyJSON(PropertyName as String) as String
- property Handle as Integer
- property StringCount as Integer
- property ObjectCount as Integer
- property MemoryBlocks as Dictionary
- event Print(values() as Variant)
- event Input(values() as Variant) as Variant
- class LGLAbortedExceptionMBS
- class LGLMBS
- method Clone as LGLMBS
- method Fork as LGLMBS
- method Constructor
- method SetPhases
- method SetPhase(lit as integer)
- method ResetPhase(lit as integer)
- method Sat as Integer
- method SatMT as Integer
- method Simp(iterations as integer) as Integer
- method PrintUsage
- method PrintOptions(prefix as string, IgnoreSome as boolean)
- method PrintRangeOptions
- method PrintPCS(mixed as boolean)
- method PrintSizes
- method SetImportant(lit as integer)
- method SetAPITraceFile(File as FolderItem)
- method SetTraceFile(File as FolderItem)
- method SetOutputFile(File as FolderItem)
- method HasOption(Name as String) as Boolean
- method DefaultOption(Name as String) as Integer
- method ReadOptionFile(File as FolderItem) as Integer
- method GetOptionMinMax(Name as String, byref min as Integer, byref max as Integer) as Integer
- method SetID(tid as Integer, tids as Integer)
- method Join(Child as LGLMBS) as Integer
- method Unclone(Child as LGLMBS) as Integer
- method ParseString(Data as String, force as boolean, byref LineNo as Integer, byref Max as Integer) as String
- method ParseFile(File as FolderItem, force as boolean, byref LineNo as Integer, byref Max as Integer) as String
- method ParsePath(Path as String, force as boolean, byref LineNo as Integer, byref Max as Integer) as String
- method ParseString(Data as String, force as boolean = false) as String
- method ParseFile(File as FolderItem, force as boolean = false) as String
- method ParsePath(Path as String, force as boolean = false) as String
- method ParseStringMT(Data as String, force as boolean, byref LineNo as Integer, byref Max as Integer) as String
- method ParseFileMT(File as FolderItem, force as boolean, byref LineNo as Integer, byref Max as Integer) as String
- method ParsePathMT(Path as String, force as boolean, byref LineNo as Integer, byref Max as Integer) as String
- method ParseStringMT(Data as String, force as boolean = false) as String
- method ParseFileMT(File as FolderItem, force as boolean = false) as String
- method ParsePathMT(Path as String, force as boolean = false) as String
- method ReduceCache
- method FlushCache
- method PrintStats
- method FlushTimers
- method Freeze(lit as Integer)
- method Frozen(lit as Integer) as Integer
- method Melt(lit as Integer)
- method MeltAll
- method Usable(lit as Integer) as Integer
- method Reusable(lit as Integer) as Integer
- method Reuse(lit as Integer)
- method Lookahead as Integer
- method Representative(lit as Integer) as Integer
- method Failed(lit as Integer) as Integer
- method Deref(lit as Integer) as Integer
- method Fixed(lit as Integer) as Integer
- method Add(lit as Integer)
- method Assume(lit as Integer)
- method CAssume(lit as Integer)
- method Fixate
- method IncVar as Integer
- method Print(File as FolderItem = nil)
- method PrintAll(File as FolderItem = nil)
- method Reconstk(byref Start as Ptr, byref Top as Ptr)
- method TraverseUnits
- method TraverseEquivalences
- method TraverseRemainingClauses
- method TraverseAllClauses
- property Option(Name as String) as Integer
- property Handle as Integer
- property Aborted as Boolean
- property Prefix as String
- property Options as Dictionary
- property Confs as Int64
- property Decs as Int64
- property Props as Int64
- property Bytes as Int64
- property MegaBytes as Double
- property MaxMegaBytes as Double
- property Seconds as Double
- property Inconsistent as Boolean
- property Changed as Integer
- property MaxVar as Integer
- shared method LibVersion as String
- shared method PrintBanner(Name as String, Prefix as String, File as FolderItem = nil)
- shared property ProcessTime as Double
- shared property AbortMessage as String
- event Aborted
- event TraverseUnits(Unit as Integer)
- event TraverseEquivalences(Lit as Integer, Representation as Integer)
- event TraverseRemainingClauses(Lit as Integer)
- event TraverseAllClauses(Lit as Integer)
- class LlamaBackendMBS
- class LlamaBatchMBS
- class LlamaChatMessageMBS
- class LlamaContextMBS
- method ClearMemory
- method Ask(Sampler as LlamaSamplerMBS, prompt as String, MaxTokens as Integer = 100) as String
- method Constructor(Model as LlamaModelMBS, Parameters as LlamaContextParametersMBS = nil)
- method Constructor
- method Destructor
- method SetThreads(Threads as Integer, ThreadsBatch as Integer)
- method SetEmbeddings(embeddings as Boolean)
- method Synchronize
- method PerformancePrint
- method PerformanceReset
- method Encode(batch as LlamaBatchMBS) as Integer
- method Decode(batch as LlamaBatchMBS) as Integer
- method Performance as LlamaPerformanceContextDataMBS
- method MemoryBreakdownPrint
- method SetCausalAttention(causalAttn as boolean)
- method SetWarmup(warmup as boolean)
- method Logits as Ptr
- method Logits(index as Integer) as Ptr
- method Embeddings as Ptr
- method Embeddings(index as Integer) as Ptr
- method EmbeddingsSeq(index as Integer) as Ptr
- property Handle as Integer
- property Model as LlamaModelMBS
- property n_ctx_used as UInt32
- property n_ctx as UInt32
- property n_ctx_seq as UInt32
- property n_batch as UInt32
- property n_ubatch as UInt32
- property n_seq_max as UInt32
- property n_threads as Integer
- property n_threads_batch as Integer
- property pooling_type as Integer
- class LlamaContextParametersMBS
- method Constructor
- method Destructor
- property embeddings as Boolean
- property offload_kqv as Boolean
- property no_perf as Boolean
- property op_offload as Boolean
- property swa_full as Boolean
- property kv_unified as Boolean
- property n_ctx as UInt32
- property n_batch as UInt32
- property n_ubatch as UInt32
- property n_seq_max as UInt32
- property n_threads as Int32
- property n_threads_batch as Int32
- property rope_scaling_type as Integer
- property pooling_type as Integer
- property attention_type as Integer
- property flash_attn_type as Integer
- property yarn_orig_ctx as UInt32
- property rope_freq_base as Single
- property rope_freq_scale as Single
- property yarn_ext_factor as Single
- property yarn_attn_factor as Single
- property yarn_beta_fast as Single
- property yarn_beta_slow as Single
- property defrag_thold as Single
- property type_k as Integer
- property type_v as Integer
- shared method FlashAttnTypeName(FlashAttnType as Integer) as String
- class LlamaDeviceMBS
- class LlamaExceptionMBS
- class LlamaModelMBS
- method MetaValue(Key as String) as String
- method MetaValue(Index as Integer) as String
- method MetaKey(Index as Integer) as String
- method Constructor(File as FolderItem, Parameters as LlamaModelParametersMBS = nil)
- method Constructor(Path as String, Parameters as LlamaModelParametersMBS = nil)
- method Constructor
- method Destructor
- method ClassifierOutputLabel(index as integer) as String
- method ChatTemplate(Name as String) as String
- method DecoderStartToken as Int32
- method SaveToFile(Path as String)
- method SaveToFile(File as FolderItem)
- property Handle as Integer
- property ctx_train as Integer
- property embd as Integer
- property embd_inp as Integer
- property embd_out as Integer
- property layer as Integer
- property head as Integer
- property head_kv as Integer
- property swa as Integer
- property ClassifierOutputs as Integer
- property Size as Integer
- property ParameterCount as Integer
- property HasEncoder as Boolean
- property HasDecoder as Boolean
- property IsRecurrent as Boolean
- property IsHybrid as Boolean
- property IsDiffusion as Boolean
- property Description as String
- property Vocab as LlamaVocabMBS
- property MetaCount as Integer
- property RopeType as Integer
- property Meta as Dictionary
- shared method MetaKeyName(Key as Integer) as String
- class LlamaModelParametersMBS
- method Constructor
- method Destructor
- property Yield as Boolean
- property vocab_only as Boolean
- property use_mmap as Boolean
- property use_mlock as Boolean
- property check_tensors as Boolean
- property use_extra_bufts as Boolean
- property no_host as Boolean
- property use_direct_io as Boolean
- property no_alloc as Boolean
- property n_gpu_layers as Int32
- property split_mode as Integer
- property main_gpu as Int32
- event Progress(progress as Single) as Boolean
- class LlamaModelQuantizeParametersMBS
- method Constructor
- method Destructor
- property nthread as Int32
- property allow_requantize as Boolean
- property quantize_output_tensor as Boolean
- property only_copy as Boolean
- property pure as Boolean
- property keep_split as Boolean
- property ftype as Integer
- property output_tensor_type as Integer
- property token_embedding_type as Integer
- class LlamaPerformanceContextDataMBS
- class LlamaPerformanceSamplerDataMBS
- class LlamaSamplerChainParametersMBS
- class LlamaSamplerMBS
- method Constructor(parameters as LlamaSamplerChainParametersMBS)
- method Constructor
- method Destructor
- method Reset
- method PerformancePrint
- method PerformanceReset
- method Accept(token as Int32)
- method Clone as LlamaSamplerMBS
- method AddToChain(sampler as LlamaSamplerMBS)
- method Chain(Index as Integer) as LlamaSamplerMBS
- method RemoveFromChain(Index as Integer)
- method Sample(context as LlamaContextMBS, Index as Integer) as Int32
- method Performance as LlamaPerformanceSamplerDataMBS
- property Handle as Integer
- property Name as String
- property Seed as UInt32
- property ChainLength as Integer
- shared method InitGreedy as LlamaSamplerMBS
- shared method InitDist(seed as UInt32) as LlamaSamplerMBS
- shared method InitTopK(k as Int32) as LlamaSamplerMBS
- shared method InitTopP(p as Single, minKeep as UInt64) as LlamaSamplerMBS
- shared method InitMinP(p as Single, minKeep as UInt64) as LlamaSamplerMBS
- shared method InitTypical(p as Single, minKeep as UInt64) as LlamaSamplerMBS
- shared method InitTemp(p as Single) as LlamaSamplerMBS
- shared method InitTopNSigma(n as Single) as LlamaSamplerMBS
- shared method InitTempExt(t as Single, delta as Single, exponent as Single) as LlamaSamplerMBS
- shared method InitXTC(p as Single, t as Single, minKeep as UInt64, seed as UInt32) as LlamaSamplerMBS
- shared method InitInfill(vocab as LlamaVocabMBS) as LlamaSamplerMBS
- class LlamaVocabMBS
- method Constructor
- method Destructor
- method TokenScore(Token as Int32) as Single
- method TokenAttributes(Token as Int32) as Integer
- method Text(Token as Int32) as String
- method isEOG(Token as Int32) as Boolean
- method isControl(Token as Int32) as Boolean
- method Tokenize(text as String, AddSpecial as Boolean = true, ParseSpecial as Boolean = true) as Int32()
- method TokenToPiece(Token as Int32, special as boolean = true) as String
- method Detokenize(tokens() as Int32, removeSpecial as boolean, unparseSpecial as Boolean) as String
- property Handle as Integer
- property n_tokens as Integer
- property type as Integer
- property bos as Int32
- property eot as Int32
- property sep as Int32
- property nl as Int32
- property pad as Int32
- class LMFitControlMBS
- method MsgFileStdout
- method MsgFileStderr
- property ftol as Double
- property xtol as Double
- property gtol as Double
- property epsilon as Double
- property stepbound as Double
- property patience as Integer
- property verbosity as Integer
- property n_maxpri as Integer
- property m_maxpri as Integer
- property scale_diag as Integer
- property msgfile as FolderItem
- class LMFitMBS
- method LMMin(NPar as Integer, Par as Ptr, mDat as Integer, control as LMFitControlMBS, status as LMFitStatusMBS, tag as variant = nil)
- method LMCurve(NPar as Integer, Par as Ptr, mDat as Integer, t as Ptr, y as Ptr, control as LMFitControlMBS, status as LMFitStatusMBS, tag as variant = nil)
- method LMMin(NPar as Integer, Par() as double, mDat as Integer, control as LMFitControlMBS, status as LMFitStatusMBS, tag as variant = nil)
- method LMCurve(NPar as Integer, Par() as double, mDat as Integer, t() as double, y() as double, control as LMFitControlMBS, status as LMFitStatusMBS, tag as variant = nil)
- property provideArrays as Boolean
- event evaluateMin(par as Ptr, nPar as Integer, parameters() as double, mDat as Integer, fvec as Ptr, tag as variant) as Integer
- event evaluateCurve(t as double, par as Ptr, nPar as Integer, parameters() as double, tag as variant) as double
- class LMFitStatusMBS
- class LTCDecoderMBS
- method Constructor(apv as Integer, queueSize as Integer)
- method Destructor
- method FlushQueue
- method WriteUInt8(data as Ptr, Count as Integer, posinfo as UInt64 = 0)
- method WriteUInt8(data as MemoryBlock, posinfo as UInt64 = 0)
- method WriteUInt8(data as String, posinfo as UInt64 = 0)
- method WriteSingle(data as Ptr, Count as Integer, posinfo as UInt64 = 0)
- method WriteSingle(data as MemoryBlock, posinfo as UInt64 = 0)
- method WriteSingle(data as String, posinfo as UInt64 = 0)
- method WriteSInt16(data as Ptr, Count as Integer, posinfo as UInt64 = 0)
- method WriteSInt16(data as MemoryBlock, posinfo as UInt64 = 0)
- method WriteSInt16(data as String, posinfo as UInt64 = 0)
- method WriteUInt16(data as Ptr, Count as Integer, posinfo as UInt64 = 0)
- method WriteUInt16(data as MemoryBlock, posinfo as UInt64 = 0)
- method WriteUInt16(data as String, posinfo as UInt64 = 0)
- method Read as LTCFrameMBS
- method Read(frame as LTCFrameMBS) as Boolean
- property Handle as Integer
- property QueueLength as Integer
- class LTCEncoderMBS
- method EncoderReinit(SampleRate as Double, FPS as Double, TVStandard as Integer, Flags as Integer) as Boolean
- method EncodeByte(byte as UInt8, speed as Double) as boolean
- method EncodeFrame
- method EncodeFrame(Speed as Double)
- method SetFilter(RiseTime as Double)
- method SetBufferSize(SampleRate as Double, FPS as Double) as boolean
- method SetVolume(dBFS as double) as boolean
- method Constructor(SampleRate as Double, FPS as Double, TVStandard as Integer, Flags as Integer)
- method Destructor
- method IncrementTimecode as Boolean
- method DecrementTimecode as Boolean
- method FlushBuffer
- method Reset
- method CopyBuffer as MemoryBlock
- method CopyBufferString as String
- method GetBuffer(byref size as Integer, flush as boolean) as Ptr
- property Handle as Integer
- property TimeCode as LTCSMPTETimecodeMBS
- property UserBits as UInt32
- property Frame as LTCFrameMBS
- property BufferSize as Integer
- property BufferPtr as Ptr
- property FPS as Double
- property SampleRate as Double
- property Filter as Double
- property Flags as Integer
- property Standard as Integer
- class LTCFrameExtMBS
- class LTCFrameMBS
- method ParseBCGFlags(TVStandard as Integer) as Integer
- method SetParity(TVStandard as Integer)
- method FrameIncrement(fps as integer, TVStandard as integer, Flags as integer = 0) as Boolean
- method FrameDecrement(fps as integer, TVStandard as integer, Flags as integer = 0) as Boolean
- method Reset
- method Constructor
- method Constructor(other as LTCFrameMBS)
- method Constructor(InputTimecode as LTCSMPTETimecodeMBS, TVStandard as Integer, Flags as Integer = 0)
- method Clone as LTCFrameExtMBS
- property Frames as Integer
- property Secs as Integer
- property Mins as Integer
- property Hours as Integer
- property Data as MemoryBlock
- property FrameUnits as Integer
- property FrameTens as Integer
- property DFBit as Integer
- property ColFrame as Integer
- property SecsUnits as Integer
- property SecsTens as Integer
- property BiphaseMarkPhaseCorrection as Integer
- property MinsUnits as Integer
- property MinsTens as Integer
- property BinaryGroupFlagBit0 as Integer
- property HoursUnits as Integer
- property HoursTens as Integer
- property BinaryGroupFlagBit1 as Integer
- property BinaryGroupFlagBit2 as Integer
- property SyncWord as Integer
- property UserBits as UInt32
- property User1 as Integer
- property User2 as Integer
- property User3 as Integer
- property User4 as Integer
- property User5 as Integer
- property User6 as Integer
- property User7 as Integer
- property User8 as Integer
- property TimeCode as LTCSMPTETimecodeMBS
- shared method FrameAlignment(samples_per_frame as Double, TVStandard as Integer) as UInt64
- class LTCSMPTETimecodeMBS
- method Constructor
- method Constructor(other as LTCSMPTETimecodeMBS)
- property Data as MemoryBlock
- property Years as Integer
- property Months as Integer
- property Days as Integer
- property Hours as Integer
- property Mins as Integer
- property Secs as Integer
- property Frame as Integer
- property Date as Date
- property TimeZone as String
- property DateTime as DateTime
- class MarkdownDocumentMBS
- method Constructor(data as string, flags as integer = 35799040)
- method Constructor(file as folderitem, flags as integer = 35799040)
- method Compile(flags as integer = 35799040) as boolean
- method GenerateCSS(File as folderitem) as integer
- method GenerateHTML(File as folderitem) as boolean
- method Document as string
- method CSS as string
- method Footnotes as MarkdownFootnoteMBS()
- property Code as MarkdownParagraphMBS
- property Title as MarkdownLineMBS
- property Author as MarkdownLineMBS
- property Date as MarkdownLineMBS
- property HasHTML as Boolean
- property Compiled as Boolean
- property ExtraFootnotePrefix as String
- property URLBase as String
- property Handle as Integer
- class MarkdownFootnoteMBS
- class MarkdownLineMBS
- class MarkdownParagraphMBS
- method Constructor
- property Lang as String
- property Ident as String
- property NextParagraph as MarkdownParagraphMBS
- property Down as MarkdownParagraphMBS
- property Text as MarkdownLineMBS
- property hNumber as Integer
- property Align as Integer
- property Typ as Integer
- property Document as MarkdownDocumentMBS
- class RFCClassDescriptionMBS
- class RFCConnectionAttributesMBS
- method Constructor
- property Parent as Variant
- property Connection as RFCConnectionMBS
- property dest as String
- property host as String
- property partnerHost as String
- property sysNumber as String
- property sysId as String
- property client as String
- property user as String
- property language as String
- property trace as String
- property isoLanguage as String
- property codepage as String
- property partnerCodepage as String
- property rfcRole as String
- property type as String
- property partnerType as String
- property rel as String
- property partnerRel as String
- property kernelRel as String
- property cpicConvId as String
- property progName as String
- property partnerBytesPerChar as String
- property partnerSystemCodepage as String
- property partnerIP as String
- property partnerIPv6 as String
- class RFCConnectionMBS
- method CreateTransaction(TransactionID as String, QueueName as String) as RFCTransactionMBS
- method TransactionID as String
- method ClearRepository(repositoryID as String)
- method CachedClassDescription(repositoryID as String, Name as String) as RFCClassDescriptionMBS
- method ClassDescription(Name as String) as RFCClassDescriptionMBS
- method CachedTypeDescription(repositoryID as String, Name as String) as RFCTypeDescriptionMBS
- method TypeDescription(Name as String) as RFCTypeDescriptionMBS
- method ResetServerContext
- method Ping
- method isConnected as Boolean
- method Cancel
- method CreateFunction(Name as String) as RFCFunctionMBS
- method FunctionDescription(Name as String) as RFCFunctionDescriptionMBS
- method CachedFunctionDescription(repositoryID as String, Name as String) as RFCFunctionDescriptionMBS
- method Destructor
- method Constructor(LoginParams as Dictionary)
- property Handle as Integer
- property ConnectionAttributes as RFCConnectionAttributesMBS
- class RFCContainerMBS
- method Value(Name as String) as Variant
- method Value(Index as Integer) as Variant
- method DescribeType as RFCTypeDescriptionMBS
- method StringLength(Name as String) as Integer
- method StringLength(Index as Integer) as Integer
- method Destructor
- method Constructor
- property Int64Value(Name as String) as Int64
- property Int64Value(Index as Integer) as Int64
- property Int16Value(Name as String) as Int16
- property Int16Value(Index as Integer) as Int16
- property UInt8Value(Name as String) as UInt8
- property UInt8Value(Index as Integer) as UInt8
- property FloatValue(Name as String) as Double
- property FloatValue(Index as Integer) as Double
- property Int32Value(Name as String) as Int32
- property Int32Value(Index as Integer) as Int32
- property CharsValue(Name as String, Size as Integer) as String
- property CharsValue(Index as Integer, Size as Integer) as String
- property NumberValue(Name as String, Size as Integer) as String
- property NumberValue(Index as Integer, Size as Integer) as String
- property TimeValue(Name as String) as String
- property TimeValue(Index as Integer) as String
- property DateValue(Name as String) as String
- property DateValue(Index as Integer) as String
- property StructureValue(Name as String) as RFCStructureMBS
- property StructureValue(Index as Integer) as RFCStructureMBS
- property StringValue(Name as String) as String
- property StringValue(Index as Integer) as String
- property BytesValue(Name as String) as Memoryblock
- property BytesValue(Index as Integer) as Memoryblock
- property TableValue(Name as String) as RFCTableMBS
- property TableValue(Index as Integer) as RFCTableMBS
- property Handle as Integer
- property Parent as Variant
- property Connection as RFCConnectionMBS
- property Values as Dictionary
- class RFCErrorExceptionMBS
- class RFCExceptionDescriptionMBS
- class RFCFieldDescriptionMBS
- method Constructor
- property Parent as Variant
- property Connection as RFCConnectionMBS
- property Name as String
- property Type as Integer
- property TypeString as String
- property nucLength as Integer
- property nucOffset as Integer
- property ucLength as Integer
- property ucOffset as Integer
- property decimals as Integer
- property TypeDescription as RFCTypeDescriptionMBS
- class RFCFunctionDescriptionMBS
- method ParameterDescriptions as RFCParameterDescriptionMBS()
- method ExceptionDescriptions as RFCExceptionDescriptionMBS()
- method ParameterDescription(Name as String) as RFCParameterDescriptionMBS
- method ParameterDescription(Index as Integer) as RFCParameterDescriptionMBS
- method ExceptionDescription(Name as String) as RFCExceptionDescriptionMBS
- method ExceptionDescription(Index as Integer) as RFCExceptionDescriptionMBS
- method CreateFunction as RFCFunctionMBS
- method Destructor
- method Constructor
- property Handle as Integer
- property Parent as Variant
- property Connection as RFCConnectionMBS
- property Name as String
- property ParameterCount as Integer
- property ExceptionCount as Integer
- class RFCFunctionMBS
- class RFCParameterDescriptionMBS
- method Constructor
- property Parent as Variant
- property Connection as RFCConnectionMBS
- property Name as String
- property Type as Integer
- property TypeString as String
- property Direction as Integer
- property nucLength as Integer
- property ucLength as Integer
- property decimals as Integer
- property TypeDescription as RFCTypeDescriptionMBS
- property defaultValue as String
- property parameterText as String
- property isOptional as Boolean
- class RFCStructureMBS
- class RFCTableMBS
- method Clone as RFCTableMBS
- method MoveTo(row as Integer)
- method MoveToPreviousRow
- method MoveToNextRow
- method MoveToLastRow
- method MoveToFirstRow
- method DeleteAllRows
- method DeleteCurrentRow
- method InsertRow(row as RFCStructureMBS)
- method AppendRow(row as RFCStructureMBS)
- method InsertNewRow as RFCStructureMBS
- method AppendNewRows(numRows as Integer)
- method ReserveCapacity(numRows as Integer)
- method AppendNewRow as RFCStructureMBS
- method CurrentRow as RFCStructureMBS
- method Destructor
- method Constructor(TypeDescription as RFCTypeDescriptionMBS)
- property RowCount as Integer
- property RowType as RFCTypeDescriptionMBS
- class RFCTransactionMBS
- class RFCTypeDescriptionMBS
- method FieldDescriptions as RFCFieldDescriptionMBS()
- method FieldDescription(Name as String) as RFCFieldDescriptionMBS
- method FieldDescription(Index as Integer) as RFCFieldDescriptionMBS
- method CreateTable as RFCTableMBS
- method CreateStructure as RFCStructureMBS
- method Constructor
- property Handle as Integer
- property Parent as Variant
- property Connection as RFCConnectionMBS
- property FieldCount as Integer
- property Name as String
- class SmartCardContextMBS
- method Connect(reader as string, ShareMode as UInt32, PreferredProtocols as UInt32) as SmartCardMBS
- method IsValid as boolean
- method Constructor
- method Cancel
- method ReaderGroups as string()
- method Readers as string()
- method Readers(ReaderGroups() as string) as string()
- property Handle as Integer
- property Lasterror as Integer
- shared property Available as Boolean
- class SmartCardMBS
- method ReadFile(FileID as MemoryBlock) as MemoryBlock
- method Transmit(ioSendPci as Ptr, SendBuffer as ptr, SendLength as UInt32, ioRecvPci as ptr, RecvBuffer as Ptr, byref RecvLength as UInt32)
- method Control(ControlCode as Integer, input as ptr, inputLength as UInt32, output as ptr, byref outputLength as UInt32)
- method Status(byref State as integer, byref Protocol as integer, byref CardID as string)
- method Status(byref Reader as string, byref State as integer, byref Protocol as integer, byref CardID as string)
- method SetAttrib(AttrId as UInt32, mem as Memoryblock)
- method GetAttrib(AttrId as UInt32) as Memoryblock
- method Reconnect(ShareMode as UInt32, PreferredProtocols as UInt32, Initialization as UInt32)
- method Constructor
- method CancelTransaction
- method BeginTransaction
- method Disconnect(Disposition as integer = 0)
- method EndTransaction(Disposition as integer = 0)
- property Handle as Integer
- property Lasterror as Integer
- property ActiveProtocol as Integer
- shared method SplitValues(Data as MemoryBlock) as Dictionary
- class SoundFileInfoMBS
- class SoundFileMBS
- method Seek(frames as Int64, whence as Integer) as Int64
- method WriteShortFrames(p as ptr, items as Int64) as Int64
- method ReadShortFrames(p as ptr, items as Int64) as Int64
- method WriteIntFrames(p as ptr, items as Int64) as Int64
- method ReadIntFrames(p as ptr, items as Int64) as Int64
- method WriteSingleFrames(p as ptr, items as Int64) as Int64
- method ReadSingleFrames(p as ptr, items as Int64) as Int64
- method WriteDoubleFrames(p as ptr, items as Int64) as Int64
- method ReadDoubleFrames(p as ptr, items as Int64) as Int64
- method WriteShort(p as ptr, items as Int64) as Int64
- method ReadShort(p as ptr, items as Int64) as Int64
- method WriteInt(p as ptr, items as Int64) as Int64
- method ReadInt(p as ptr, items as Int64) as Int64
- method WriteSingle(p as ptr, items as Int64) as Int64
- method ReadSingle(p as ptr, items as Int64) as Int64
- method WriteDouble(p as ptr, items as Int64) as Int64
- method ReadDouble(p as ptr, items as Int64) as Int64
- method Constructor
- method WriteSync
- method Close
- method WriteRaw(p as ptr, bytes as Int64) as Int64
- method ReadRaw(p as ptr, bytes as Int64) as Int64
- method SetString(type as Integer, text as string) as Integer
- method SetString(type as Integer, data as Memoryblock) as Integer
- method GetString(type as Integer) as string
- property Handle as Integer
- property ErrorNumber as Integer
- property ErrorMessage as String
- property Info as SoundFileInfoMBS
- shared method LoadLibrary(file as folderitem) as boolean
- shared method Loaded as Boolean
- shared method LoadErrorMessage as String
- shared method Version as string
- shared method ErrorMessage(errorNumber as integer) as string
- shared method Open(data as String) as SoundFileMBS
- shared method Open(data as MemoryBlock) as SoundFileMBS
- shared method Open(file as folderitem, readwrite As Boolean = False) as SoundFileMBS
- shared method Create(file as folderitem, Info as SoundFileInfoMBS) as SoundFileMBS
- class TagLibAudioPropertiesMBS
- class TagLibFileRefMBS
- method Constructor(file as folderitem)
- method Save as Boolean
- method SetProperties(Dic as Dictionary)
- method CoverArt as Memoryblock
- method CoverArts as Memoryblock()
- method ID3v2Tags as Dictionary
- property Handle as Integer
- property audioProperties as TagLibAudioPropertiesMBS
- property tags as TagLibTagMBS
- property Properties as Dictionary
- class TagLibTagMBS
- method Constructor
- method setTags(Values as Dictionary) as Dictionary
- property Handle as Integer
- property isEmpty as Boolean
- property Year as Integer
- property Track as Integer
- property Title as String
- property Artist as String
- property Album as String
- property Genre as String
- property Comment as String
- property Tags as Dictionary
- class TidyAttributeMBS
- class TidyDocumentMBS
- method ReportDoctype as integer
- method RelatedOptionsList(Option as TidyOptionMBS) as TidyIteratorMBS
- method NextRelatedOption(Iterator as TidyIteratorMBS) as TidyOptionMBS
- method GetStringOption(OptionID as integer) as string
- method SetStringOption(OptionID as integer, value as string) as boolean
- method ParseStringOption(OptionName as string, value as string) as boolean
- method GetIntegerOption(OptionID as integer) as integer
- method SetIntegerOption(OptionID as integer, value as integer) as boolean
- method GetBooleanOption(OptionID as integer) as boolean
- method SetBooleanOption(OptionID as integer, value as boolean) as boolean
- method NextUserDeclaredTag(OptionID as integer, Iterator as TidyIteratorMBS) as string
- method NextOption(Iterator as TidyIteratorMBS) as TidyOptionMBS
- method OptionResetToDefault(OptionID as integer) as boolean
- method OptionCharcterEncodingName(OptionID as integer) as String
- method OptionCurrentPick(OptionID as integer) as String
- method OptionForID(OptionID as integer) as TidyOptionMBS
- method OptionForName(OptionName as string) as TidyOptionMBS
- method OptionIDForName(OptionName as string) as integer
- method OptionList as TidyIteratorMBS
- method UserDeclaredTagList as TidyIteratorMBS
- method SaveConfig(theOutput as TidyOutputMBS) as integer
- method SaveOutput(theOutput as TidyOutputMBS) as integer
- method ParseSource(theInput as TidyInputMBS) as integer
- method LoadConfigFileWithEncoding(Filename as string, CharacterEncoding as string) as integer
- method LoadConfigFile(filename as string) as integer
- method SaveConfigFile(filename as string) as integer
- method InstallErrorBuffer
- method Status as integer
- method DetectedHtmlVersion as integer
- method DetectedXhtml as boolean
- method DetectedGenericXml as boolean
- method ErrorCount as integer
- method WarningCount as integer
- method AccessWarningCount as integer
- method ConfigErrorCount as integer
- method SetCharacterEncoding(encodingName as string) as integer
- method SetInputCharacterEncoding(encodingName as string) as integer
- method SetOutputCharacterEncoding(encodingName as string) as integer
- method ParseString(data as string) as integer
- method ParseFile(filename as string) as integer
- method CleanAndRepair as integer
- method RunDiagnostics as integer
- method ErrorSummary
- method GeneralInfo
- method SaveFile(filename as string) as integer
- method SetErrorFile(filename as string) as boolean
- method FileExists(filename as string) as boolean
- method ErrorBuffer as string
- method SaveString as string
- method OptionsResetAllToDefault as boolean
- method OptionsSnapshot as boolean
- method OptionsResetToSnapshot as boolean
- method OptionsDifferentThanDefault as boolean
- method OptionsDifferentThanSnapshot as boolean
- method CopyConfig(otherDocument as TidyDocumentMBS) as boolean
- method Root as TidyNodeMBS
- method Html as TidyNodeMBS
- method Head as TidyNodeMBS
- method Body as TidyNodeMBS
- property Handle as Integer
- property ErrorOutput as TidyOutputMBS
- property OptionIndentSpaces as Integer
- property OptionWrap as Integer
- property OptionTabSize as Integer
- property OptionCharEncoding as Integer
- property OptionInputEncoding as Integer
- property OptionOutputEncoding as Integer
- property OptionNewline as Integer
- property OptionDoctypeMode as Integer
- property OptionDoctype as String
- property OptionRepeatedAttributes as Integer
- property OptionAltText as String
- property OptionErrorFile as String
- property OptionOutputFile as String
- property OptionWriteBack as Boolean
- property OptionMarkup as Boolean
- property OptionShowInfo as Boolean
- property OptionShowWarnings as Boolean
- property OptionQuiet as Boolean
- property OptionIndent as Integer
- property OptionCoerceEndtags as Boolean
- property OptionOmitOptionalTags as Boolean
- property OptionInputXml as Boolean
- property OptionOutputXml as Boolean
- property OptionOutputXhtml as Boolean
- property OptionOutputHtml as Boolean
- property OptionAddXmlDecl as Boolean
- property OptionUppercaseTags as Boolean
- property OptionUppercaseAttributes as Boolean
- property OptionBare as Boolean
- property OptionClean as Boolean
- property OptionGdoc as Boolean
- property OptionLogicalEmphasis as Boolean
- property OptionDropProprietaryAttributes as Boolean
- property OptionDropEmptyElements as Boolean
- property OptionDropEmptyParas as Boolean
- property OptionFixBadComments as Boolean
- property OptionBreakBeforeBr as Boolean
- property OptionNumericEntities as Boolean
- property OptionQuoteMarks as Boolean
- property OptionQuoteNbsp as Boolean
- property OptionQuoteAmpersand as Boolean
- property OptionWrapAttributes as Boolean
- property OptionWrapScriptLiterals as Boolean
- property OptionWrapSections as Boolean
- property OptionWrapAsp as Boolean
- property OptionWrapJste as Boolean
- property OptionWrapPhp as Boolean
- property OptionFixBackslash as Boolean
- property OptionIndentAttributes as Boolean
- property OptionAssumeXmlProcins as Boolean
- property OptionAddXmlSpace as Boolean
- property OptionEncloseText as Boolean
- property OptionEncloseBlockText as Boolean
- property OptionKeepTime as Boolean
- property OptionWord2000 as Boolean
- property OptionTidyMark as Boolean
- property OptionGnuEmacs as Boolean
- property OptionGnuEmacsFile as String
- property OptionLiteralAttributes as Boolean
- property OptionShowBodyOnly as Integer
- property OptionFixUri as Boolean
- property OptionLowerLiterals as Boolean
- property OptionHideComments as Boolean
- property OptionIndentCdata as Boolean
- property OptionForceOutput as Boolean
- property OptionShowErrors as Integer
- property OptionAsciiChars as Boolean
- property OptionJoinClasses as Boolean
- property OptionJoinStyles as Boolean
- property OptionEscapeCdata as Boolean
- property OptionNcr as Boolean
- property OptionOutputBom as Integer
- property OptionReplaceColor as Boolean
- property OptionCssPrefix as String
- property OptionNewInlineTags as String
- property OptionNewBlocklevelTags as String
- property OptionNewEmptyTags as String
- property OptionNewPreTags as String
- property OptionAccessibilityCheck as Integer
- property OptionVerticalSpace as Integer
- property OptionPunctuationWrap as Boolean
- property OptionMergeEmphasis as Boolean
- property OptionMergeDivs as Integer
- property OptionDecorateInferredUl as Boolean
- property OptionPreserveEntities as Boolean
- property OptionSortAttributes as Integer
- property OptionMergeSpans as Integer
- property OptionAnchorAsName as Boolean
- property OptionIndentWithTabs as Boolean
- property OptionSkipNested as Boolean
- property OptionStrictTagsAttributes as Boolean
- property OptionEscapeScripts as Boolean
- property OptionWrapLen as Integer
- property OptionInCharEncoding as Integer
- property OptionOutCharEncoding as Integer
- property OptionDuplicateAttrs as Integer
- property OptionErrFile as String
- property OptionOutFile as String
- property OptionShowMarkup as Boolean
- property OptionIndentContent as Integer
- property OptionXmlTags as Boolean
- property OptionXmlOut as Boolean
- property OptionXhtmlOut as Boolean
- property OptionHtmlOut as Boolean
- property OptionXmlDecl as Boolean
- property OptionUpperCaseAttrs as Boolean
- property OptionMakeBare as Boolean
- property OptionMakeClean as Boolean
- property OptionDropPropAttrs as Boolean
- property OptionFixComments as Boolean
- property OptionNumEntities as Boolean
- property OptionWrapAttVals as Boolean
- property OptionWrapScriptlets as Boolean
- property OptionWrapSection as Boolean
- property OptionXmlPIs as Boolean
- property OptionXmlSpace as Boolean
- property OptionEncloseBodyText as Boolean
- property OptionKeepFileTimes as Boolean
- property OptionMark as Boolean
- property OptionEmacs as Boolean
- property OptionEmacsFile as String
- property OptionLiteralAttribs as Boolean
- property OptionBodyOnly as Integer
- property OptionInlineTags as String
- property OptionBlockTags as String
- property OptionEmptyTags as String
- property OptionPreTags as String
- property OptionAccessibilityCheckLevel as Integer
- property OptionVertSpace as Integer
- shared method Tidy(Input as string, byref Output as String, byref ErrorLog as String, options as Dictionary) as Integer
- shared method ReleaseDate as String
- shared method LibraryVersion as String
- shared method OptionNames as String()
- event Filter(level as integer, line as integer, column as integer, message as string) as boolean
- event PrettyPrintProgress(line as integer, column as integer, destLine as integer)
- class TidyInputMBS
- class TidyIteratorMBS
- class TidyNodeMBS
- property Document as TidyDocumentMBS
- property Handle as Integer
- property Line as Integer
- property Column as Integer
- property ID as Integer
- property Type as Integer
- property Name as String
- property IsProperty as Boolean
- property HasText as Boolean
- property Text as String
- property Value as String
- property FirstAttribute as TidyAttributeMBS
- property Parent as TidyNodeMBS
- property Child as TidyNodeMBS
- property NextNode as TidyNodeMBS
- property PrevNode as TidyNodeMBS
- property NodeIsText as boolean
- property NodeIsHeader as boolean
- class TidyOptionMBS
- method Category as integer
- method Name as string
- method Type as integer
- method ID as integer
- method IsReadOnly as boolean
- method DefaultBoolean as boolean
- method DefaultInteger as integer
- method DefaultString as string
- method Description as string
- property Document as TidyDocumentMBS
- property Handle as Integer
- class TidyOutputMBS
- class WhisperContextMBS
- method Logits as Ptr
- method Timings as WhisperTimingsMBS
- method full(params as WhisperFullParamsMBS, samples() as Single, state as WhisperStateMBS = nil) as Integer
- method full(params as WhisperFullParamsMBS, samples as Ptr, sampleCount as Integer, state as WhisperStateMBS = nil) as Integer
- method Tokenize(text as String) as WhisperTokenMBS()
- method TokenTranscribe as WhisperTokenMBS
- method TokenTranslate as WhisperTokenMBS
- method TokenLANG(LangID as Integer) as WhisperTokenMBS
- method TokenBEG as WhisperTokenMBS
- method TokenNOT as WhisperTokenMBS
- method TokenNOSP as WhisperTokenMBS
- method TokenPREV as WhisperTokenMBS
- method TokenSOLM as WhisperTokenMBS
- method TokenSOT as WhisperTokenMBS
- method TokenEOT as WhisperTokenMBS
- method TokenCount(text as String) as Integer
- method PrintTimings
- method ResetTimings
- method Constructor(Buffer as MemoryBlock, Params as WhisperContextParamsMBS, InitState as boolean = true)
- method Constructor(File as FolderItem, Params as WhisperContextParamsMBS, InitState as boolean = true)
- method Constructor(Path as String, Params as WhisperContextParamsMBS, InitState as boolean = true)
- method Constructor
- method Destructor
- method FullGetSegmentT0(Segment as Integer) as Int64
- method FullGetSegmentT1(Segment as Integer) as Int64
- method FullGetSegmentSpeakerTurnNext(Segment as Integer) as Boolean
- method FullTokens(Segment as Integer) as Integer
- method FullSegmentText(Segment as Integer) as String
- method InitState as WhisperStateMBS
- method FullGetTokenText(Segment as Integer, Token as Integer) as String
- method FullGetToken(Segment as Integer, Token as Integer) as WhisperTokenMBS
- method FullGetTokenData(Segment as Integer, Token as Integer) as WhisperTokenDataMBS
- method FullGetTokenP(Segment as Integer, Token as Integer) as Single
- method FullGetTokenTexts(Segment as Integer) as String()
- method FullGetTokens(Segment as Integer) as WhisperTokenMBS()
- method FullGetTokenDatas(Segment as Integer) as WhisperTokenDataMBS()
- property ModelType as Integer
- property ModelFType as Integer
- property ModelMels as Integer
- property ModelTextLayer as Integer
- property ModelTextHead as Integer
- property ModelTextState as Integer
- property ModelTextCtx as Integer
- property ModelAaudioLayer as Integer
- property ModelAudioHead as Integer
- property ModelAudioState as Integer
- property ModelAudioCtx as Integer
- property ModelVocab as Integer
- property AudioCtx as Integer
- property TextCtx as Integer
- property Vocab as Integer
- property Abort as Boolean
- property ContextHandle as Integer
- property IsMultilingual as Boolean
- property FullLangId as Integer
- property FullSegments as Integer
- property Length as Integer
- property ModelTypeReadable as String
- property Yield as Integer
- shared method PrintSystemInfo as String
- event NewSegment(State as WhisperStateMBS, n_new as Integer)
- event Progress(State as WhisperStateMBS, progress as Integer)
- event Abort as Boolean
- event EncoderBegin(State as WhisperStateMBS) as Boolean
- event Log(Level as Integer, Text as String)
- class WhisperContextParamsMBS
- class WhisperFullParamsMBS
- method Constructor(Strategy as Integer)
- method Destructor
- method PromptTokens as WhisperTokenMBS()
- method SetPromptTokens(tokens() as WhisperTokenMBS)
- method GrammarRules as WhisperGrammarElementMBS()
- method SetGrammarRules(rules() as WhisperGrammarElementMBS)
- property Strategy as Integer
- property Threads as Integer
- property MaxTextContext as Integer
- property OffsetMS as Integer
- property DurationMS as Integer
- property Translate as Boolean
- property NoContext as Boolean
- property NoTimestamps as Boolean
- property SingleSegment as Boolean
- property PrintSpecial as Boolean
- property PrintProgress as Boolean
- property PrintRealtime as Boolean
- property PrintTimestamps as Boolean
- property TokenTimestamps as Boolean
- property TholdPT as Single
- property TholdPTSum as Single
- property MaxLen as Integer
- property SplitOnWord as Boolean
- property MaxTokens as Integer
- property AudioContextSize as Integer
- property DebugMode as Boolean
- property TdrzEnable as Boolean
- property SuppressRegex as String
- property InitialPrompt as String
- property Language as String
- property DetectLanguage as Boolean
- property SuppressBlank as Boolean
- property SuppressNst as Boolean
- property Temperature as Single
- property MaxInitialTS as Single
- property LengthPenalty as Single
- property TemperatureInc as Single
- property EntropyThold as Single
- property LogprobThold as Single
- property NoSpeechThold as Single
- property GrammarPenalty as Single
- property StartRule as Integer
- property GrammarRuleCount as Integer
- class WhisperGrammarElementMBS
- class WhisperStateMBS
- method Logits as Ptr
- method Constructor
- method Destructor
- method FullGetSegmentT0(Segment as Integer) as Int64
- method FullGetSegmentT1(Segment as Integer) as Int64
- method FullGetSegmentSpeakerTurnNext(Segment as Integer) as Boolean
- method FullTokens(Segment as Integer) as Integer
- method SegmentText(Segment as Integer) as String
- method FullGetTokenText(Segment as Integer, Token as Integer) as String
- method FullGetToken(Segment as Integer, Token as Integer) as WhisperTokenMBS
- method FullGetTokenData(Segment as Integer, Token as Integer) as WhisperTokenDataMBS
- method FullGetTokenP(Segment as Integer, Token as Integer) as Single
- property Handle as Integer
- property ContextHandle as Integer
- property FullLangId as Integer
- property FullSegments as Integer
- property Length as Integer
- class WhisperTimingsMBS
- class WhisperTokenDataMBS
- method Constructor
- method Destructor
- property ContextHandle as Integer
- property p as Single
- property plog as Single
- property pt as Single
- property ptsum as Single
- property VoiceLength as Single
- property t0 as Int64
- property t1 as Int64
- property dtw as Int64
- property TokenID as WhisperTokenMBS
- property TokenTID as WhisperTokenMBS
- class WhisperTokenMBS
- class WordFileMBS
- method Tags as String()
- method SetFieldText(fieldName as string, text as String) as boolean
- method GetFieldText(fieldName as string, byref text as String) as boolean
- method FieldNames as String()
- method MediaFiles as String()
- method SetMarkers(openMarker as String, closeMarker as String) as boolean
- method Parts as String()
- method Constructor
- method HasTag(tag as string) as boolean
- method ReplaceTag(tag as string, text as string = "", All as boolean = false) as boolean
- method Contains(findText as string) as boolean
- method Substitute(findText as string, replaceText as string = "", All as boolean = false) as boolean
- method WriteFile(path as folderItem) as boolean
- method RemoveTableRow(tag as string) as Integer
- method DuplicateTableRow(tag as string) as Integer
- method AppendTableRow(tag as string) as Integer
- method Append(other as WordFileMBS, AddPageBreak as boolean = false) as Boolean
- method addMediaFile(name as string, content as string)
- property MediaFile(name as string) as String
- property XML(part as String) as String
- property PropertyValue(field as string) as String
- property XML as String
- property Text as String
- property OpenMarker as String
- property CloseMarker as String
- property Caseless as Boolean
- shared method OpenXML(XML as String) as WordFileMBS
- shared method OpenData(Data as String) as WordFileMBS
- shared method OpenData(Data as MemoryBlock) as WordFileMBS
- shared property SkipDeletedText as Boolean
- module ClipperMBS
- method EllipsePoints(Left as Double, Top as Double, Right as Double, Bottom as Double) as ClipperPathMBS
- method TranslatePath(path as ClipperPathMBS, x as Int64, y as Int64) as ClipperPathMBS
- method TranslatePath(path as ClipperPathMBS, delta as ClipperPointMBS) as ClipperPathMBS
- method OpenPathsFromPolyTree(polytree as ClipperPolyTreeMBS, byref paths as ClipperPathsMBS)
- method ClosedPathsFromPolyTree(polytree as ClipperPolyTreeMBS, byref paths as ClipperPathsMBS)
- method PolyTreeToPaths(polytree as ClipperPolyTreeMBS, byref paths as ClipperPathsMBS)
- method MinkowskiDiff(poly1 as ClipperPathMBS, poly2 as ClipperPathMBS, byref solution as ClipperPathsMBS)
- method MinkowskiSum(pattern as ClipperPathMBS, paths as ClipperPathsMBS, byref solution as ClipperPathsMBS, pathIsClosed as boolean)
- method MinkowskiSum(pattern as ClipperPathMBS, path as ClipperPathMBS, byref solution as ClipperPathsMBS, pathIsClosed as boolean)
- method CleanPolygons(Poly as ClipperPathsMBS, distance as double = 1.415)
- method CleanPolygons(InPoly as ClipperPathsMBS, byref OutPolys as ClipperPathsMBS, distance as double = 1.415)
- method CleanPolygon(Poly as ClipperPathMBS, distance as double = 1.415)
- method CleanPolygon(InPoly as ClipperPathMBS, byref OutPolys as ClipperPathsMBS, distance as double = 1.415)
- method ReversePath(path as ClipperPathMBS)
- method ReversePaths(paths as ClipperPathsMBS)
- method PointInPolygon(path as ClipperPathMBS, pt as ClipperPointMBS) as Integer
- method Area(path as ClipperPathMBS) as double
- method Orientation(path as ClipperPathMBS) as boolean
- method Version as string
- method SimplifyPolygons(Polys as ClipperPathsMBS, fillType as Integer)
- method SimplifyPolygons(InPolys as ClipperPathsMBS, byref OutPolys as ClipperPathsMBS, fillType as Integer)
- method SimplifyPolygon(InPoly as ClipperPathMBS, byref OutPolys as ClipperPathsMBS, fillType as Integer)
- method SimplifyPolygons(Polys as ClipperPathsMBS, fillType as ClipperMBS.PolyFillType = ClipperMBS.PolyFillType.EvenOdd)
- method SimplifyPolygons(InPolys as ClipperPathsMBS, byref OutPolys as ClipperPathsMBS, fillType as ClipperMBS.PolyFillType = ClipperMBS.PolyFillType.EvenOdd)
- method SimplifyPolygon(InPoly as ClipperPathMBS, byref OutPolys as ClipperPathsMBS, fillType as ClipperMBS.PolyFillType = ClipperMBS.PolyFillType.EvenOdd)
- module CUPSMBS
- method GetJobs(name as string, OnlyMyJobs as boolean, whichjobs as integer) as CUPSJobMBS()
- method User as string
- method SetUser(user as string)
- method SetServer(server as string)
- method SetDefaultPrinter(printer as string)
- method GetPPD(name as string) as string
- method LastErrorString as string
- method LastError as integer
- method GetDefault as string
- method GetPassword(prompt as string) as string
- method Server as string
- method GetDestinations as CUPSDestinationMBS()
- method CancelJob(name as string, job as Int32)
- method PrintData(name as string, Data as String, Title as string) as integer
- method PrintFile(name as string, file as folderitem, title as string) as integer
- method PrintFile(name as string, file as folderitem, title as string, options() as CUPSOptionMBS) as integer
- method PrintFiles(name as string, files() as folderitem, title as string) as integer
- method PrintFiles(name as string, files() as folderitem, title as string, options() as CUPSOptionMBS) as integer
- module LlamaMBS
- method ApplyChatTemplate(Template as String, ChatMessages() as LlamaChatMessageMBS, AddAssistentTokens as boolean) as String
- method LoadLibrary(File as FolderItem) as boolean
- method LoadLibrary(Path as String) as boolean
- method Loaded as Boolean
- method LoadErrorMessage as String
- method PrintSystemInfo
- method BackendLoad(Path as String) as Boolean
- method BackendLoadAll
- method ChatBuiltInTemplates as String()
- method BackendInit
- method SetLogger(Logger as LlamaLogMBS)
- method SetDebugLogger
- method Backends as LlamaBackendMBS()
- module LTCMBS
- method FrameToTime(OutputTimecode as LTCSMPTETimecodeMBS, InputFrame as LTCFrameMBS, Flags as Integer = 0)
- method TimeToFrame(OutputFrame as LTCFrameMBS, InputTimecode as LTCSMPTETimecodeMBS, TVStandard as Integer, Flags as Integer = 0)
- method LoadLibrary(file as folderitem) as boolean
- method LoadLibrary(path as string) as boolean
- module RFCModuleMBS
- method SetCurrentWorkingDirectory(path as folderitem) as boolean
- method SetCurrentWorkingDirectory(path as String) as boolean
- method LocalTransactionID as String
- method LoadLibrary(file as folderitem) as boolean
- method LoadLibrary(path as string) as boolean
- method ReloadIniFile
- module TidyAttrIdMBS
- module TidyConfigCategoryMBS
- module TidyDoctypeModesMBS
- module TidyDupAttrModesMBS
- module TidyLineEndingMBS
- module TidyNodeTypeMBS
- module TidyOptionIdMBS
- module TidyOptionTypeMBS
- module TidyReportLevelMBS
- module TidyTagIdMBS
- module TidyTriStateMBS
- module WhisperMBS