This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| unit invoice_pdf; | |
| {$mode objfpc}{$H+} | |
| interface | |
| uses | |
| Classes, SysUtils, fppdf, cmn_globals | |
| ; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| unit unix_sendmail; | |
| { smtp mailer via standard Unix sendmail support } | |
| {$mode ObjFPC}{$H+} | |
| interface | |
| uses | |
| Classes, SysUtils |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Lazarus compiler-generated binaries (safe to delete) | |
| *.exe | |
| *.dll | |
| *.so | |
| *.dylib | |
| *.res | |
| *.compiled | |
| *.dbg | |
| *.ppu | |
| *.o |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| unit ungzip; | |
| {$mode ObjFPC}{$H+} | |
| interface | |
| uses | |
| Classes, SysUtils | |
| ; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| unit certbot; | |
| {$mode ObjFPC}{$H+} | |
| interface | |
| uses | |
| Classes, SysUtils, eventlog, process | |
| ; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| unit Unit1; | |
| {$mode ObjFPC}{$H+} | |
| interface | |
| uses | |
| Classes, SysUtils, tgsendertypes | |
| ; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| unit odt_2_pdf; | |
| {$mode ObjFPC}{$H+} | |
| interface | |
| uses | |
| Classes, SysUtils; | |
| function ConvertODT2Pdf(const aSrcODT, aOutDir: String): Boolean; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| unit zip_odt; | |
| {$mode ObjFPC}{$H+} | |
| interface | |
| uses | |
| Classes, SysUtils; | |
| procedure FillODTDoc(const aSrcFile, aDestFile: String; aKeyValuePairs: TStringList; const aODTSubFile: String = ''); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| unit Unit1; | |
| {$mode objfpc}{$H+} | |
| interface | |
| uses | |
| Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls; | |
| type |
NewerOlder