Index of values


__ocaml_lex_comment_rec [DefinitionLexer]
__ocaml_lex_string_rec [DefinitionLexer]
__ocaml_lex_tables [DefinitionLexer]
__ocaml_lex_token_rec [DefinitionLexer]

A
add [Definitions]
add defs name value adds a binding from name to value to the set of definitions defs.
add_cell [Tables]
To be called to notify the presence of a cell on the current row.
add_cells [Tables]
To be called to notify the presence of several cells on the current row.
add_from_file [Definitions]
add_from_file defs filename adds the bindings read from the file named filename to the set of definitions defs.
all [Icons]
Association list from icon names to their related image data (encoded in base64).
attention_base64 [Icons]
Data for the 'attention' icon, in base64 encoding.

B
begin_row [Tables]
To be called when a new row begins.
begin_table [Tables]
To be called when a new table begins.
bug_base64 [Icons]
Data for the 'bug' icon, in base64 encoding.

C
comment [DefinitionLexer]
css [Search]
The piece of CSS used for search results.
css [Icons]
The piece of CSS used for icons.
css [Tables]
The piece of CSS used for tables.

D
definition [DefinitionParser]
definitions [Args]
Definitions, that is bindings from names to values.

E
encode [Base64]
encode ~sz st returns the contents of the stream st encoded in base64.
encode_channel [Base64]
encode_channel ch returns the contents of the channel ch (from the current position to the end of the channel) encoded in base64.
encode_file [Base64]
encode_file f returns the contents of the file f encoded in base64.
encode_string [Base64]
encode_string s returns the contents of the string s encoded in base64.
end_row [Tables]
To be called when the current row ends.
end_table [Tables]
To be called when the current table ends.
error_base64 [Icons]
Data for the 'error' icon, in base64 encoding.

F
full_text [Args]
Whether full-text search is enabled.

G
generate_data [Search]
Generates the JavaScript data file in the passed directory.
generate_files [Search_js]
Generates JavaScript files in the passed directory.
generate_html [Search]
Generates the HTML file for search page in the passed directory.
get [Definitions]
get defs name returns the value associated to name in defs.

I
info_base64 [Icons]
Data for the 'info' icon, in base64 encoding.

L
link [Search]
HTML link to search page.

M
make [Definitions]
Create an empty set of definitions.
make_state [Tables]
Creates an empty state containing no table.

N
new_base64 [Icons]
Data for the 'new' icon, in base64 encoding.
note_base64 [Icons]
Data for the 'note' icon, in base64 encoding.

P
parser [Search_js]
Contents of "argot_parser.js" file.
predefined [Licenses]
Predefined licenses as an association list from names (with possible synonyms) to URLs.

R
read_lines [Utils]
read_lines filename returns the lines from the file named filename.
register [Args]
Registers the various command-line switches.
remark_base64 [Icons]
Data for the 'remark' icon, in base64 encoding.

S
search [Search_js]
Contents of "argot_search.js" file.
search [Args]
Whether search information should be generated.
search_base64 [Icons]
Data for the 'search' icon, in base64 encoding.
search_frame [Args]
Whether search should appear in a frame.
stateful_base64 [Icons]
Data for the 'stateful' icon, in base64 encoding.
string [DefinitionLexer]

T
threadsafe_base64 [Icons]
Data for the 'threadsafe' icon, in base64 encoding.
threadunsafe_base64 [Icons]
Data for the 'threadunsafe' icon, in base64 encoding.
to_html [Licenses]
to_html name return the HTML portion related to the license whose name is passed.
todo_base64 [Icons]
Data for the 'todo' icon, in base64 encoding.
todoc_base64 [Icons]
Data for the 'todoc' icon, in base64 encoding.
tofix_base64 [Icons]
Data for the 'tofix' icon, in base64 encoding.
token [DefinitionLexer]
transparent_base64 [Icons]
Data for the 'transparent' icon, in base64 encoding.
trim [Utils]
Returns a copy of the string without leading and trailing whitespace.
trim_left [Utils]
Returns a copy of the string without leading whitespace.
trim_right [Utils]
Returns a copy of the string without trailing whitespace.
types [Search_js]
Contents of "argot_types.js" file.

V
value [Version]
The current version of Argot as a string.

W
warning_base64 [Icons]
Data for the 'warning' icon, in base64 encoding.
write_lines [Utils]
write_lines filename lines writes the strings from lines to the file named filename.