Home
last modified time | relevance | path

Searched refs:haslength (Results 1 – 20 of 20) sorted by relevance

/dports/textproc/py-pyhamcrest/PyHamcrest-2.0.2/src/hamcrest/library/object/
H A D__init__.py3 from .haslength import has_length
/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/sipix/
H A Dxjpeg.c101 haslength(int marker) { in haslength() function
156 if (haslength(m)) in main()
/dports/textproc/py-pyhamcrest/PyHamcrest-2.0.2/doc/
H A Dobject_matchers.rst15 .. automodule:: hamcrest.library.object.haslength
H A Dtutorial.rst101 * :py:func:`~hamcrest.library.object.haslength.has_length` - match
/dports/textproc/py-pyhamcrest/PyHamcrest-2.0.2/tests/hamcrest_unit_test/object/
H A Dhaslength_test.py11 from hamcrest.library.object.haslength import *
/dports/biology/paml/paml4.9j/src/
H A Devolver.c263 int unrooted = 1, iclade, sizeclade, mrca, paraphyl, is, imrca, i, j, k, lasts, haslength; in LabelClades() local
285 ReadTreeN(ftree, &haslength, 1, 0); in LabelClades()
369 if (debug) OutTreeN(F0, 1, haslength | PrLabel); in LabelClades()
373 OutTreeN(fout, 1, haslength | PrLabel); FPN(fout); in LabelClades()
H A Dbaseml.c405 int pauptree = 0, btree = 0, haslength; in Forestry() local
421 if (ReadTreeN(ftree, &haslength, 0, 1)) { in Forestry()
433 if ((com.fix_blength == 2 || com.fix_blength == 3) && !haslength) in Forestry()
435 if (com.fix_blength > 0 && !haslength) com.fix_blength = 0; in Forestry()
436 if (ages++ == 0 && com.fix_blength > 0 && haslength) { in Forestry()
H A Dbasemlg.c144 int pauptree=0, btree=0, haslength, iteration=1; in Forestry() local
161 if (ReadTreeN(ftree, &haslength, 0, 1)) in Forestry()
H A Dpaml.h297 int ReadTreeN (FILE *ftree, int *haslength, int copyname, int popline);
H A Dcodeml.c623 int pauptree = 0, haslength; in Forestry() local
648 if (ReadTreeN(ftree, &haslength, 0, 1)) { in Forestry()
659 if ((com.fix_blength == 2 || com.fix_blength == 3) && !haslength) in Forestry()
661 if (com.fix_blength > 0 && !haslength) com.fix_blength = 0; in Forestry()
662 if (ages++ == 0 && com.fix_blength > 0 && haslength) { in Forestry()
H A Dtreesub.c3016 int ReadTreeN(FILE *ftree, int *haslength, int copyname, int popline) in ReadTreeN() argument
3035 *haslength = 0; in ReadTreeN()
3090 *haslength = 1; in ReadTreeN()
8736 int haslength, i, j, locus, clean0 = com.cleandata; in ReadTreeSeqs() local
8751 ReadTreeN(ftree, &haslength, 1, 1); in ReadTreeSeqs()
/dports/biology/seaview/seaview/csrc/
H A Dphylip.h490 boolean haslength; /* haslength used in dnamlk */ member
H A Dseq.c3385 d->haslength = c->haslength; /* haslength used in dnamlk only */ in copynode()
3406 d->haslength = c->haslength; /* haslength used in dnamlk only */ in prot_copynode()
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/phylip/src/
H A Dphylip.h501 boolean haslength; /* haslength used in dnamlk */ member
H A Dseq.cpp3391 d->haslength = c->haslength; /* haslength used in dnamlk only */ in copynode()
3412 d->haslength = c->haslength; /* haslength used in dnamlk only */ in prot_copynode()
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/blocks/
H A Dfromswf.c1167 int haslength, noedit, password, multiline, wordwrap, drawbox, noselect, html, usefont; in definetextfield() local
1180 haslength = getbits((BITS) tp, 1); in definetextfield()
/dports/graphics/ming/libming-ming-0_4_8/src/blocks/
H A Dfromswf.c1167 int haslength, noedit, password, multiline, wordwrap, drawbox, noselect, html, usefont; in definetextfield() local
1180 haslength = getbits((BITS) tp, 1); in definetextfield()
/dports/graphics/p5-ming/libming-ming-0_4_8/src/blocks/
H A Dfromswf.c1167 int haslength, noedit, password, multiline, wordwrap, drawbox, noselect, html, usefont; in definetextfield() local
1180 haslength = getbits((BITS) tp, 1); in definetextfield()
/dports/graphics/py-ming/libming-ming-0_4_8/src/blocks/
H A Dfromswf.c1167 int haslength, noedit, password, multiline, wordwrap, drawbox, noselect, html, usefont; in definetextfield() local
1180 haslength = getbits((BITS) tp, 1); in definetextfield()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2005-08-2330595 (DOM::HTMLCollectionImpl::CollectionInfo::CollectionInfo): it's haslength, not hasLenght.