Home
last modified time | relevance | path

Searched refs:option_was_set (Results 1 – 15 of 15) sorted by relevance

/dports/security/py-certbot/certbot-1.22.0/tests/
H A Dcli_test.py359 self.assertIs(cli.option_was_set(key_size_option, key_size_value), True)
360 self.assertIs(cli.option_was_set('no_verify_ssl', True), True)
363 self.assertFalse(cli.option_was_set(
365 self.assertFalse(cli.option_was_set(
372 self.assertIs(cli.option_was_set(elliptic_curve_option, elliptic_curve_option_value), True)
378 self.assertIs(cli.option_was_set(key_type_option, key_type_value), True)
/dports/multimedia/mpv/mpv-0.34.1/player/lua/
H A Dytdl_hook.lua107 local function option_was_set(name) function
124 if useragent and not option_was_set("user-agent") then
134 if #headers > 0 and not option_was_set("http-header-fields") then
611 not option_was_set("hls-bitrate") and
667 not option_was_set("start") and
675 not option_was_set("video-aspect-override") then
971 not option_was_set("playlist-start") and playlist_index then
/dports/editors/vim/vim-8.2.3745/src/proto/
H A Doption.pro69 int option_was_set(char_u *name);
/dports/security/py-certbot/certbot-1.22.0/certbot/_internal/cli/
H A D__init__.py517 def option_was_set(option: str, value: Any) -> bool: function
/dports/editors/neovim/neovim-0.6.1/src/nvim/tui/
H A Dinput.c442 if (!option_was_set("bg") && !strequal((char *)p_bg, bgvalue)) { in set_bg_deferred()
/dports/security/py-certbot/certbot-1.22.0/certbot/_internal/
H A Dstorage.py295 if _relevant(namespaces, option) and cli.option_was_set(option, value))
/dports/editors/vim/vim-8.2.3745/src/
H A Doption.c840 if (!option_was_set((char_u *)"window")) in set_init_2()
3723 if (p_window >= Rows || !option_was_set((char_u *)"window")) in set_num_option()
6869 if (!option_was_set((char_u *)"cp")) in vimrc_found()
6920 option_was_set(char_u *name) in option_was_set() function
H A Dterm.c3769 && !option_was_set((char_u *)"ambiwidth")) in check_terminal_behavior()
4819 if (!option_was_set((char_u *)"ttym") in handle_version_response()
5143 if (!option_was_set((char_u *)"bg") in handle_osc()
H A Dgui.c537 if (!option_was_set((char_u *)"mouse")) in gui_init()
4852 if (!option_was_set((char_u *)"bg") && STRCMP(p_bg, gui_bg_default()) != 0) in init_gui_options()
H A Dgui_x11.c1351 if (p_window > (long)h - 1 || !option_was_set((char_u *)"window")) in gui_mch_init()
H A Dmbyte.c735 if (enc_utf8 && !option_was_set((char_u *)"fencs")) in mb_init()
H A Dhighlight.c955 && !option_was_set((char_u *)"bg")) in highlight_set_ctermbg()
H A Dgui_gtk_x11.c4235 if (p_window > (long)h - 1 || !option_was_set((char_u *)"window")) in gui_mch_open()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Doption.c797 if (!option_was_set("window")) { in set_init_2()
4500 if (p_window >= Rows || !option_was_set("window")) { in set_num_option()
7081 bool option_was_set(const char *name) in option_was_set() function
H A Dsyntax.c7093 && !option_was_set("bg")) { in do_highlight()