Home
last modified time | relevance | path

Searched defs:matches_row (Results 1 – 3 of 3) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/background_migration/
H A Dfix_merge_request_diff_commit_users.rb140 def matches_row(row) method in Gitlab.BackgroundMigration.FixMergeRequestDiffCommitUsers
/dports/biology/canu/canu-2.2/src/utility/src/parasail/
H A Dparasail.h97 int * restrict matches_row; /* last row of DP table of exact match counts */ member
/dports/games/frogatto/frogatto-1.3.1/src/
H A Dtext_editor_widget.cpp1076 bool matches_row = ypos >= yloc + r*char_height_ && ypos < yloc + (r+1)*char_height_; in mouse_position_to_row_col() local