Home
last modified time | relevance | path

Searched refs:hline1 (Results 1 – 25 of 48) sorted by relevance

12

/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/samtools/src/samtools/
H A Dsam_header.c214 static int sam_header_compare_lines(HeaderLine *hline1, HeaderLine *hline2) in sam_header_compare_lines() argument
219 if ( hline1->type[0]!=hline2->type[0] || hline1->type[1]!=hline2->type[1] ) in sam_header_compare_lines()
222 itype = tag_exists(hline1->type,types); in sam_header_compare_lines()
224 debug("[sam_header_compare_lines] Unknown type [%c%c]\n", hline1->type[0],hline1->type[1]); in sam_header_compare_lines()
230 t1 = header_line_has_tag(hline1,unique_tags[itype][0]); in sam_header_compare_lines()
240 t1 = hline1->tags->data; in sam_header_compare_lines()
250 t1 = header_line_has_tag(hline1,required_tags[itype][itag]); in sam_header_compare_lines()
268 t1 = header_line_has_tag(hline1,optional_tags[itype][itag]); in sam_header_compare_lines()
/dports/biology/stringtie/stringtie-2.1.1/samtools-0.1.18/
H A Dsam_header.c214 static int sam_header_compare_lines(HeaderLine *hline1, HeaderLine *hline2) in sam_header_compare_lines() argument
218 if ( hline1->type[0]!=hline2->type[0] || hline1->type[1]!=hline2->type[1] ) in sam_header_compare_lines()
221 int itype = tag_exists(hline1->type,types); in sam_header_compare_lines()
223 debug("[sam_header_compare_lines] Unknown type [%c%c]\n", hline1->type[0],hline1->type[1]); in sam_header_compare_lines()
229 t1 = header_line_has_tag(hline1,unique_tags[itype][0]); in sam_header_compare_lines()
239 t1 = hline1->tags->data; in sam_header_compare_lines()
248 t1 = header_line_has_tag(hline1,required_tags[itype][itag]); in sam_header_compare_lines()
266 t1 = header_line_has_tag(hline1,optional_tags[itype][itag]); in sam_header_compare_lines()
/dports/biology/seqan1/seqan-1.3.1/lib/samtools/
H A Dsam_header.c214 static int sam_header_compare_lines(HeaderLine *hline1, HeaderLine *hline2) in sam_header_compare_lines() argument
218 if ( hline1->type[0]!=hline2->type[0] || hline1->type[1]!=hline2->type[1] ) in sam_header_compare_lines()
221 int itype = tag_exists(hline1->type,types); in sam_header_compare_lines()
223 debug("[sam_header_compare_lines] Unknown type [%c%c]\n", hline1->type[0],hline1->type[1]); in sam_header_compare_lines()
229 t1 = header_line_has_tag(hline1,unique_tags[itype][0]); in sam_header_compare_lines()
239 t1 = hline1->tags->data; in sam_header_compare_lines()
248 t1 = header_line_has_tag(hline1,required_tags[itype][itag]); in sam_header_compare_lines()
266 t1 = header_line_has_tag(hline1,optional_tags[itype][itag]); in sam_header_compare_lines()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/Qt4/
H A Dqt4stat.cpp65 hline1(this), in NetHackQtStatusWindow()
117 hline1.setFrameStyle(QFrame::HLine|QFrame::Sunken); in NetHackQtStatusWindow()
120 hline1.setLineWidth(1); in NetHackQtStatusWindow()
131 vbox->addWidget(&hline1); in NetHackQtStatusWindow()
251 hline1.setGeometry(0,y,width(),lh); y+=lh;
H A Dqt4stat.h91 QFrame hline1; variable
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/Qt4/
H A Dqt4stat.cpp65 hline1(this), in NetHackQtStatusWindow()
117 hline1.setFrameStyle(QFrame::HLine|QFrame::Sunken); in NetHackQtStatusWindow()
120 hline1.setLineWidth(1); in NetHackQtStatusWindow()
131 vbox->addWidget(&hline1); in NetHackQtStatusWindow()
251 hline1.setGeometry(0,y,width(),lh); y+=lh;
H A Dqt4stat.h91 QFrame hline1; variable
/dports/games/xnethack/xNetHack-xnh6.1/win/Qt/
H A Dqt_stat.cpp141 hline1(this), // separators in NetHackQtStatusWindow()
222 hline1.setFrameStyle(QFrame::HLine | QFrame::Sunken); in NetHackQtStatusWindow()
225 hline1.setLineWidth(1); in NetHackQtStatusWindow()
251 vbox->addWidget(&hline1); in NetHackQtStatusWindow()
428 hline1.setGeometry(0,y,width(),lh); y+=lh;
603 lox = hline1.x(), in HitpointBar()
604 hix = lox + hline1.width() - 1; in HitpointBar()
H A Dqt_stat.h131 QFrame hline1; // between dlevel and characteristics variable
/dports/graphics/photoflow/PhotoFlow-8472024f/src/gui/operations/
H A Ddenoise_config.hh69 Gtk::HSeparator hline1, hline2, hline3; member in PF::DenoiseConfigGUI
/dports/textproc/hevea/hevea-2.34/examples/
H A Ddi.tex3 {\left#1\begin{array}{cc}\hline\hline1&2\\3&4\end{array}\right#2}
/dports/comms/minicom/minicom-2.7.1/src/
H A Dminicom.c435 char hline0[128], hline1[128], *hline; in scrollback() local
721 … strcpy(hline1, _(" CITATION: ENTER=select start line ESC=exit ")); in scrollback()
723 hline1[b_st->xs]=0; in scrollback()
724 hline = hline1; in scrollback()
738 … strcpy(hline1, _(" CITATION: ENTER=select end line ESC=exit ")); in scrollback()
740 hline1[b_st->xs]=0; in scrollback()
764 … strcpy(hline1, _(" CITATION: ENTER=select start line ESC=exit ")); in scrollback()
/dports/x11-toolkits/blt/blt2.5/demos/
H A Dbarchart4.tcl97 blue hline1
H A Dbarchart1.tcl137 dot1 dot2 dot3 dot4 fdiagonal1 fdiagonal2 hline1 hline2 lbottom ltop
H A Dbarchart3.tcl85 dot1 dot2 dot3 dot4 fdiagonal1 fdiagonal2 hline1 hline2 lbottom ltop
/dports/devel/m17n-lib/m17n-lib-1.8.0/src/
H A Dface.c1691 MFaceHLineProp *hline1, *hline2; in mface_equal() local
1705 hline1 = (MFaceHLineProp *) face1->property[MFACE_HLINE]; in mface_equal()
1707 if (hline1 != hline2) in mface_equal()
1709 if (! hline1 || ! hline2) in mface_equal()
1711 if (memcmp (hline1, hline2, sizeof (MFaceHLineProp)) != 0) in mface_equal()
/dports/x11-toolkits/blt/blt2.5/demos/scripts/
H A Dstipples.tcl99 blt::bitmap define hline1 {
/dports/graphics/sswf/sswf-1.8.4/samples/showfont/
H A Dshowfont.tsswf157 shape "hline1" {
522 hline1;
/dports/graphics/photoflow/PhotoFlow-8472024f/src/gui/
H A Dlayerwidget.hh101 Gtk::HSeparator hline1, hline2, hline3; member in PF::ControlsDialog
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Djoin.c679 struct line const *hline1 = seq1.count ? seq1.lines[0] : &uni_blank; in join() local
681 prjoin (hline1, hline2); in join()
/dports/graphics/xaos/XaoS-release-4.2.1/src/util/
H A Dimage.cpp319 hline1(image, x, y, width, fgcolor); in xhline()
545 hline1(img, x1, y1, x2 - x1, color); in xline()
/dports/misc/gnuls/coreutils-8.30/src/
H A Djoin.c679 struct line const *hline1 = seq1.count ? seq1.lines[0] : &uni_blank; in join() local
681 prjoin (hline1, hline2); in join()
/dports/games/nethack33-nox11/nethack-3.3.1/include/
H A Dqt_win.h436 QFrame hline1; variable
/dports/games/nethack34/nethack-3.4.3/include/
H A Dqt_win.h479 QFrame hline1; variable
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Dqt_win.h479 QFrame hline1; variable

12