Home
last modified time | relevance | path

Searched refs:extra_lines (Results 1 – 25 of 135) sorted by relevance

123456

/dports/textproc/R-cran-rmarkdown/rmarkdown/R/
H A Dlatex_dependencies.R6 latex_dependency <- function(name, options = NULL, extra_lines = NULL) { argument
7 output <- list(name = name, options = options, extra_lines = extra_lines) nameattr
25 latex_dependency_tikz <- function(libraries, options = NULL, extra_lines = NULL) { argument
27 latex_dependency("tikz", options = options, extra_lines = c(libraries, extra_lines))
56 one_string(c(pkg, dep$extra_lines))
/dports/net/pjsip/pjproject-2.11.1/tests/pjsua/
H A Dinc_sdp.py17 def session(local_ip="127.0.0.1", extra_lines="", net_type="IN", addr_type="IP4"): argument
22 sdp = sdp.replace("$SDP_LINES", extra_lines)
26 def media(media_type="audio", local_port=4000, local_ip="127.0.0.1", extra_lines="", argument
35 sdp = sdp.replace("$SDP_LINES", extra_lines)
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/rich/
H A Dtraceback.py45 extra_lines: int = 3,
83 extra_lines=extra_lines,
207 extra_lines: int = 3,
226 self.extra_lines = extra_lines
241 extra_lines: int = 3,
274 extra_lines=extra_lines,
559 frame.lineno - self.extra_lines,
560 frame.lineno + self.extra_lines,
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozboot/mozboot/
H A Dandroid.py272 extra_lines = []
274 extra_lines += [
278 if extra_lines:
279 extra_lines.append('')
289 extra_lines='\n'.join(extra_lines),
/dports/textproc/py-rich/rich-10.16.1/rich/
H A Dtraceback.py45 extra_lines: int = 3,
86 extra_lines=extra_lines,
217 extra_lines: int = 3,
238 self.extra_lines = extra_lines
263 extra_lines: int = 3,
300 extra_lines=extra_lines,
618 frame.lineno - self.extra_lines,
619 frame.lineno + self.extra_lines,
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/base/
H A Ddebuginfo.cpp64 int extra_lines = verbose ? EXTRA_LINES : 0; in ShowCodeLocation() local
66 if (lineno < di.FirstLine - extra_lines || lineno > di.LastLine + extra_lines) in ShowCodeLocation()
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozboot/mozboot/
H A Dandroid.py310 extra_lines = []
311 if extra_lines:
312 extra_lines.append('')
323 extra_lines='\n'.join(extra_lines),
/dports/textproc/R-cran-rmarkdown/rmarkdown/man/
H A Dlatex_dependency.Rd7 latex_dependency(name, options = NULL, extra_lines = NULL)
14 \item{extra_lines}{LaTeX code related to the package added to the preamble}
H A Dlatex-dependencies.Rd8 latex_dependency_tikz(libraries, options = NULL, extra_lines = NULL)
15 \item{extra_lines}{LaTeX code related to the package added to the preamble}
/dports/www/firefox-esr/firefox-91.8.0/python/mozboot/mozboot/
H A Dandroid.py378 extra_lines = []
379 if extra_lines:
380 extra_lines.append("")
391 extra_lines="\n".join(extra_lines),
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozboot/mozboot/
H A Dandroid.py378 extra_lines = []
379 if extra_lines:
380 extra_lines.append("")
391 extra_lines="\n".join(extra_lines),
/dports/net/p5-Net-Google-PicasaWeb/Net-Google-PicasaWeb-0.11/bin/
H A Dpicasa-list154 my @extra_lines;
160 $extra_lines[$i] = \@lines;
165 while (grep { defined $_ and @{ $_ } > 0 } @extra_lines) {
168 my $col = $extra_lines[$i];
/dports/math/py-fvcore/fvcore-0.1.5.post20210924/fvcore/nn/
H A Dprint_model_statistics.py253 extra_lines = []
259 extra_lines.extend(extra_repr.split("\n"))
261 extra_lines.extend(printed_stats.split("\n"))
268 lines = extra_lines + child_lines
274 if len(extra_lines) == 1 and not child_lines:
275 main_str += extra_lines[0]
/dports/textproc/dbacl/dbacl-1.14.1/src/
H A Dutil.c364 bool_t fill_textbuf(FILE *input, int *extra_lines) { in fill_textbuf() argument
394 } else if( *extra_lines > 0 ) { in fill_textbuf()
396 *extra_lines = (*extra_lines) - 1; in fill_textbuf()
H A Dfh.c574 int extra_lines = 2; in process_file() local
585 if( u_options & (1<<U_OPTION_FILTER) ) { extra_lines = 0; } in process_file()
588 while( fill_textbuf(input, &extra_lines) ) { in process_file()
731 int extra_lines = 2; in w_process_file() local
744 if( u_options & (1<<U_OPTION_FILTER) ) { extra_lines = 0; } in w_process_file()
746 while( fill_textbuf(input, &extra_lines) ) { in w_process_file()
/dports/devel/p5-Tickit-Widgets/Tickit-Widgets-0.34/lib/Tickit/Widget/
H A DFrame.pm263 my $extra_lines = $_has_edge{top} + $_has_edge{bottom};
265 if( $lines > $extra_lines and $cols > $extra_cols ) {
266 my @geom = ( $_has_edge{top}, $_has_edge{left}, $lines - $extra_lines, $cols - $extra_cols );
/dports/sysutils/linrename/util-linux-2.25.2/text-utils/
H A Dcol.c153 int extra_lines; /* # of lines above first line */ in main() local
220 adjust = cur_col = extra_lines = warned = 0; in main()
319 extra_lines++; in main()
376 flush_lines(this_line - nflushd_lines + extra_lines + 1); in main()
/dports/devel/util-linux/util-linux-2.36/text-utils/
H A Dcol.c169 int extra_lines; /* # of lines above first line */ in main() local
237 adjust = cur_col = extra_lines = warned = 0; in main()
339 extra_lines++; in main()
401 flush_lines(this_line - nflushd_lines + extra_lines + 1); in main()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/ppc/
H A Dtable.c284 int extra_lines = 0; local
289 extra_lines++;
293 file->line_nr += extra_lines;
/dports/devel/avr-gdb/gdb-7.3.1/sim/ppc/
H A Dtable.c284 int extra_lines = 0; local
289 extra_lines++;
293 file->line_nr += extra_lines;
/dports/devel/gdb761/gdb-7.6.1/sim/ppc/
H A Dtable.c283 int extra_lines = 0; local
288 extra_lines++;
292 file->line_nr += extra_lines;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/ppc/
H A Dtable.c284 int extra_lines = 0; local
289 extra_lines++;
293 file->line_nr += extra_lines;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/src/
H A Didl_gen_dart.cpp182 const std::string &extra_lines, in GenDocComment() argument
184 if (dc.empty() && extra_lines.empty()) { in GenDocComment()
195 if (!extra_lines.empty()) { in GenDocComment()
203 auto end = extra_lines.find('\n', start); in GenDocComment()
205 code += "/// " + extra_lines.substr(start, end - start) + "\n"; in GenDocComment()
208 code += "/// " + extra_lines.substr(start) + "\n"; in GenDocComment()
216 const std::string &extra_lines) { in GenDocComment() argument
217 GenDocComment(std::vector<std::string>(), code_ptr, extra_lines); in GenDocComment()
/dports/misc/mnn/MNN-1.2.0/3rd_party/flatbuffers/src/
H A Didl_gen_dart.cpp176 const std::string &extra_lines, in GenDocComment() argument
178 if (dc.empty() && extra_lines.empty()) { in GenDocComment()
190 if (!extra_lines.empty()) { in GenDocComment()
198 auto end = extra_lines.find('\n', start); in GenDocComment()
200 code += "/// " + extra_lines.substr(start, end - start) + "\n"; in GenDocComment()
203 code += "/// " + extra_lines.substr(start) + "\n"; in GenDocComment()
211 const std::string &extra_lines) { in GenDocComment() argument
212 GenDocComment(std::vector<std::string>(), code_ptr, extra_lines); in GenDocComment()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/flatbuffers/src/src/
H A Didl_gen_dart.cpp186 const std::string &extra_lines, in GenDocComment() argument
188 if (dc.empty() && extra_lines.empty()) { in GenDocComment()
199 if (!extra_lines.empty()) { in GenDocComment()
207 auto end = extra_lines.find('\n', start); in GenDocComment()
209 code += "/// " + extra_lines.substr(start, end - start) + "\n"; in GenDocComment()
212 code += "/// " + extra_lines.substr(start) + "\n"; in GenDocComment()
220 const std::string &extra_lines) { in GenDocComment() argument
221 GenDocComment(std::vector<std::string>(), code_ptr, extra_lines); in GenDocComment()

123456