Home
last modified time | relevance | path

Searched refs:overhang (Results 1 – 25 of 688) sorted by relevance

12345678910>>...28

/dports/print/auctex/auctex-12.2/style/
H A Dwrapfig.el49 (overhang (TeX-read-string "(Optional) Overhang: "))
55 (unless (string= overhang "")
56 (format "[%s]" overhang))
70 (overhang (TeX-read-string "(Optional) Overhang: "))
76 (unless (string= overhang "")
77 (format "[%s]" overhang))
103 (overhang (TeX-read-string "(Optional) Overhang: "))
110 (unless (string= overhang "")
111 (format "[%s]" overhang))
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/data/complete/tex/
H A Dcolortbl.cwl6 \cellcolor[color model]{color}[left overhang][right overhang]
8 \columncolor[color model]{color}[left overhang][right overhang]
12 \rowcolor[color model]{color}[left overhang][right overhang]
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dcolortbl.cwl10 \cellcolor[color model]{color}[left overhang][right overhang]
12 \columncolor[color model]{color}[left overhang][right overhang]
16 \rowcolor[color model]{color}[left overhang][right overhang]
/dports/textproc/dsssl-docbook-modular/docbook-dsssl-1.79/common/
H A Ddbtable.dsl181 ;; Update the "overhang" list
183 (define (adjust-overhang overhang oldoverhang entry)
188 overhang)))
190 (define (overhang-skip overhang startcol)
191 (if (> startcol (length overhang))
201 (define (update-overhang row oldoverhang)
205 overhang
206 (loop (adjust-overhang overhang oldoverhang
222 (define (cell-column-number entry overhang)
239 (overhang-skip overhang 1)
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/core/
H A Dhspfilter_besthit.c253 param_overhang = params->overhang; in s_BlastHSPBestHitRun()
292 allowed_begin = begin - overhang; in s_BlastHSPBestHitRun()
293 allowed_end = end + overhang; in s_BlastHSPBestHitRun()
294 overhang = lenA * param_overhang; in s_BlastHSPBestHitRun()
295 begin -= overhang; in s_BlastHSPBestHitRun()
296 end += overhang; in s_BlastHSPBestHitRun()
373 param_overhang = params->overhang; in s_BlastHSPBestHitRun_RPS()
408 allowed_begin = begin - overhang; in s_BlastHSPBestHitRun_RPS()
411 begin -= overhang; in s_BlastHSPBestHitRun_RPS()
412 end += overhang; in s_BlastHSPBestHitRun_RPS()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/core/
H A Dhspfilter_besthit.c253 param_overhang = params->overhang; in s_BlastHSPBestHitRun()
292 allowed_begin = begin - overhang; in s_BlastHSPBestHitRun()
293 allowed_end = end + overhang; in s_BlastHSPBestHitRun()
294 overhang = lenA * param_overhang; in s_BlastHSPBestHitRun()
295 begin -= overhang; in s_BlastHSPBestHitRun()
296 end += overhang; in s_BlastHSPBestHitRun()
373 param_overhang = params->overhang; in s_BlastHSPBestHitRun_RPS()
408 allowed_begin = begin - overhang; in s_BlastHSPBestHitRun_RPS()
411 begin -= overhang; in s_BlastHSPBestHitRun_RPS()
412 end += overhang; in s_BlastHSPBestHitRun_RPS()
[all …]
/dports/biology/ugene/ugene-40.1/src/plugins/enzymes/src/
H A DEditFragmentDialog.cpp78 lDirectOverhangEdit->setText(leftTerm.overhang); in EditFragmentDialog()
81 QByteArray buf = leftTerm.overhang; in EditFragmentDialog()
88 rDirectOverhangEdit->setText(rightTerm.overhang); in EditFragmentDialog()
91 QByteArray buf = rightTerm.overhang; in EditFragmentDialog()
243 lDirectOverhangEdit->setText(overhang); in resetLeftOverhang()
247 transl->translate(overhang.data(), overhang.length()); in resetLeftOverhang()
249 lComplOverhangEdit->setText(overhang); in resetLeftOverhang()
267 …QByteArray overhang = dnaFragment.getSourceSequenceRegion(U2Region(rightCutPos, rightOverhangStart… in resetRightOverhang() local
273 rDirectOverhangEdit->setText(overhang); in resetRightOverhang()
277 transl->translate(overhang.data(), overhang.length()); in resetRightOverhang()
[all …]
H A DDNAFragment.cpp195 void DNAFragment::setOverhang(const QByteArray &qName, const QByteArray &overhang) { in setOverhang() argument
196 GObjectUtils::replaceAnnotationQualfier(annotatedFragment, qName, overhang); in setOverhang()
200 void DNAFragment::setLeftOverhang(const QByteArray &overhang) { in setLeftOverhang() argument
201 QByteArray buf(overhang); in setLeftOverhang()
211 void DNAFragment::setRightOverhang(const QByteArray &overhang) { in setRightOverhang() argument
212 QByteArray buf(overhang); in setRightOverhang()
255 toRevCompl(leftTerm.overhang); in updateTerms()
257 toRevCompl(rightTerm.overhang); in updateTerms()
266 …leftTerm.overhang = annotatedFragment->findFirstQualifierValue(QUALIFIER_LEFT_OVERHANG).toLatin1(); in updateLeftTerm()
274 …rightTerm.overhang = annotatedFragment->findFirstQualifierValue(QUALIFIER_RIGHT_OVERHANG).toLatin1… in updateRightTerm()
H A DDNAFragment.h41 : enzymeId(eId.toLatin1()), overhang(seq), isDirect(directStrand) { in DNAFragmentTerm()
49 QByteArray overhang; member
70 void setOverhang(const QByteArray &qName, const QByteArray &overhang);
100 void setLeftOverhang(const QByteArray &overhang);
101 void setRightOverhang(const QByteArray &overhang);
/dports/devel/hyperscan/hyperscan-5.4.0/src/rose/
H A Dstream_long_lit.h162 size_t overhang = len - buf_len; in confirmLongLiteral() local
163 assert(overhang <= hist_len); in confirmLongLiteral()
165 if (cmpForward(hist + hist_len - overhang, s, overhang, nocase)) { in confirmLongLiteral()
168 s += overhang; in confirmLongLiteral()
169 len -= overhang; in confirmLongLiteral()
196 size_t overhang = hash_len - ci->len; in prepScanBuffer() local
197 if (overhang >= LONG_LIT_HASH_LEN) { in prepScanBuffer()
199 assert(overhang <= ci->hlen); in prepScanBuffer()
200 base = ci->hbuf + ci->hlen - overhang; in prepScanBuffer()
203 assert(overhang <= ci->hlen); in prepScanBuffer()
[all …]
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/tests/twsc/map9v3/
H A Dmap9v3.par37 overhang via12 metal1 8
38 overhang via12 metal2 6
40 overhang via23 metal2 8
41 overhang via23 metal3 6
43 overhang via34 metal3 14
44 overhang via34 metal4 16
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/tests/map9v3_other_seed/
H A Dmap9v3_other_seed.par37 overhang via12 metal1 8
38 overhang via12 metal2 6
40 overhang via23 metal2 8
41 overhang via23 metal3 6
43 overhang via34 metal3 14
44 overhang via34 metal4 16
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/tests/picosoc/
H A Dpicosoc.par37 overhang via12 metal1 8
38 overhang via12 metal2 6
40 overhang via23 metal2 8
41 overhang via23 metal3 6
43 overhang via34 metal3 14
44 overhang via34 metal4 16
/dports/cad/qflow/qflow-1.4.98/tech/gscl45nm/
H A Dgscl45nm.par37 overhang via12 metal1 8
38 overhang via12 metal2 6
40 overhang via23 metal2 8
41 overhang via23 metal3 6
43 overhang via34 metal3 14
44 overhang via34 metal4 16
/dports/cad/qflow/qflow-1.4.98/tech/osu035_redm4/
H A Dosu035_redm4.par37 overhang via12 metal1 8
38 overhang via12 metal2 6
40 overhang via23 metal2 8
41 overhang via23 metal3 6
43 overhang via34 metal3 14
44 overhang via34 metal4 16
/dports/cad/qflow/qflow-1.4.98/tech/osu018/
H A Dosu018.par37 overhang via12 metal1 8
38 overhang via12 metal2 6
40 overhang via23 metal2 8
41 overhang via23 metal3 6
43 overhang via34 metal3 14
44 overhang via34 metal4 16
/dports/cad/qflow/qflow-1.4.98/tech/osu035/
H A Dosu035.par37 overhang via12 metal1 8
38 overhang via12 metal2 6
40 overhang via23 metal2 8
41 overhang via23 metal3 6
43 overhang via34 metal3 14
44 overhang via34 metal4 16
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/tests/map9v3/
H A Dmap9v3.par37 overhang via12 metal1 8
38 overhang via12 metal2 6
40 overhang via23 metal2 8
41 overhang via23 metal3 6
43 overhang via34 metal3 14
44 overhang via34 metal4 16
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/tests/mincut/map9v3/
H A Dmap9v3.par37 overhang via12 metal1 8
38 overhang via12 metal2 6
40 overhang via23 metal2 8
41 overhang via23 metal3 6
43 overhang via34 metal3 14
44 overhang via34 metal4 16
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/tests/twmc/map9v3/
H A Dmap9v3.par37 overhang via12 metal1 8
38 overhang via12 metal2 6
40 overhang via23 metal2 8
41 overhang via23 metal3 6
43 overhang via34 metal3 14
44 overhang via34 metal4 16
/dports/editors/e93/e93/xgui/
H A Dfonts.c114 overhang; in LoadEditorFont() local
157 overhang=-result->xFont->per_char[j].lbearing; in LoadEditorFont()
158 if(overhang>(INT32)result->maxLeftOverhang) in LoadEditorFont()
160 result->maxLeftOverhang=(UINT32)overhang; in LoadEditorFont()
164 overhang=result->xFont->per_char[j].rbearing-result->xFont->per_char[j].width; in LoadEditorFont()
165 if(overhang>(INT32)result->maxRightOverhang) in LoadEditorFont()
167 result->maxRightOverhang=(UINT32)overhang; in LoadEditorFont()
/dports/editors/emacs-devel/emacs-4d1968b/lisp/language/
H A Dtv-util.el76 ch info pos components overhang)
93 overhang (if (eq info 'right-overhang)
115 (if (eq overhang 'left-overhang)
118 (if (and (eq overhang 'right-overhang)
123 (if (eq overhang 'left-overhang)
125 (if (eq overhang 'left-overhang)
127 (if (and (eq overhang 'right-overhang) (>= from to))
/dports/editors/emacs/emacs-27.2/lisp/language/
H A Dtv-util.el74 ch info pos components overhang)
91 overhang (if (eq info 'right-overhang)
113 (if (eq overhang 'left-overhang)
116 (if (and (eq overhang 'right-overhang)
121 (if (eq overhang 'left-overhang)
123 (if (eq overhang 'left-overhang)
125 (if (and (eq overhang 'right-overhang) (>= from to))
/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Drestover.c254 AjPStr overhang = NULL; in restover_printHits() local
353 ajStrAssignSubS(&overhang, ajSeqGetSeqS( seq), m->cut1, m->cut2-1); in restover_printHits()
356 ajStrAssignSubS(&overhang, ajSeqGetSeqS( seq), m->cut2, m->cut1-1); in restover_printHits()
357 ajStrReverse(&overhang); in restover_printHits()
360 ajDebug("overhang:%S seqcmp:%S\n", overhang, seqcmp); in restover_printHits()
363 if(ajStrMatchCaseS(overhang, seqcmp)) in restover_printHits()
385 ajStrAssignSubS(&overhang, ajSeqGetSeqS( seq), in restover_printHits()
389 ajStrAssignSubS(&overhang, ajSeqGetSeqS( seq), in restover_printHits()
391 ajStrReverse(&overhang); in restover_printHits()
394 if(ajStrMatchCaseS(overhang, seqcmp)) in restover_printHits()
[all …]
/dports/security/pkcrack/pkcrack-1.2.2/src/
H A Dstage1.c132 int j, k, l, overhang = 0, newKeys=0; in reduceKey2s() local
170 key2i[KEY2SPACE-(++overhang)] = newKey; in reduceKey2s()
173 if( numKey2s + overhang >= KEY2SPACE ) in reduceKey2s()
182 for( ; overhang > 0; overhang-- ) in reduceKey2s()
183 key2i[newKeys++] = key2i[KEY2SPACE-overhang]; in reduceKey2s()

12345678910>>...28