10.11.2015 Views

maXbox3 3.9.9.195 14/05/2015 08:37:17 AM

maXbox3 3.9.9.80 13.11.2013 11:25:53

maXbox3 3.9.9.80 13.11.2013 11:25:53

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>maXbox3</strong> <strong>3.9.9.195</strong><br />

<strong>14</strong>/<strong>05</strong>/<strong>2015</strong> <strong>08</strong>:<strong>37</strong>:<strong>17</strong> <strong>AM</strong><br />

15335: Function strGetToken( s : string; delimeter : string; var APos : integer) : string');<br />

15336: Procedure strStripPreceding( var s : string; delimeter : strCharSet)');<br />

153<strong>37</strong>: Procedure strStripTrailing( var s : string; delimeter : strCharSet)');<br />

15338: Procedure strStripWhiteSpace( var s : string)');<br />

15339: Function strRemoveChar( str : string; removeChar : char) : string');<br />

15340: Function wwstrReplaceChar( str : string; removeChar, replaceChar : char) : string');<br />

15341: Function strReplaceCharWithStr( str : string; removeChar : char; replaceStr : string) : string');<br />

15342: Function wwEqualStr( s1, s2 : string) : boolean');<br />

15343: Function strCount( s : string; delimeter : char) : integer');<br />

15344: Function strWhiteSpace : strCharSet');<br />

15345: Function wwExtractFileNameOnly( const FileName : string) : string');<br />

15346: Function wwGetWord(s:string; var APos:integer;Options:TwwGetWordOptions;DelimSet:strCharSet):string;<br />

15347: Function strTrailing( s : string; delimeter : char) : string');<br />

15348: Function strPreceding( s : string; delimeter : char) : string');<br />

15349: Function wwstrReplace( s, Find, Replace : string) : string');<br />

15350: end;<br />

15351:<br />

15352: procedure SIRegister_DataBkr(CL: TPSPascalCompiler);<br />

15353: begin<br />

15354: SIRegister_TRemoteDataModule(CL);<br />

15355: SIRegister_TCRemoteDataModule(CL);<br />

15356: Procedure RegisterPooled( const ClassID : string; Max, Timeout : Integer; Singleton : Boolean)');<br />

15357: Procedure UnregisterPooled( const ClassID : string)');<br />

15358: Procedure EnableSocketTransport( const ClassID : string)');<br />

15359: Procedure DisableSocketTransport( const ClassID : string)');<br />

15360: Procedure EnableWebTransport( const ClassID : string)');<br />

15361: Procedure DisableWebTransport( const ClassID : string)');<br />

15362: end;<br />

15363:<br />

15364: procedure SIRegister_Mathbox(CL: TPSPascalCompiler);<br />

15365: begin<br />

15366: Function mxArcCos( x : Real) : Real');<br />

15367: Function mxArcSin( x : Real) : Real');<br />

15368: Function Comp2Str( N : Comp) : String');<br />

15369: Function Int2StrPad0( N : LongInt; Len : Integer) : String');<br />

15<strong>37</strong>0: Function Int2Str( N : LongInt) : String');<br />

15<strong>37</strong>1: Function mxIsEqual( R1, R2 : Double) : Boolean');<br />

15<strong>37</strong>2: Function LogXY( x, y : Real) : Real');<br />

15<strong>37</strong>3: Function Pennies2Dollars( C : Comp) : String');<br />

15<strong>37</strong>4: Function mxPower( X : Integer; Y : Integer) : Real');<br />

15<strong>37</strong>5: Function Real2Str( N : Real; Width, Places : integer) : String');<br />

15<strong>37</strong>6: Function mxStr2Comp( MyString : string) : Comp');<br />

15<strong>37</strong>7: Function mxStr2Pennies( S : String) : Comp');<br />

15<strong>37</strong>8: Function Str2Real( MyString : string) : Real');<br />

15<strong>37</strong>9: Function XToTheY( x, y : Real) : Real');<br />

15380: end;<br />

15381:<br />

15382: //*************************Cindy Functions!******************************<br />

15383: procedure SIRegister_cyIndy(CL: TPSPascalCompiler);<br />

15384: begin<br />

15385: CL.AddTypeS('TContentTypeMessage', '( cmPlainText, cmPlainText_Attach, cmHtml'<br />

15386: +'_Attach, cmHtml_RelatedAttach, cmAlterText_Html, cmAlterText_Html_Attach, '<br />

15387: +'cmAlterText_Html_RelatedAttach,cmAlterText_Html_Attach_RelatedAttach,cmReadNotification )');<br />

15388: MessagePlainText','String 'text/plain');<br />

15389: CL.AddConstantN('MessagePlainText_Attach','String 'multipart/mixed');<br />

15390: MessageAlterText_Html','String 'multipart/alternative');<br />

15391: MessageHtml_Attach','String 'multipart/mixed');<br />

15392: MessageHtml_RelatedAttach','String 'multipart/related; type="text/html"');<br />

15393: MessageAlterText_Html_Attach','String 'multipart/mixed');<br />

15394: MessageAlterText_Html_RelatedAttach','String')('multipart/related;type="multipart/alternative"';<br />

15395: MessageAlterText_Html_Attach_RelatedAttach','String 'multipart/mixed');<br />

15396: MessageReadNotification','String').( 'multipart/report; report-type="disposition-notification"';<br />

15397: Function ForceDecodeHeader( aHeader : String) : String');<br />

15398: Function Base64_EncodeString( Value : String; const aEncoding : TEncoding) : string');<br />

15399: Function Base64_DecodeToString( Value : String; const aBytesEncoding : TEncoding) : String;');<br />

15400: Function Base64_DecodeToBytes( Value : String) : TBytes;');<br />

15401: Function IdHttp_DownloadFile(aSrcUrlFile,aDestFile:String;const OnWorkEvent:TWorkEvent):Boolean;<br />

15402: Function Get_MD5( const aFileName : string) : string');<br />

15403: Function Get_MD5FromString( const aString : string) : string');<br />

15404: end;<br />

154<strong>05</strong>:<br />

15406: procedure SIRegister_cySysUtils(CL: TPSPascalCompiler);<br />

15407: begin<br />

154<strong>08</strong>: Function IsFolder( SRec : TSearchrec) : Boolean');<br />

15409: Function isFolderReadOnly( Directory : String) : Boolean');<br />

15410: Function DirectoryIsEmpty( Directory : String) : Boolean');<br />

15411: Function DirectoryWithSubDir( Directory : String) : Boolean');<br />

15412: Procedure GetSubDirs( FromDirectory : String; aList : TStrings)');<br />

15413: Function DiskFreeBytes( Drv : Char) : Int64');<br />

154<strong>14</strong>: Function DiskBytes( Drv : Char) : Int64');<br />

15415: Function GetFileBytes( Filename : String) : Int64');<br />

15416: Function GetFilesBytes( Directory, Filter : String) : Int64');<br />

154<strong>17</strong>: SE_CREATE_TOKEN_N<strong>AM</strong>E','String 'SeCreateTokenPrivilege');<br />

15418: SE_ASSIGNPRIMARYTOKEN_N<strong>AM</strong>E','String 'SeAssignPrimaryTokenPrivilege');<br />

15419: SE_LOCK_MEMORY_N<strong>AM</strong>E','String 'SeLockMemoryPrivilege');<br />

15420: SE_INCREASE_QUOTA_N<strong>AM</strong>E','String 'SeIncreaseQuotaPrivilege');<br />

15421: SE_UNSOLICITED_INPUT_N<strong>AM</strong>E','String 'SeUnsolicitedInputPrivilege');<br />

15422: SE_MACHINE_ACCOUNT_N<strong>AM</strong>E','String 'SeMachineAccountPrivilege');<br />

15423: SE_TCB_N<strong>AM</strong>E','String 'SeTcbPrivilege');<br />

PC<strong>08</strong> E:\maxbox3\mXGit39988\maxbox3\docs\maxbox_extract_funclist399.txt<br />

http://www.softwareschule.ch/maxbox.htm T: 297<br />

p: <strong>17</strong>9

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!