Home
last modified time | relevance | path

Searched refs:fmt_opts (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/libgit2/libgit2-1.3.0/tests/describe/
H A Dt6120.c24 assert_describe("A-*", "HEAD", repo, &opts, &fmt_opts); in test_describe_t6120__default()
25 assert_describe("A-*", "HEAD^", repo, &opts, &fmt_opts); in test_describe_t6120__default()
26 assert_describe("R-*", "HEAD^^", repo, &opts, &fmt_opts); in test_describe_t6120__default()
27 assert_describe("A-*", "HEAD^^2", repo, &opts, &fmt_opts); in test_describe_t6120__default()
28 assert_describe("B", "HEAD^^2^", repo, &opts, &fmt_opts); in test_describe_t6120__default()
38 assert_describe("c-*", "HEAD", repo, &opts, &fmt_opts); in test_describe_t6120__tags()
39 assert_describe("c-*", "HEAD^", repo, &opts, &fmt_opts); in test_describe_t6120__tags()
62 fmt_opts.always_use_long_format = 1; in test_describe_t6120__longformat()
88 fmt_opts.dirty_suffix = "-dirty"; in test_describe_t6120__workdir()
90 fmt_opts.dirty_suffix = ".mod"; in test_describe_t6120__workdir()
[all …]
H A Ddescribe_helpers.c10 git_describe_format_options *fmt_opts) in assert_describe() argument
19 cl_git_pass(git_describe_format(&label, result, fmt_opts)); in assert_describe()
32 git_describe_format_options *fmt_opts) in assert_describe_workdir() argument
38 cl_git_pass(git_describe_format(&label, result, fmt_opts)); in assert_describe_workdir()
H A Ddescribe.c8 git_describe_format_options fmt_opts = GIT_DESCRIBE_FORMAT_OPTIONS_INIT; in test_describe_describe__can_describe_against_a_bare_repo() local
12 assert_describe("hard_tag", "HEAD", repo, &opts, &fmt_opts); in test_describe_describe__can_describe_against_a_bare_repo()
16 assert_describe("be3563a*", "HEAD^", repo, &opts, &fmt_opts); in test_describe_describe__can_describe_against_a_bare_repo()
H A Ddescribe_helpers.h9 git_describe_format_options *fmt_opts);
15 git_describe_format_options *fmt_opts);
/dports/databases/py-gdbm/Python-3.8.12/Lib/tkinter/test/test_ttk/
H A Dtest_functions.py39 def check_against(fmt_opts, result): argument
40 for i in range(0, len(fmt_opts), 2):
41 self.assertEqual(result.pop(fmt_opts[i]), fmt_opts[i + 1])
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_ttk_textonly.py44 def check_against(fmt_opts, result): argument
45 for i in range(0, len(fmt_opts), 2):
46 self.assertEqual(result.pop(fmt_opts[i]), fmt_opts[i + 1])
/dports/lang/python37/Python-3.7.12/Lib/tkinter/test/test_ttk/
H A Dtest_functions.py39 def check_against(fmt_opts, result): argument
40 for i in range(0, len(fmt_opts), 2):
41 self.assertEqual(result.pop(fmt_opts[i]), fmt_opts[i + 1])
/dports/lang/python-tools/Python-3.8.12/Lib/tkinter/test/test_ttk/
H A Dtest_functions.py39 def check_against(fmt_opts, result): argument
40 for i in range(0, len(fmt_opts), 2):
41 self.assertEqual(result.pop(fmt_opts[i]), fmt_opts[i + 1])
/dports/lang/python-legacy/Python-2.7.18/Lib/lib-tk/test/test_ttk/
H A Dtest_functions.py40 def check_against(fmt_opts, result): argument
41 for i in range(0, len(fmt_opts), 2):
42 self.assertEqual(result.pop(fmt_opts[i]), fmt_opts[i + 1])
/dports/lang/python27/Python-2.7.18/Lib/lib-tk/test/test_ttk/
H A Dtest_functions.py40 def check_against(fmt_opts, result): argument
41 for i in range(0, len(fmt_opts), 2):
42 self.assertEqual(result.pop(fmt_opts[i]), fmt_opts[i + 1])
/dports/lang/python38/Python-3.8.12/Lib/tkinter/test/test_ttk/
H A Dtest_functions.py39 def check_against(fmt_opts, result): argument
40 for i in range(0, len(fmt_opts), 2):
41 self.assertEqual(result.pop(fmt_opts[i]), fmt_opts[i + 1])
/dports/databases/py-sqlite3/Python-3.8.12/Lib/tkinter/test/test_ttk/
H A Dtest_functions.py39 def check_against(fmt_opts, result): argument
40 for i in range(0, len(fmt_opts), 2):
41 self.assertEqual(result.pop(fmt_opts[i]), fmt_opts[i + 1])
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/tkinter/test/test_ttk/
H A Dtest_functions.py39 def check_against(fmt_opts, result): argument
40 for i in range(0, len(fmt_opts), 2):
41 self.assertEqual(result.pop(fmt_opts[i]), fmt_opts[i + 1])
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_ttk_textonly.py44 def check_against(fmt_opts, result): argument
45 for i in range(0, len(fmt_opts), 2):
46 self.assertEqual(result.pop(fmt_opts[i]), fmt_opts[i + 1])
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_ttk_textonly.py44 def check_against(fmt_opts, result): argument
45 for i in range(0, len(fmt_opts), 2):
46 self.assertEqual(result.pop(fmt_opts[i]), fmt_opts[i + 1])
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_post.c470 BFT_FREE(wd->fmt_opts); in _destroy_writer_def()
503 fmt_opts = wd->fmt_opts; in _writer_info()
515 if (fmt_opts == NULL) in _writer_info()
516 fmt_opts = empty; in _writer_info()
2506 fmt_opts, in _vol_submeshes_by_group()
3824 BFT_FREE(wd->fmt_opts); in cs_post_define_writer()
3895 if (fmt_opts != NULL) { in cs_post_define_writer()
3896 BFT_MALLOC(wd->fmt_opts, strlen(fmt_opts) + 1, char); in cs_post_define_writer()
3897 strcpy(wd->fmt_opts, fmt_opts); in cs_post_define_writer()
3901 wd->fmt_opts[0] = '\0'; in cs_post_define_writer()
[all …]
H A Dcs_medcoupling_intersector.h223 const char *fmt_opts,
H A Dcs_post.h296 const char *fmt_opts,
H A Dcs_medcoupling_intersector.cxx1022 const char *fmt_opts, in cs_mi_post_init_writer() argument
1044 fmt_opts, /* format_options */ in cs_mi_post_init_writer()
/dports/science/vipster/vipster-1.19.1b-14-g7168a1b/gui/qt/
H A Dmain.cpp82 std::map<CLI::Option*, const Plugin*> fmt_opts{}; in main() local
89 fmt_opts[opt] = fmt; in main()
109 for(auto& op_fmt: fmt_opts){ in main()
/dports/science/code_saturne/code_saturne-7.1.0/src/mesh/
H A Dcs_stl.h261 const char *fmt_opts,
/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/playback/video/
H A Dlibav_stream.c490 AVDictionary *fmt_opts = NULL; in init_screen() local
738 av_dict_set(&fmt_opts, "movflags", "faststart", 0); in init_screen()
739 av_dict_set(&fmt_opts, "movflags", "frag_keyframe", 0); in init_screen()
740 ret = avformat_write_header(fmtctx, &fmt_opts); in init_screen()
/dports/science/code_saturne/code_saturne-7.1.0/src/gui/
H A Dcs_gui_output.c1013 const char *fmt_opts in cs_gui_postprocess_writers() local
1021 fmt_opts, in cs_gui_postprocess_writers()
/dports/science/pulseview/pulseview-0.4.2/pv/
H A Dsession.hpp222 map<string, shared_ptr<Option>> fmt_opts);
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/api/
H A Dkv.h156 uint32_t fmt_opts,

12