Home
last modified time | relevance | path

Searched refs:options (Results 1 – 9 of 9) sorted by relevance

/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/
Dapply.h109 const git_apply_options *options);
145 const git_apply_options *options);
Dstash.h188 const git_stash_apply_options *options);
256 const git_stash_apply_options *options);
Ddiff.h978 const git_diff_find_options *options);
1172 const git_diff_options *options,
1210 const git_diff_options *options,
1245 const git_diff_options *options,
Dclone.h205 const git_clone_options *options);
Dblame.h195 git_blame_options *options);
Dsubmodule.h192 …t) git_submodule_update(git_submodule *submodule, int init, git_submodule_update_options *options);
/GUIX-v6.2.1/guix_studio/
Dclone_repo_dialog.cpp176 git_clone_options options; in CloneGUIXRepo() local
182 git_clone_options_init(&options, GIT_CLONE_OPTIONS_VERSION); in CloneGUIXRepo()
188 options.fetch_opts = fetch_options; in CloneGUIXRepo()
190 checkout_opts = options.checkout_opts; in CloneGUIXRepo()
192 options.checkout_opts = checkout_opts; in CloneGUIXRepo()
210 int clone_status = git_clone(&clone_out, guix_repo_url, local_path, &options); in CloneGUIXRepo()
Dstudiox.rc1830 ID_FILE_PAGE_SETUP "Change the printing options\nPage Setup"
1831 ID_FILE_PRINT_SETUP "Change the printer and printing options\nPrint Setup"
/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/sys/
Dfilter.h61 uint32_t options);