fml8 チュートリアル (fml version 8 tutorial) | ||
---|---|---|
Prev | Appendix E. データ構造のサンプル |
PCB で使っているカテゴリとモジュール、および関数のリスト。
module function category <-- (get value) --> (set value) -------------------------------------------------------------------------------- State command_context_get_ml_name <-- process_command State command_context_get_admin_auth <-- process_command State command_context_get_normal_stop <-- process_command State command_context_get_need_confirm <-- process_command State command_context_get_stop_process <-- process_command State command_context_get_admin_password <-- process_command State command_context_set_ml_name --> process_command State command_context_set_admin_auth --> process_command State command_context_set_normal_stop --> process_command State command_context_set_need_confirm --> process_command State command_context_set_stop_process --> process_command State command_context_set_admin_password --> process_command State get_article_id <-- article_message State set_article_id --> article_message Utils get_incoming_message_cache_file_path <-- incoming_message Utils set_incoming_message_cache_file_path --> incoming_message State filter_state_get_error <-- filter_state State filter_state_spam_checker_get_error <-- filter_state State filter_state_virus_checker_get_error <-- filter_state State filter_state_set_error --> filter_state State filter_state_spam_checker_set_error --> filter_state State filter_state_virus_checker_set_error --> filter_state State smtp_server_state_get_error <-- smtp_transaction State smtp_server_state_set_error --> smtp_transaction State mail_queue_get_incoming_queue <-- incoming_smtp_transaction State mail_queue_set_incoming_queue --> incoming_smtp_transaction Fake _faker_main <-- faker Fake get_emul_domain <-- faker Fake set_emul_domain --> faker Fake _faker_analyze_address --> faker Fake _faker_analyze_address --> faker Error finish <-- error Error run --> error Kernel _finalize_stderr_channel <-- stderr Kernel _finalize_stderr_channel <-- stderr Kernel _reopen_stderr_channel --> stderr Kernel _reopen_stderr_channel --> stderr Kernel _finalize_stderr_channel --> stderr State restriction_state_get_deny_reason <-- check_restrictions State restriction_state_set_deny_reason --> check_restrictions State get_current_process_ml_name <-- current_process State set_current_process_ml_name <-- current_process Utils get_charset <-- charset Utils get_charset <-- charset Utils set_charset --> charset Utils get_language_hint <-- language_hint Utils set_language_hint --> language_hint State error_message_get_count <-- reply_message_count State error_message_set_count <-- reply_message_count State error_message_set_count --> reply_message_count
author's homepage is www.fml.org/home/fukachan/.
Also, visit nuinui's world :) at www.nuinui.net.
For questions about FML, e-mail <fml-bugs@fml.org>.