Home
last modified time | relevance | path

Searched defs:commit (Results 51 – 75 of 9938) sorted by relevance

12345678910>>...398

/dports/devel/statcvs/statcvs-0.7.0/src-temp/net/sf/statcvs/pages/xml/
H A DCommitListXml.java46 …public CommitListXml(final List commit, final List tags, final int max, final boolean withPermalin… in CommitListXml()
76 private Element renderCommit(final Commit commit, final int id) { in renderCommit()
95 private String getRevisionNumber(final Commit commit) { in getRevisionNumber()
107 private String getDate(final Commit commit) { in getDate()
111 private String getAuthor(final Commit commit) { in getAuthor()
115 private String getLinesOfCode(final Commit commit) { in getLinesOfCode()
130 private Element getAffectedFiles(final Commit commit) { in getAffectedFiles()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/
H A DDesignerTransactionCloseEvent.cs25 private bool commit; field in System.ComponentModel.Design.DesignerTransactionCloseEventArgs
33 public DesignerTransactionCloseEventArgs(bool commit) : this(commit, true) { in DesignerTransactionCloseEventArgs()
40 public DesignerTransactionCloseEventArgs(bool commit, bool lastTransaction) { in DesignerTransactionCloseEventArgs()
/dports/multimedia/ccextractor/ccextractor-0.85/windows/
H A Dpre-build.bat22 for /f "delims=" %%a in (temp.txt) do set commit=%%a&goto nextt variable
28 set commit = %head% variable
34 if not defined commit set commit=Unknown variable
/dports/www/py-django-autocomplete-light/django-autocomplete-light-3.8.2/src/dal_example/src/nested-admin/nested_admin/
H A Dformsets.py38 def save(self, commit=True): argument
145 def get_saved_instance_for_form(self, form, commit, form_instances=None): argument
198 def save_existing_objects(self, initial_forms=None, commit=True): argument
284 def save_new_objects(self, extra_forms=None, commit=True): argument
322 def save_existing(self, form, instance, commit=True): argument
/dports/net-mgmt/seafile-client/seafile-7.0.9/common/
H A Dcommit-mgr.c71 SeafCommit *commit; in seaf_commit_new() local
130 SeafCommit *commit; in seaf_commit_from_data() local
156 seaf_commit_free (SeafCommit *commit) in seaf_commit_free()
172 seaf_commit_ref (SeafCommit *commit) in seaf_commit_ref()
289 SeafCommit *commit; in seaf_commit_manager_get_commit() local
313 SeafCommit *commit = NULL; in seaf_commit_manager_get_commit_compatible() local
378 SeafCommit *commit; in seaf_commit_manager_traverse_commit_tree_with_limit() local
470 SeafCommit *commit; in traverse_commit_tree_common() local
657 SeafCommit *commit = NULL; in commit_from_json_object() local
814 SeafCommit *commit = NULL; in load_commit() local
[all …]
/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/common/
H A Dcommit-mgr.c71 SeafCommit *commit; in seaf_commit_new() local
130 SeafCommit *commit; in seaf_commit_from_data() local
159 seaf_commit_free (SeafCommit *commit) in seaf_commit_free()
175 seaf_commit_ref (SeafCommit *commit) in seaf_commit_ref()
275 SeafCommit *commit; in seaf_commit_manager_get_commit() local
299 SeafCommit *commit = NULL; in seaf_commit_manager_get_commit_compatible() local
365 SeafCommit *commit; in seaf_commit_manager_traverse_commit_tree_with_limit() local
472 SeafCommit *commit; in traverse_commit_tree_common() local
658 SeafCommit *commit = NULL; in commit_from_json_object() local
823 SeafCommit *commit = NULL; in load_commit() local
[all …]
/dports/devel/cgit/cgit-1.2.3/git/
H A Dlog-tree.c140 struct commit *commit = lookup_commit(the_repository, &graft->oid); in add_graft_decoration() local
167 static void show_parents(struct commit *commit, int abbrev, FILE *file) in show_parents()
234 const struct commit *commit, in format_decorations_extended()
286 void show_decorations(struct rev_info *opt, struct commit *commit) in show_decorations()
332 struct commit *commit, in fmt_output_commit()
448 static void show_signature(struct rev_info *opt, struct commit *commit) in show_signature()
485 static int is_common_merge(const struct commit *commit) in is_common_merge()
492 static int show_one_mergetag(struct commit *commit, in show_one_mergetag()
545 static int show_mergetag(struct rev_info *opt, struct commit *commit) in show_mergetag()
564 struct commit *commit = log->commit, *parent = log->parent; in show_log() local
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/
H A Dtree_summary.rb11 attr_reader :commit, :project, :path, :offset, :limit, :user accessor in Gitlab.TreeSummary
16 def initialize(commit, project, user, params = {}) argument
118 def cache_commit(commit) argument
124 def commit_to_hash(commit) argument
130 def commit_path(commit) argument
/dports/devel/statcvs/statcvs-0.7.0/src/net/sf/statcvs/input/
H A DCommitListBuilder.java89 final Commit commit = (Commit) currentCommits.get(rev.getAuthor()); in processRevision() local
103 protected void addRevToCommit(final Commit commit, final Revision rev) { in addRevToCommit()
116 public static boolean isSameCommit(final Commit commit, final Revision rev) { in isSameCommit()
127 public static boolean isInTimeFrame(final Commit commit, final Date date) { in isInTimeFrame()
/dports/devel/statcvs/statcvs-0.7.0/src-temp/net/sf/statcvs/input/
H A DCommitListBuilder.java89 final Commit commit = (Commit) currentCommits.get(rev.getAuthor()); in processRevision() local
103 protected void addRevToCommit(final Commit commit, final Revision rev) { in addRevToCommit()
116 public static boolean isSameCommit(final Commit commit, final Revision rev) { in isSameCommit()
127 public static boolean isInTimeFrame(final Commit commit, final Date date) { in isInTimeFrame()
/dports/devel/boost-docs/boost_1_72_0/libs/log/src/
H A Donce_block.cpp78 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
370 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
437 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
/dports/devel/boost-python-libs/boost_1_72_0/libs/log/src/
H A Donce_block.cpp78 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
370 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
437 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
/dports/devel/boost-libs/boost_1_72_0/libs/log/src/
H A Donce_block.cpp78 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
370 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
437 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
/dports/www/firefox-esr/firefox-91.8.0/media/libyuv/
H A Dupdate.py15 def prepare_upstream(base, commit): argument
30 def get_commit_date(commit): argument
65 def update_moz_yaml(base, commit, commitdate): argument
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/log/src/
H A Donce_block.cpp76 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
366 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
433 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
/dports/databases/percona57-server/boost_1_59_0/libs/log/src/
H A Donce_block.cpp76 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
366 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
433 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
/dports/databases/xtrabackup/boost_1_59_0/libs/log/src/
H A Donce_block.cpp76 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
366 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
433 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
/dports/databases/percona57-client/boost_1_59_0/libs/log/src/
H A Donce_block.cpp76 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
366 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
433 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
/dports/www/firefox/firefox-99.0/media/libyuv/
H A Dupdate.py15 def prepare_upstream(base, commit): argument
30 def get_commit_date(commit): argument
65 def update_moz_yaml(base, commit, commitdate): argument
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/log/src/
H A Donce_block.cpp76 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
366 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
433 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
/dports/mail/thunderbird/thunderbird-91.8.0/media/libyuv/
H A Dupdate.py15 def prepare_upstream(base, commit): argument
30 def get_commit_date(commit): argument
65 def update_moz_yaml(base, commit, commitdate): argument
/dports/lang/spidermonkey78/firefox-78.9.0/media/libyuv/
H A Dupdate.py15 def prepare_upstream(base, commit): argument
30 def get_commit_date(commit): argument
65 def update_moz_yaml(base, commit, commitdate): argument
/dports/devel/hyperscan/boost_1_75_0/libs/log/src/
H A Donce_block.cpp78 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
370 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
437 BOOST_LOG_API void once_block_sentry::commit() BOOST_NOEXCEPT in commit() function in boost::aux::once_block_sentry
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/workers/
H A Dprocess_commit_worker.rb44 def process_commit_message(project, commit, user, author, default = false) argument
53 def close_issues(project, user, author, commit, issues) argument
63 def issues_to_close(project, commit, user) argument
69 def update_issue_metrics(commit, author) argument
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/tools/
H A Dzone_filler_tool.cpp71 BOARD_COMMIT commit( this ); in CheckAllZones() local
123 BOARD_COMMIT commit( this ); in FillAllZones() local
207 BOARD_COMMIT commit( this ); in ZoneFill() local
237 BOARD_COMMIT commit( this ); in ZoneUnfill() local
259 BOARD_COMMIT commit( this ); in ZoneUnfillAll() local

12345678910>>...398