Home
last modified time | relevance | path

Searched refs:line_1 (Results 1 – 25 of 110) sorted by relevance

12345

/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/annotate-snippets-0.9.0/tests/
H A Ddl_from_snippet.rs38 let line_1 = "This is line 1"; in test_format_slice() localVariable
40 let source = vec![line_1, line_2].join("\n"); in test_format_slice()
64 text: line_1, in test_format_slice()
65 range: (0, line_1.len()), in test_format_slice()
72 range: (line_1.len() + 1, source.len()), in test_format_slice()
174 let line_1 = "This is line 1"; in test_format_slice_annotation_standalone() localVariable
176 let source = vec![line_1, line_2].join("\n"); in test_format_slice_annotation_standalone()
206 range: (0, line_1.len()), in test_format_slice_annotation_standalone()
207 text: line_1, in test_format_slice_annotation_standalone()
214 range: (line_1.len() + 1, source.len()), in test_format_slice_annotation_standalone()
[all …]
/dports/devel/racer/racer-2.1.48/cargo-crates/annotate-snippets-0.8.0/tests/
H A Ddl_from_snippet.rs37 let line_1 = "This is line 1"; in test_format_slice() localVariable
39 let source = vec![line_1, line_2].join("\n"); in test_format_slice()
63 text: line_1, in test_format_slice()
64 range: (0, line_1.len()), in test_format_slice()
71 range: (line_1.len() + 1, source.len()), in test_format_slice()
171 let line_1 = "This is line 1"; in test_format_slice_annotation_standalone() localVariable
173 let source = vec![line_1, line_2].join("\n"); in test_format_slice_annotation_standalone()
203 range: (0, line_1.len()), in test_format_slice_annotation_standalone()
204 text: line_1, in test_format_slice_annotation_standalone()
211 range: (line_1.len() + 1, source.len()), in test_format_slice_annotation_standalone()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/annotate-snippets/tests/
H A Ddl_from_snippet.rs37 let line_1 = "This is line 1"; in test_format_slice() localVariable
39 let source = vec![line_1, line_2].join("\n"); in test_format_slice()
63 text: line_1, in test_format_slice()
64 range: (0, line_1.len()), in test_format_slice()
71 range: (line_1.len() + 1, source.len()), in test_format_slice()
171 let line_1 = "This is line 1"; in test_format_slice_annotation_standalone() localVariable
173 let source = vec![line_1, line_2].join("\n"); in test_format_slice_annotation_standalone()
203 range: (0, line_1.len()), in test_format_slice_annotation_standalone()
204 text: line_1, in test_format_slice_annotation_standalone()
211 range: (line_1.len() + 1, source.len()), in test_format_slice_annotation_standalone()
[all …]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account/tests/
H A Dtest_account_move_reconcile.py266 res = (line_1 + line_3).reconcile()
272 'debit_move_id': line_1.id,
281 res = (line_1 + line_4).reconcile()
287 'debit_move_id': line_1.id,
296 res = (line_1 + line_5).reconcile()
302 'debit_move_id': line_1.id,
378 'debit_move_id': line_1.id,
386 'debit_move_id': line_1.id,
397 res = (line_1 + line_5).reconcile()
403 'debit_move_id': line_1.id,
[all …]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/sale_stock/tests/
H A Dtest_sale_stock_report.py50 line_1 = lines[0]
52 self.assertEqual(line_1['quantity'], 5)
53 self.assertTrue(line_1['replenishment_filled'])
54 self.assertEqual(line_1['document_out'].id, so_2.id)
/dports/print/py-weasyprint/WeasyPrint-51/weasyprint/tests/
H A Dtest_float.py116 line_1, line_2 = anon_block.children
118 assert (line_1.position_x, line_1.position_y) == (20, 0)
138 line_1, line_2 = anon_block.children
140 assert (line_1.position_x, line_1.position_y) == (20, 0)
161 line_1, line_2 = body.children
162 span_1, = line_1.children
186 line_1, line_2 = body.children
187 img_1, = line_1.children
H A Dtest_text.py230 line_1, line_2 = paragraph.children
231 image_1, space_1, strong = line_1.children
278 line_1, line_2 = paragraph.children
279 text, = line_1.children
302 line_1, line_2 = paragraph.children
303 image_1, space_1, strong = line_1.children
343 line_1, line_2 = paragraph.children
345 span_1, space_1, span_2, space_2 = line_1.children
348 assert line_1.width == 7 * 16 # 7em
627 line_1, line_2, line_3, line_4 = body.children
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/archipack/
H A Darchipack_manipulator.py1020 self.line_1.p = left
1029 self.handle_left.set_pos(context, self.line_1.p, -self.line_1.v, normal=normal)
1405 self.line_1.p = left
1542 self.line_1.p = c
1546 self.line_1.v = right
1547 self.line_1.v = self.line_1.cross.normalized()
1581 self.line_1.p = c
1585 self.line_1.v = right
1586 self.line_1.v = self.line_1.cross.normalized()
1754 self.line_1.p = c
[all …]
/dports/print/py-weasyprint/WeasyPrint-51/weasyprint/tests/test_layout/
H A Dtest_inline.py175 textbox_1, = line_1.children
190 line_1, line_2, line_3 = lines
205 line_1, line_2 = lines
217 line_1, line_2 = lines
228 line_1, = lines
965 line_1, = body.children
966 span, = line_1.children
986 line_1, line_2, line_3 = body.children
987 span, = line_1.children
1017 line_1, line_2, line_3 = body.children
[all …]
H A Dtest_inline_block.py53 line_1, line_2, line_3, line_4 = body.children
57 div_1, _, div_2, _, div_3, _, div_4, _ = line_1.children
/dports/graphics/cfdg/cfdg-3.3_1/input/tests/
H A Dlooptest2.cfdg51 rule line_1 {
54 line_1 [r -1 x 0.75 s 0.97 r -1 x 0.75 s 0.97 hue 0.19| b 0.19]
56 rule line_1 0.2 { line{} }
76 rule line {line_1 {} }
H A Drand test.cfdg51 rule line_1 {
54 line_1 [r -1 x 0.75 s 0.97 r -1 x 0.75 s 0.97 hue 0.19| b 0.19]
56 rule line_1 0.2 { line{} }
76 rule line {line_1 {} }
/dports/devel/git-delta/delta-0.9.2/src/features/
H A Dside_by_side.rs515 let (line_1, line_2) = (lines.next().unwrap(), lines.next().unwrap()); in test_two_minus_lines()
516 assert_eq!("│ 1 │a = 1 │ │", strip_ansi_codes(line_1)); in test_two_minus_lines()
533 let (line_1, line_2) = (lines.next().unwrap(), lines.next().unwrap()); in test_two_minus_lines_truncated()
534 assert_eq!("│ 1 │a = 1 │ │", strip_ansi_codes(line_1)); in test_two_minus_lines_truncated()
548 let (line_1, line_2) = (lines.next().unwrap(), lines.next().unwrap()); in test_two_plus_lines()
550 assert_eq!("│ │ │ 1 │a = 1 ", sac(line_1)); in test_two_plus_lines()
568 let (line_1, line_2) = (lines.next().unwrap(), lines.next().unwrap()); in test_two_plus_lines_truncated()
569 assert_eq!("│ │ │ 1 │a = 1 ", strip_ansi_codes(line_1)); in test_two_plus_lines_truncated()
579 let (line_1, line_2) = (lines.next().unwrap(), lines.next().unwrap()); in test_two_plus_lines_exact_fit()
581 assert_eq!("│ │ │ 1 │a = 1", sac(line_1)); in test_two_plus_lines_exact_fit()
/dports/games/nazghul/nazghul-0.7.1/src/
H A Dterrain_map.c330 char * line_1 = strdup(line1_template); in print_horizontal_guideline() local
333 line_1[w] = '\0'; in print_horizontal_guideline()
336 INDENT; fprintf(fp, ";; %s\n", line_1); in print_horizontal_guideline()
346 char * line_1 = strdup(line1_template); in print_horizontal_guideline() local
349 line_1[w] = '\0'; in print_horizontal_guideline()
352 INDENT; fprintf(fp, ";; %s\n", line_1); in print_horizontal_guideline()
362 char * line_1 = strdup(line1_template); in print_horizontal_guideline() local
365 line_1[w] = '\0'; in print_horizontal_guideline()
368 INDENT; fprintf(fp, ";; %s\n", line_1); in print_horizontal_guideline()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/file/
H A Ddelimited_file_reader_test.cc328 std::string line_1(size, '@'); in TEST() local
329 line_1.push_back('\n'); in TEST()
331 string_file.SetString(line_0 + line_1); in TEST()
337 EXPECT_EQ(line, line_1); in TEST()
345 line_1[size] = '?'; in TEST()
347 string_file.SetString(line_0 + line_1); in TEST()
353 EXPECT_EQ(line, line_1); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/file/
H A Ddelimited_file_reader_test.cc328 std::string line_1(size, '@'); in TEST() local
329 line_1.push_back('\n'); in TEST()
331 string_file.SetString(line_0 + line_1); in TEST()
337 EXPECT_EQ(line, line_1); in TEST()
345 line_1[size] = '?'; in TEST()
347 string_file.SetString(line_0 + line_1); in TEST()
353 EXPECT_EQ(line, line_1); in TEST()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/mrp/tests/
H A Dtest_stock_report.py77 line_1 = lines[0]
79 self.assertEqual(line_1['document_in'].id, mo_1.id)
80 self.assertEqual(line_1['quantity'], 4)
81 self.assertEqual(line_1['document_out'].id, mo_2.id)
/dports/graphics/p5-Chart-Gnuplot/Chart-Gnuplot-0.23/examples/
H A DplotStyle_6.pl12 my $line_1 = Chart::Gnuplot::DataSet->new(
40 $chart->plot2d($line_1, $steps, $fsteps, $line_2, $histeps);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/omnibox/suggestions/basic/
H A DSuggestionViewViewBinder.java26 TextView tv = view.findViewById(R.id.line_1); in bind()
49 TextView tv = view.findViewById(R.id.line_1); in bind()
58 final TextView line1 = view.findViewById(R.id.line_1); in updateSuggestionTextColor()
/dports/emulators/mess/mame-mame0226/src/devices/bus/nes/
H A Dnes_ines.hxx445 int line_1 = submapper & 0x07; in call_load_ines() local
446 int line_2 = (submapper & 0x08) ? line_1 + 1 : line_1 - 1; in call_load_ines()
450 m_cart->set_vrc_lines(line_1, line_2, 0); in call_load_ines()
882 int line_1 = submapper & 0x07; in get_default_card_ines() local
883 int line_2 = (submapper & 0x08) ? line_1 + 1 : line_1 - 1; in get_default_card_ines()
/dports/emulators/mame/mame-mame0226/src/devices/bus/nes/
H A Dnes_ines.hxx445 int line_1 = submapper & 0x07; in call_load_ines() local
446 int line_2 = (submapper & 0x08) ? line_1 + 1 : line_1 - 1; in call_load_ines()
450 m_cart->set_vrc_lines(line_1, line_2, 0); in call_load_ines()
882 int line_1 = submapper & 0x07; in get_default_card_ines() local
883 int line_2 = (submapper & 0x08) ? line_1 + 1 : line_1 - 1; in get_default_card_ines()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/lunch/tests/
H A Dtest_supplier.py102 line_1 = self.env['lunch.order'].create({
120 (line_1 | line_2 | line_3).action_order()
122 assert all(line.state == 'ordered' for line in [line_1, line_2, line_3])
/dports/games/pysolfc/PySolFC-2.14.1/scripts/
H A Dcardset_viewer.py62 line_1 = lines[1].split(';')
63 if len(line_1) > 1:
64 name = line_1[1].strip()
67 name = line_1[0]
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/tools/
H A Dtool_helpers.cpp677 QPainterPath line_0, line_1; in draw() local
679 line_1.addText(0, line_1_offset, text_font, distance_string); in draw()
692 auto line_1_width = line_1.controlPointRect().width(); in draw()
701 line_1.translate(-delta_width, 0); in draw()
715 painter->drawPath(line_1); in draw()
720 painter->drawPath(line_1); in draw()
/dports/devel/libfort/libfort-0.4.2-11-g4123716/docs/tutorial/CPP_API/
H A DFilling-tables-with-data.md97 std::list<std::string> line_1 = {"1", "Ricciardo", "1:25.945", "47.362"};
102 table.range_write_ln(line_1.begin(), line_1.end());

12345