Home
last modified time | relevance | path

Searched refs:start_lineno (Results 1 – 25 of 205) sorted by relevance

123456789

/dports/biology/py-biom-format/biom-format-2.1.10/doc/sphinxext/numpydoc/numpydoc/
H A Dcomment_eater.py21 def __init__(self, start_lineno, end_lineno, text): argument
23 self.start_lineno = start_lineno
32 self.start_lineno = min(self.start_lineno, start[0])
37 return '%s(%r, %r, %r)' % (self.__class__.__name__, self.start_lineno,
45 def __init__(self, start_lineno, end_lineno): argument
46 self.start_lineno = start_lineno
54 self.start_lineno = min(self.start_lineno, start[0])
58 return '%s(%r, %r)' % (self.__class__.__name__, self.start_lineno,
100 def new_noncomment(self, start_lineno, end_lineno): argument
103 block = NonComment(start_lineno, end_lineno)
[all …]
/dports/net/samba412/samba-4.12.15/source4/heimdal/lib/asn1/
H A Dlex.l154 int c, start_lineno = lineno; variable
170 unterminated("comment", start_lineno);
173 int c, start_lineno = lineno; variable
210 unterminated("comment", start_lineno);
213 int start_lineno = lineno; variable
250 unterminated("string", start_lineno);
297 unterminated(const char *type, unsigned start_lineno) in unterminated() argument
299 lex_error_message("unterminated %s, possibly started on line %d\n", type, start_lineno); in unterminated()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/heimdal/lib/asn1/
H A Dlex.l148 int c, start_lineno = lineno; variable
164 unterminated("comment", start_lineno);
167 int c, start_lineno = lineno; variable
204 unterminated("comment", start_lineno);
207 int start_lineno = lineno; variable
244 unterminated("string", start_lineno);
291 unterminated(const char *type, unsigned start_lineno) in unterminated() argument
293 error_message("unterminated %s, possibly started on line %d\n", type, start_lineno); in unterminated()
/dports/devel/py-guppy3/guppy3-3.1.2/guppy/heapy/
H A DOutputHandling.py274 def get_more_state_msg(self, start_lineno, end_lineno): argument
280 return "Lines %d..%d%s. " % (start_lineno, end_lineno, of_num_lines)
282 def get_more_msg(self, start_lineno, end_lineno): argument
283 state_msg = self.get_more_state_msg(start_lineno, end_lineno)
295 start_lineno = printer._oh_get_start_lineno()
298 it = self.lines_from(start_lineno)
304 printer._oh_next_lineno = start_lineno
312 printer._oh_next_lineno = start_lineno
320 lineno = start_lineno
331 print(self.get_more_msg(start_lineno, lineno-1), file=ob)
/dports/devel/py-logilab-common/logilab-common-1.8.2/logilab/common/
H A Ddebugger.py51 def colorize(source, start_lineno, curlineno): argument
61 def colorize(source, start_lineno, curlineno): argument
70 lineno = index + start_lineno
194 source, start_lineno = getsource(self.curframe)
195 print(colorize("".join(source), start_lineno, self.curframe.f_lineno))
/dports/devel/py-executing/executing-0.8.2/tests/samples/
H A Dbird.py373 end_lineno = start_lineno + len(lines)
385 start_lineno=start_lineno, end_lineno=end_lineno,
473 start_lineno=lineno,
489 start_lineno=1, argument
494 end_lineno = start_lineno + len(source.splitlines())
511 and node.first_token.start[0] == start_lineno)
582 function_hash = h(filename + name + html_body + data + str(start_lineno))
593 lineno=start_lineno,
602 def _nodes_of_interest(self, traced_file, start_lineno, end_lineno): argument
629 if not start_lineno <= node.first_token.start[0] <= end_lineno:
[all …]
/dports/japanese/groff/groff-1.18.1.1/src/preproc/eqn/
H A Dmain.cc89 int start_lineno = current_lineno + 1; in do_file() local
108 init_lex(str.contents(), current_filename, start_lineno); in do_file()
153 int start_lineno = current_lineno; in inline_equation() local
169 start_delim, start_lineno, end_delim); in inline_equation()
179 init_lex(str.contents(), current_filename, start_lineno); in inline_equation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/logilab/logilab/common/
H A Ddebugger.py55 def colorize(source, start_lineno, curlineno): argument
64 lineno = index + start_lineno
188 source, start_lineno = getsource(self.curframe)
189 print(colorize(''.join(source), start_lineno,
/dports/textproc/groff/groff-1.22.4/src/preproc/eqn/
H A Dmain.cpp93 int start_lineno = current_lineno + 1; in do_file() local
112 init_lex(str.contents(), current_filename, start_lineno); in do_file()
162 int start_lineno = current_lineno; in inline_equation() local
178 start_delim, start_lineno, end_delim); in inline_equation()
188 init_lex(str.contents(), current_filename, start_lineno); in inline_equation()
/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dmoduli.c536 print_progress(unsigned long start_lineno, unsigned long current_lineno, in print_progress() argument
555 processed = current_lineno - start_lineno; in print_progress()
557 num_to_process = end_lineno - start_lineno; in print_progress()
583 char *checkpoint_file, unsigned long start_lineno, unsigned long num_lines) in prime_test() argument
602 end_lineno = start_lineno + num_lines; in prime_test()
618 last_processed = start_lineno = MAX(last_processed, start_lineno); in prime_test()
638 print_progress(start_lineno, count_in, end_lineno); in prime_test()
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dmoduli.c526 print_progress(unsigned long start_lineno, unsigned long current_lineno, in print_progress() argument
545 processed = current_lineno - start_lineno; in print_progress()
547 num_to_process = end_lineno - start_lineno; in print_progress()
573 char *checkpoint_file, unsigned long start_lineno, unsigned long num_lines) in prime_test() argument
592 end_lineno = start_lineno + num_lines; in prime_test()
608 last_processed = start_lineno = MAX(last_processed, start_lineno); in prime_test()
626 print_progress(start_lineno, count_in, end_lineno); in prime_test()
/dports/security/openssh-portable/openssh-8.8p1/
H A Dmoduli.c531 print_progress(unsigned long start_lineno, unsigned long current_lineno, in print_progress() argument
550 processed = current_lineno - start_lineno; in print_progress()
552 num_to_process = end_lineno - start_lineno; in print_progress()
578 char *checkpoint_file, unsigned long start_lineno, unsigned long num_lines) in prime_test() argument
596 end_lineno = start_lineno + num_lines; in prime_test()
610 last_processed = start_lineno = MAXIMUM(last_processed, start_lineno); in prime_test()
628 print_progress(start_lineno, count_in, end_lineno); in prime_test()
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dmoduli.c529 print_progress(unsigned long start_lineno, unsigned long current_lineno, in print_progress() argument
548 processed = current_lineno - start_lineno; in print_progress()
550 num_to_process = end_lineno - start_lineno; in print_progress()
576 char *checkpoint_file, unsigned long start_lineno, unsigned long num_lines) in prime_test() argument
595 end_lineno = start_lineno + num_lines; in prime_test()
611 last_processed = start_lineno = MAXIMUM(last_processed, start_lineno); in prime_test()
629 print_progress(start_lineno, count_in, end_lineno); in prime_test()
/dports/devel/pytype/pytype-2021.9.9/pytype/
H A Ddirectors.py116 def __init__(self, start_lineno): argument
117 self.start_line = start_lineno
129 def __init__(self, start_lineno): argument
131 self._start_line = start_lineno
168 self.start_lineno = None
205 self.start_lineno = lineno
348 assert open_variable_annotation.start_lineno
349 annotation_lineno = open_variable_annotation.start_lineno
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Dfevoices.h74 int start_lineno; // lineno, to restore in recursion variable
103 void newBuffer(char* s, feBufferTypes t, procinfo *pname = NULL, int start_lineno = 0);
H A Dfevoices.cc138 currentVoice->start_lineno = 1; in newFile()
149 currentVoice->start_lineno = 0; in newFile()
151 yylineno=currentVoice->start_lineno; in newFile()
217 currentVoice->start_lineno = yylineno; in newBuffer()
321 yylineno = currentVoice->start_lineno; in contBuffer()
687 p->start_lineno = 1; in feInitStdin()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/prompt_toolkit/layout/
H A Dlexers.py240 def create_line_generator(start_lineno, column=0): argument
246 text = '\n'.join(document.lines[start_lineno:])[column:]
255 return enumerate(split_lines(get_tokens()), start_lineno)
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/lexers/
H A Dpygments.py222 def create_line_generator(start_lineno, column=0): argument
228 text = '\n'.join(document.lines[start_lineno:])[column:]
239 return enumerate(split_lines(get_text_fragments()), start_lineno)
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/prompt_toolkit/layout/
H A Dlexers.py240 def create_line_generator(start_lineno, column=0): argument
246 text = '\n'.join(document.lines[start_lineno:])[column:]
255 return enumerate(split_lines(get_tokens()), start_lineno)
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/lexers/
H A Dpygments.py222 def create_line_generator(start_lineno, column=0): argument
228 text = '\n'.join(document.lines[start_lineno:])[column:]
239 return enumerate(split_lines(get_text_fragments()), start_lineno)
/dports/devel/pecl-vld/vld-0.17.2/
H A Dbranchinfo.c62 branch_info->branches[pos].start_lineno = lineno; in vld_branch_info_update()
137 branch_info->branches[last_start].end_lineno = branch_info->branches[i].start_lineno;
149 branch_info->branches[last_start].end_lineno = branch_info->branches[i].start_lineno;
271 branch_info->branches[i].start_lineno,
295 branch_info->branches[i].start_lineno,
/dports/devel/cppi/cppi-1.18/src/
H A Dcppi.l417 int start_lineno = lineno; variable
435 in_file, start_lineno);
463 in_file, start_lineno, (unsigned long) string_length,
735 int start_lineno = *line_number; in gobble_c_comment() local
758 in_file, start_lineno); in gobble_c_comment()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/include/
H A Dsearch_pattern.inc106 my $start_lineno= $cur_lineno - $search_echo_ctx;
107 $cur_lineno= $start_lineno > 0 ? $start_lineno: 1;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/include/
H A Dwait_for_search_pattern.inc106 my $start_lineno= $cur_lineno - $search_echo_ctx;
107 $cur_lineno= $start_lineno > 0 ? $start_lineno: 1;
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/include/
H A Dwait_for_search_pattern.inc106 my $start_lineno= $cur_lineno - $search_echo_ctx;
107 $cur_lineno= $start_lineno > 0 ? $start_lineno: 1;

123456789