mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 14:56:39 +02:00
Replace "joker" by "wildcard"
This commit is contained in:
@@ -454,7 +454,7 @@ weechat_lua_api_string_has_highlight (lua_State *L)
|
||||
|
||||
/*
|
||||
* weechat_lua_api_string_mask_to_regex: convert a mask (string with only
|
||||
* "*" as joker) to a regex, paying
|
||||
* "*" as wildcard) to a regex, paying
|
||||
* attention to special chars in a
|
||||
* regex
|
||||
*/
|
||||
|
||||
@@ -384,7 +384,7 @@ XS (XS_weechat_api_string_has_highlight)
|
||||
|
||||
/*
|
||||
* weechat::string_mask_to_regex: convert a mask (string with only "*" as
|
||||
* joker) to a regex, paying attention to
|
||||
* wildcard) to a regex, paying attention to
|
||||
* special chars in a regex
|
||||
*/
|
||||
|
||||
|
||||
@@ -396,7 +396,7 @@ weechat_python_api_string_has_highlight (PyObject *self, PyObject *args)
|
||||
|
||||
/*
|
||||
* weechat_python_api_string_mask_to_regex: convert a mask (string with only
|
||||
* "*" as joker) to a regex, paying
|
||||
* "*" as wildcard) to a regex, paying
|
||||
* attention to special chars in a
|
||||
* regex
|
||||
*/
|
||||
|
||||
@@ -462,7 +462,7 @@ weechat_ruby_api_string_has_highlight (VALUE class, VALUE string,
|
||||
|
||||
/*
|
||||
* weechat_ruby_api_string_mask_to_regex: convert a mask (string with only
|
||||
* "*" as joker) to a regex, paying
|
||||
* "*" as wildcard) to a regex, paying
|
||||
* attention to special chars in a
|
||||
* regex
|
||||
*/
|
||||
|
||||
@@ -281,7 +281,7 @@ script_init (struct t_weechat_plugin *weechat_plugin,
|
||||
callback_completion, NULL);
|
||||
weechat_hook_infolist (string, N_("list of scripts"),
|
||||
N_("script pointer (optional)"),
|
||||
N_("script name (can start or end with \"*\" as joker) (optional)"),
|
||||
N_("script name (can start or end with \"*\" as wildcard) (optional)"),
|
||||
callback_infolist, NULL);
|
||||
free (string);
|
||||
}
|
||||
|
||||
@@ -525,7 +525,7 @@ weechat_tcl_api_string_has_highlight (ClientData clientData,
|
||||
|
||||
/*
|
||||
* weechat_tcl_api_string_mask_to_regex: convert a mask (string with only
|
||||
* "*" as joker) to a regex, paying
|
||||
* "*" as wildcard) to a regex, paying
|
||||
* attention to special chars in a
|
||||
* regex
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user