summaryrefslogtreecommitdiff
path: root/fml
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-06-25 14:28:42 +0000
committerfukachan <fukachan>2005-06-25 14:28:42 +0000
commit70231a5230f48755dcbc5a13f20bf6b7d8bc2917 (patch)
treeba69f93b8f5af1bbf7f5e82c58b554c924ebd6a2 /fml
parent35cd81c4fb1d132ae387c1619574dd0b23b014c9 (diff)
downloadfml8-70231a5230f48755dcbc5a13f20bf6b7d8bc2917.tar.gz
fml8-70231a5230f48755dcbc5a13f20bf6b7d8bc2917.tar.bz2
fml8-70231a5230f48755dcbc5a13f20bf6b7d8bc2917.zip
regen
Diffstat (limited to 'fml')
-rw-r--r--fml/doc/ja/tutorial/internals/CURPROC.sgml12
-rw-r--r--fml/doc/ja/tutorial/internals/PCB.sgml84
2 files changed, 56 insertions, 40 deletions
diff --git a/fml/doc/ja/tutorial/internals/CURPROC.sgml b/fml/doc/ja/tutorial/internals/CURPROC.sgml
index 7390ff27..8296e4c6 100644
--- a/fml/doc/ja/tutorial/internals/CURPROC.sgml
+++ b/fml/doc/ja/tutorial/internals/CURPROC.sgml
@@ -2,6 +2,7 @@
<screen>
__parent_args => HASH {
ARGV => ARRAY
+ ___shared_memory___ => HASH
argv => ARRAY
cf_list => ARRAY
curproc => FML::Process::Distribute
@@ -17,6 +18,8 @@ __parent_args => HASH {
__print_style => SCALAR
+__start_time => SCALAR
+
article => HASH {
body => Mail::Message
header => FML::Header
@@ -33,7 +36,7 @@ incoming_message => HASH {
message => Mail::Message
}
-log_message_queue => FML::IPC::Queue
+log_message_queue => FML::Log::Print::Simple
main_cf => HASH {
_hints => HASH
@@ -42,22 +45,29 @@ main_cf => HASH {
default_command_line_option_config
default_config_cf
default_config_dir
+ default_cui_menu
default_domain
+ default_gui_menu
default_ml_home_prefix
default_module_config
default_paths_cf
domain_default_config
+ domain_default_config_cf
exec_prefix
executable_prefix
fml_group
fml_owner
fml_version
+ group_writable_config_dir
lib_dir
libexec_dir
local_lib_dir
+ ml_home_prefix_maps
prefix
prefix_dir
+ primary_ml_home_prefix_map
share_dir
+ site_default_config_cf
virtual_maps
}
diff --git a/fml/doc/ja/tutorial/internals/PCB.sgml b/fml/doc/ja/tutorial/internals/PCB.sgml
index 0ad6d7e8..975bc3fa 100644
--- a/fml/doc/ja/tutorial/internals/PCB.sgml
+++ b/fml/doc/ja/tutorial/internals/PCB.sgml
@@ -4,55 +4,61 @@ module function category
<-- (get value)
--> (set value)
--------------------------------------------------------------------------------
+Error run --> error
+Error finish <-- error
+Fake set_emul_domain --> faker
+Fake get_emul_domain <-- faker
+Fake set_emul_ml_list --> faker
+Fake get_emul_ml_list <-- faker
+Fake set_emul_user_list --> faker
+Fake get_emul_user_list <-- faker
+Kernel sysflow_reopen_stderr_channel --> stderr
+Kernel sysflow_reopen_stderr_channel --> stderr
+Kernel sysflow_finalize_stderr_channel <-- stderr
+Kernel sysflow_finalize_stderr_channel <-- stderr
+Kernel sysflow_finalize_stderr_channel --> stderr
+State current_process_set_ml_name <-- current_process
+State current_process_get_ml_name <-- current_process
+State restriction_state_set_deny_reason --> check_restrictions
+State restriction_state_get_deny_reason <-- check_restrictions
+State article_set_id --> article_message
+State article_get_id <-- article_message
+State command_context_set_ml_name --> process_command
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_set_stop_process --> 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_get_normal_stop <-- process_command
State command_context_set_need_confirm --> process_command
-State command_context_set_stop_process --> process_command
+State command_context_get_need_confirm <-- process_command
+State command_context_set_admin_auth --> process_command
+State command_context_get_admin_auth <-- 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 command_context_get_admin_password <-- process_command
+State command_context_set_try_admin_auth_request --> process_command
+State command_context_reset_try_admin_auth_request --> process_command
+State command_context_get_try_admin_auth_request <-- process_command
State filter_state_set_error --> filter_state
+State filter_state_get_error <-- filter_state
State filter_state_spam_checker_set_error --> filter_state
+State filter_state_spam_checker_get_error <-- filter_state
State filter_state_virus_checker_set_error --> filter_state
-State smtp_server_state_get_error <-- smtp_transaction
+State filter_state_virus_checker_get_error <-- filter_state
+State filter_state_set_tempfail_request --> filter_state
+State filter_state_get_tempfail_request <-- filter_state
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 smtp_server_state_get_error <-- smtp_transaction
State error_message_set_count <-- reply_message_count
State error_message_set_count --> reply_message_count
+State error_message_get_count <-- reply_message_count
+Utils incoming_message_set_cache_file_path --> incoming_message
+Utils incoming_message_get_cache_file_path <-- incoming_message
+Utils incoming_message_set_current_queue --> incoming_smtp_transaction
+Utils incoming_message_get_current_queue <-- incoming_smtp_transaction
+Utils set_language_hint --> language_hint
+Utils get_language_hint <-- language_hint
+Utils set_charset --> charset
+Utils get_charset <-- charset
+Utils get_charset <-- charset
</screen>
</para>