| (!!) [Cam_plug.Options] | |
| (!!) [Options] | |
| (=:=) [Cam_plug.Options] | |
| (=:=) [Options] | |
A | |
| absolute_name [Ocamlcvs.Commands] | |
| add [Okey] | add widget key callback associates the callback function to the event
"key_press" with the given key for the given widget.
|
| add_command [Cam_plug] | add_command com desc f adds the command com to the list of
registered commands, with description desc and callback f.
|
| add_config_box [Cam_plug] | add_config_box f registers a function creating a section for
the configuration window.
|
| add_dir [Ocamlcvs.Commands] | |
| add_editor [Cam_plug] | add_editor id f adds an editor identified by id,
and f is the function used to create an optional instance
of that editor, for the given file.
|
| add_embedded_app [Cam_plug] | add_embedded_app com f registers an application which can be started
by command com.
|
| add_files [Ocamlcvs.Commands] |
Return the list of added files, which must then have
the "Locally Added" status, and the list of files
for which an error occured.
|
| add_list [Okey] |
It calls
Okey.add for each given key.
|
| add_view [Cam_plug.View] | add_view view label adds the given view to the
notebook of views, with the given label.
|
| append [Cam_plug.Options] | append filename loads the specified option file.
|
| append [Options] | append filename loads the specified option file.
|
| available_commands [Cam_plug] |
Return the list of the available commands.
|
B | |
| background_execute [Cam_plug] | background_execute com () execute the given shell command in background,
showing in a window the output (stdout and stderr) of the command.
|
| background_execute_with_subst [Cam_plug] |
Same as
background_execute but performs substitution
of %tags in the given command.
|
| bool [Configwin] | bool label value creates a boolean parameter.
|
| bool_of_string [Cam_plug.Options] | |
| bool_of_string [Options] | |
| bool_option [Cam_plug.Options] | |
| bool_option [Options] | |
| bool_to_value [Cam_plug.Options] | |
| bool_to_value [Options] | |
| box [Configwin] |
Create a
GPack.box with the list of given parameters,
and the given list of buttons (defined by their label and callback).
|
| br [Toolhtml] | |
C | |
| class_hook [Cam_plug.Options] | |
| class_hook [Options] | |
| close_file [Cam_plug] |
This function must be called when an editor is closed,
to warn Cameleon that this file is closed.
|
| coerce [Report] |
Coerce report elements.
|
| color [Configwin] | color label value creates a color parameter.
|
| color_option [Cam_plug.Options] | |
| color_option [Options] | |
| combo [Configwin] | combo label choices value creates a combo parameter.
|
| commit_dir [Ocamlcvs.Commands] | |
| commit_files [Ocamlcvs.Commands] | |
| compute [Toolhtml] |
Compute a document and print it to the given formatter.
|
| compute [Report] |
Compute a report and print it to the given formatter.
|
| compute_file [Toolhtml] |
Compute a document and print it in a file.
|
| compute_file [Report] |
Compute a report and print it in a file.
|
| concat [Toolhtml] | concat sep l returns a document composed of the given list of documents l
separated by the sep document.
|
| create_and_add_dir [Ocamlcvs.Commands] | |
| create_options_file [Cam_plug.Options] | |
| create_options_file [Options] | |
| css_code [Toolhtml] |
Return the css code to use for the given css names, for
the complex documents to look ok.
|
| css_names [Toolhtml] |
Return the current css names.
|
| current_version [Dbf_types] | |
| custom [Configwin] | custom box f expand creates a custom parameter, with
the given box, the f function is called when the user
wants to apply his changes, and expand indicates if the box
must expand in its father.
|
D | |
| date [Configwin] | date label value creates a date parameter.
|
| default [Dbf_types.V1] | |
| define_option [Cam_plug.Options] | |
| define_option [Options] | |
| define_option_class [Cam_plug.Options] | |
| define_option_class [Options] | |
| delete_file [Ocamlcvs.Commands] | |
| diff_file [Ocamlcvs.Commands] |
Get the last modifications of the given file,
or between two revisions, or between a revision
and the working file.
|
| display_message [Cam_plug] |
Display the given string in the label at the bottom of the main window.
|
| div [Toolhtml] | |
| doc_of_html [Toolhtml] |
Return a
Toolhtml.doc from a string.
|
| doc_of_report [Toolhtml] |
Get a
Toolhtml.doc from a Report.report description.
|
| doh [Toolhtml] |
Homer Simpson's way to call
Toolhtml.doc_of_html.
|
| double_list_in_table [Toolhtml] | double_list_in_table [((title, span), (f, l)); ...]
builds a document representing a list of lists, using
HTML tables.
|
| dump_cvs_info [Ocamlcvs.Types] |
Dump of a
cvs_info structure.
|
E | |
| edit [Configwin] |
This function takes a configuration structure and creates a window
to configure the various parameters.
|
| empty [Toolhtml] |
The empty document.
|
| escape_entities [Toolhtml] |
Replace '<', '>' and '&' characters by their HTML code
("<", ">", "&").
|
| escape_quotes [Toolhtml] |
Replace the quotes in a string by """
|
| eval [Cam_plug] | eval com () execute the given command.
|
F | |
| file_exists [Ocamlcvs.Tree] | |
| filename [Configwin] | filename label value creates a filename parameter.
|
| filenames [Configwin] | filenames label value creates a filename list parameter.
|
| float_option [Cam_plug.Options] | |
| float_option [Options] | |
| float_to_value [Cam_plug.Options] | |
| float_to_value [Options] | |
| font [Configwin] | font label value creates a font parameter.
|
| font_option [Cam_plug.Options] | |
| font_option [Options] | |
| form [Toolhtml] | form ?method action body creates a form with the
given method (default is Post) and action,
containing the given body.
|
| frame_table [Toolhtml] | frame_table rows builds a document with the given rows
in a table, using two tables to create a nive border.
|
| from_value [Cam_plug.Options] | |
| from_value [Options] | |
G | |
| get [Configwin] |
This function takes a configuration structure and creates a window used
to get the various parameters from the user.
|
| get_class [Cam_plug.Options] | |
| get_class [Options] | |
| get_help [Cam_plug.Options] | |
| get_help [Options] | |
| get_simple_option [Cam_plug.Options] | |
| get_simple_option [Options] | |
H | |
| h1 [Toolhtml] | |
| h2 [Toolhtml] | |
| h3 [Toolhtml] | |
| h4 [Toolhtml] | |
| h5 [Toolhtml] | |
| h6 [Toolhtml] | |
| hframeset [Toolhtml] |
Same as
Toolhtml.vframeset but generate an horizontal framed doc.
|
| hotkey [Configwin] | hotkey label value creates a hot key parameter.
|
| html [Configwin] |
Same as
Configwin.text but html bindings are available
in the text widget.
|
| html_of_doc [Toolhtml] |
Compute a document and return the resulting string.
|
I | |
| input [Toolhtml] | text_field typ ?value varname creates a form field with
given typ, using the given variable name varname, eventually
adding a value for the value attribute if specified.
|
| input_file_as_string [Ocamlcvs.Commands] |
This function returns a file in the form of one string.
|
| int_option [Cam_plug.Options] | |
| int_option [Options] | |
| int_to_value [Cam_plug.Options] | |
| int_to_value [Options] | |
| is_prefix [Ocamlcvs.Tree] | |
K | |
| key_to_string [Configwin.KeyOption] | |
L | |
| link [Toolhtml] | link url doc creates a document representing a link
in the form <a href="url">doc</a>.
|
| list [Configwin] | list label f_strings value creates a list parameter.
|
| list_in_table [Toolhtml] | list_in_table f l builds a document representing a list l,
using HTML tables.
|
| list_option [Cam_plug.Options] | |
| list_option [Options] | |
| list_to_value [Cam_plug.Options] | |
| list_to_value [Options] | |
| load [Cam_plug.Options] | load file loads the option file.
|
| load [Options] | load file loads the option file.
|
| log [Ocamlcvs.Commands] |
Return the result string of the
cvs log command for the given
file handled by cvs.
|
O | |
| ol [Toolhtml] | |
| ol_li [Toolhtml] | |
| option_hook [Cam_plug.Options] | |
| option_hook [Options] | |
P | |
| p [Toolhtml] | |
| page [Toolhtml] | page title body creates a documents representing a HTML page, with
the given title and body.
|
| prune_file [Cam_plug.Options] | |
| prune_file [Options] | |
R | |
| rc_dir [Cam_plug] |
The directory with config files.
|
| rcs_revision [Ocamlcvs.Commands] |
Get the content of a revision from the RCS archive in a file
and return the name of the file.
|
| read [Dbf_types.V1] | |
| read [Dbf_types] | |
| read_info [Mlchat] |
Read a info from the given buffer.
|
| read_info_channel [Mlchat] |
Read a info from the given channel.
|
| readers [Dbf_types] | |
| remove_files [Ocamlcvs.Commands] | |
| remove_widget [Okey] |
Remove the handlers associated to the given widget.
|
| report_of_doc [Toolhtml] |
Get a
Report.report description from a Toolhtml.doc.
|
| reset_button [Toolhtml] | reset_button label create a form reset button with
the given label for the button.
|
| revisions_file [Ocamlcvs.Commands] |
Get the list of the revisions of a file.
|
S | |
| save [Cam_plug.Options] | save file saves all the options values to the option file.
|
| save [Options] | save file saves all the options values to the option file.
|
| save_with_help [Cam_plug.Options] | save_with_help () saves all the options values to the option file,
with the help provided for each option.
|
| save_with_help [Options] | save_with_help () saves all the options values to the option file,
with the help provided for each option.
|
| select [Toolhtml] | select name choices default creates a select tag, to create a HTML combo in a form.
|
| selected_dir [Cam_plug] |
Access to the selected directory (its name as it appears in the tree, absolute or relative).
|
| selected_files [Cam_plug] |
Access to the selected files.
|
| seq [Toolhtml] | seq [doc1 ; doc2 ; .. ; docn] returs a document composed of
the given documents one after another.
|
| set [Okey] |
Like
Okey.add but the previous handlers for the
given modifiers and key are not kept.
|
| set_css_names [Toolhtml] |
Change the current css names.
|
| set_default_mask [Okey] |
Set the default modifier mask.
|
| set_default_modifiers [Okey] |
Set the default modifier list.
|
| set_list [Okey] |
It calls
Okey.set for each given key.
|
| set_option_hook [Cam_plug.Options] | |
| set_option_hook [Options] | |
| set_options_file [Cam_plug.Options] | |
| set_options_file [Options] | |
| set_simple_option [Cam_plug.Options] | |
| set_simple_option [Options] | |
| set_string_wrappers [Cam_plug.Options] | |
| set_string_wrappers [Options] | |
| shortname [Cam_plug.Options] | |
| shortname [Options] | |
| simple_args [Cam_plug.Options] | |
| simple_args [Options] | |
| simple_edit [Configwin] |
This function takes a list of parameter specifications and
creates a window to configure the various parameters.
|
| simple_get [Configwin] |
This function takes a list of parameter specifications and
creates a window to configure the various parameters,
without Apply button.
|
| simple_options [Cam_plug.Options] | |
| simple_options [Options] | |
| smalllist_option [Cam_plug.Options] | |
| smalllist_option [Options] | |
| smalllist_to_value [Cam_plug.Options] | |
| smalllist_to_value [Options] | |
| span [Toolhtml] | |
| status_dir [Ocamlcvs.Commands] |
Return a list of
cvs_info for the files handled by cvs in
the given directory, not recursively.
|
| status_files [Ocamlcvs.Commands] |
Return a list of
cvs_info for the files handled by cvs in
the given list of files.
|
| status_of_string [Ocamlcvs.Types] | |
| string [Configwin] | string label value creates a string parameter.
|
| string2_option [Cam_plug.Options] | |
| string2_option [Options] | |
| string2_to_value [Cam_plug.Options] | |
| string2_to_value [Options] | |
| string_of_status [Ocamlcvs.Types] | |
| string_option [Cam_plug.Options] | |
| string_option [Options] | |
| string_to_key [Configwin.KeyOption] | |
| string_to_value [Cam_plug.Options] | |
| string_to_value [Options] | |
| strings [Configwin] | strings label value creates a string list parameter.
|
| submit_button [Toolhtml] | submit_button label create a form submit button with
the given label for the button.
|
| sum_option [Cam_plug.Options] | |
| sum_option [Options] | |
T | |
| t [Configwin.KeyOption] | |
| tabbed_box [Configwin] |
Create a
GPack.box with the list of given configuration structure list,
and the given list of buttons (defined by their label and callback).
|
| table [Toolhtml] | |
| table_100 [Toolhtml] | |
| tag [Toolhtml] | tag t [(attribute1, value1) ; (attribute2, value2) ; ...] doc
creates a document where the given doc is encapsultated in
a new tag t, with the given attributes, in the form
<t attribute1="value1" attribute2="value2" ...>doc</t>.
|
| tag_dir [Ocamlcvs.Commands] |
Add a tag to a directory.
|
| tag_files [Ocamlcvs.Commands] |
Add a tag to a list of files.
|
| tags_file [Ocamlcvs.Commands] |
Get the list of tags in the given file.
|
| td [Toolhtml] | |
| td_100 [Toolhtml] | |
| td_top [Toolhtml] | |
| text [Configwin] | text label value creates a text parameter.
|
| to_value [Cam_plug.Options] | |
| to_value [Options] | |
| tr [Toolhtml] | |
| tree [Toolhtml] | tree l f_doc f_children creates a document representing
trees.
|
| tree_in_table [Toolhtml] |
Same as
Toolhtml.tree but put the tree in a table.
|
| tuple2_option [Cam_plug.Options] | |
| tuple2_option [Options] | |
| tuple3_option [Cam_plug.Options] | |
| tuple3_option [Options] | |
| tuple4_option [Options] | |
U | |
| ul [Toolhtml] | |
| ul_li [Toolhtml] | |
| update_action_of_string [Ocamlcvs.Types] | |
| update_dir [Ocamlcvs.Commands] | |
V | |
| value_to_bool [Cam_plug.Options] | |
| value_to_bool [Options] | |
| value_to_float [Cam_plug.Options] | |
| value_to_float [Options] | |
| value_to_int [Cam_plug.Options] | |
| value_to_int [Options] | |
| value_to_list [Cam_plug.Options] | |
| value_to_list [Options] | |
| value_to_string [Cam_plug.Options] | |
| value_to_string [Options] | |
| value_to_string2 [Cam_plug.Options] | |
| value_to_string2 [Options] | |
| version [Mlchat] | |
| version [Dbf_types.V1] | |
| vframeset [Toolhtml] | vframeset [(size1,name1,url1); (size2,name2,url2); ...]
generates a vertically framed doc, with name1 and page1 as name and page
for the first frame, name2 and doc2 the name and page
for the second frame and so on.
|
W | |
| write [Dbf_types.V1] | |
| write [Dbf_types] | |
| write_info [Mlchat] |
Write the given info to the given buffer.
|
| write_info_channel [Mlchat] |
Write the given info to the given channel.
|
X | |
| xparse_att_desc [Dbf_types.V1] | |
| xparse_column [Dbf_types.V1] | |
| xparse_column_dbms [Dbf_types.V1] | |
| xparse_dbms [Dbf_types.V1] | |
| xparse_schema [Dbf_types.V1] | |
| xparse_sql_code [Dbf_types.V1] | |
| xparse_t_key [Dbf_types.V1] | |
| xparse_table [Dbf_types.V1] | |
| xprint_att_desc [Dbf_types.V1] | |
| xprint_column [Dbf_types.V1] | |
| xprint_column_dbms [Dbf_types.V1] | |
| xprint_dbms [Dbf_types.V1] | |
| xprint_schema [Dbf_types.V1] | |
| xprint_sql_code [Dbf_types.V1] | |
| xprint_t_key [Dbf_types.V1] | |
| xprint_table [Dbf_types.V1] |