Home
last modified time | relevance | path

Searched refs:line_prefix (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/dports/textproc/p5-Marpa-HTML/Marpa-HTML-0.112000/script/
H A Dhtml_fmt134 my $line_prefix = q{ } x $indent;
138 $result .= "$line_prefix$line\n";
146 .= $line_prefix
148 . $line_prefix
152 $result .= $line_prefix
168 .= "$line_prefix</$tagname>\n"
169 . $line_prefix
173 $result .= $line_prefix
189 .= "$line_prefix<!-- Next line is cruft -->\n";
197 $safe_cruft =~ s/^/ $line_prefix/gxms;
[all …]
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dffprint.c143 bfp->line_prefix = MemFree(bfp->line_prefix); in free_buff_contents()
498 StringCpy(bfp->line_prefix, line_prefix); in ff_StartPrint()
501 line_prefix++; in ff_StartPrint()
504 line_prefix++; in ff_StartPrint()
790 line_prefix = bfp->line_prefix; in CheckBufferState()
874 line_prefix++; in CheckBufferState()
877 line_prefix++; in CheckBufferState()
950 line_prefix = bfp->line_prefix; in NewContLine()
958 if (line_prefix) in NewContLine()
962 line_prefix++; in NewContLine()
[all …]
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/code/
H A Dide-language.c38 const gchar *line_prefix; in ide_language_format_header() local
50 line_prefix = gtk_source_language_get_metadata (self, "line-comment-start"); in ide_language_format_header()
54 line_prefix = " *"; in ide_language_format_header()
58 first_prefix = line_prefix; in ide_language_format_header()
59 last_prefix = line_prefix; in ide_language_format_header()
75 else if (line_prefix == NULL) in ide_language_format_header()
82 g_string_append (outstr, line_prefix); in ide_language_format_header()
102 if (line_prefix && *line_prefix == ' ') in ide_language_format_header()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/src/adapters/
H A Dspawning.rs19 line_prefix: &str, in postproc_line_prefix()
39 writeln!(oup, "{}[rga: binary data]\n", line_prefix)?; in postproc_line_prefix()
46 writeln!(oup, "{}[rga: binary data]\n", line_prefix)?; in postproc_line_prefix()
49 oup.write_all(line_prefix.as_bytes())?; in postproc_line_prefix()
59 fn postproc(line_prefix: &str, inp: &mut dyn Read, oup: &mut dyn Write) -> Fallible<()> { in postproc()
60 postproc_line_prefix(line_prefix, inp, oup) in postproc()
74 line_prefix: &str, in pipe_output()
80 cp: fn(line_prefix: &str, &mut dyn Read, &mut dyn Write) -> Fallible<()>, in pipe_output()
93 s.spawn(|_| cp(line_prefix, &mut stdo, oup).unwrap()); // errors? in pipe_output()
116 line_prefix, in adapt()
[all …]
H A Dzip.rs55 line_prefix, in adapt()
69 line_prefix, in adapt()
75 let line_prefix = &format!("{}{}: ", line_prefix, file.name()); in adapt() localVariable
81 line_prefix, in adapt()
H A Dtar.rs44 line_prefix, in adapt()
60 let line_prefix = &format!("{}{}: ", line_prefix, path.display()); in adapt() localVariable
67 line_prefix, in adapt()
H A Dpdfpages.rs51 line_prefix, in adapt()
58 writeln!(oup, "{}[rga: skipping pdfpages in archive]", line_prefix,)?; in adapt()
99 line_prefix: &format!("{}Page {}:", line_prefix, i + 1), in adapt()
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/foxxll/foxxll/io/
H A Diostats.cpp689 << "\n" << line_prefix; in to_ostream()
699 o << "\n" << line_prefix; in to_ostream()
703 << "\n" << line_prefix; in to_ostream()
726 o << "\n" << line_prefix; in to_ostream()
730 << "\n" << line_prefix; in to_ostream()
741 << "\n" << line_prefix; in to_ostream()
766 o << "\n" << line_prefix in to_ostream()
776 o << "\n" << line_prefix in to_ostream()
795 << "\n" << line_prefix in to_ostream()
799 << "\n" << line_prefix in to_ostream()
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/core/lib/uri/
H A Duri_parser.cc40 char* line_prefix; in bad_uri() local
44 gpr_asprintf(&line_prefix, "bad uri.%s: '", section); in bad_uri()
45 pfx_len = strlen(line_prefix) + pos; in bad_uri()
46 gpr_log(GPR_ERROR, "%s%s'", line_prefix, uri_text); in bad_uri()
47 gpr_free(line_prefix); in bad_uri()
49 line_prefix = static_cast<char*>(gpr_malloc(pfx_len + 1)); in bad_uri()
50 memset(line_prefix, ' ', pfx_len); in bad_uri()
51 line_prefix[pfx_len] = 0; in bad_uri()
52 gpr_log(GPR_ERROR, "%s^ here", line_prefix); in bad_uri()
53 gpr_free(line_prefix); in bad_uri()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/lib/uri/
H A Duri_parser.cc40 char* line_prefix; in bad_uri() local
44 gpr_asprintf(&line_prefix, "bad uri.%s: '", section); in bad_uri()
45 pfx_len = strlen(line_prefix) + pos; in bad_uri()
46 gpr_log(GPR_ERROR, "%s%s'", line_prefix, uri_text); in bad_uri()
47 gpr_free(line_prefix); in bad_uri()
49 line_prefix = static_cast<char*>(gpr_malloc(pfx_len + 1)); in bad_uri()
50 memset(line_prefix, ' ', pfx_len); in bad_uri()
51 line_prefix[pfx_len] = 0; in bad_uri()
52 gpr_log(GPR_ERROR, "%s^ here", line_prefix); in bad_uri()
53 gpr_free(line_prefix); in bad_uri()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/
H A Dcfg-parser.c212 _format_source_prefix(gchar *line_prefix, gsize line_prefix_len, gint lineno, gboolean error_locati… in CFG_PARSER_IMPLEMENT_LEXER_BINDING()
214 g_snprintf(line_prefix, line_prefix_len, "%d", lineno); in CFG_PARSER_IMPLEMENT_LEXER_BINDING()
217 for (gint i = strlen(line_prefix); i < 6; i++) in CFG_PARSER_IMPLEMENT_LEXER_BINDING()
218 g_strlcat(line_prefix, "-", line_prefix_len); in CFG_PARSER_IMPLEMENT_LEXER_BINDING()
220 g_strlcat(line_prefix, ">", line_prefix_len); in CFG_PARSER_IMPLEMENT_LEXER_BINDING()
244 gchar line_prefix[12]; in _print_underlined_source_block() local
254 _format_source_prefix(line_prefix, sizeof(line_prefix), lineno, in _print_underlined_source_block()
257 fprintf(stderr, "%-8s%s%s", line_prefix, line, line_ends_with_newline ? "" : "\n"); in _print_underlined_source_block()
262 fprintf(stderr, "%-8s", line_prefix); in _print_underlined_source_block()
/dports/x11/remontoire/remontoire-1.4.0/src/
H A Dconfig_parser.vala28 private string line_prefix;
30 public ConfigParser(string config, string line_prefix) {
32 this.line_prefix = line_prefix;
42 if (line_prefix != "") {
43 prefix = line_prefix + REMONTOIRE_LINE_WRAPPER;
49 if (line_prefix != "") {
50 trimmedLine = trimmedLine.substring(line_prefix.length);
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/script/
H A Dgenerate-txt-from-texi.sh994 line_prefix = "";
1095 line_prefix = line_prefix " ";
1133 line_prefix = line_prefix " ";
1159 line_prefix = line_prefix " ";
1352 $0 = line_prefix execute_commands($0);
/dports/x11-wm/libwraster/WindowMaker-0.95.9/script/
H A Dgenerate-txt-from-texi.sh994 line_prefix = "";
1095 line_prefix = line_prefix " ";
1133 line_prefix = line_prefix " ";
1159 line_prefix = line_prefix " ";
1352 $0 = line_prefix execute_commands($0);
/dports/devel/brz/breezy-3.2.0/breezy/tests/blackbox/
H A Dtest_pack.py26 def _make_versioned_file(self, path, line_prefix='line', total_lines=10): argument
27 self._make_file(path, line_prefix, total_lines, versioned=True)
29 def _make_file(self, path, line_prefix, total_lines, versioned): argument
32 text += line_prefix + str(i + 1) + "\n"
/dports/devel/py-clikit/clikit-0.6.2/src/clikit/ui/components/
H A Dparagraph.py19 line_prefix = " " * indentation
24 "\n" + line_prefix,
28 io.write(line_prefix + text.rstrip() + "\n")
H A Dlabeled_paragraph.py43 line_prefix = " " * indentation
59 "\n" + line_prefix + text_prefix,
68 line_prefix, self._label, label_width, text.rstrip()
/dports/textproc/pdfgrep/pdfgrep-2.1.1/src/
H A Doutput.cc63 line_prefix(context.out, context.filename, false, context.pagenum); in print_only_match()
76 std::ostream& line_prefix(const Outconf& outconf, const std::string& filename, in line_prefix() function
78 line_prefix(outconf, filename, in_context); in line_prefix()
101 std::ostream& line_prefix(const Outconf& outconf, const std::string& filename, in line_prefix() function
138 line_prefix(context.out, context.filename, false, context.pagenum); in print_matches()
190 line_prefix(context.out, context.filename, true, context.pagenum) << *l << endl; in print_context_before()
216 line_prefix(context.out, context.filename, true, context.pagenum) in print_context_after()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/src/
H A Dpreproc.rs31 line_prefix, in rga_preproc()
43 writeln!(oup, "{}[rga: max archive recursion reached]", line_prefix)?; in rga_preproc()
107 line_prefix, in rga_preproc()
140 line_prefix, in rga_preproc()
158 spawning::postproc_line_prefix(line_prefix, inp, oup)?; in rga_preproc()
/dports/devel/py-pudb/pudb-2020.1/pudb/
H A Dsource_view.py100 line_prefix = ""
105 line_prefix = self.line_nr
107 line_prefix = crnt+bp+line_prefix
112 line_prefix_len = len(line_prefix)
114 encoded_line_prefix, line_prefix_cs = apply_target_encoding(line_prefix)
116 assert len(encoded_line_prefix) == len(line_prefix)
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/
H A Dpts_user_io.php261 …($user_string, $options_r, $allow_multi_select = false, $return_index = false, $line_prefix = null) argument
286 …$line_offset = strlen($line_prefix . ($i + 1) . ': ' . str_repeat(' ', strlen($option_count) - str…
287 …echo $line_prefix . pts_client::cli_just_bold(($i + 1) . ': ') . str_repeat(' ', strlen($option_co…
291 …echo $line_prefix . pts_client::cli_colored_text('** Multiple items can be selected, delimit by a …
298 $select_choice = readline($line_prefix . $user_string . ': ');
302 echo $line_prefix . pts_client::cli_just_bold($user_string . ': ');
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/diff/
H A Dhighlight.rb103 line_prefix = diff_line.text =~ PREFIX_REGEXP ? Regexp.last_match(1) : ' '
104 rich_line.prepend(line_prefix).concat("\n")
132 line_prefix = diff_line.text =~ PREFIX_REGEXP ? Regexp.last_match(1) : ' '
133 "#{line_prefix}#{rich_line}".html_safe
/dports/lang/gnu-cobol/gnucobol-3.1.2/tests/cobol85/
H A Dreport.pl308 my $line_prefix = sprintf("%-11s", $in);
311 print LOG_FH ("$line_prefix ----- test skipped -----\n");
365 print LOG_FH ("$line_prefix ***** compile error *****\n");
387 print LOG_FH ("$line_prefix 0 0 0 0 0 OK\n");
429 print LOG_FH ("$line_prefix ***** execute error $ret *****\n");
563 printf LOG_FH ("$line_prefix %5s %4s %4s %7s %7s %s\n",
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/readers/
H A Dfasta_exception.cpp85 const char *line_prefix = ""; in ConvertBadIndexesToString() local
127 out << line_prefix << "On line " << lineNum << ": "; in ConvertBadIndexesToString()
128 line_prefix = ", "; in ConvertBadIndexesToString()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/readers/
H A Dfasta_exception.cpp85 const char *line_prefix = ""; in ConvertBadIndexesToString() local
127 out << line_prefix << "On line " << lineNum << ": "; in ConvertBadIndexesToString()
128 line_prefix = ", "; in ConvertBadIndexesToString()

12345678910>>...16