Home
last modified time | relevance | path

Searched refs:line2 (Results 151 – 175 of 6210) sorted by path

12345678910>>...249

/dports/audio/noson-app/noson-app-4.5.0/gui/controls2_515/ThisDevice/
H A DComposerView.qml149 … "line2": (composerViewPage.composer !== "<Undefined>" ? composerViewPage.composer : tr_undefined)
188 … "line2": (model.album !== "<Undefined>" ? model.album : tr_undefined)
H A DGenres.qml83 … "line2": (model.genre !== "<Undefined>" ? model.genre : tr_undefined)
H A DSongsView.qml37 property string line2: ""
253 text: line2
/dports/audio/picard-plugins/picard-plugins-d859757/plugins/cuesheet/
H A Dcuesheet.py136 line2 = " ".join([self.quote(s) for s in line])
137 line2 = " " * indent + line2 + "\n"
138 lines.append(line2.encode("UTF-8"))
/dports/audio/pocketsphinx/pocketsphinx-0.8/test/
H A Dcompare_table.pl45 my $line2 = "";
48 while (($line1 = <FN1>) . ($line2 = <FN2>)) {
50 chomp($line2);
51 next if ($line1 eq $line2);
53 my @field2 = split /[,\s]+/, $line2;
81 $comparison = 0 if ($line1 != $line2);
/dports/audio/polyphone/polyphone-75a5e88/sources/repository/browser/
H A Dsoundfontcellfull.cpp167 return 30 + ui->line1->height() + ui->line2->height() + ui->line3->heightForWidth(width - 18);
/dports/audio/polyphone/polyphone-75a5e88/sources/repository/daily/
H A Dsoundfontcell.cpp130 return 30 + ui->line1->height() + ui->line2->height() + ui->line3->heightForWidth(width - 18);
/dports/audio/praat/praat-6.2.03/dwtools/
H A DKlattGrid.cpp445 conststring32 line1, conststring32 line2, conststring32 line3)
451 if (line2)
464 if (line2) {
467 Graphics_text (g, x, y, line2);
/dports/audio/praat/praat-6.2.03/fon/
H A DTextGrid.cpp1473 char * const line2 = MelderFile_readLine8 (file);
1474 Melder_require (strequ (line2, "<!DOCTYPE ttext SYSTEM \"ttext.dtd\">"),
/dports/audio/praat/praat-6.2.03/melder/
H A Dmelder_tensor.h944 vectorview<T> line2 (integer dim1, integer dim3) const { in line2() function
1056 constvectorview<T> line2 (integer dim1, integer dim3) const { in line2() function
/dports/audio/raul/raul-e87bb398f025912fb989a09f1450b838b251aea1/waflib/extras/
H A Dcodelite.py256 line2 = reg_act.sub(repl, line)
257 params = line2.split('<<|@|>>')
H A Dmsvs.py313 line2 = reg_act.sub(repl, line)
314 params = line2.split('<<|@|>>')
H A Dparallel_debug.py142 line2 = reg_act.sub(repl, line)
143 params = line2.split('<<|@|>>')
/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A DFXPluginRoutingParamValue.cpp430 c.line2.x1=saved_instanceColumnX; in onPaint()
431 c.line2.y1=instance_y; in onPaint()
432 c.line2.x2=saved_instanceColumnX+saved_instancesColumnWidth; in onPaint()
433 c.line2.y2=instance_y; in onPaint()
441 dc.drawLine(c.line2.x1,c.line2.y1,c.line2.x2,c.line2.y2); in onPaint()
451 dc.drawLine(c.line2.x1,c.line2.y1,c.line2.x2,c.line2.y2); in onPaint()
461 c.line2.x1=0x7fffffff; in onPaint()
664 …(c.line2.x1!=0x7fffffff && point_to_line_segment_distance(c.line2.x1,c.line2.y1,c.line3.x2,c.line2 in onMouseUp()
665 …(c.line3.x1!=0x7fffffff && point_to_line_segment_distance(c.line3.x1,c.line3.y1,c.line2.x2,c.line3… in onMouseUp()
H A DFXPluginRoutingParamValue.h318 RLine line1,line2,line3; member
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DCldrUtility.java190 int compare(String line1, String line2);
204 public int compare(String line1, String line2) {
213 if (line2 == null) {
216 if ((flags & TRIM) != 0) line2 = line2.trim();
226 if (line2 == null) return LINES_SAME;
229 if (line2 == null) {
234 if (line1.equals(line2)) return LINES_SAME;
240 line2 = stripTags(line2);
290 String line2 = "";
297 if (line1 == null || line2 == null) {
[all …]
H A DTempPrintWriter.java127 String line2 = "";
131 line2 = getLineWithoutFluff(br2, lineCount == 0, skipCopyright);
133 if (line2 == null) {
138 if (!line1.equals(line2)) {
143 lines[1] = line2;
/dports/audio/sonata/sonata-1.7b1-22-gcee3555/sonata/
H A Dmain.py3185 def on_text_changed(self, line1, line2):
3208 is_play_or_pause, line1, line2 = self.get_fullscreen_info()
3210 self.album_label_2.set_text(misc.escape_html(line2))
/dports/audio/sox/sox-14.4.2/src/
H A Dcompandt.c98 line1.b = (line2.y - line1.y) / (line2.x - line1.x); in prepare_transfer_fn()
100 line2.a = 0; in prepare_transfer_fn()
101 line2.b = (line3.y - line2.y) / (line3.x - line2.x); in prepare_transfer_fn()
103 theta = atan2(line2.y - line1.y, line2.x - line1.x); in prepare_transfer_fn()
104 len = sqrt(pow(line2.x - line1.x, 2.) + pow(line2.y - line1.y, 2.)); in prepare_transfer_fn()
109 theta = atan2(line3.y - line2.y, line3.x - line2.x); in prepare_transfer_fn()
110 len = sqrt(pow(line3.x - line2.x, 2.) + pow(line3.y - line2.y, 2.)); in prepare_transfer_fn()
118 line2.x = x; in prepare_transfer_fn()
119 line2.y = y; in prepare_transfer_fn()
123 in2 = line2.x - curve.x; in prepare_transfer_fn()
[all …]
/dports/audio/sphinxbase/sphinxbase-0.8/test/
H A Dcompare_table.pl45 my $line2 = "";
48 while (($line1 = <FN1>) . ($line2 = <FN2>)) {
50 chomp($line2);
51 next if ($line1 eq $line2);
53 my @field2 = split /[,:\s]+/, $line2;
84 $comparison = 0 if ($line1 != $line2);
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/tui-0.16.0/tests/
H A Dwidgets_chart.rs408 let line2 = vec![ in widgets_chart_can_have_a_legend() localVariable
471 for (col, row) in line2 { in widgets_chart_can_have_a_legend()
/dports/audio/sratom/sratom-0.6.8/waflib/extras/
H A Dcodelite.py256 line2 = reg_act.sub(repl, line)
257 params = line2.split('<<|@|>>')
H A Dmsvs.py313 line2 = reg_act.sub(repl, line)
314 params = line2.split('<<|@|>>')
H A Dparallel_debug.py142 line2 = reg_act.sub(repl, line)
143 params = line2.split('<<|@|>>')
/dports/audio/strawberry/strawberry-1.0.0/src/core/
H A Dmainwindow.cpp2955 …dleNotificationPreview(const OSDBase::Behaviour type, const QString &line1, const QString &line2) {
2959 … osd_->ShowPreview(type, line1, line2, app_->playlist_manager()->current()->GetAllSongs().first());
2973 osd_->ShowPreview(type, line1, line2, fake);

12345678910>>...249