texts
stringlengths
0
1.24M
names
stringlengths
13
33
MODULE WinIntLoader; IMPORT Kernel; CONST init = "WinIntInit"; PROCEDURE Load (IN name: ARRAY OF CHAR); VAR importing, imported, err, object: ARRAY 256 OF CHAR; m: Kernel.Module; res: INTEGER; BEGIN m := Kernel.ThisLoadedMod(SHORT(name)); IF m = NIL THEN Kernel.LoadMod(name); Kernel.GetLoaderResu...
Win/Mod/IntLoader.odc
MODULE WinKernel; (** project = "BlackBox 2.0" organization = "www.oberon.ch blackbox.oberon.org" contributors = "Oberon microsystems, Anton Dmitriev" version = "System/Rsrc/About" copyright = "System/Rsrc/About" license = "The 2-Clause BSD License" changes = " - YYYYMMDD, nn, ... " issues = " - ... " **) ...
Win/Mod/Kernel.odc
MODULE WinLoader; IMPORT Kernel; CONST init = "WinInit"; PROCEDURE Load (IN name: ARRAY OF CHAR); VAR importing, imported, err, object: ARRAY 256 OF CHAR; m: Kernel.Module; res: INTEGER; BEGIN m := Kernel.ThisLoadedMod(SHORT(name)); IF m = NIL THEN Kernel.LoadMod(name); Kernel.GetLoaderResult(res,...
Win/Mod/Loader.odc
MODULE WinMechanisms; (** project = "BlackBox" organization = "www.oberon.ch" contributors = "Oberon microsystems" version = "System/Rsrc/About" copyright = "System/Rsrc/About" license = "Docu/BB-License" changes = " - 20070131, bh, Unicode support - 20151204, center #91, bug fix in HostMechanisms.PopUpAndSele...
Win/Mod/Mechanisms.odc
MODULE WinMM ["WINMM.dll"]; (** project = "BlackBox" organization = "www.oberon.ch" contributors = "Oberon microsystems" version = "System/Rsrc/About" copyright = "System/Rsrc/About" license = "Docu/BB-License" changes = " - YYYYMMDD, nn, ... " issues = " - ... " **) IMPORT WinApi; CONST (* macros *) ...
Win/Mod/MM.odc
MODULE WinNet ["MPR.dll"]; (** project = "BlackBox" organization = "www.oberon.ch" contributors = "Oberon microsystems" version = "System/Rsrc/About" copyright = "System/Rsrc/About" license = "Docu/BB-License" changes = " - 20151013, center #78, fixing type of WinNet.hostent.h_addr_list " issues = " - ... "...
Win/Mod/Net.odc
MODULE WinOle ["OLE32.dll"]; (** project = "BlackBox" organization = "www.oberon.ch" contributors = "Oberon microsystems" version = "System/Rsrc/About" copyright = "System/Rsrc/About" license = "Docu/BB-License" changes = " - YYYYMMDD, nn, ... " issues = " - ... " **) IMPORT COM, WinApi; CONST GUID_N...
Win/Mod/Ole.odc
MODULE WinOleAut ["OLEAUT32.dll"]; (** project = "BlackBox" organization = "www.oberon.ch" contributors = "Oberon microsystems" version = "System/Rsrc/About" copyright = "System/Rsrc/About" license = "Docu/BB-License" changes = " - YYYYMMDD, nn, ... " issues = " - ... " **) IMPORT COM, WinOle, WinApi; ...
Win/Mod/OleAut.odc
MODULE WinOleCtl ["OC30.dll"]; (** project = "BlackBox" organization = "www.oberon.ch" contributors = "Oberon microsystems" version = "System/Rsrc/About" copyright = "System/Rsrc/About" license = "Docu/BB-License" changes = " - YYYYMMDD, nn, ... " issues = " - ... " **) IMPORT WinOleAut, COM, WinOle, Win...
Win/Mod/OleCtl.odc
MODULE WinOleDlg ["OLEDLG.dll"]; (** project = "BlackBox" organization = "www.oberon.ch" contributors = "Oberon microsystems" version = "System/Rsrc/About" copyright = "System/Rsrc/About" license = "Docu/BB-License" changes = " - YYYYMMDD, nn, ... " issues = " - ... " **) IMPORT SYSTEM, WinDlg, WinOle, C...
Win/Mod/OleDlg.odc
MODULE WinPackedFiles; (** project = "BlackBox" organization = "www.oberon.ch" contributors = "Oberon microsystems" version = "System/Rsrc/About" copyright = "System/Rsrc/About" license = "Docu/BB-License" changes = " - 20080829, mf, PackedDirectory.Old: success/error handling corrected - 20141027, center #19,...
Win/Mod/PackedFiles.odc
MODULE WinPictures; (** project = "BlackBox" organization = "www.oberon.ch" contributors = "Oberon microsystems" version = "System/Rsrc/About" copyright = "System/Rsrc/About" license = "Docu/BB-License" changes = " - 20070201, bh, Unicode support - 20141215, center #23, fixing bugs in WinApi plus some refineme...
Win/Mod/Pictures.odc
MODULE WinPorts; (** project = "BlackBox" organization = "www.oberon.ch" contributors = "Oberon microsystems, Marco Ciot, Alexander Iljin, Anton Dmitriev" version = "System/Rsrc/About" copyright = "System/Rsrc/About" license = "Docu/BB-License" changes = " - 20060325, mc, Rider.Input changed for the benefit of ...
Win/Mod/Ports.odc
MODULE WinPrinters; (** project = "BlackBox" organization = "www.oberon.ch" contributors = "Oberon microsystems, Josef Templ" version = "System/Rsrc/About" copyright = "System/Rsrc/About" license = "Docu/BB-License" changes = " - 20060316, jt, support for nested pairs of OpenJob/CloseJob - 20070131, bh, Unicod...
Win/Mod/Printers.odc
MODULE WinRasters; (** project = "BlackBox 2.0, new module" organizations = "Oberon microsystems, BBWFC, OberonCore, BBCP Team" contributors = "Oberon microsystems, Anton Dmitriev, Ketmar Dark, Ivan Denisov" version = "System/Rsrc/About" copyright = "System/Rsrc/About" license = "The 2-Clause BSD License" change...
Win/Mod/Rasters.odc
MODULE WinRegistry; (** project = "BlackBox.kia" organization = "" contributors = "" version = "System/Rsrc/About" copyright = "System/Rsrc/About" license = "Docu/BB-License" changes = " - 20070130, bh, Unicode support - 20070510, mf, WriteString: call to RegSetValueW corrected " issues = " - ... " **) ...
Win/Mod/Registry.odc
MODULE WinRpc ["RPCRT4.dll"]; (** project = "BlackBox" organization = "www.oberon.ch" contributors = "Oberon microsystems" version = "System/Rsrc/About" copyright = "System/Rsrc/About" license = "Docu/BB-License" changes = " - YYYYMMDD, nn, ... " issues = " - ... " **) IMPORT SYSTEM, WinOle, COM, WinApi;...
Win/Mod/Rpc.odc
MODULE WinShowHook; (** project = "BlackBox 2.0" organization = "www.oberon.ch blackbox.oberon.org" contributors = "Oberon microsystems, Anton Dmitriev, Ivan Denisov" version = "System/Rsrc/About" copyright = "System/Rsrc/About" license = "The 2-Clause BSD License" changes = " - YYYYMMDD, nn, ... " issues = "...
Win/Mod/ShowHook.odc
MODULE WinSql ["ODBC32.dll"]; (** project = "BlackBox" organization = "www.oberon.ch" contributors = "Oberon microsystems" version = "System/Rsrc/About" copyright = "System/Rsrc/About" license = "Docu/BB-License" changes = " - 20080227, wb, Constants for ODBC 3.0 added - 20080309, wb, SQLGetConnectAttr added ...
Win/Mod/Sql.odc
MODULE WinSqlOdbc; (** project = "BlackBox" organization = "www.oberon.ch" contributors = "Oberon microsystems" version = "System/Rsrc/About" copyright = "System/Rsrc/About" license = "Docu/BB-License" changes = " - 20050714, mf, Check, case WinSql.SQL_ERROR: IF (d # NIL) & d.showErr THEN instead of IF ...
Win/Mod/SqlOdbc.odc
MODULE WinSqlOdbc3; (** project = "BlackBox" organization = "www.oberon.ch" contributors = "Oberon microsystems" version = "System/Rsrc/About" copyright = "System/Rsrc/About" license = "Docu/BB-License" changes = " - 20050714, mf, Check, case WinSql.SQL_ERROR: IF (d # NIL) & d.showErr THEN instead of IF...
Win/Mod/SqlOdbc3.odc
MODULE WinTabFrames; (** project = "BlackBox" organization = "www.oberon.ch" contributors = "Oberon microsystems" version = "System/Rsrc/About" copyright = "System/Rsrc/About" license = "Docu/BB-License" changes = " - 20070201, bh, Unicode support " issues = " - ... " **) IMPORT SYSTEM, Kernel, WinApi,...
Win/Mod/TabFrames.odc
MODULE WinTextConv; (** project = "BlackBox" organization = "www.oberon.ch" contributors = "Oberon microsystems, Alexander Iljin" version = "System/Rsrc/About" copyright = "System/Rsrc/About" license = "Docu/BB-License" changes = " - 20060905, ai, fixed trap upon copying an empty text view to the clipboard - 2...
Win/Mod/TextConv.odc
MODULE WinWindows; (** project = "BlackBox" organization = "www.oberon.ch" contributors = "Oberon microsystems, Alexander Iljin, Josef Templ" version = "System/Rsrc/About" copyright = "System/Rsrc/About" license = "Docu/BB-License" changes = " - 20060531, ai, Updated GetThisWindow to allow parameter p = NIL - ...
Win/Mod/Windows.odc
Win/Rsrc/impType.odc
MS Windows Specific Settings Use TrueType metrics for calculating the width of a text string. This provides for best printing results but comes with a lower quality of texts displayed on the screen. When checked, screen updates are performed during scrolling. Otherwise a screen update is only done once when scroll...
Win/Rsrc/Preferences.odc
Win/Rsrc/Printing.odc
STRINGS WinBitmaps.ImportBitmap Bitmap WinTextConv.ExportRichText Rich Text WinBitmaps.ExportBitmap Bitmap WinTextConv.ImportDRichText Rich Text WinTextConv.ImportDUnicode Unicode Text WinTextConv.ImportDText Plain Text WinTextConv.ImportDPict Picture (Metafile) WinTextConv.ImportDBitmap Picture (Bitmap) WinTextConv.I...
Win/Rsrc/Strings.odc
XhtmlEntitySets This module has a private interface, it is only used internally.
Xhtml/Docu/EntitySets.odc
XhtmlExporter This module implements an HTML exporter that can be used with current Web browsers. Its HTML output already conforms to the stricter XHTML syntax. The (X)HTML elements/tags and attributes currently used are: html (xmlns), head, meta (http-equiv, content, charset), style (type), body, p (text-...
Xhtml/Docu/Exporter.odc
XhtmlStdFileWriters This module has a private interface, it is only used internally.
Xhtml/Docu/StdFileWriters.odc
Map to the Xhtml Subsystem XhtmlExporter HTML exporter
Xhtml/Docu/Sys-Map.odc
XhtmlTextTableMarkers This module has a private interface, it is only used internally.
Xhtml/Docu/TextTableMarkers.odc
XhtmlWriters This module has a private interface, it is only used internally.
Xhtml/Docu/Writers.odc
MODULE XhtmlEntitySets; (** project = "BlackBox" organization = "www.oberon.ch" contributors = "Oberon microsystems" version = "System/Rsrc/About" copyright = "System/Rsrc/About" references = "http://www.w3.org/TR/xhtml1/DTD/HTMLlat1x.ent, http://www.w3.org/TR/xhtml1/DTD/HTMLspecialx.ent, http://www.w...
Xhtml/Mod/EntitySets.odc
MODULE XhtmlExporter; (** project = "BlackBox" organization = "www.oberon.ch" contributors = "Oberon microsystems" version = "System/Rsrc/About" copyright = "System/Rsrc/About" license = "Docu/BB-License" changes = " - 20160523, center #113, fixes for XHTML export " issues = " - bug: rd.ReadChar sometimes re...
Xhtml/Mod/Exporter.odc
MODULE XhtmlStdFileWriters; (** project = "BlackBox" organization = "www.oberon.ch" contributors = "Oberon microsystems" version = "System/Rsrc/About" copyright = "System/Rsrc/About" license = "Docu/BB-License" changes = " - 20050811, mf (reported by Helmut Zinn), procedure New text declaration corrected: "<?xm...
Xhtml/Mod/StdFileWriters.odc
MODULE XhtmlTextTableMarkers; (** project = "BlackBox" organization = "www.oberon.ch" contributors = "Oberon microsystems" version = "System/Rsrc/About" copyright = "System/Rsrc/About" license = "Docu/BB-License" changes = " - YYYYMMDD, nn, ... " issues = " - see View.HandleCtrMsg " **) IMPORT Ports, Sto...
Xhtml/Mod/TextTableMarkers.odc
MODULE XhtmlWriters; (** project = "BlackBox" organization = "www.oberon.ch" contributors = "Oberon microsystems" version = "System/Rsrc/About" copyright = "System/Rsrc/About" license = "Docu/BB-License" changes = " - YYYYMMDD, nn, ... " issues = " - ... " **) CONST prettyPrint* = FALSE; preserve* = TRUE...
Xhtml/Mod/Writers.odc
STRINGS New Page New Page XhtmlExporter.ExportText XHTML Text
Xhtml/Rsrc/Strings.odc