Home
last modified time | relevance | path

Searched refs:is_custom1 (Results 1 – 2 of 2) sorted by relevance

/dports/devel/p5-Log-Contextual/Log-Contextual-0.007000/t/
H A Dwarnlogger-with-levels.t40 foreach my $sub (qw(is_custom1 is_custom2 custom1 custom2)) {
59 ok($l->is_custom1, 'is_custom1 defaults to true on WarnLogger');
67 ok(!$l->is_custom1, 'is_custom1 is false on WarnLogger');
90 ok(!$l->is_custom1, 'is_custom1 is false on WarnLogger');
99 ok($l->is_custom1, 'is_custom1 is true on WarnLogger');
106 ok(!$l->is_custom1, 'is_custom1 is false on WarnLogger');
114 exception { $l->is_custom1 },
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpgradient.c307 gboolean is_custom1; in gimp_gradient_compare() local
313 is_custom1 = gimp_data_is_internal (data1) && gimp_data_is_writable (data1); in gimp_gradient_compare()
319 if (is_custom1) in gimp_gradient_compare()