/dports/devel/p5-FileHandle-Unget/FileHandle-Unget-0.1634/lib/FileHandle/ |
H A D | Unget.pm | 389 my @other_lines = $self->{'fh'}->getlines(@_); 393 @other_lines = () if @other_lines && !defined($other_lines[0]); 395 if ($line eq '' && !@other_lines) 401 $line .= join('', @other_lines); 451 my @other_lines = $self->{'fh'}->getlines(@_); 453 if (@other_lines) 455 if (defined $other_lines[0]) 470 push @buffer_lines, @other_lines; 479 my @other_lines = $self->{'fh'}->getlines(@_); 481 if ($buffer_lines[0] eq '' && !defined $other_lines[0]) [all …]
|
/dports/net-im/pidgin-sipe/pidgin-sipe-1.24.0/contrib/debug/ |
H A D | parse_valgrind.pl | 26 my $other_lines; 36 undef $other_lines; 50 undef $other_lines; 55 $other_lines++ 63 } elsif (defined($other_lines)) { 64 undef $other_lines if $remainder eq "";
|
/dports/games/megaglest/megaglest-source-3.13.0/source/tools/merge_new_language_vars/ |
H A D | merge_new_language_vars.pl | 69 my %other_lines; 88 $other_lines{ $var } = $other_line; 113 if ( $other_lines{ $var } ) { 114 print OUT $other_lines{ $var };
|
/dports/games/scummvm/scummvm-2.5.1/engines/glk/adrift/ |
H A D | sxscript.cpp | 236 sc_char *line, *first_line, *other_lines; in scr_get_next_section() local 240 first_line = other_lines = NULL; in scr_get_next_section() 257 other_lines = scr_concatenate(other_lines, line); in scr_get_next_section() 272 sx_free(other_lines); in scr_get_next_section() 279 *expectation = other_lines ? sx_normalize_string(other_lines) : NULL; in scr_get_next_section()
|
/dports/games/scare/scare-1.3.10/source/ |
H A D | sxscript.c | 273 sc_char *line, *first_line, *other_lines; in scr_get_next_section() local 277 first_line = other_lines = NULL; in scr_get_next_section() 298 other_lines = scr_concatenate (other_lines, line); in scr_get_next_section() 315 sx_free (other_lines); in scr_get_next_section() 323 *expectation = other_lines ? sx_normalize_string (other_lines) : NULL; in scr_get_next_section()
|
/dports/devel/brz/breezy-3.2.0/breezy/plugins/news_merge/ |
H A D | news_merge.py | 39 other_lines = list(simple_parse_lines(params.other_lines)) 41 m3 = merge3.Merge3(base_lines, this_lines, other_lines,
|
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/ |
H A D | request_wrap.py | 129 other_lines = other[ 'lines' ] 130 if len( lines ) != len( other_lines ): 134 if ( lines[ : line_num - 1 ] != other_lines[ : line_num - 1 ] or 135 lines[ line_num : ] != other_lines[ line_num : ] ):
|
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Convert/Tex/ |
H A D | latex_recover.cpp | 93 other_lines (string s) { in other_lines() function 128 string ss= other_lines (latex_error_head (s)); in latex_error_explain() 140 string l2= first_line (other_lines (t)); in latex_error_position() 156 string x= other_lines (other_lines (t)); in latex_error_extra() 185 string l2= other_lines (ls); in latex_error_find()
|
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/Root/ |
H A D | HTTPget.pm | 161 my ($status_line,@other_lines) = split $CRLF,$response; 165 my %headers = map {/^(\S+): (.+)/} @other_lines; 241 my ($status_line,@other_lines) = split $CRLF,$response; 245 my %headers = map {/^(\S+): (.+)/} @other_lines;
|
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account/models/ |
H A D | account_bank_statement.py | 565 other_lines = self.env['account.move.line'] 573 other_lines += line 574 return liquidity_lines, suspense_lines, other_lines 793 liquidity_lines, suspense_lines, other_lines = st_line._seek_for_lines() 910 liquidity_lines, suspense_lines, other_lines = st_line._seek_for_lines() 989 liquidity_lines, suspense_lines, other_lines = st_line._seek_for_lines() 1001 for line in other_lines: 1036 liquidity_lines, suspense_lines, other_lines = self._seek_for_lines() 1041 if not self.move_id.to_check and other_lines: 1203 liquidity_lines, suspense_lines, other_lines = self._seek_for_lines() [all …]
|
/dports/math/py-networkx/networkx-2.6.3/networkx/readwrite/tests/ |
H A D | test_pajek.py | 112 other_lines = self.data.split("\n")[1:] 113 data = line + "\n".join(other_lines)
|
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gold/ |
H A D | dwarf_reader.h | 966 std::vector<std::string>* other_lines) in addr2line() argument 967 { return this->do_addr2line(shndx, offset, other_lines); } in addr2line() 977 size_t cache_size, std::vector<std::string>* other_lines); 987 std::vector<std::string>* other_lines) = 0; 1009 std::vector<std::string>* other_lines);
|
/dports/lang/gnatdroid-binutils/binutils-2.27/gold/ |
H A D | dwarf_reader.h | 966 std::vector<std::string>* other_lines) in addr2line() argument 967 { return this->do_addr2line(shndx, offset, other_lines); } in addr2line() 977 size_t cache_size, std::vector<std::string>* other_lines); 987 std::vector<std::string>* other_lines) = 0; 1009 std::vector<std::string>* other_lines);
|
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/ |
H A D | missed_spans.rs | 282 let other_lines = &subslice[offset + 1..]; in process_comment() localVariable 284 rewrite_comment(other_lines, false, comment_shape, self.config) in process_comment() 285 .unwrap_or_else(|| String::from(other_lines)); in process_comment()
|
/dports/biology/p5-Bio-Das/Bio-Das-1.17/Das/HTTP/ |
H A D | Fetch.pm | 476 my ($status_line,@other_lines) = split $CRLF,$header; 482 if(my ($line) = grep /^WWW-Authenticate:\s+/, @other_lines){ 496 $self->do_headers(@other_lines) || return;
|
/dports/devel/binutils/binutils-2.37/gold/ |
H A D | dwarf_reader.h | 1009 std::vector<std::string>* other_lines) in addr2line() argument 1010 { return this->do_addr2line(shndx, offset, other_lines); } in addr2line() 1020 size_t cache_size, std::vector<std::string>* other_lines); 1030 std::vector<std::string>* other_lines) = 0; 1054 std::vector<std::string>* other_lines);
|
/dports/devel/arm-elf-binutils/binutils-2.37/gold/ |
H A D | dwarf_reader.h | 1009 std::vector<std::string>* other_lines) in addr2line() argument 1010 { return this->do_addr2line(shndx, offset, other_lines); } in addr2line() 1020 size_t cache_size, std::vector<std::string>* other_lines); 1030 std::vector<std::string>* other_lines) = 0; 1054 std::vector<std::string>* other_lines);
|
/dports/devel/gnulibiberty/binutils-2.37/gold/ |
H A D | dwarf_reader.h | 1009 std::vector<std::string>* other_lines) in addr2line() argument 1010 { return this->do_addr2line(shndx, offset, other_lines); } in addr2line() 1020 size_t cache_size, std::vector<std::string>* other_lines); 1030 std::vector<std::string>* other_lines) = 0; 1054 std::vector<std::string>* other_lines);
|
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account/tests/ |
H A D | test_account_bank_statement.py | 412 liquidity_lines, suspense_lines, other_lines = statement_line._seek_for_lines() 931 liquidity_lines, suspense_lines, other_lines = statement_line._seek_for_lines() 933 self.assertRecordValues(other_lines, [expected_counterpart_values]) 938 liquidity_lines, suspense_lines, other_lines = statement_line._seek_for_lines() 940 self.assertRecordValues(other_lines.sorted('balance', reverse=amount < 0.0), [ 958 liquidity_lines, suspense_lines, other_lines = statement_line._seek_for_lines() 960 self.assertRecordValues(other_lines.sorted('balance', reverse=amount < 0.0), [
|
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/meta/src/ |
H A D | srcgen.rs | 226 let mut other_lines = if let Some(indent) = indent { in parse_multiline() localVariable 240 trimmed.append(&mut other_lines); in parse_multiline()
|
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-meta-0.44.0/src/ |
H A D | srcgen.rs | 226 let mut other_lines = if let Some(indent) = indent { in parse_multiline() localVariable 240 trimmed.append(&mut other_lines); in parse_multiline()
|
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen-meta/src/ |
H A D | srcgen.rs | 226 let mut other_lines = if let Some(indent) = indent { in parse_multiline() localVariable 240 trimmed.append(&mut other_lines); in parse_multiline()
|
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen-meta/src/ |
H A D | srcgen.rs | 226 let mut other_lines = if let Some(indent) = indent { in parse_multiline() localVariable 240 trimmed.append(&mut other_lines); in parse_multiline()
|
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen-meta/src/ |
H A D | srcgen.rs | 226 let mut other_lines = if let Some(indent) = indent { in parse_multiline() localVariable 240 trimmed.append(&mut other_lines); in parse_multiline()
|
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen-meta/src/ |
H A D | srcgen.rs | 226 let mut other_lines = if let Some(indent) = indent { in parse_multiline() localVariable 240 trimmed.append(&mut other_lines); in parse_multiline()
|