Home
last modified time | relevance | path

Searched refs:to_line (Results 1 – 25 of 258) sorted by relevance

1234567891011

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/diff/
H A Dsuggestions_parser_spec.rb26 def blob_lines_data(from_line, to_line) argument
27 diff_file.new_blob_lines_between(from_line, to_line).join
60 to_line = position.new_line
62 expect(subject.first.to_hash).to include(from_content: blob_lines_data(from_line, to_line),
67 expect(subject.second.to_hash).to include(from_content: blob_lines_data(from_line, to_line),
106 to_line = position.new_line + 1
108 expect(subject.first.to_hash).to include(from_content: blob_lines_data(from_line, to_line),
116 to_line = position.new_line
118 expect(subject.second.to_hash).to eq(from_content: blob_lines_data(from_line, to_line),
126 to_line = position.new_line + 3
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/debuginfo-tests/dexter/dex/command/commands/
H A DDexLimitSteps.py20 self.to_line = on_line
23 self.to_line = kwargs.pop('to_line', 999999)
34 if isinstance(self.to_line, str):
35 if self.to_line == label:
36 self.to_line = lineno
42 return [label for label in (self.from_line, self.to_line)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/debuginfo-tests/dexter/dex/command/commands/
H A DDexLimitSteps.py20 self.to_line = on_line
23 self.to_line = kwargs.pop('to_line', 999999)
34 if isinstance(self.to_line, str):
35 if self.to_line == label:
36 self.to_line = lineno
42 return [label for label in (self.from_line, self.to_line)
/dports/devel/llvm12/llvm-project-12.0.1.src/debuginfo-tests/dexter/dex/command/commands/
H A DDexLimitSteps.py20 self.to_line = on_line
23 self.to_line = kwargs.pop('to_line', 999999)
34 if isinstance(self.to_line, str):
35 if self.to_line == label:
36 self.to_line = lineno
42 return [label for label in (self.from_line, self.to_line)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/debuginfo-tests/dexter/dex/command/commands/
H A DDexLimitSteps.py20 self.to_line = on_line
23 self.to_line = kwargs.pop('to_line', 999999)
34 if isinstance(self.to_line, str):
35 if self.to_line == label:
36 self.to_line = lineno
42 return [label for label in (self.from_line, self.to_line)
/dports/lang/sdcc/sdcc-4.0.0/support/cpp/libcpp/
H A Dline-map.c89 unsigned int sysp, const char *to_file, linenum_type to_line) in linemap_add() argument
154 to_line = SOURCE_LINE (from, from[1].start_location); in linemap_add()
163 map->to_line = to_line; in linemap_add()
189 linemap_line_start (struct line_maps *set, linenum_type to_line, in linemap_line_start() argument
196 int line_delta = to_line - last_line; in linemap_line_start()
229 || last_line != map->to_line in linemap_line_start()
232 map->to_file, to_line); in linemap_line_start()
234 r = map->start_location + ((to_line - map->to_line) << column_bits); in linemap_line_start()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/libcpp/
H A Dline-map.c89 unsigned int sysp, const char *to_file, unsigned int to_line) in linemap_add() argument
144 to_line = SOURCE_LINE (from, from[1].start_location); in linemap_add()
153 map->to_line = to_line; in linemap_add()
179 linemap_line_start (struct line_maps *set, unsigned int to_line, in linemap_line_start() argument
186 int line_delta = to_line - last_line; in linemap_line_start()
219 || last_line != map->to_line in linemap_line_start()
222 map->to_file, to_line); in linemap_line_start()
224 r = map->start_location + ((to_line - map->to_line) << column_bits); in linemap_line_start()
/dports/devel/cutter/cutter-1.2.6/cutter/
H A Dcut-colorize-differ.c40 gchar *to_line);
152 gchar *from_line, gchar *to_line) in diff_line() argument
160 cut_sequence_matcher_char_new_full(from_line, to_line, in diff_line()
188 to_width = cut_differ_util_compute_width(to_line, in diff_line()
205 write_inserted_segment(writer, to_line, in diff_line()
209 write_difference_spaces(writer, to_line, in diff_line()
214 to_line, in diff_line()
235 write_difference_spaces(writer, to_line, in diff_line()
241 to_line, in diff_line()
H A Dcut-readable-differ.c39 gchar *to_line);
99 gchar *from_line, gchar *to_line, in format_diff_point() argument
115 lines[0] = to_line; in format_diff_point()
154 gchar *from_line, gchar *to_line) in diff_line() argument
163 cut_sequence_matcher_char_new_full(from_line, to_line, in diff_line()
175 to_width = cut_differ_util_compute_width(to_line, in diff_line()
182 append_spaces(to_tags, to_line, in diff_line()
252 const gchar *from_line, *to_line; in diff_lines() local
256 to_line = to[to_index]; in diff_lines()
257 if (strcmp(from_line, to_line) == 0) { in diff_lines()
[all …]
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/replication/tcp/
H A Dcommands.py47 def to_line(self) -> str: member in Command
69 def to_line(self) -> str: member in _SimpleCommand
128 def to_line(self): member in RdataCommand
178 def to_line(self): member in PositionCommand
228 def to_line(self): member in ReplicateCommand
265 def to_line(self): member in UserSyncCommand
296 def to_line(self): member in ClearUserSyncsCommand
323 def to_line(self) -> str: member in FederationAckCommand
353 def to_line(self): member in UserIpCommand
/dports/security/sudo/sudo-1.9.8p2/src/
H A Dutmp.c194 utmp_login(const char *from_line, const char *to_line, int ttyfd, in utmp_login() argument
202 if (strncmp(to_line, _PATH_DEV, sizeof(_PATH_DEV) - 1) == 0) in utmp_login()
203 to_line += sizeof(_PATH_DEV) - 1; in utmp_login()
215 utmp_fill(to_line, user, ut_old, &utbuf); in utmp_login()
307 utmp_login(const char *from_line, const char *to_line, int ttyfd, in utmp_login() argument
317 if (strncmp(to_line, _PATH_DEV, sizeof(_PATH_DEV) - 1) == 0) in utmp_login()
318 to_line += sizeof(_PATH_DEV) - 1; in utmp_login()
321 slot = utmp_slot(to_line, ttyfd); in utmp_login()
345 utmp_fill(to_line, user, ut_old, &utbuf); in utmp_login()
/dports/misc/amanda-server/amanda-3.3.9/perl/Amanda/Curinfo/
H A DInfo.pm321 print $fh $self->{full}->to_line("full");
322 print $fh $self->{incr}->to_line("incr");
327 print $fh $stat->to_line();
332 print $fh $hist->to_line();
396 sub to_line subroutine
475 sub to_line subroutine
544 sub to_line subroutine
/dports/misc/amanda-client/amanda-3.3.9/perl/Amanda/Curinfo/
H A DInfo.pm321 print $fh $self->{full}->to_line("full");
322 print $fh $self->{incr}->to_line("incr");
327 print $fh $stat->to_line();
332 print $fh $hist->to_line();
396 sub to_line subroutine
475 sub to_line subroutine
544 sub to_line subroutine
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/libcpp/include/
H A Dline-map.h53 unsigned int to_line; member
111 (struct line_maps *set, unsigned int to_line, unsigned int max_column_hint);
126 const char *to_file, unsigned int to_line);
141 ((((LINE) - (MAP)->start_location) >> (MAP)->column_bits) + (MAP)->to_line)
/dports/lang/sdcc/sdcc-4.0.0/support/cpp/libcpp/include/
H A Dline-map.h61 linenum_type to_line; member
122 (struct line_maps *set, linenum_type to_line, unsigned int max_column_hint);
137 const char *to_file, linenum_type to_line);
151 ((((LOC) - (MAP)->start_location) >> (MAP)->column_bits) + (MAP)->to_line)
/dports/lang/ruby26/ruby-2.6.9/gems/test-unit-3.2.9/lib/test/unit/
H A Ddiff.rb541 def line_operations(from_line, to_line) argument
544 to_line = UTF8Line.new(to_line)
546 matcher = SequenceMatcher.new(from_line, to_line,
548 [from_line, to_line, matcher.operations]
571 def diff_line(from_line, to_line) argument
574 from_line, to_line, _operations = line_operations(from_line, to_line)
577 to_width = compute_width(to_line, to_start, to_end)
593 format_diff_point(from_line, to_line, from_tags, to_tags)
596 def format_diff_point(from_line, to_line, from_tags, to_tags) argument
598 n_leading_characters(to_line, ?\t)].min
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dline-map.h50 unsigned int to_line; member
96 source_location from_line, const char *to_file, unsigned int to_line);
110 #define SOURCE_LINE(MAP, LINE) ((LINE) + (MAP)->to_line - (MAP)->from_line)
H A Dline-map.c79 const char *to_file, unsigned int to_line) in linemap_add() argument
134 to_line = LAST_SOURCE_LINE (from) + 1; in linemap_add()
143 map->to_line = to_line; in linemap_add()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dline-map.h50 unsigned int to_line; member
96 source_location from_line, const char *to_file, unsigned int to_line);
110 #define SOURCE_LINE(MAP, LINE) ((LINE) + (MAP)->to_line - (MAP)->from_line)
H A Dline-map.c79 const char *to_file, unsigned int to_line) in linemap_add() argument
134 to_line = LAST_SOURCE_LINE (from) + 1; in linemap_add()
143 map->to_line = to_line; in linemap_add()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/debuginfo-tests/dexter/
H A DCommands.md113 DexExpectWatchType(expr, *types [,**from_line=1][,**to_line=Max]
124 to_line (int): Evaluate the expression to this line. Defaults to end of
127 this overrides from_line and to_line.
140 DexExpectWatchValue(expr, *values [,**from_line=1][,**to_line=Max]
151 to_line (int): Evaluate the expression to this line. Defaults to end of
154 this overrides from_line and to_line.
178 DexLimitSteps(expr, *values [, **from_line=1],[,**to_line=Max]
189 to_line (int): Define the end of the limited step range.
196 the test file defined by the range from_line and to_line or on_line.
/dports/devel/llvm12/llvm-project-12.0.1.src/debuginfo-tests/dexter/
H A DCommands.md115 DexExpectWatchType(expr, *types [,**from_line=1][,**to_line=Max]
126 to_line (int): Evaluate the expression to this line. Defaults to end of
129 this overrides from_line and to_line.
142 DexExpectWatchValue(expr, *values [,**from_line=1][,**to_line=Max]
153 to_line (int): Evaluate the expression to this line. Defaults to end of
156 this overrides from_line and to_line.
180 DexLimitSteps(expr, *values [, **from_line=1],[,**to_line=Max]
191 to_line (int): Define the end of the limited step range.
198 the test file defined by the range from_line and to_line or on_line.
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/debuginfo-tests/dexter/
H A DCommands.md115 DexExpectWatchType(expr, *types [,**from_line=1][,**to_line=Max]
126 to_line (int): Evaluate the expression to this line. Defaults to end of
129 this overrides from_line and to_line.
142 DexExpectWatchValue(expr, *values [,**from_line=1][,**to_line=Max]
153 to_line (int): Evaluate the expression to this line. Defaults to end of
156 this overrides from_line and to_line.
180 DexLimitSteps(expr, *values [, **from_line=1],[,**to_line=Max]
191 to_line (int): Define the end of the limited step range.
198 the test file defined by the range from_line and to_line or on_line.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/debuginfo-tests/dexter/
H A DCommands.md115 DexExpectWatchType(expr, *types [,**from_line=1][,**to_line=Max]
126 to_line (int): Evaluate the expression to this line. Defaults to end of
129 this overrides from_line and to_line.
142 DexExpectWatchValue(expr, *values [,**from_line=1][,**to_line=Max]
153 to_line (int): Evaluate the expression to this line. Defaults to end of
156 this overrides from_line and to_line.
180 DexLimitSteps(expr, *values [, **from_line=1],[,**to_line=Max]
191 to_line (int): Define the end of the limited step range.
198 the test file defined by the range from_line and to_line or on_line.
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/scripts/
H A Dformat-commit.sh186 local to_line=$(( from_line + offset ))
187 if [[ $from_line -gt 0 && $from_line -le $to_line ]] ; then
188 echo "-lines=$from_line:$to_line"

1234567891011