Home
last modified time | relevance | path

Searched refs:strip (Results 1 – 25 of 10776) sorted by relevance

12345678910>>...432

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dnla.c243 for (strip = nlt->strips.first; strip; strip = strip->next) { in BKE_nlatrack_copy()
637 for (strip = strips->first; strip; strip = strip->next) { in BKE_nlastrips_has_space()
946 for (strip = mstrip->strips.first; strip; strip = strip->next) { in BKE_nlameta_flush_transforms()
967 for (strip = mstrip->strips.first; strip; strip = strip->next) { in BKE_nlameta_flush_transforms()
1202 for (strip = nlt->strips.first; strip; strip = strip->next) { in BKE_nlastrip_find_active()
1461 for (strip = nlt->strips.first; strip; strip = strip->next) { in BKE_nlatrack_has_animated_strips()
1790 for (strip = nlt->strips.first; strip; strip = strip->next) { in BKE_nla_validate_state()
1803 for (strip = nlt->strips.first; strip; strip = strip->next) { in BKE_nla_validate_state()
1846 for (strip = nlt->strips.first; strip; strip = strip->next) { in BKE_nla_action_is_stashed()
2084 for (strip = nlt->strips.first; strip; strip = strip->next) { in BKE_nla_tweakmode_enter()
[all …]
/dports/science/py-geometric/geometric-0.9.7.2/geometric/
H A DPDB.py115 record = line[0:6].strip()
161 record = line[0:6].strip()
217 record = line[0:6].strip()
262 record = line[0:6].strip()
312 record = line[0:6].strip()
364 record = line[0:6].strip()
416 record = line[0:6].strip()
708 record = line[0:6].strip()
826 record = line[0:6].strip()
2431 record = line[0:6].strip()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/src/
H A Dpdb.py67 record = string.strip(line[0:6])
289 self.altLoc = string.strip(line[16])
293 self.iCode = string.strip(line[26])
338 self.altLoc = string.strip(line[16])
342 self.iCode = string.strip(line[26])
389 self.altLoc = string.strip(line[16])
393 self.iCode = string.strip(line[26])
440 self.altLoc = string.strip(line[16])
736 self.iCode = string.strip(line[26])
2265 record = string.strip(line[0:6])
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/libs/tools/
H A Dtimeline.c730 if(_time_compare_at_zoom(strip->start_t, strip->time_pos, strip->zoom) < 0) strip->start_x = -2; in _block_get_at_zoom()
731 if(_time_compare_at_zoom(strip->stop_t, strip->time_pos, strip->zoom) < 0) strip->stop_x = -1; in _block_get_at_zoom()
883 strip->time_pos = _selection_scroll_to(strip->start_t, strip); in _lib_timeline_collection_changed()
928 if(strip->start_x == strip->stop_x) in _selection_collect()
989 strip->time_pos = _selection_scroll_to(strip->start_t, strip); in _lib_timeline_draw_callback()
1248 strip->start_x = strip->current_x; in _selection_start()
1253 strip->start_t = _time_get_from_pos(strip->current_x, strip); in _selection_start()
1254 strip->stop_x = strip->start_x; in _selection_start()
1255 strip->stop_t = strip->start_t; in _selection_start()
1268 strip->stop_x = strip->current_x; in _selection_stop()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/libs/tools/
H A Dtimeline.c730 if(_time_compare_at_zoom(strip->start_t, strip->time_pos, strip->zoom) < 0) strip->start_x = -2; in _block_get_at_zoom()
731 if(_time_compare_at_zoom(strip->stop_t, strip->time_pos, strip->zoom) < 0) strip->stop_x = -1; in _block_get_at_zoom()
883 strip->time_pos = _selection_scroll_to(strip->start_t, strip); in _lib_timeline_collection_changed()
928 if(strip->start_x == strip->stop_x) in _selection_collect()
989 strip->time_pos = _selection_scroll_to(strip->start_t, strip); in _lib_timeline_draw_callback()
1248 strip->start_x = strip->current_x; in _selection_start()
1253 strip->start_t = _time_get_from_pos(strip->current_x, strip); in _selection_start()
1254 strip->stop_x = strip->start_x; in _selection_start()
1255 strip->stop_t = strip->start_t; in _selection_start()
1268 strip->stop_x = strip->current_x; in _selection_stop()
[all …]
/dports/graphics/cairo/cairo-1.17.4/src/
H A Dcairo-tristrip.c48 strip->num_limits = 0; in _cairo_tristrip_init()
51 strip->size_points = ARRAY_LENGTH (strip->points_embedded); in _cairo_tristrip_init()
52 strip->points = strip->points_embedded; in _cairo_tristrip_init()
58 if (strip->points != strip->points_embedded) in _cairo_tristrip_fini()
59 free (strip->points); in _cairo_tristrip_fini()
95 if (strip->points == strip->points_embedded) { in _cairo_tristrip_grow()
98 memcpy (points, strip->points, sizeof (strip->points_embedded)); in _cairo_tristrip_grow()
118 if (unlikely (strip->num_points == strip->size_points)) { in _cairo_tristrip_add_point()
123 strip->points[strip->num_points++] = *p; in _cairo_tristrip_add_point()
135 _cairo_tristrip_add_point (strip, &strip->points[strip->num_points-1]); in _cairo_tristrip_move_to()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-tristrip.c48 strip->num_limits = 0; in _cairo_tristrip_init()
51 strip->size_points = ARRAY_LENGTH (strip->points_embedded); in _cairo_tristrip_init()
52 strip->points = strip->points_embedded; in _cairo_tristrip_init()
58 if (strip->points != strip->points_embedded) in _cairo_tristrip_fini()
59 free (strip->points); in _cairo_tristrip_fini()
95 if (strip->points == strip->points_embedded) { in _cairo_tristrip_grow()
98 memcpy (points, strip->points, sizeof (strip->points_embedded)); in _cairo_tristrip_grow()
118 if (unlikely (strip->num_points == strip->size_points)) { in _cairo_tristrip_add_point()
123 strip->points[strip->num_points++] = *p; in _cairo_tristrip_add_point()
135 _cairo_tristrip_add_point (strip, &strip->points[strip->num_points-1]); in _cairo_tristrip_move_to()
[all …]
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/
H A Dcairo-tristrip.c48 strip->num_limits = 0; in _cairo_tristrip_init()
51 strip->size_points = ARRAY_LENGTH (strip->points_embedded); in _cairo_tristrip_init()
52 strip->points = strip->points_embedded; in _cairo_tristrip_init()
58 if (strip->points != strip->points_embedded) in _cairo_tristrip_fini()
59 free (strip->points); in _cairo_tristrip_fini()
95 if (strip->points == strip->points_embedded) { in _cairo_tristrip_grow()
98 memcpy (points, strip->points, sizeof (strip->points_embedded)); in _cairo_tristrip_grow()
118 if (unlikely (strip->num_points == strip->size_points)) { in _cairo_tristrip_add_point()
123 strip->points[strip->num_points++] = *p; in _cairo_tristrip_add_point()
135 _cairo_tristrip_add_point (strip, &strip->points[strip->num_points-1]); in _cairo_tristrip_move_to()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-tristrip.c48 strip->num_limits = 0; in _cairo_tristrip_init()
51 strip->size_points = ARRAY_LENGTH (strip->points_embedded); in _cairo_tristrip_init()
52 strip->points = strip->points_embedded; in _cairo_tristrip_init()
58 if (strip->points != strip->points_embedded) in _cairo_tristrip_fini()
59 free (strip->points); in _cairo_tristrip_fini()
95 if (strip->points == strip->points_embedded) { in _cairo_tristrip_grow()
98 memcpy (points, strip->points, sizeof (strip->points_embedded)); in _cairo_tristrip_grow()
118 if (unlikely (strip->num_points == strip->size_points)) { in _cairo_tristrip_add_point()
123 strip->points[strip->num_points++] = *p; in _cairo_tristrip_add_point()
135 _cairo_tristrip_add_point (strip, &strip->points[strip->num_points-1]); in _cairo_tristrip_move_to()
[all …]
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/contrib/acquaintance/
H A Dmutation_utils_test.py42 """.strip()
69 """.strip()
77 "a b c d e f g h ".strip(),
78 "│ │ │ │ │ │ │ │ ".strip(),
79 "█───█ █───█ █───█ █───█ ".strip(),
80 "│ │ │ │ │ │ │ │ ".strip(),
81 "╲0╱─╱1╲ ╲0╱─╱1╲ ╲0╱─╱1╲ ╲0╱─╱1╲ ".strip(),
82 "│ │ │ │ │ │ │ │ ".strip(),
137 """.strip()
167 """.strip()
[all …]
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/contrib/acquaintance/
H A Dmutation_utils_test.py42 """.strip()
69 """.strip()
77 "a b c d e f g h ".strip(),
78 "│ │ │ │ │ │ │ │ ".strip(),
79 "█───█ █───█ █───█ █───█ ".strip(),
80 "│ │ │ │ │ │ │ │ ".strip(),
81 "╲0╱─╱1╲ ╲0╱─╱1╲ ╲0╱─╱1╲ ╲0╱─╱1╲ ".strip(),
82 "│ │ │ │ │ │ │ │ ".strip(),
137 """.strip()
167 """.strip()
[all …]
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/contrib/acquaintance/
H A Dmutation_utils_test.py42 """.strip()
69 """.strip()
77 "a b c d e f g h ".strip(),
78 "│ │ │ │ │ │ │ │ ".strip(),
79 "█───█ █───█ █───█ █───█ ".strip(),
80 "│ │ │ │ │ │ │ │ ".strip(),
81 "╲0╱─╱1╲ ╲0╱─╱1╲ ╲0╱─╱1╲ ╲0╱─╱1╲ ".strip(),
82 "│ │ │ │ │ │ │ │ ".strip(),
137 """.strip()
167 """.strip()
[all …]
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/contrib/acquaintance/
H A Dmutation_utils_test.py42 """.strip()
69 """.strip()
77 "a b c d e f g h ".strip(),
78 "│ │ │ │ │ │ │ │ ".strip(),
79 "█───█ █───█ █───█ █───█ ".strip(),
80 "│ │ │ │ │ │ │ │ ".strip(),
81 "╲0╱─╱1╲ ╲0╱─╱1╲ ╲0╱─╱1╲ ╲0╱─╱1╲ ".strip(),
82 "│ │ │ │ │ │ │ │ ".strip(),
137 """.strip()
167 """.strip()
[all …]
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/contrib/acquaintance/
H A Dmutation_utils_test.py42 """.strip()
69 """.strip()
77 "a b c d e f g h ".strip(),
78 "│ │ │ │ │ │ │ │ ".strip(),
79 "█───█ █───█ █───█ █───█ ".strip(),
80 "│ │ │ │ │ │ │ │ ".strip(),
81 "╲0╱─╱1╲ ╲0╱─╱1╲ ╲0╱─╱1╲ ╲0╱─╱1╲ ".strip(),
82 "│ │ │ │ │ │ │ │ ".strip(),
137 """.strip()
167 """.strip()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/tabs/
H A Dtab_strip_model_unittest.cc2123 strip.CloseWebContentsAt(strip.count() - 1, TabStripModel::CLOSE_NONE); in TEST_F()
2140 strip.CloseWebContentsAt(strip.count() - 1, TabStripModel::CLOSE_NONE); in TEST_F()
2162 strip.CloseWebContentsAt(strip.count() - 1, TabStripModel::CLOSE_NONE); in TEST_F()
2508 strip.MoveTabNext(); in TEST_F()
2511 strip.MoveTabNext(); in TEST_F()
2514 strip.MoveTabNext(); in TEST_F()
2526 strip.MoveTabNext(); in TEST_F()
3156 EXPECT_EQ(strip.GetTabGroupForTab(2), strip.GetTabGroupForTab(3)); in TEST_F()
3170 EXPECT_NE(strip.GetTabGroupForTab(2), strip.GetTabGroupForTab(0)); in TEST_F()
3184 EXPECT_EQ(strip.GetTabGroupForTab(0), strip.GetTabGroupForTab(1)); in TEST_F()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/make/common/
H A DUtils.gmk40 $(info $(strip $1) >$($(strip $1))<)
87 $(if $($(strip $1)),,$(eval $(strip $1) := $2))
128 $($(strip $1)_dotdots)/$($(strip $1)_suffix)
138 $(strip \
154 $(if $(strip $1)$(strip $2),$(strip \
155 $(and $(findstring $(strip $1),$(strip $2)),\
156 $(findstring $(strip $2),$(strip $1)))), \
179 $(strip \
284 $(strip \
340 $(strip \
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/make/common/
H A DUtils.gmk40 $(info $(strip $1) >$($(strip $1))<)
87 $(if $($(strip $1)),,$(eval $(strip $1) := $2))
128 $($(strip $1)_dotdots)/$($(strip $1)_suffix)
138 $(strip \
154 $(if $(strip $1)$(strip $2),$(strip \
155 $(and $(findstring $(strip $1),$(strip $2)),\
156 $(findstring $(strip $2),$(strip $1)))), \
179 $(strip \
288 $(strip \
344 $(strip \
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/make/common/
H A DUtils.gmk40 $(info $(strip $1) >$($(strip $1))<)
87 $(if $($(strip $1)),,$(eval $(strip $1) := $2))
128 $($(strip $1)_dotdots)/$($(strip $1)_suffix)
138 $(strip \
154 $(if $(strip $1)$(strip $2),$(strip \
155 $(and $(findstring $(strip $1),$(strip $2)),\
156 $(findstring $(strip $2),$(strip $1)))), \
179 $(strip \
284 $(strip \
340 $(strip \
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/make/common/
H A DUtils.gmk40 $(info $(strip $1) >$($(strip $1))<)
87 $(if $($(strip $1)),,$(eval $(strip $1) := $2))
128 $($(strip $1)_dotdots)/$($(strip $1)_suffix)
138 $(strip \
154 $(if $(strip $1)$(strip $2),$(strip \
155 $(and $(findstring $(strip $1),$(strip $2)),\
156 $(findstring $(strip $2),$(strip $1)))), \
179 $(strip \
284 $(strip \
340 $(strip \
[all …]
/dports/news/inn-current/inn-2.7-20211226/tests/lib/
H A Dmessageid-t.c17 testMessageIDs(bool strip, bool lax) in testMessageIDs() argument
19 is_bool(false, IsValidMessageID(NULL, strip, lax), "bad ID 1"); in testMessageIDs()
20 is_bool(false, IsValidMessageID("", strip, lax), "bad ID 2"); in testMessageIDs()
23 is_bool(false, IsValidMessageID("<inva\177lid@test>", strip, lax), in testMessageIDs()
25 is_bool(false, IsValidMessageID("<inva lid@test>", strip, lax), in testMessageIDs()
27 is_bool(false, IsValidMessageID("<invalid@te\tst>", strip, lax), in testMessageIDs()
32 is_bool(false, IsValidMessageID("<inva(lid@test>", strip, lax), in testMessageIDs()
34 is_bool(false, IsValidMessageID("<inva;lid@test>", strip, lax), in testMessageIDs()
38 is_bool(false, IsValidMessageID("<inva>lid@test>", strip, lax), in testMessageIDs()
40 is_bool(false, IsValidMessageID("<inva<lid@test>", strip, lax), in testMessageIDs()
[all …]
/dports/news/inn/inn-2.6.4/tests/lib/
H A Dmessageid-t.c19 testMessageIDs(bool strip, bool lax) in testMessageIDs() argument
21 is_bool(false, IsValidMessageID(NULL, strip, lax), in testMessageIDs()
23 is_bool(false, IsValidMessageID("", strip, lax), in testMessageIDs()
25 is_bool(false, IsValidMessageID("<invalid@test", strip, lax), in testMessageIDs()
27 is_bool(false, IsValidMessageID("invalid@test>", strip, lax), in testMessageIDs()
35 is_bool(false, IsValidMessageID("<invalid>", strip, lax), in testMessageIDs()
49 is_bool(false, IsValidMessageID("<>", strip, lax), in testMessageIDs()
51 is_bool(false, IsValidMessageID("<a@>", strip, lax), in testMessageIDs()
61 is_bool(false, IsValidMessageID("<invalid@>", strip, lax), in testMessageIDs()
63 is_bool(false, IsValidMessageID("<@invalid>", strip, lax), in testMessageIDs()
[all …]
/dports/sysutils/shlock/inn-2.6.4/tests/lib/
H A Dmessageid-t.c19 testMessageIDs(bool strip, bool lax) in testMessageIDs() argument
21 is_bool(false, IsValidMessageID(NULL, strip, lax), in testMessageIDs()
23 is_bool(false, IsValidMessageID("", strip, lax), in testMessageIDs()
25 is_bool(false, IsValidMessageID("<invalid@test", strip, lax), in testMessageIDs()
27 is_bool(false, IsValidMessageID("invalid@test>", strip, lax), in testMessageIDs()
35 is_bool(false, IsValidMessageID("<invalid>", strip, lax), in testMessageIDs()
49 is_bool(false, IsValidMessageID("<>", strip, lax), in testMessageIDs()
51 is_bool(false, IsValidMessageID("<a@>", strip, lax), in testMessageIDs()
61 is_bool(false, IsValidMessageID("<invalid@>", strip, lax), in testMessageIDs()
63 is_bool(false, IsValidMessageID("<@invalid>", strip, lax), in testMessageIDs()
[all …]
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/
H A Dscanline.c121 if (strip) in destroy_asim_strip()
137 free (strip); in destroy_asim_strip()
146 ASIMStrip *strip; in create_asim_strip() local
157 free (strip); in create_asim_strip()
170 strip->size = i; in create_asim_strip()
178 return strip; in create_asim_strip()
191 strip->lines[i] = strip->lines[i+1]; in advance_asim_strip()
192 strip->aux_data[i] = strip->aux_data[i+1]; in advance_asim_strip()
194 strip->lines[strip->size-1] = tmp; in advance_asim_strip()
195 strip->aux_data[strip->size-1] = aux_tmp; in advance_asim_strip()
[all …]
/dports/graphics/libafterimage/libAfterImage-1.20/
H A Dscanline.c121 if (strip) in destroy_asim_strip()
137 free (strip); in destroy_asim_strip()
146 ASIMStrip *strip; in create_asim_strip() local
157 free (strip); in create_asim_strip()
170 strip->size = i; in create_asim_strip()
178 return strip; in create_asim_strip()
191 strip->lines[i] = strip->lines[i+1]; in advance_asim_strip()
192 strip->aux_data[i] = strip->aux_data[i+1]; in advance_asim_strip()
194 strip->lines[strip->size-1] = tmp; in advance_asim_strip()
195 strip->aux_data[strip->size-1] = aux_tmp; in advance_asim_strip()
[all …]
/dports/deskutils/dailystrips/dailystrips-1.0.28/
H A Ddailystrips888 my ($strip) = @_;
930 $addr = $defs{$strip}{'baseurl'} . $match . $defs{$strip}{'urlsuffix'};
936 $addr = $defs{$strip}{'baseurl'} . $defs{$strip}{'imageurl'};
941 …push(@strips,"$strip;$defs{$strip}{'name'};$defs{$strip}{'homepage'};$addr;$defs{$strip}{'referer'…
976 $strip = $1;
1033 unless ($defs{$strip}{'searchpage'}) {$defs{$strip}{'searchpage'} = $defs{$strip}{'homepage'}}
1036 $defs{$strip}{'referer'} = $defs{$strip}{'searchpage'}
1038 $defs{$strip}{'referer'} = $defs{$strip}{'homepage'}
1071 if ($defs{$strip}{$_} and $defs{$strip}{$_} !~ /^http:\/\//io) {
1090 if ($defs{$strip}{'imageurl'} and ($defs{$strip}{'baseurl'} or $defs{$strip}{'urlsuffix'})) {
[all …]

12345678910>>...432