Firefox AddonであるVimperatorの解説(主に開発視点)

タグ検索でcommands4件見つかりました。

liberator.commands

or]] > liberator.commands #contents *OPTION_ANY コマンドの引数パース時に用いられる 参照: [[オプション・タイプ>addUserCommand#content_3_3]] *OPTION_NOAR 同上 *OPTION_BOOL 同上 *OPTION_STRING 同上 *OPTION_INT 同上 *OPTION_FLOAT 同上 *OPTION_LIST 同上 *COUNT_NONE [[parseCommand>#content…

https://seesaawiki.jp/w/shin_yan/d/liberator%2ecom... - 2009年05月31日更新

addUserCommand_for2.0pre

^liberator.modules.commands.addUserCommand ^commands.addUserCommand または ^liberator.modules.commands.add ^commands.add addメソッドはVimperator自身が使用するメソッドである。また、addメソッドの場合[[第5引数>#content_1_1_5]]がなく、既に存在するコマンドの置き換えは不可能である。 **addUserCommandの全体の構造 =|JS| comman…

https://seesaawiki.jp/w/shin_yan/d/addUserCommand%... - 2009年05月31日更新

liberator.Command

false'' [[liberator.commands.addUserCommand>liberator.commands#content_12]]を使用した場合は自動的に''true''が付加される **prototypeメンバー ***execute (args, special, count, modifires) コマンドの実行を受け持つメソッド :args(String)|コマンド引数文字列 :special(Boolean)|"''!''"が使用されたか否か :count(Number…

https://seesaawiki.jp/w/shin_yan/d/liberator%2eCom... - 2008年07月18日更新

addUserCommand

マンド登録が可能 ^liberator.commands.addUserCommand または ^liberator.commands.add addメソッドはVimperator自身が使用するメソッドである。また、addメソッドの場合[[第5引数>#content_1_1_5]]がなく、既に存在するコマンドの置き換えは不可能である。 **引数 +[[names(Array)>#content_1_1_1]]:コマンド名となる文字列の配列 +[[description(String)>…

https://seesaawiki.jp/w/shin_yan/d/addUserCommand... - 2008年07月18日更新

どなたでも編集できます