Home
last modified time | relevance | path

Searched defs:lines (Results 1 – 25 of 7494) sorted by relevance

12345678910>>...300

/dports/devel/notcurses/notcurses-3.0.1/cffi/src/notcurses/
H A Dbuild_notcurses.py15 lines = fp.read().splitlines() variable
40 lines = '\n'.join(lines + direct_lines + nckeys_lines) variable
41 lines = re.sub(r'(?m)(^static (.*[^;]\n)+.*)\(\(deprecated\)\);', r'', lines) variable
42 lines = re.sub(r'(?m)(^(ALLOC |__attribute__ .*)?static (.*[^{]\n)+.*)\{$(?s:.*?^\}$)', r'\1;', lin… variable
46 lines = 'typedef ... sigset_t;\ntypedef ... va_list;\n' + lines variable
49 lines = re.sub(r'\b(API|RESTRICT|ALLOC|static) ', '', lines) variable
50 lines = lines.replace('__attribute__ ((unused))', '') variable
51 lines = re.sub(r'__attribute(__)? \(\(.*\)\)', '', lines) variable
61 lines = re.sub(r'(?m)^(#define [^ (]+) ((.*\\$\n)*.*$)', define, lines) variable
62 lines = re.sub(r'(?m)^(#define [^)\n]+\)) (.*\\$\n)*.*$', r'', lines) variable
/dports/www/newsboat/newsboat-2.22.1/test/
H A Dhtmlrenderer.cpp84 std::vector<std::pair<LineType, std::string>> lines; variable
107 std::vector<std::pair<LineType, std::string>> lines; variable
126 std::vector<std::pair<LineType, std::string>> lines; variable
137 std::vector<std::pair<LineType, std::string>> lines; variable
148 std::vector<std::pair<LineType, std::string>> lines; variable
208 std::vector<std::pair<LineType, std::string>> lines; variable
224 std::vector<std::pair<LineType, std::string>> lines; variable
241 std::vector<std::pair<LineType, std::string>> lines; variable
257 std::vector<std::pair<LineType, std::string>> lines; variable
271 std::vector<std::pair<LineType, std::string>> lines; variable
[all …]
/dports/biology/bbmap/bbmap/current/gff/
H A DGbffLocus.java10 public GbffLocus(ArrayList<byte[]> lines) { in GbffLocus()
16 int parseBlock(ArrayList<byte[]> lines){ in parseBlock()
53 private byte[] nextLine(ArrayList<byte[]> lines){ in nextLine()
65 private byte[] getLine(ArrayList<byte[]> lines){ in getLine()
70 private int advanceBlock(ArrayList<byte[]> lines){ in advanceBlock()
101 private int parseLocus(ArrayList<byte[]> lines){ in parseLocus()
132 private int parseVersion(ArrayList<byte[]> lines){ in parseVersion()
143 private int parseDBLink(ArrayList<byte[]> lines){ in parseDBLink()
151 private int parseSource(ArrayList<byte[]> lines){ in parseSource()
206 private int parseContig(ArrayList<byte[]> lines){ in parseContig()
[all …]
/dports/devel/cppunit/cppunit-1.14.0/src/DllPlugInTester/
H A DCommandLineParserTest.cpp32 CommandLineParserTest::parse( const char **lines ) in parse()
47 static const char *lines[] = { "", NULL }; in testEmptyCommandLine() local
67 static const char *lines[] = { "", "-c", NULL }; in testFlagCompiler() local
88 static const char *lines[] = { "", "--brief-progress", NULL }; in testLongFlagBriefProgress() local
109 static const char *lines[] = { "", "TestPlugIn.dll", NULL }; in testFileName() local
135 static const char *lines[] = { "", ":Core", NULL }; in testTestPath() local
156 static const char *lines[] = { "", "--xml", "Test Results.xml", NULL }; in testParameterWithSpace() local
178 static const char *lines[] = { "", "--xsl", NULL }; in testMissingStyleSheetParameterThrow() local
186 static const char *lines[] = { "", "--encoding", NULL }; in testMissingEncodingParameterThrow() local
194 static const char *lines[] = { "", "--xml", NULL }; in testXmlFileNameIsOptional() local
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/plumber/tests/testthat/
H A Dtest-parse-block.R10 lines <- c( vector
24 lines <- c("#'@png") vector
29 lines <- c("#'@jpeg") vector
35 lines <- c("#' @jpeg \t ") vector
41 lines <- c("#' @jpeg(w=1)") vector
47 lines <- c("#' @jpegs") vector
53 lines <- c("#'@jpeg (width=100)") vector
59 lines <- c("#'@jpeg width=100") vector
77 lines <- c("#* @tag test", vector
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/tests/org.eclipse.compare.tests/src/org/eclipse/compare/tests/
H A DPatchLinesTest.java33 int[] lines = parsePatch("196847/stuff_patch.txt"); in test_196847() local
40 int[] lines = parsePatch("deletion_autofuzz/patch.txt"); in test_deletion_autofuzz() local
47 int[] lines = parsePatch("patch_addition.txt"); in test_patch_addition() local
54 int[] lines = parsePatch("patch_context1.txt"); in test_patch_context1() local
61 int[] lines = parsePatch("patch_context3.txt"); in test_patch_context3() local
68 int[] lines = parsePatch("patch_workspacePatchAddition.txt"); in test_patch_workspacePatchAddition() local
75 int[] lines = parsePatch("patch_workspacePatchDelete.txt"); in test_patch_workspacePatchDelete() local
82 int[] lines = parsePatch("patch_workspacePatchMod.txt"); in test_patch_workspacePatchMod() local
90 int[] lines = parsePatch("patch_addition_context.txt"); in test_patch_addition_context() local
97 int[] lines = parsePatch("patch_oneline_context.txt"); in test_patch_oneline_context() local
[all …]
/dports/print/lyx/lyx-2.3.4.2/lib/lyx2lyx/
H A Dparser_tools.py240 def find_re(lines, rexp, start, end = 0): argument
256 def find_token_backwards(lines, token, start): argument
358 def del_token(lines, token, start, end = 0): argument
403 def find_nonempty_line(lines, start, end = 0): argument
412 def find_end_of_inset(lines, i): argument
417 def find_end_of_layout(lines, i): argument
422 def is_in_inset(lines, i, inset): argument
447 def get_containing_inset(lines, i): argument
474 def get_containing_layout(lines, i): argument
511 def count_pars_in_inset(lines, i): argument
[all …]
/dports/math/mpir/mpir-3.0.0/build.vc11/mpir-tune/tune/
H A Dtune_prebuild.py31 lines = [('#define TUNE_PROGRAM_BUILD 1\r\n').encode()] variable
38 lines = [('#define TUNE_PROGRAM_BUILD 1\r\n').encode()] variable
45 lines = [('#define TUNE_PROGRAM_BUILD 1\r\n').encode()] variable
53 lines = [('#define TUNE_PROGRAM_BUILD 1\r\n').encode()] variable
62 lines = [('%define SQR_KARATSUBA_THRESHOLD_OVERRIDE SQR_KARATSUBA_THRESHOLD_MAX\r\n').encode()] variable
69 lines = [('#define TUNE_PROGRAM_BUILD 1\r\n').encode()] variable
/dports/math/mpir/mpir-3.0.0/build.vc12/mpir-tune/tune/
H A Dtune_prebuild.py31 lines = [('#define TUNE_PROGRAM_BUILD 1\r\n').encode()] variable
38 lines = [('#define TUNE_PROGRAM_BUILD 1\r\n').encode()] variable
45 lines = [('#define TUNE_PROGRAM_BUILD 1\r\n').encode()] variable
53 lines = [('#define TUNE_PROGRAM_BUILD 1\r\n').encode()] variable
62 lines = [('%define SQR_KARATSUBA_THRESHOLD_OVERRIDE SQR_KARATSUBA_THRESHOLD_MAX\r\n').encode()] variable
69 lines = [('#define TUNE_PROGRAM_BUILD 1\r\n').encode()] variable
/dports/math/mpir/mpir-3.0.0/build.vc14/mpir-tune/tune/
H A Dtune_prebuild.py31 lines = [('#define TUNE_PROGRAM_BUILD 1\r\n').encode()] variable
38 lines = [('#define TUNE_PROGRAM_BUILD 1\r\n').encode()] variable
45 lines = [('#define TUNE_PROGRAM_BUILD 1\r\n').encode()] variable
53 lines = [('#define TUNE_PROGRAM_BUILD 1\r\n').encode()] variable
62 lines = [('%define SQR_KARATSUBA_THRESHOLD_OVERRIDE SQR_KARATSUBA_THRESHOLD_MAX\r\n').encode()] variable
69 lines = [('#define TUNE_PROGRAM_BUILD 1\r\n').encode()] variable
/dports/math/mpir/mpir-3.0.0/build.vc15/mpir-tune/tune/
H A Dtune_prebuild.py31 lines = [('#define TUNE_PROGRAM_BUILD 1\r\n').encode()] variable
38 lines = [('#define TUNE_PROGRAM_BUILD 1\r\n').encode()] variable
45 lines = [('#define TUNE_PROGRAM_BUILD 1\r\n').encode()] variable
53 lines = [('#define TUNE_PROGRAM_BUILD 1\r\n').encode()] variable
62 lines = [('%define SQR_KARATSUBA_THRESHOLD_OVERRIDE SQR_KARATSUBA_THRESHOLD_MAX\r\n').encode()] variable
69 lines = [('#define TUNE_PROGRAM_BUILD 1\r\n').encode()] variable
/dports/science/code_saturne/code_saturne-7.1.0/bin/
H A Dcs_batch.py314 def __parse_lines_slurm__(self, lines): argument
355 def __update_lines_slurm__(self, lines): argument
406 def __parse_lines_ccc__(self, lines): argument
433 def __update_lines_ccc__(self, lines): argument
462 def __parse_lines_lsf__(self, lines): argument
490 def __update_lines_lsf__(self, lines): argument
516 def __parse_lines_pbs__(self, lines): argument
575 def __update_lines_pbs__(self, lines): argument
629 def __parse_lines_sge__(self, lines): argument
666 def __update_lines_sge__(self, lines): argument
[all …]
/dports/math/py-bottleneck/Bottleneck-1.3.2/bottleneck/src/
H A Dbn_template.py45 def repeat_templating(lines): argument
59 def expand_functions_repeat(lines): argument
68 def repeat_info(lines): argument
96 def dtype_templating(lines): argument
110 def expand_functions_dtype(lines): argument
119 def dtype_info(lines): argument
148 def string_templating(lines): argument
161 def quote_string(lines): argument
171 def first_occurence(pattern, lines): argument
178 def next_block(lines, index, begine_pattern, end_pattern): argument
/dports/devel/cpputest/cpputest-4.0/scripts/convertToUnity/
H A Dcpp_u_test_to_unity_utils.rb29 def convert_setup(lines, group) argument
37 def convert_teardown(lines, group) argument
45 def convert_macros(lines, groups) argument
55 def get_test_group(lines) argument
65 def get_test_groups(lines) argument
77 def adjust_tabs(lines) argument
109 def demote_group(group, lines) argument
143 def search_and_destroy(pattern, lines) argument
153 def remove_extern_c(lines) argument
191 def generate_group_runner(group, lines) argument
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/scssphp/scssphp/tests/inputs/
H A Dcompass_extract.scss96 @mixin adjust-font-size-to($to-size, $lines: lines-for-font-size($to-size), $from-size: $base-font-… parameter
108 @mixin adjust-leading-to($lines, $font-size: $base-font-size) { parameter
114 $lines: 1, parameter
131 $lines: if($round-to-nearest-half-line, variable
135 $lines: $lines + if($round-to-nearest-half-line, 0.5, 1); variable
141 @mixin leader($lines: 1, $font-size: $base-font-size, $property: margin) { parameter
146 @mixin padding-leader($lines: 1, $font-size: $base-font-size) { parameter
151 @mixin margin-leader($lines: 1, $font-size: $base-font-size) { parameter
156 @mixin trailer($lines: 1, $font-size: $base-font-size, $property: margin) { parameter
161 @mixin padding-trailer($lines: 1, $font-size: $base-font-size) { parameter
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/common/
H A Ddwarf_line_to_module_unittest.cc47 vector<Module::Line> lines; in TEST() local
68 vector<Module::Line> lines; in TEST() local
128 vector<Module::Line> lines; in TEST() local
146 vector<Module::Line> lines; in TEST() local
164 vector<Module::Line> lines; in TEST() local
177 vector<Module::Line> lines; in TEST() local
190 vector<Module::Line> lines; in TEST() local
205 vector<Module::Line> lines; in TEST() local
221 vector<Module::Line> lines; in TEST() local
237 vector<Module::Line> lines; in TEST() local
[all …]
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/common/
H A Ddwarf_line_to_module_unittest.cc47 vector<Module::Line> lines; in TEST() local
68 vector<Module::Line> lines; in TEST() local
128 vector<Module::Line> lines; in TEST() local
146 vector<Module::Line> lines; in TEST() local
164 vector<Module::Line> lines; in TEST() local
177 vector<Module::Line> lines; in TEST() local
190 vector<Module::Line> lines; in TEST() local
205 vector<Module::Line> lines; in TEST() local
221 vector<Module::Line> lines; in TEST() local
237 vector<Module::Line> lines; in TEST() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/common/
H A Ddwarf_line_to_module_unittest.cc47 vector<Module::Line> lines; in TEST() local
68 vector<Module::Line> lines; in TEST() local
128 vector<Module::Line> lines; in TEST() local
146 vector<Module::Line> lines; in TEST() local
164 vector<Module::Line> lines; in TEST() local
177 vector<Module::Line> lines; in TEST() local
190 vector<Module::Line> lines; in TEST() local
205 vector<Module::Line> lines; in TEST() local
221 vector<Module::Line> lines; in TEST() local
237 vector<Module::Line> lines; in TEST() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/google-breakpad/src/common/
H A Ddwarf_line_to_module_unittest.cc47 vector<Module::Line> lines; in TEST() local
68 vector<Module::Line> lines; in TEST() local
128 vector<Module::Line> lines; in TEST() local
146 vector<Module::Line> lines; in TEST() local
164 vector<Module::Line> lines; in TEST() local
177 vector<Module::Line> lines; in TEST() local
190 vector<Module::Line> lines; in TEST() local
205 vector<Module::Line> lines; in TEST() local
221 vector<Module::Line> lines; in TEST() local
237 vector<Module::Line> lines; in TEST() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/
H A Ddwarf_line_to_module_unittest.cc47 vector<Module::Line> lines; in TEST() local
68 vector<Module::Line> lines; in TEST() local
128 vector<Module::Line> lines; in TEST() local
146 vector<Module::Line> lines; in TEST() local
164 vector<Module::Line> lines; in TEST() local
177 vector<Module::Line> lines; in TEST() local
190 vector<Module::Line> lines; in TEST() local
205 vector<Module::Line> lines; in TEST() local
221 vector<Module::Line> lines; in TEST() local
237 vector<Module::Line> lines; in TEST() local
[all …]
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/common/
H A Ddwarf_line_to_module_unittest.cc47 vector<Module::Line> lines; in TEST() local
68 vector<Module::Line> lines; in TEST() local
128 vector<Module::Line> lines; in TEST() local
146 vector<Module::Line> lines; in TEST() local
164 vector<Module::Line> lines; in TEST() local
177 vector<Module::Line> lines; in TEST() local
190 vector<Module::Line> lines; in TEST() local
205 vector<Module::Line> lines; in TEST() local
221 vector<Module::Line> lines; in TEST() local
237 vector<Module::Line> lines; in TEST() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/common/
H A Ddwarf_line_to_module_unittest.cc47 vector<Module::Line> lines; in TEST() local
68 vector<Module::Line> lines; in TEST() local
128 vector<Module::Line> lines; in TEST() local
146 vector<Module::Line> lines; in TEST() local
164 vector<Module::Line> lines; in TEST() local
177 vector<Module::Line> lines; in TEST() local
190 vector<Module::Line> lines; in TEST() local
205 vector<Module::Line> lines; in TEST() local
221 vector<Module::Line> lines; in TEST() local
237 vector<Module::Line> lines; in TEST() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/common/
H A Ddwarf_line_to_module_unittest.cc47 vector<Module::Line> lines; in TEST() local
68 vector<Module::Line> lines; in TEST() local
128 vector<Module::Line> lines; in TEST() local
146 vector<Module::Line> lines; in TEST() local
164 vector<Module::Line> lines; in TEST() local
177 vector<Module::Line> lines; in TEST() local
190 vector<Module::Line> lines; in TEST() local
205 vector<Module::Line> lines; in TEST() local
221 vector<Module::Line> lines; in TEST() local
237 vector<Module::Line> lines; in TEST() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/common/
H A Ddwarf_line_to_module_unittest.cc47 vector<Module::Line> lines; in TEST() local
68 vector<Module::Line> lines; in TEST() local
128 vector<Module::Line> lines; in TEST() local
146 vector<Module::Line> lines; in TEST() local
164 vector<Module::Line> lines; in TEST() local
177 vector<Module::Line> lines; in TEST() local
190 vector<Module::Line> lines; in TEST() local
205 vector<Module::Line> lines; in TEST() local
221 vector<Module::Line> lines; in TEST() local
237 vector<Module::Line> lines; in TEST() local
[all …]
/dports/devel/R-cran-rlang/rlang/R/
H A Ddeparse.R102 push = function(self, lines) { argument
202 fmls_deparse <- function(x, lines = new_lines()) { argument
243 fn_deparse <- function(x, lines) { argument
269 for_deparse <- function(x, lines = new_lines()) { argument
289 next_deparse <- function(x, lines = new_lines()) { argument
297 if_deparse <- function(x, lines = new_lines()) { argument
425 sym_deparse <- function(x, lines = new_lines()) { argument
542 op_deparse <- function(op, x, lines) { argument
599 function(x, lines) op_deparse(op, x, lines) argument
708 s3_deparse <- function(x, lines = new_lines()) { argument
[all …]

12345678910>>...300