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 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 PHPMBS
- method Constructor
- method setVariable(name as string, value as string)
- method getVariable(name as string) as string
- method existsVariable(name as string) as boolean
- method Run(code as string) as boolean
- method Execute(code as string) as string
- method CallbackArgumentCount as integer
- method CallbackArgumentDouble(index as integer) as double
- method CallbackArgumentInteger(index as integer) as integer
- method CallbackArgumentString(index as integer) as string
- property LastExitStatus as Integer
- property LastErrorMessage as String
- property LastErrorLine as Integer
- property LastErrorFile as String
- property Inited as Boolean
- property Loaded as Boolean
- shared method LoadLibrary(path as string) as boolean
- shared method LoadLibrary(file as folderitem) as boolean
- shared method LoadExtension(Path as string) as boolean
- shared property INI as String
- shared property UseUTF8 as Boolean
- event Write(data as string)
- event LogMessage(message as string)
- event Callback(ArgumentCount as Integer) as variant
- 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
- 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 TextConverterMBS
- method Constructor
- method Convert
- property InputData as MemoryBlock
- property Input as String
- property Output as String
- property InputEncoding as String
- property OutputEncoding as String
- property ErrorMessage as String
- property OutputLength as Integer
- property InputPosition as Integer
- property ErrorCode as Integer
- property Translit as Boolean
- property Ignore as Boolean
- shared method LoadIconvLibrary(path as String, byref Error as String) as boolean
- shared method Canonicalize(name as String) as String
- shared method EncodingNames(Mode as Integer = 0) as String()
- shared property LibVersion as Integer
- class TidyAttributeMBS
- property Document as TidyDocumentMBS
- property Name as String
- property Value as String
- property ID as integer
- property NextAttribute as TidyAttributeMBS
- property IsEvent as Boolean
- property IsProp as Boolean
- property IsHREF as Boolean
- property IsSRC as Boolean
- property IsID as Boolean
- property IsNAME as Boolean
- property IsSUMMARY as Boolean
- property IsALT as Boolean
- property IsLONGDESC as Boolean
- property IsUSEMAP as Boolean
- property IsISMAP as Boolean
- property IsLANGUAGE as Boolean
- property IsTYPE as Boolean
- property IsVALUE as Boolean
- property IsCONTENT as Boolean
- property IsTITLE as Boolean
- property IsXMLNS as Boolean
- property IsDATAFLD as Boolean
- property IsWIDTH as Boolean
- property IsHEIGHT as Boolean
- property IsFOR as Boolean
- property IsSELECTED as Boolean
- property IsCHECKED as Boolean
- property IsLANG as Boolean
- property IsTARGET as Boolean
- property IsHTTP_EQUIV as Boolean
- property IsREL as Boolean
- property IsOnMOUSEMOVE as Boolean
- property IsOnMOUSEDOWN as Boolean
- property IsOnMOUSEUP as Boolean
- property IsOnCLICK as Boolean
- property IsOnMOUSEOVER as Boolean
- property IsOnMOUSEOUT as Boolean
- property IsOnKEYDOWN as Boolean
- property IsOnKEYUP as Boolean
- property IsOnKEYPRESS as Boolean
- property IsOnFOCUS as Boolean
- property IsOnBLUR as Boolean
- property IsBGCOLOR as Boolean
- property IsLINK as Boolean
- property IsALINK as Boolean
- property IsVLINK as Boolean
- property IsTEXT as Boolean
- property IsSTYLE as Boolean
- property IsABBR as Boolean
- property IsCOLSPAN as Boolean
- property IsROWSPAN as Boolean
- 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 OptionSlideStyle 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 OptionHideEndtags 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 OptionDropFontTags as Boolean
- property OptionDropEmptyElements as Boolean
- property OptionDropEmptyParas as Boolean
- property OptionFixBadComments as Boolean
- property OptionBreakBeforeBr as Boolean
- property OptionSplit 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 OptionLanguage as String
- 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
- property OptionPunctWrap as Boolean
- shared method ReleaseDate as string
- shared method LibraryVersion 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 IsDATALIST as Boolean
- 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 GetHREF as TidyAttributeMBS
- property GetSRC as TidyAttributeMBS
- property GetID as TidyAttributeMBS
- property GetNAME as TidyAttributeMBS
- property GetSUMMARY as TidyAttributeMBS
- property GetALT as TidyAttributeMBS
- property GetLONGDESC as TidyAttributeMBS
- property GetUSEMAP as TidyAttributeMBS
- property GetISMAP as TidyAttributeMBS
- property GetLANGUAGE as TidyAttributeMBS
- property GetTYPE as TidyAttributeMBS
- property GetVALUE as TidyAttributeMBS
- property GetCONTENT as TidyAttributeMBS
- property GetTITLE as TidyAttributeMBS
- property GetXMLNS as TidyAttributeMBS
- property GetDATAFLD as TidyAttributeMBS
- property GetWIDTH as TidyAttributeMBS
- property GetHEIGHT as TidyAttributeMBS
- property GetFOR as TidyAttributeMBS
- property GetSELECTED as TidyAttributeMBS
- property GetCHECKED as TidyAttributeMBS
- property GetLANG as TidyAttributeMBS
- property GetTARGET as TidyAttributeMBS
- property GetHTTP_EQUIV as TidyAttributeMBS
- property GetREL as TidyAttributeMBS
- property GetOnMOUSEMOVE as TidyAttributeMBS
- property GetOnMOUSEDOWN as TidyAttributeMBS
- property GetOnMOUSEUP as TidyAttributeMBS
- property GetOnCLICK as TidyAttributeMBS
- property GetOnMOUSEOVER as TidyAttributeMBS
- property GetOnMOUSEOUT as TidyAttributeMBS
- property GetOnKEYDOWN as TidyAttributeMBS
- property GetOnKEYUP as TidyAttributeMBS
- property GetOnKEYPRESS as TidyAttributeMBS
- property GetOnFOCUS as TidyAttributeMBS
- property GetOnBLUR as TidyAttributeMBS
- property GetBGCOLOR as TidyAttributeMBS
- property GetLINK as TidyAttributeMBS
- property GetALINK as TidyAttributeMBS
- property GetVLINK as TidyAttributeMBS
- property GetTEXT as TidyAttributeMBS
- property GetSTYLE as TidyAttributeMBS
- property GetABBR as TidyAttributeMBS
- property GetCOLSPAN as TidyAttributeMBS
- property GetROWSPAN as TidyAttributeMBS
- property NodeIsText as boolean
- property NodeIsHeader as boolean
- property NodeIsHTML as boolean
- property NodeIsHEAD as boolean
- property NodeIsTITLE as boolean
- property NodeIsBASE as boolean
- property NodeIsMETA as boolean
- property NodeIsBODY as boolean
- property NodeIsFRAMESET as boolean
- property NodeIsFRAME as boolean
- property NodeIsIFRAME as boolean
- property NodeIsNOFRAMES as boolean
- property NodeIsHR as boolean
- property NodeIsH1 as boolean
- property NodeIsH2 as boolean
- property NodeIsPRE as boolean
- property NodeIsLISTING as boolean
- property NodeIsP as boolean
- property NodeIsUL as boolean
- property NodeIsOL as boolean
- property NodeIsDL as boolean
- property NodeIsDIR as boolean
- property NodeIsLI as boolean
- property NodeIsDT as boolean
- property NodeIsDD as boolean
- property NodeIsTABLE as boolean
- property NodeIsCAPTION as boolean
- property NodeIsTD as boolean
- property NodeIsTH as boolean
- property NodeIsTR as boolean
- property NodeIsCOL as boolean
- property NodeIsCOLGROUP as boolean
- property NodeIsBR as boolean
- property NodeIsA as boolean
- property NodeIsLINK as boolean
- property NodeIsB as boolean
- property NodeIsI as boolean
- property NodeIsSTRONG as boolean
- property NodeIsEM as boolean
- property NodeIsBIG as boolean
- property NodeIsSMALL as boolean
- property NodeIsPARAM as boolean
- property NodeIsOPTION as boolean
- property NodeIsOPTGROUP as boolean
- property NodeIsIMG as boolean
- property NodeIsMAP as boolean
- property NodeIsAREA as boolean
- property NodeIsNOBR as boolean
- property NodeIsWBR as boolean
- property NodeIsFONT as boolean
- property NodeIsLAYER as boolean
- property NodeIsSPACER as boolean
- property NodeIsCENTER as boolean
- property NodeIsSTYLE as boolean
- property NodeIsSCRIPT as boolean
- property NodeIsNOSCRIPT as boolean
- property NodeIsFORM as boolean
- property NodeIsTEXTAREA as boolean
- property NodeIsBLOCKQUOTE as boolean
- property NodeIsAPPLET as boolean
- property NodeIsOBJECT as boolean
- property NodeIsDIV as boolean
- property NodeIsSPAN as boolean
- property NodeIsINPUT as boolean
- property NodeIsQ as boolean
- property NodeIsLABEL as boolean
- property NodeIsH3 as boolean
- property NodeIsH4 as boolean
- property NodeIsH5 as boolean
- property NodeIsH6 as boolean
- property NodeIsADDRESS as boolean
- property NodeIsXMP as boolean
- property NodeIsSELECT as boolean
- property NodeIsBLINK as boolean
- property NodeIsMARQUEE as boolean
- property NodeIsEMBED as boolean
- property NodeIsBASEFONT as boolean
- property NodeIsISINDEX as boolean
- property NodeIsS as boolean
- property NodeIsSTRIKE as boolean
- property NodeIsU as boolean
- property NodeIsMENU 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 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 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
- 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)
- const loRange = &h3FFFFFFF
- const hiRange = &h3FFFFFFFFFFFFFFF
- 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
- const kWhichJobsAll = -1
- const kWhichJobsActive = 0
- const kWhichJobsComplete = 1
- const kJobIDAll = -1
- const kJobIDCurrent = 0
- const kJobPending = 3
- const kJobHeld = 4
- const kJobProcessing = 5
- const kJobStopped = 6
- const kJobCanceled = 7
- const kJobAborted = 8
- const kJobCompleted = 9
- const kPrinterLocal = &h0000
- const kPrinterClass = &h0001
- const kPrinterRemote = &h0002
- const kPrinterBW = &h0004
- const kPrinterColor = &h0008
- const kPrinterDuplex = &h0010
- const kPrinterStaple = &h0020
- const kPrinterCopies = &h0040
- const kPrinterCollate = &h0080
- const kPrinterPunch = &h0100
- const kPrinterCover = &h0200
- const kPrinterBind = &h0400
- const kPrinterSort = &h0800
- const kPrinterSmall = &h1000
- const kPrinterMedium = &h2000
- const kPrinterLarge = &h4000
- const kPrinterVariable = &h8000
- const kPrinterImplicit = &h10000
- const kPrinterDefault = &h20000
- const kPrinterFax = &h40000
- const kPrinterRejecting = &h80000
- const kPrinterDelete = &h100000
- const kPrinterNotShared = &h200000
- const kPrinterAuthenticated = &h400000
- const kPrinterCommands = &h800000
- const kPrinterDiscovered = &h1000000
- const kPrinterScanner = &h2000000
- const kPrinterMFP = &h4000000
- const kPrinterOptions = &h6fffc
- const kStatusOK = 0
- const kStatusOKSubst = 1
- const kStatusOKConflict = 2
- const kStatusOKIgnoredSubscriptions = 3
- const kStatusOKIgnoredNotifications = 4
- const kStatusOKTooManyEvents = 5
- const kStatusOKButCancelSubscription = 6
- const kStatusOKEventsComplete = 7
- const kStatusRedirectionOtherSite = &h200
- const kStatusSeeOther = &h280
- const kStatusBadRequest = &h0400
- const kStatusForbidden = &h0401
- const kStatusNotAuthenticated = &h0402
- const kStatusNotAuthorized = &h0403
- const kStatusNotPossible = &h0404
- const kStatusTimeout = &h0405
- const kStatusNotFound = &h0406
- const kStatusGone = &h0407
- const kStatusRequestEntity = &h0408
- const kStatusRequestValue = &h0409
- const kStatusDocumentFormat = &h040A
- const kStatusAttributes = &h040B
- const kStatusURIScheme = &h040C
- const kStatusCharset = &h040D
- const kStatusConflict = &h040E
- const kStatusCompressionNotSupported = &h040F
- const kStatusCompressionError = &h0410
- const kStatusDocumentFormatError = &h0411
- const kStatusDocumentAccessError = &h0412
- const kStatusAttributesNotSettable = &h0413
- const kStatusIgnoredAllSubscriptions = &h0414
- const kStatusTooManySubscriptions = &h0415
- const kStatusIgnoredAllNotifications = &h0416
- const kStatusPrintSupportFileNotFound = &h0417
- const kStatusInternalError = &h0500
- const kStatusOperationNotSupported = &h0501
- const kStatusServiceUnavailable = &h0502
- const kStatusVersionNotSupported = &h0503
- const kStatusDeviceError = &h0504
- const kStatusTemporaryError = &h0505
- const kStatusNotAccepting = &h0506
- const kStatusPrinterBusy = &h0507
- const kStatusErrorJobCanceled = &h0508
- const kStatusMultipleJobsNotSupported = &h0509
- const kStatusPrinterIsDeactivated = &h050A
- 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
- const LTC_FRAME_BIT_COUNT = 80
- const LTC_TV_525_60 = 0
- const LTC_TV_625_50 = 1
- const LTC_TV_1125_60 = 2
- const LTC_TV_FILM_24 = 3
- const LTC_USE_DATE = 1
- const LTC_TC_CLOCK = 2
- const LTC_BGF_DONT_TOUCH = 4
- const LTC_NO_PARITY = 8
- 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
- const kErrorOk = 0
- const kErrorCommunicationFailure = 1
- const kErrorLogonFailure = 2
- const kErrorAbapRuntimeFailure = 3
- const kErrorAbapMessage = 4
- const kErrorAbapException = 5
- const kErrorClosed = 6
- const kErrorCanceled = 7
- const kErrorTimeout = 8
- const kErrorMemoryInsufficient = 9
- const kErrorVersionMismatch = 10
- const kErrorInvalidProtocol = 11
- const kErrorSerializationFailure = 12
- const kErrorInvalidHandle = 13
- const kErrorRetry = 14
- const kErrorExternalFailure = 15
- const kErrorExecuted = 16
- const kErrorNotFound = 17
- const kErrorNotSupported = 18
- const kErrorIllegalState = 19
- const kErrorInvalidParameter = 20
- const kErrorCodepageConversionFailure = 21
- const kErrorConversionFailure = 22
- const kErrorBufferTooSmall = 23
- const kErrorTableMoveBof = 24
- const kErrorTableMoveEof = 25
- const kErrorStartSapguiFailure = 26
- const kErrorAbapClassException = 27
- const kErrorUnknownError = 28
- const kErrorAuthorizationFailure = 29
- module TidyAttrIdMBS
- const TidyAttrUNKNOWN=0
- const TidyAttrABBR=1
- const TidyAttrACCEPT=2
- const TidyAttrACCEPT_CHARSET=3
- const TidyAttrACCESSKEY=4
- const TidyAttrACTION=5
- const TidyAttrADD_DATE=6
- const TidyAttrALIGN=7
- const TidyAttrALINK=8
- const TidyAttrALLOWFULLSCREEN=9
- const TidyAttrALT=10
- const TidyAttrARCHIVE=11
- const TidyAttrAXIS=12
- const TidyAttrBACKGROUND=13
- const TidyAttrBGCOLOR=14
- const TidyAttrBGPROPERTIES=15
- const TidyAttrBORDER=16
- const TidyAttrBORDERCOLOR=17
- const TidyAttrBOTTOMMARGIN=18
- const TidyAttrCELLPADDING=19
- const TidyAttrCELLSPACING=20
- const TidyAttrCHAR=21
- const TidyAttrCHAROFF=22
- const TidyAttrCHARSET=23
- const TidyAttrCHECKED=24
- const TidyAttrCITE=25
- const TidyAttrCLASS=26
- const TidyAttrCLASSID=27
- const TidyAttrCLEAR=28
- const TidyAttrCODE=29
- const TidyAttrCODEBASE=30
- const TidyAttrCODETYPE=31
- const TidyAttrCOLOR=32
- const TidyAttrCOLS=33
- const TidyAttrCOLSPAN=34
- const TidyAttrCOMPACT=35
- const TidyAttrCONTENT=36
- const TidyAttrCOORDS=37
- const TidyAttrDATA=38
- const TidyAttrDATAFLD=39
- const TidyAttrDATAFORMATAS=40
- const TidyAttrDATAPAGESIZE=41
- const TidyAttrDATASRC=42
- const TidyAttrDATETIME=43
- const TidyAttrDECLARE=44
- const TidyAttrDEFER=45
- const TidyAttrDIR=46
- const TidyAttrDISABLED=47
- const TidyAttrENCODING=48
- const TidyAttrENCTYPE=49
- const TidyAttrFACE=50
- const TidyAttrFOR=51
- const TidyAttrFRAME=52
- const TidyAttrFRAMEBORDER=53
- const TidyAttrFRAMESPACING=54
- const TidyAttrGRIDX=55
- const TidyAttrGRIDY=56
- const TidyAttrHEADERS=57
- const TidyAttrHEIGHT=58
- const TidyAttrHREF=59
- const TidyAttrHREFLANG=60
- const TidyAttrHSPACE=61
- const TidyAttrHTTP_EQUIV=62
- const TidyAttrID=63
- const TidyAttrISMAP=64
- const TidyAttrITEMID=65
- const TidyAttrITEMPROP=66
- const TidyAttrITEMREF=67
- const TidyAttrITEMSCOPE=68
- const TidyAttrITEMTYPE=69
- const TidyAttrLABEL=70
- const TidyAttrLANG=71
- const TidyAttrLANGUAGE=72
- const TidyAttrLAST_MODIFIED=73
- const TidyAttrLAST_VISIT=74
- const TidyAttrLEFTMARGIN=75
- const TidyAttrLINK=76
- const TidyAttrLONGDESC=77
- const TidyAttrLOWSRC=78
- const TidyAttrMARGINHEIGHT=79
- const TidyAttrMARGINWIDTH=80
- const TidyAttrMAXLENGTH=81
- const TidyAttrMEDIA=82
- const TidyAttrMETHOD=83
- const TidyAttrMULTIPLE=84
- const TidyAttrNAME=85
- const TidyAttrNOHREF=86
- const TidyAttrNORESIZE=87
- const TidyAttrNOSHADE=88
- const TidyAttrNOWRAP=89
- const TidyAttrOBJECT=90
- const TidyAttrOnAFTERUPDATE=91
- const TidyAttrOnBEFOREUNLOAD=92
- const TidyAttrOnBEFOREUPDATE=93
- const TidyAttrOnBLUR=94
- const TidyAttrOnCHANGE=95
- const TidyAttrOnCLICK=96
- const TidyAttrOnDATAAVAILABLE=97
- const TidyAttrOnDATASETCHANGED=98
- const TidyAttrOnDATASETCOMPLETE=99
- const TidyAttrOnDBLCLICK=100
- const TidyAttrOnERRORUPDATE=101
- const TidyAttrOnFOCUS=102
- const TidyAttrOnKEYDOWN=103
- const TidyAttrOnKEYPRESS=104
- const TidyAttrOnKEYUP=105
- const TidyAttrOnLOAD=106
- const TidyAttrOnMOUSEDOWN=107
- const TidyAttrOnMOUSEMOVE=108
- const TidyAttrOnMOUSEOUT=109
- const TidyAttrOnMOUSEOVER=110
- const TidyAttrOnMOUSEUP=111
- const TidyAttrOnRESET=112
- const TidyAttrOnROWENTER=113
- const TidyAttrOnROWEXIT=114
- const TidyAttrOnSELECT=115
- const TidyAttrOnSUBMIT=116
- const TidyAttrOnUNLOAD=117
- const TidyAttrPROFILE=118
- const TidyAttrPROMPT=119
- const TidyAttrRBSPAN=120
- const TidyAttrREADONLY=121
- const TidyAttrREL=122
- const TidyAttrREV=123
- const TidyAttrRIGHTMARGIN=124
- const TidyAttrROLE=125
- const TidyAttrROWS=126
- const TidyAttrROWSPAN=127
- const TidyAttrRULES=128
- const TidyAttrSCHEME=129
- const TidyAttrSCOPE=130
- const TidyAttrSCROLLING=131
- const TidyAttrSELECTED=132
- const TidyAttrSHAPE=133
- const TidyAttrSHOWGRID=134
- const TidyAttrSHOWGRIDX=135
- const TidyAttrSHOWGRIDY=136
- const TidyAttrSIZE=137
- const TidyAttrSPAN=138
- const TidyAttrSRC=139
- const TidyAttrSRCSET=140
- const TidyAttrSTANDBY=141
- const TidyAttrSTART=142
- const TidyAttrSTYLE=143
- const TidyAttrSUMMARY=144
- const TidyAttrTABINDEX=145
- const TidyAttrTARGET=146
- const TidyAttrTEXT=147
- const TidyAttrTITLE=148
- const TidyAttrTOPMARGIN=149
- const TidyAttrTRANSLATE=150
- const TidyAttrTYPE=151
- const TidyAttrUSEMAP=152
- const TidyAttrVALIGN=153
- const TidyAttrVALUE=154
- const TidyAttrVALUETYPE=155
- const TidyAttrVERSION=156
- const TidyAttrVLINK=157
- const TidyAttrVSPACE=158
- const TidyAttrWIDTH=159
- const TidyAttrWRAP=160
- const TidyAttrXML_LANG=161
- const TidyAttrXML_SPACE=162
- const TidyAttrXMLNS=163
- const TidyAttrEVENT=164
- const TidyAttrMETHODS=165
- const TidyAttrN=166
- const TidyAttrSDAFORM=167
- const TidyAttrSDAPREF=168
- const TidyAttrSDASUFF=169
- const TidyAttrURN=170
- const TidyAttrASYNC=171
- const TidyAttrAUTOCOMPLETE=172
- const TidyAttrAUTOFOCUS=173
- const TidyAttrAUTOPLAY=174
- const TidyAttrCHALLENGE=175
- const TidyAttrCONTENTEDITABLE=176
- const TidyAttrCONTEXTMENU=177
- const TidyAttrCONTROLS=178
- const TidyAttrCROSSORIGIN=179
- const TidyAttrDEFAULT=180
- const TidyAttrDIRNAME=181
- const TidyAttrDRAGGABLE=182
- const TidyAttrDROPZONE=183
- const TidyAttrFORM=184
- const TidyAttrFORMACTION=185
- const TidyAttrFORMENCTYPE=186
- const TidyAttrFORMMETHOD=187
- const TidyAttrFORMNOVALIDATE=188
- const TidyAttrFORMTARGET=189
- const TidyAttrHIDDEN=190
- const TidyAttrHIGH=191
- const TidyAttrICON=192
- const TidyAttrKEYTYPE=193
- const TidyAttrKIND=194
- const TidyAttrLIST=195
- const TidyAttrLOOP=196
- const TidyAttrLOW=197
- const TidyAttrMANIFEST=198
- const TidyAttrMAX=199
- const TidyAttrMEDIAGROUP=200
- const TidyAttrMIN=201
- const TidyAttrNOVALIDATE=202
- const TidyAttrOPEN=203
- const TidyAttrOPTIMUM=204
- const TidyAttrOnABORT=205
- const TidyAttrOnAFTERPRINT=206
- const TidyAttrOnBEFOREPRINT=207
- const TidyAttrOnCANPLAY=208
- const TidyAttrOnCANPLAYTHROUGH=209
- const TidyAttrOnCONTEXTMENU=210
- const TidyAttrOnCUECHANGE=211
- const TidyAttrOnDRAG=212
- const TidyAttrOnDRAGEND=213
- const TidyAttrOnDRAGENTER=214
- const TidyAttrOnDRAGLEAVE=215
- const TidyAttrOnDRAGOVER=216
- const TidyAttrOnDRAGSTART=217
- const TidyAttrOnDROP=218
- const TidyAttrOnDURATIONCHANGE=219
- const TidyAttrOnEMPTIED=220
- const TidyAttrOnENDED=221
- const TidyAttrOnERROR=222
- const TidyAttrOnHASHCHANGE=223
- const TidyAttrOnINPUT=224
- const TidyAttrOnINVALID=225
- const TidyAttrOnLOADEDDATA=226
- const TidyAttrOnLOADEDMETADATA=227
- const TidyAttrOnLOADSTART=228
- const TidyAttrOnMESSAGE=229
- const TidyAttrOnMOUSEWHEEL=230
- const TidyAttrOnOFFLINE=231
- const TidyAttrOnONLINE=232
- const TidyAttrOnPAGEHIDE=233
- const TidyAttrOnPAGESHOW=234
- const TidyAttrOnPAUSE=235
- const TidyAttrOnPLAY=236
- const TidyAttrOnPLAYING=237
- const TidyAttrOnPOPSTATE=238
- const TidyAttrOnPROGRESS=239
- const TidyAttrOnRATECHANGE=240
- const TidyAttrOnREADYSTATECHANGE=241
- const TidyAttrOnREDO=242
- const TidyAttrOnRESIZE=243
- const TidyAttrOnSCROLL=244
- const TidyAttrOnSEEKED=245
- const TidyAttrOnSEEKING=246
- const TidyAttrOnSHOW=247
- const TidyAttrOnSTALLED=248
- const TidyAttrOnSTORAGE=249
- const TidyAttrOnSUSPEND=250
- const TidyAttrOnTIMEUPDATE=251
- const TidyAttrOnUNDO=252
- const TidyAttrOnVOLUMECHANGE=253
- const TidyAttrOnWAITING=254
- const TidyAttrPATTERN=255
- const TidyAttrPLACEHOLDER=256
- const TidyAttrPOSTER=257
- const TidyAttrPRELOAD=258
- const TidyAttrPUBDATE=259
- const TidyAttrRADIOGROUP=260
- const TidyAttrREQUIRED=261
- const TidyAttrREVERSED=262
- const TidyAttrSANDBOX=263
- const TidyAttrSCOPED=264
- const TidyAttrSEAMLESS=265
- const TidyAttrSIZES=266
- const TidyAttrSPELLCHECK=267
- const TidyAttrSRCDOC=268
- const TidyAttrSRCLANG=269
- const TidyAttrSTEP=270
- const TidyAttrARIA_ACTIVEDESCENDANT=271
- const TidyAttrARIA_ATOMIC=272
- const TidyAttrARIA_AUTOCOMPLETE=273
- const TidyAttrARIA_BUSY=274
- const TidyAttrARIA_CHECKED=275
- const TidyAttrARIA_CONTROLS=276
- const TidyAttrARIA_DESCRIBEDBY=277
- const TidyAttrARIA_DISABLED=278
- const TidyAttrARIA_DROPEFFECT=279
- const TidyAttrARIA_EXPANDED=280
- const TidyAttrARIA_FLOWTO=281
- const TidyAttrARIA_GRABBED=282
- const TidyAttrARIA_HASPOPUP=283
- const TidyAttrARIA_HIDDEN=284
- const TidyAttrARIA_INVALID=285
- const TidyAttrARIA_LABEL=286
- const TidyAttrARIA_LABELLEDBY=287
- const TidyAttrARIA_LEVEL=288
- const TidyAttrARIA_LIVE=289
- const TidyAttrARIA_MULTILINE=290
- const TidyAttrARIA_MULTISELECTABLE=291
- const TidyAttrARIA_ORIENTATION=292
- const TidyAttrARIA_OWNS=293
- const TidyAttrARIA_POSINSET=294
- const TidyAttrARIA_PRESSED=295
- const TidyAttrARIA_READONLY=296
- const TidyAttrARIA_RELEVANT=297
- const TidyAttrARIA_REQUIRED=298
- const TidyAttrARIA_SELECTED=299
- const TidyAttrARIA_SETSIZE=300
- const TidyAttrARIA_SORT=301
- const TidyAttrARIA_VALUEMAX=302
- const TidyAttrARIA_VALUEMIN=303
- const TidyAttrARIA_VALUENOW=304
- const TidyAttrARIA_VALUETEXT=305
- const TidyAttrX=306
- const TidyAttrY=307
- const TidyAttrVIEWBOX=308
- const TidyAttrPRESERVEASPECTRATIO=309
- const TidyAttrZOOMANDPAN=310
- const TidyAttrBASEPROFILE=311
- const TidyAttrCONTENTSCRIPTTYPE=312
- const TidyAttrCONTENTSTYLETYPE=313
- const TidyAttrDISPLAY=314
- const TidyAttrABOUT=315
- const TidyAttrDATATYPE=316
- const TidyAttrINLIST=317
- const TidyAttrPREFIX=318
- const TidyAttrPROPERTY=319
- const TidyAttrRESOURCE=320
- const TidyAttrTYPEOF=321
- const TidyAttrVOCAB=322
- const TidyAttrINTEGRITY=323
- const TidyAttrAS=324
- const TidyAttrXMLNSXLINK=325
- module TidyConfigCategoryMBS
- const TidyMarkup=0
- const TidyDiagnostics=1
- const TidyPrettyPrint=2
- const TidyEncoding=3
- const TidyMiscellaneous=4
- module TidyDoctypeModesMBS
- const TidyDoctypeHtml5=0
- const TidyDoctypeOmit=1
- const TidyDoctypeAuto=2
- const TidyDoctypeStrict=3
- const TidyDoctypeLoose=4
- const TidyDoctypeUser=5
- module TidyDupAttrModesMBS
- module TidyLineEndingMBS
- module TidyNodeTypeMBS
- const TidyNodeRoot=0
- const TidyNodeDocType=1
- const TidyNodeComment=2
- const TidyNodeProcIns=3
- const TidyNodeText=4
- const TidyNodeStart=5
- const TidyNodeEnd=6
- const TidyNodeStartEnd=7
- const TidyNodeCDATA=8
- const TidyNodeSection=9
- const TidyNodeAsp=10
- const TidyNodeJste=11
- const TidyNodePhp=12
- const TidyNodeXmlDecl=13
- module TidyOptionIdMBS
- const TidyUnknownOption=0
- const TidyIndentSpaces=1
- const TidyWrapLen=2
- const TidyTabSize=3
- const TidyCharEncoding=4
- const TidyInCharEncoding=5
- const TidyOutCharEncoding=6
- const TidyNewline=7
- const TidyDoctypeMode=8
- const TidyDoctype=9
- const TidyDuplicateAttrs=10
- const TidyAltText=11
- const TidySlideStyle=12
- const TidyErrFile=13
- const TidyOutFile=14
- const TidyWriteBack=15
- const TidyShowMarkup=16
- const TidyShowInfo=17
- const TidyShowWarnings=18
- const TidyQuiet=19
- const TidyIndentContent=20
- const TidyCoerceEndTags=21
- const TidyOmitOptionalTags=22
- const TidyHideEndTags=23
- const TidyXmlTags=24
- const TidyXmlOut=25
- const TidyXhtmlOut=26
- const TidyHtmlOut=27
- const TidyXmlDecl=28
- const TidyUpperCaseTags=29
- const TidyUpperCaseAttrs=30
- const TidyMakeBare=31
- const TidyMakeClean=32
- const TidyGDocClean=33
- const TidyLogicalEmphasis=34
- const TidyDropPropAttrs=35
- const TidyDropFontTags=36
- const TidyDropEmptyElems=37
- const TidyDropEmptyParas=38
- const TidyFixComments=39
- const TidyBreakBeforeBR=40
- const TidyBurstSlides=41
- const TidyNumEntities=42
- const TidyQuoteMarks=43
- const TidyQuoteNbsp=44
- const TidyQuoteAmpersand=45
- const TidyWrapAttVals=46
- const TidyWrapScriptlets=47
- const TidyWrapSection=48
- const TidyWrapAsp=49
- const TidyWrapJste=50
- const TidyWrapPhp=51
- const TidyFixBackslash=52
- const TidyIndentAttributes=53
- const TidyXmlPIs=54
- const TidyXmlSpace=55
- const TidyEncloseBodyText=56
- const TidyEncloseBlockText=57
- const TidyKeepFileTimes=58
- const TidyWord2000=59
- const TidyMark=60
- const TidyEmacs=61
- const TidyEmacsFile=62
- const TidyLiteralAttribs=63
- const TidyBodyOnly=64
- const TidyFixUri=65
- const TidyLowerLiterals=66
- const TidyHideComments=67
- const TidyIndentCdata=68
- const TidyForceOutput=69
- const TidyShowErrors=70
- const TidyAsciiChars=71
- const TidyJoinClasses=72
- const TidyJoinStyles=73
- const TidyEscapeCdata=74
- const TidyLanguage=75
- const TidyNCR=76
- const TidyOutputBOM=77
- const TidyReplaceColor=78
- const TidyCSSPrefix=79
- const TidyInlineTags=80
- const TidyBlockTags=81
- const TidyEmptyTags=82
- const TidyPreTags=83
- const TidyAccessibilityCheckLevel=84
- const TidyVertSpace=85
- const TidyPunctWrap=86
- const TidyMergeEmphasis=87
- const TidyMergeDivs=88
- const TidyDecorateInferredUL=89
- const TidyPreserveEntities=90
- const TidySortAttributes=91
- const TidyMergeSpans=92
- const TidyAnchorAsName=93
- const TidyPPrintTabs=94
- const TidySkipNested=95
- const TidyStrictTagsAttr=96
- const TidyEscapeScripts=97
- module TidyOptionTypeMBS
- module TidyReportLevelKeysMBS
- const TidyInfoString=600
- const TidyWarningString=601
- const TidyConfigString=602
- const TidyAccessString=603
- const TidyErrorString=604
- const TidyBadDocumentString=605
- const TidyFatalString=606
- module TidyReportLevelMBS
- const TidyInfo=0
- const TidyWarning=1
- const TidyConfig=2
- const TidyAccess=3
- const TidyError=4
- const TidyBadDocument=5
- const TidyFatal=6
- module TidyTagIdMBS
- const TidyTagUNKNOWN=0
- const TidyTagA=1
- const TidyTagABBR=2
- const TidyTagACRONYM=3
- const TidyTagADDRESS=4
- const TidyTagALIGN=5
- const TidyTagAPPLET=6
- const TidyTagAREA=7
- const TidyTagB=8
- const TidyTagBASE=9
- const TidyTagBASEFONT=10
- const TidyTagBDO=11
- const TidyTagBGSOUND=12
- const TidyTagBIG=13
- const TidyTagBLINK=14
- const TidyTagBLOCKQUOTE=15
- const TidyTagBODY=16
- const TidyTagBR=17
- const TidyTagBUTTON=18
- const TidyTagCAPTION=19
- const TidyTagCENTER=20
- const TidyTagCITE=21
- const TidyTagCODE=22
- const TidyTagCOL=23
- const TidyTagCOLGROUP=24
- const TidyTagCOMMENT=25
- const TidyTagDD=26
- const TidyTagDEL=27
- const TidyTagDFN=28
- const TidyTagDIR=29
- const TidyTagDIV=30
- const TidyTagDL=31
- const TidyTagDT=32
- const TidyTagEM=33
- const TidyTagEMBED=34
- const TidyTagFIELDSET=35
- const TidyTagFONT=36
- const TidyTagFORM=37
- const TidyTagFRAME=38
- const TidyTagFRAMESET=39
- const TidyTagH1=40
- const TidyTagH2=41
- const TidyTagH3=42
- const TidyTagH4=43
- const TidyTagH5=44
- const TidyTagH6=45
- const TidyTagHEAD=46
- const TidyTagHR=47
- const TidyTagHTML=48
- const TidyTagI=49
- const TidyTagIFRAME=50
- const TidyTagILAYER=51
- const TidyTagIMG=52
- const TidyTagINPUT=53
- const TidyTagINS=54
- const TidyTagISINDEX=55
- const TidyTagKBD=56
- const TidyTagKEYGEN=57
- const TidyTagLABEL=58
- const TidyTagLAYER=59
- const TidyTagLEGEND=60
- const TidyTagLI=61
- const TidyTagLINK=62
- const TidyTagLISTING=63
- const TidyTagMAP=64
- const TidyTagMATHML=65
- const TidyTagMARQUEE=66
- const TidyTagMENU=67
- const TidyTagMETA=68
- const TidyTagMULTICOL=69
- const TidyTagNOBR=70
- const TidyTagNOEMBED=71
- const TidyTagNOFRAMES=72
- const TidyTagNOLAYER=73
- const TidyTagNOSAVE=74
- const TidyTagNOSCRIPT=75
- const TidyTagOBJECT=76
- const TidyTagOL=77
- const TidyTagOPTGROUP=78
- const TidyTagOPTION=79
- const TidyTagP=80
- const TidyTagPARAM=81
- const TidyTagPICTURE=82
- const TidyTagPLAINTEXT=83
- const TidyTagPRE=84
- const TidyTagQ=85
- const TidyTagRB=86
- const TidyTagRBC=87
- const TidyTagRP=88
- const TidyTagRT=89
- const TidyTagRTC=90
- const TidyTagRUBY=91
- const TidyTagS=92
- const TidyTagSAMP=93
- const TidyTagSCRIPT=94
- const TidyTagSELECT=95
- const TidyTagSERVER=96
- const TidyTagSERVLET=97
- const TidyTagSMALL=98
- const TidyTagSPACER=99
- const TidyTagSPAN=100
- const TidyTagSTRIKE=101
- const TidyTagSTRONG=102
- const TidyTagSTYLE=103
- const TidyTagSUB=104
- const TidyTagSUP=105
- const TidyTagSVG=106
- const TidyTagTABLE=107
- const TidyTagTBODY=108
- const TidyTagTD=109
- const TidyTagTEXTAREA=110
- const TidyTagTFOOT=111
- const TidyTagTH=112
- const TidyTagTHEAD=113
- const TidyTagTITLE=114
- const TidyTagTR=115
- const TidyTagTT=116
- const TidyTagU=117
- const TidyTagUL=118
- const TidyTagVAR=119
- const TidyTagWBR=120
- const TidyTagXMP=121
- const TidyTagNEXTID=122
- const TidyTagARTICLE=123
- const TidyTagASIDE=124
- const TidyTagAUDIO=125
- const TidyTagBDI=126
- const TidyTagCANVAS=127
- const TidyTagCOMMAND=128
- const TidyTagDATALIST=129
- const TidyTagDETAILS=130
- const TidyTagDIALOG=131
- const TidyTagFIGCAPTION=132
- const TidyTagFIGURE=133
- const TidyTagFOOTER=134
- const TidyTagHEADER=135
- const TidyTagHGROUP=136
- const TidyTagMAIN=137
- const TidyTagMARK=138
- const TidyTagMENUITEM=139
- const TidyTagMETER=140
- const TidyTagNAV=141
- const TidyTagOUTPUT=142
- const TidyTagPROGRESS=143
- const TidyTagSECTION=144
- const TidyTagSOURCE=145
- const TidyTagSUMMARY=146
- const TidyTagTEMPLATE=147
- const TidyTagTIME=148
- const TidyTagTRACK=149
- const TidyTagVIDEO=150
- module TidyTriStateMBS
