Home
last modified time | relevance | path

Searched refs:verify_commit (Results 1 – 18 of 18) sorted by relevance

/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/git/tasks/
H A Dgpg-verification.yml77 verify_commit: yes
86 verify_commit: yes
95 verify_commit: yes
112 verify_commit: yes
121 verify_commit: yes
138 verify_commit: yes
147 verify_commit: yes
164 verify_commit: yes
173 verify_commit: yes
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/git/tasks/
H A Dgpg-verification.yml77 verify_commit: yes
88 verify_commit: yes
99 verify_commit: yes
120 verify_commit: yes
131 verify_commit: yes
152 verify_commit: yes
161 verify_commit: yes
178 verify_commit: yes
189 verify_commit: yes
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/git/tasks/
H A Dgpg-verification.yml77 verify_commit: yes
88 verify_commit: yes
99 verify_commit: yes
120 verify_commit: yes
131 verify_commit: yes
152 verify_commit: yes
161 verify_commit: yes
178 verify_commit: yes
189 verify_commit: yes
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/tests/libebook/
H A Dtest-ebook-commit-contact.c44 verify_commit (EContact *contact) in verify_commit() function
62 verify_commit (contact); in commit_verify_cb()
80 verify_commit (contact); in test_commit_contact_sync()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dverify-commit.c37 static int verify_commit(const char *name, unsigned flags) in verify_commit() function
87 if (verify_commit(argv[i++], flags)) in cmd_verify_commit()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dverify-commit.c37 static int verify_commit(const char *name, unsigned flags) in verify_commit() function
87 if (verify_commit(argv[i++], flags)) in cmd_verify_commit()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dverify-commit.c37 static int verify_commit(const char *name, unsigned flags) in verify_commit() function
87 if (verify_commit(argv[i++], flags)) in cmd_verify_commit()
/dports/devel/git/git-2.34.1/builtin/
H A Dverify-commit.c37 static int verify_commit(const char *name, unsigned flags) in verify_commit() function
87 if (verify_commit(argv[i++], flags)) in cmd_verify_commit()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dverify-commit.c37 static int verify_commit(const char *name, unsigned flags) in verify_commit() function
87 if (verify_commit(argv[i++], flags)) in cmd_verify_commit()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dverify-commit.c37 static int verify_commit(const char *name, unsigned flags) in verify_commit() function
87 if (verify_commit(argv[i++], flags)) in cmd_verify_commit()
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DTextP.h93 Boolean verify_commit; member
105 #define VerifyCommitNeeded(tw) ((tw)->text.onthespot->verify_commit)
H A DTextFP.h73 Boolean verify_commit; member
333 text.onthespot->verify_commit)
H A DText.c2170 newtw->text.onthespot->verify_commit = False; in Initialize()
H A DTextF.c7403 tf->text.onthespot->verify_commit = False;
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/source_control/
H A Dgit.py457 reference, refspec, verify_commit, separate_git_dir, result, gpg_whitelist): argument
511 if verify_commit:
888 def switch_version(git_path, module, dest, remote, version, verify_commit, depth, gpg_whitelist): argument
923 if verify_commit:
1051 verify_commit=dict(default='no', type='bool'),
1078 verify_commit = module.params['verify_commit']
1175 …module, repo, dest, remote, depth, version, bare, reference, refspec, verify_commit, separate_git_…
1230 switch_version(git_path, module, dest, remote, version, verify_commit, depth, gpg_whitelist)
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/modules/
H A Dgit.py458 reference, refspec, verify_commit, separate_git_dir, result, gpg_whitelist):
512 if verify_commit:
893 def switch_version(git_path, module, dest, remote, version, verify_commit, depth, gpg_whitelist):
928 if verify_commit:
1060 verify_commit=dict(default='no', type='bool'),
1089 verify_commit = module.params['verify_commit']
1187 …module, repo, dest, remote, depth, version, bare, reference, refspec, verify_commit, separate_git_…
1242 switch_version(git_path, module, dest, remote, version, verify_commit, depth, gpg_whitelist)
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/modules/
H A Dgit.py495 …reference, refspec, git_version_used, verify_commit, separate_git_dir, result, gpg_whitelist, sing… argument
561 if verify_commit:
942 def switch_version(git_path, module, dest, remote, version, verify_commit, depth, gpg_whitelist): argument
977 if verify_commit:
1109 verify_commit=dict(default='no', type='bool'),
1139 verify_commit = module.params['verify_commit']
1239 … refspec, git_version_used, verify_commit, separate_git_dir, result, gpg_whitelist, single_branch)
1294 switch_version(git_path, module, dest, remote, version, verify_commit, depth, gpg_whitelist)
/dports/sysutils/ansible2/ansible-2.9.27/changelogs/
H A DCHANGELOG-v2.9.rst1794 …ist`` option to specify a list of trusted GPG fingerprints for when ``verify_commit`` is enabled (…