Index

Package: HTML

Description

package HTML is

Types

Text_Align_Type

type Text_Align_Type is (Center, Left, Right);

References:

html.adb:93:27 (reference)
html.adb:168:27 (reference)
html.ads:6:9 (declaration)
html.ads:21:27 (reference)
html.ads:31:27 (reference)

Line_Type

type Line_Type is array (Integer range <>) of Unbounded_String;

References:

html.ads:12:9 (declaration)
latex.ads:5:30 (reference)

String_Matrix_Type

type String_Matrix_Type is array (Integer range <>, Integer range <>) of Unbounded_String;

References:

html.adb:165:27 (reference)
html.ads:25:9 (declaration)
html.ads:28:27 (reference)
geometric_algebra_generic.ads:48:39 (reference)
test_geometric_algebra.adb:17:42 (reference)
latex.adb:90:29 (reference)
latex.adb:148:40 (reference)
latex.ads:10:29 (reference)
latex.ads:12:40 (reference)

Subprograms & Entries

HTML_Document

function HTML_Document 
(Head_Contens: Unbounded_String := Null_Unbounded_String;
Body_Contens: Unbounded_String := Null_Unbounded_String) return Unbounded_String;

Calls:

Unbounded_String.& defined at a-strunb.ads:131:14
Unbounded_String.& defined at a-strunb.ads:119:14
Unbounded_String.& defined at a-strunb.ads:123:14
Unbounded_String.To_Unbounded_String defined at a-strunb.ads:94:13

Table

function Table 
(Lines: Unbounded_String := Null_Unbounded_String) return Unbounded_String;

References:

html.adb:34:13 (body)
html.adb:53:8 (label on end line)
html.adb:200:21 (static call)
html.ads:13:13 (declaration)
mathematics.adb:51:28 (static call)
mathematics.adb:79:28 (static call)

Calls:

Basic_Io.Put_Line defined at basic_io.ads:17:14
Exceptions.Exception_Information defined at a-except.ads:103:13
Unbounded_String.& defined at a-strunb.ads:131:14
Unbounded_String.& defined at a-strunb.ads:123:14
Unbounded_String.& defined at a-strunb.ads:127:14

Line

function Line 
(Item_List: Unbounded_String;
Head_Line: Boolean := False) return Unbounded_String;

References:

html.adb:61:13 (body)
html.adb:86:8 (label on end line)
html.adb:194:35 (static call)
html.adb:196:35 (static call)
html.ads:14:13 (declaration)
mathematics.adb:70:29 (static call)
mathematics.adb:76:32 (static call)

Calls:

Basic_Io.Put_Line defined at basic_io.ads:17:14
Exceptions.Exception_Information defined at a-except.ads:103:13
Unbounded_String.& defined at a-strunb.ads:127:14
Unbounded_String.& defined at a-strunb.ads:119:14
Unbounded_String.& defined at a-strunb.ads:123:14
Unbounded_String.& defined at a-strunb.ads:131:14

Item

function Item 
(Contens: Unbounded_String;
Mark_First_Column: Boolean := False;
Text_Align: Text_Align_Type := Center) return Unbounded_String;

References:

html.adb:90:13 (body)
html.adb:125:8 (label on end line)
html.adb:180:46 (static call)
html.adb:182:46 (static call)
html.ads:18:13 (declaration)

Called by:

Item defined at html.ads:18:13
Table defined at html.ads:27:13
Table defined at html.ads:27:13

Calls:

Basic_Io.Put_Line defined at basic_io.ads:17:14
Exceptions.Exception_Information defined at a-except.ads:103:13
Unbounded_String.& defined at a-strunb.ads:127:14
Unbounded_String.& defined at a-strunb.ads:119:14
Unbounded_String.& defined at a-strunb.ads:123:14
Unbounded_String.& defined at a-strunb.ads:131:14
Unbounded_String.To_Unbounded_String defined at a-strunb.ads:94:13

Item

function Item 
(Contens: String;
Mark_First_Column: Boolean := False) return Unbounded_String;

References:

html.adb:129:13 (body)
html.adb:160:8 (label on end line)
html.ads:23:13 (declaration)
mathematics.adb:69:25 (static call)
mathematics.adb:69:43 (static call)
mathematics.adb:75:29 (static call)
mathematics.adb:75:61 (static call)

Calls:

Basic_Io.Put_Line defined at basic_io.ads:17:14
Exceptions.Exception_Information defined at a-except.ads:103:13
Unbounded_String.& defined at a-strunb.ads:127:14
Unbounded_String.& defined at a-strunb.ads:119:14
Unbounded_String.& defined at a-strunb.ads:123:14
Unbounded_String.& defined at a-strunb.ads:131:14
Unbounded_String.To_Unbounded_String defined at a-strunb.ads:94:13

Table

function Table 
(Matrix: String_Matrix_Type;
Head_Line: Boolean := False;
Mark_first_Column: Boolean := False;
Text_Align: Text_Align_Type := Center;
Display_Steps: Boolean := False) return Unbounded_String;

Calls:

Basic_Io.New_Line defined at basic_io.ads:14:14
Basic_Io.Put defined at basic_io.ads:19:14
Basic_Io.Put_Line defined at basic_io.ads:17:14
Exceptions.Exception_Information defined at a-except.ads:103:13
Item defined at html.ads:18:13
Line defined at html.ads:14:13
Table defined at html.ads:13:13
Unbounded_String.& defined at a-strunb.ads:119:14
Unbounded_String.& defined at a-strunb.ads:123:14