Home
last modified time | relevance | path

Searched refs:skip_broken (Results 1 – 25 of 27) sorted by relevance

12

/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-file-list.h115 gboolean skip_broken,
118 gboolean skip_broken,
122 gboolean skip_broken,
127 gboolean skip_broken,
H A Dgth-browser.h238 gboolean skip_broken,
241 gboolean skip_broken,
244 gboolean skip_broken,
247 gboolean skip_broken,
H A Dgth-file-list.c2006 gboolean skip_broken, in gth_file_list_first_file() argument
2021 if (skip_broken && thumb_data->error) in gth_file_list_first_file()
2035 gboolean skip_broken, in gth_file_list_last_file() argument
2053 if (skip_broken && thumb_data->error) in gth_file_list_last_file()
2068 gboolean skip_broken, in gth_file_list_next_file() argument
2090 if (skip_broken && thumb_data->error) in gth_file_list_next_file()
2105 gboolean skip_broken, in gth_file_list_prev_file() argument
2129 if (skip_broken && thumb_data->error) in gth_file_list_prev_file()
H A Dgth-browser.c5861 gboolean skip_broken, in gth_browser_show_next_image() argument
5873 …pos = gth_file_list_next_file (GTH_FILE_LIST (browser->priv->file_list), -1, skip_broken, only_sel… in gth_browser_show_next_image()
5878 …pos = gth_file_list_next_file (GTH_FILE_LIST (browser->priv->file_list), -1, skip_broken, only_sel… in gth_browser_show_next_image()
5882 …pos = gth_file_list_next_file (GTH_FILE_LIST (browser->priv->file_list), pos, skip_broken, only_se… in gth_browser_show_next_image()
5904 gboolean skip_broken, in gth_browser_show_prev_image() argument
5916 …pos = gth_file_list_prev_file (GTH_FILE_LIST (browser->priv->file_list), -1, skip_broken, only_sel… in gth_browser_show_prev_image()
5921 …pos = gth_file_list_prev_file (GTH_FILE_LIST (browser->priv->file_list), -1, skip_broken, only_sel… in gth_browser_show_prev_image()
5947 gboolean skip_broken, in gth_browser_show_first_image() argument
5958 …pos = gth_file_list_first_file (GTH_FILE_LIST (browser->priv->file_list), skip_broken, only_select… in gth_browser_show_first_image()
5976 gboolean skip_broken, in gth_browser_show_last_image() argument
[all …]
/dports/net/cloud-init/cloud-init-21.4/cloudinit/net/
H A Dnetwork_state.py256 def parse_config(self, skip_broken=True): argument
258 self.parse_config_v1(skip_broken=skip_broken)
261 self.parse_config_v2(skip_broken=skip_broken)
264 def parse_config_v1(self, skip_broken=True): argument
276 if not skip_broken:
298 def parse_config_v2(self, skip_broken=True): argument
312 if not skip_broken:
1063 def parse_net_config_data(net_config, skip_broken=True) -> NetworkState: argument
1078 nsi.parse_config(skip_broken=skip_broken)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/
H A Dyumdnf.py43 skip_broken=dict(type='bool', default=False),
88 self.skip_broken = self.module.params['skip_broken']
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/module_utils/
H A Dyumdnf.py46 skip_broken=dict(type='bool', default=False),
91 self.skip_broken = self.module.params['skip_broken']
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/module_utils/
H A Dyumdnf.py46 skip_broken=dict(type='bool', default=False),
91 self.skip_broken = self.module.params['skip_broken']
/dports/net/cloud-init/cloud-init-21.4/cloudinit/net/tests/
H A Dtest_network_state.py107 nsi.parse_config(skip_broken=False)
/dports/net/cloud-init/cloud-init-21.4/tests/unittests/
H A Dtest_net.py2836 skip_broken=False)
2900 skip_broken=False)
3080 skip_broken=False)
3136 skip_broken=False)
3174 skip_broken=False)
3415 skip_broken=False)
3534 skip_broken=False)
3760 skip_broken=False)
4043 skip_broken=False)
4123 skip_broken=False)
[all …]
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/conf/
H A DConfigMain.cpp268 OptionBool skip_broken{false}; // :yum-compatibility member in libdnf::ConfigMain::Impl
441 owner.optBinds().add("skip_broken", skip_broken); in Impl()
581 OptionBool & ConfigMain::skip_broken() { return pImpl->skip_broken; } in skip_broken() function in libdnf::ConfigMain
H A DConfigMain.hpp117 OptionBool & skip_broken(); // :yum-compatibility
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dreceive-pack.c671 int skip_broken; member
754 state->skip_broken && (cmd->error_string || cmd->did_not_exist)) in feed_receive_hook()
772 int skip_broken, in run_receive_hook() argument
780 state.skip_broken = skip_broken; in run_receive_hook()
/dports/emulators/qemu/qemu-6.2.0/
H A Dqemu-img.c2106 static int convert_check_bitmaps(BlockDriverState *src, bool skip_broken) in convert_check_bitmaps() argument
2118 if (!skip_broken && bdrv_dirty_bitmap_inconsistent(bm)) { in convert_check_bitmaps()
2130 bool skip_broken) in convert_copy_bitmaps() argument
2142 if (skip_broken && bdrv_dirty_bitmap_inconsistent(bm)) { in convert_copy_bitmaps()
2202 bool skip_broken = false; in img_convert() local
2357 skip_broken = true; in img_convert()
2366 if (skip_broken && !bitmaps) { in img_convert()
2602 ret = convert_check_bitmaps(blk_bs(s.src[0]), skip_broken); in img_convert()
2735 ret = convert_copy_bitmaps(blk_bs(s.src[0]), out_bs, skip_broken); in img_convert()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/
H A Dqemu-img.c2106 static int convert_check_bitmaps(BlockDriverState *src, bool skip_broken) in convert_check_bitmaps() argument
2118 if (!skip_broken && bdrv_dirty_bitmap_inconsistent(bm)) { in convert_check_bitmaps()
2130 bool skip_broken) in convert_copy_bitmaps() argument
2142 if (skip_broken && bdrv_dirty_bitmap_inconsistent(bm)) { in convert_copy_bitmaps()
2202 bool skip_broken = false; in img_convert() local
2357 skip_broken = true; in img_convert()
2366 if (skip_broken && !bitmaps) { in img_convert()
2602 ret = convert_check_bitmaps(blk_bs(s.src[0]), skip_broken); in img_convert()
2735 ret = convert_copy_bitmaps(blk_bs(s.src[0]), out_bs, skip_broken); in img_convert()
/dports/misc/py-toil/toil-5.4.0/src/toil/cwl/
H A Dcwltoil.py803 directory_metadata: dict, skip_broken: bool = False
829 if skip_broken:
851 skip_broken: bool = False,
872 if skip_broken:
2381 skip_broken=True,
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dreceive-pack.c804 int skip_broken; member
887 state->skip_broken && (cmd->error_string || cmd->did_not_exist)) in feed_receive_hook()
925 int skip_broken, in run_receive_hook() argument
933 state.skip_broken = skip_broken; in run_receive_hook()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dreceive-pack.c804 int skip_broken; member
887 state->skip_broken && (cmd->error_string || cmd->did_not_exist)) in feed_receive_hook()
925 int skip_broken, in run_receive_hook() argument
933 state.skip_broken = skip_broken; in run_receive_hook()
/dports/devel/git/git-2.34.1/builtin/
H A Dreceive-pack.c804 int skip_broken; member
887 state->skip_broken && (cmd->error_string || cmd->did_not_exist)) in feed_receive_hook()
925 int skip_broken, in run_receive_hook() argument
933 state.skip_broken = skip_broken; in run_receive_hook()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dreceive-pack.c804 int skip_broken; member
887 state->skip_broken && (cmd->error_string || cmd->did_not_exist)) in feed_receive_hook()
925 int skip_broken, in run_receive_hook() argument
933 state.skip_broken = skip_broken; in run_receive_hook()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dreceive-pack.c804 int skip_broken; member
887 state->skip_broken && (cmd->error_string || cmd->did_not_exist)) in feed_receive_hook()
925 int skip_broken, in run_receive_hook() argument
933 state.skip_broken = skip_broken; in run_receive_hook()
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/modules/
H A Ddnf.py603 if self.skip_broken:
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/packaging/os/
H A Ddnf.py608 if self.skip_broken:
H A Dyum.py1432 if self.skip_broken:
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/modules/
H A Ddnf.py581 if self.skip_broken:

12