summaryrefslogtreecommitdiff
path: root/doc/ja/autogen/plugin_api/infos.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ja/autogen/plugin_api/infos.asciidoc')
-rw-r--r--doc/ja/autogen/plugin_api/infos.asciidoc77
1 files changed, 77 insertions, 0 deletions
diff --git a/doc/ja/autogen/plugin_api/infos.asciidoc b/doc/ja/autogen/plugin_api/infos.asciidoc
new file mode 100644
index 000000000..b6fa28c15
--- /dev/null
+++ b/doc/ja/autogen/plugin_api/infos.asciidoc
@@ -0,0 +1,77 @@
+[width="100%",cols="^1,^2,6,6",options="header"]
+|===
+| プラグイン | 名前 | 説明 | 引数
+
+| aspell | aspell_dict | バッファで使用中の辞書のコンマ区切りリスト | バッファポインタ ("0x12345678") またはバッファのフルネーム ("irc.freenode.#weechat")
+
+| fifo | fifo_filename | FIFO パイプの名前 | -
+
+| irc | irc_buffer | ある IRC サーバ/チャンネル/ニックネームのバッファポインタを取得 | server,channel,nick (channel と nick は任意)
+
+| irc | irc_is_channel | 文字列がサーバの有効な IRC チャンネル名なら 1 | サーバ、チャンネル (サーバは任意)
+
+| irc | irc_is_nick | 文字列が有効な IRC ニックネームなら 1 | ニックネーム
+
+| irc | irc_nick | あるサーバの現在のニックネームを取得 | サーバ名
+
+| irc | irc_nick_color | ニックネームの色コードを取得 | ニックネーム
+
+| irc | irc_nick_color_name | ニックネームの色名を取得 | ニックネーム
+
+| irc | irc_nick_from_host | IRC ホストからニックネームを取得 | IRC ホスト (例: `:nick!name@server.com`)
+
+| irc | irc_server_isupport | サーバがこの機能がサポートする場合は 1 (IRC メッセージ 005 を使う) | server,feature
+
+| irc | irc_server_isupport_value | サーバがサポートする場合、機能の値 (IRC メッセージ 005 を使う) | server,feature
+
+| python | python2_bin | python 2.x インタプリタへのパス | -
+
+| relay | relay_client_count | 中継するクライアントのリスト | 状態名 (任意): connecting、waiting_auth、connected、auth_failed、disconnected
+
+| weechat | charset_internal | WeeChat 内部文字集合 | -
+
+| weechat | charset_terminal | ターミナルの文字集合 | -
+
+| weechat | color_ansi_regex | ANSI エスケープコードを検索する POSIX 拡張正規表現 | -
+
+| weechat | color_rgb2term | ターミナル色コード (0-255) に変換されたRGB 色コード | rgb,limit (limit は任意でデフォルトでは 256 に設定)
+
+| weechat | color_term2rgb | RGB 色コードに変換されたターミナル色コード (0-255) | 色コード (ターミナル色コード: 0-255)
+
+| weechat | cursor_mode | カーソルモードが有効の場合 1 | -
+
+| weechat | date | WeeChat のコンパイル日 | -
+
+| weechat | dir_separator | ディレクトリ区切り | -
+
+| weechat | filters_enabled | フィルタが有効の場合 1 | -
+
+| weechat | inactivity | キーボード未使用時間 (秒) | -
+
+| weechat | locale | 翻訳メッセージに利用するロケール | -
+
+| weechat | term_height | ターミナルの高さ | -
+
+| weechat | term_width | ターミナルの幅 | -
+
+| weechat | version | WeeChat のバージョン | -
+
+| weechat | version_git | WeeChat の git バージョン (開発バージョンではコマンド "git describe" の出力、安定版リリースでは空文字が出力されます) | -
+
+| weechat | version_number | WeeChat のバージョン (数字) | -
+
+| weechat | weechat_dir | WeeChat ディレクトリ | -
+
+| weechat | weechat_libdir | WeeChat "lib" ディレクトリ | -
+
+| weechat | weechat_localedir | WeeChat "locale" ディレクトリ | -
+
+| weechat | weechat_sharedir | WeeChat "share" ディレクトリ | -
+
+| weechat | weechat_site | WeeChat サイト | -
+
+| weechat | weechat_site_download | WeeChat サイト、ダウンロードページ | -
+
+| weechat | weechat_upgrading | WeeChat がアップグレード中は 1 (コマンド `/upgrade`) | -
+
+|===