Home
last modified time | relevance | path

Searched refs:patch_max (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dtracking_auto.c228 float patch_min[2], patch_max[2]; in tracking_check_marker_margin() local
231 INIT_MINMAX2(patch_min, patch_max); in tracking_check_marker_margin()
232 minmax_v2v2_v2(patch_min, patch_max, libmv_marker->patch[0]); in tracking_check_marker_margin()
233 minmax_v2v2_v2(patch_min, patch_max, libmv_marker->patch[1]); in tracking_check_marker_margin()
234 minmax_v2v2_v2(patch_min, patch_max, libmv_marker->patch[2]); in tracking_check_marker_margin()
235 minmax_v2v2_v2(patch_min, patch_max, libmv_marker->patch[3]); in tracking_check_marker_margin()
238 margin_top = max_ff(patch_max[1] - libmv_marker->center[1], margin); in tracking_check_marker_margin()
239 margin_right = max_ff(patch_max[0] - libmv_marker->center[0], margin); in tracking_check_marker_margin()
/dports/devel/git-p4/git-2.34.1/gitweb/
H A Dgitweb.perl7509 my $patch_max = gitweb_get_feature('patches');
7510 if ($patch_max && !defined $file_name &&
7512 if ($patch_max < 0 || @commitlist <= $patch_max) {
7867 my ($patch_max) = gitweb_get_feature('patches');
7869 die_error(403, "Patch view not allowed") unless $patch_max;
7886 if ($patch_max && @{$co{'parents'}} <= 1 &&
7983 if ($patch_max > 0) {
7984 push @commit_spec, "-$patch_max";
7991 if ($patch_max > 0) {
7992 push @commit_spec, "-$patch_max";
/dports/devel/git-svn/git-2.34.1/gitweb/
H A Dgitweb.perl7509 my $patch_max = gitweb_get_feature('patches');
7510 if ($patch_max && !defined $file_name &&
7512 if ($patch_max < 0 || @commitlist <= $patch_max) {
7867 my ($patch_max) = gitweb_get_feature('patches');
7869 die_error(403, "Patch view not allowed") unless $patch_max;
7886 if ($patch_max && @{$co{'parents'}} <= 1 &&
7983 if ($patch_max > 0) {
7984 push @commit_spec, "-$patch_max";
7991 if ($patch_max > 0) {
7992 push @commit_spec, "-$patch_max";
/dports/devel/git-gui/git-2.34.1/gitweb/
H A Dgitweb.perl7509 my $patch_max = gitweb_get_feature('patches');
7510 if ($patch_max && !defined $file_name &&
7512 if ($patch_max < 0 || @commitlist <= $patch_max) {
7867 my ($patch_max) = gitweb_get_feature('patches');
7869 die_error(403, "Patch view not allowed") unless $patch_max;
7886 if ($patch_max && @{$co{'parents'}} <= 1 &&
7983 if ($patch_max > 0) {
7984 push @commit_spec, "-$patch_max";
7991 if ($patch_max > 0) {
7992 push @commit_spec, "-$patch_max";
/dports/devel/git/git-2.34.1/gitweb/
H A Dgitweb.perl7509 my $patch_max = gitweb_get_feature('patches');
7510 if ($patch_max && !defined $file_name &&
7512 if ($patch_max < 0 || @commitlist <= $patch_max) {
7867 my ($patch_max) = gitweb_get_feature('patches');
7869 die_error(403, "Patch view not allowed") unless $patch_max;
7886 if ($patch_max && @{$co{'parents'}} <= 1 &&
7983 if ($patch_max > 0) {
7984 push @commit_spec, "-$patch_max";
7991 if ($patch_max > 0) {
7992 push @commit_spec, "-$patch_max";
/dports/devel/git-cvs/git-2.34.1/gitweb/
H A Dgitweb.perl7509 my $patch_max = gitweb_get_feature('patches');
7510 if ($patch_max && !defined $file_name &&
7512 if ($patch_max < 0 || @commitlist <= $patch_max) {
7867 my ($patch_max) = gitweb_get_feature('patches');
7869 die_error(403, "Patch view not allowed") unless $patch_max;
7886 if ($patch_max && @{$co{'parents'}} <= 1 &&
7983 if ($patch_max > 0) {
7984 push @commit_spec, "-$patch_max";
7991 if ($patch_max > 0) {
7992 push @commit_spec, "-$patch_max";
/dports/devel/cgit/cgit-1.2.3/git/gitweb/
H A Dgitweb.perl7475 my $patch_max = gitweb_get_feature('patches');
7476 if ($patch_max && !defined $file_name) {
7477 if ($patch_max < 0 || @commitlist <= $patch_max) {
7831 my ($patch_max) = gitweb_get_feature('patches');
7833 die_error(403, "Patch view not allowed") unless $patch_max;
7850 if ($patch_max && @{$co{'parents'}} <= 1) {
7946 if ($patch_max > 0) {
7947 push @commit_spec, "-$patch_max";
7954 if ($patch_max > 0) {
7955 push @commit_spec, "-$patch_max";