Home
last modified time | relevance | path

Searched refs:allow_overlap (Results 1 – 25 of 58) sorted by relevance

123

/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx/intervals/
H A Drandom_intervals.py16 def throw_random_list(lengths, mask, allow_overlap=False): argument
18 throw_random_gap_list(lengths, mask, lambda s, e: rval.append((s, e)), allow_overlap)
23 def throw_random_bits(lengths, mask, allow_overlap=False): argument
25 throw_random_gap_list(lengths, mask, lambda s, e: rval.set_range(s, e - s), allow_overlap)
26 if not allow_overlap:
31 def throw_random_gap_list(lengths, mask, save_interval_func, allow_overlap=False): argument
61 throw_random_private(lengths, gaps, save_interval_func, allow_overlap, three_args=False)
64 def throw_random_intervals(lengths, regions, save_interval_func=None, allow_overlap=False): argument
90 throw_random_private(lengths, regions, save_interval_func, allow_overlap)
98 throw_random_private(lengths, regions, save_interval_func, allow_overlap)
[all …]
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/input_data/
H A Dnifti_spheres_masker.py24 def _apply_mask_and_get_affinity(seeds, niimg, radius, allow_overlap, argument
132 if not allow_overlap:
139 def _iter_signals_from_spheres(seeds, niimg, radius, allow_overlap, argument
167 allow_overlap,
177 def __init__(self, seeds_, radius, mask_img, allow_overlap, dtype): argument
181 self.allow_overlap = allow_overlap
190 self.seeds_, imgs, self.radius, self.allow_overlap,
288 def __init__(self, seeds, radius=None, mask_img=None, allow_overlap=False, argument
297 self.allow_overlap = allow_overlap
408 self.allow_overlap, self.dtype),
[all …]
H A Dnifti_maps_masker.py140 allow_overlap=True, smoothing_fwhm=None, standardize=False, argument
150 self.allow_overlap = allow_overlap
320 if not self.allow_overlap:
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/
H A Dsorting.py97 allow_overlap = False variable in Categorizer
186 self.allow_overlap = allow_overlap
201 if self.allow_overlap:
272 allow_overlap = True variable in OverlappingCategorizer
406 def __init__(self, querydict, other=None, allow_overlap=False, argument
418 self.allow_overlap = allow_overlap
427 self.allow_overlap = allow_overlap
719 self.allow_overlap = allow_overlap
731 def __init__(self, fieldname, allow_overlap, split_fn): argument
733 self.allow_overlap = allow_overlap
[all …]
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/input_data/tests/
H A Dtest_nifti_spheres_masker.py91 allow_overlap=True)
94 allow_overlap=True)
98 allow_overlap=False)
101 allow_overlap=False)
239 allow_overlap=True,
244 allow_overlap=True,
253 allow_overlap=False,
258 allow_overlap=False,
H A Dtest_nifti_maps_masker.py364 allow_overlap=True)
367 allow_overlap=True)
371 allow_overlap=False)
374 allow_overlap=False)
/dports/textproc/R-cran-stringi/stringi/src/
H A Dstri_container_bytesearch.cpp399 uint32_t StriContainerByteSearch::getByteSearchFlags(SEXP opts_fixed, bool allow_overlap) in getByteSearchFlags() argument
426 } else if (!strcmp(curname, "overlap") && allow_overlap) { in getByteSearchFlags()
H A Dstri_container_bytesearch.h86 static uint32_t getByteSearchFlags(SEXP opts_fixed, bool allow_overlap=false);
/dports/sysutils/kubectl/kubernetes-1.22.2/cluster/gce/
H A Dupgrade-aliases.sh76 local allow_overlap=$1
77 if [ "${allow_subnet_cidr_routes_overlap,,}" = "${allow_overlap}" ]; then
/dports/net/dshell/Dshell-502a546/dshell/plugins/ssh/
H A Dssh-pubkey.py41 blob.reassemble(allow_overlap=True, allow_padding=True)
58 blob.reassemble(allow_overlap=True, allow_padding=True)
/dports/textproc/py-whoosh/Whoosh-2.7.4/docs/source/
H A Dfacets.rst346 tags = sorting.FieldFacet("tags", allow_overlap=True)
352 facets.add_field("tags", allow_overlap=True)
459 multi-valued fields, use the ``allow_overlap=True`` keyword argument::
461 facet = sorting.FieldFacet(fieldname, allow_overlap=True)
466 the secion on ``allow_overlap`` below).
490 multi-valued fields, use the ``allow_overlap=True`` keyword argument::
492 facet = sorting.QueryFacet(querydict, allow_overlap=True)
610 :class:`~whoosh.sorting.StoredFieldFacet` supports ``allow_overlap`` by
613 a custom split function. See the section on ``allow_overlap`` below.
661 common example would be a ``tags`` field. The ``allow_overlap`` keyword
[all …]
/dports/sysutils/magicrescue/magicrescue-1.1.10/src/
H A Dmagicrescue.c191 if (r->allow_overlap >= 0 in scan_buf()
192 && output_size > r->allow_overlap) { in scan_buf()
207 range->end = filepos + output_size - r->allow_overlap; in scan_buf()
467 } else if (sscanf(buf, "allow_overlap %d", &r.allow_overlap) == 1) { in parse_recipe()
H A Drecipe.h30 int allow_overlap; member
H A Drecipe.c59 r->allow_overlap = 0; in recipe_init()
/dports/sysutils/magicrescue/magicrescue-1.1.10/recipes/
H A Dsqlite9 allow_overlap -1
H A Dflac11 allow_overlap -1
H A Dgzip18 allow_overlap -1
H A Dgpl20 allow_overlap 1024
/dports/graphics/py-scikit-image/scikit-image-0.19.0/doc/examples/edges/
H A Dplot_random_shapes.py51 min_size=20, allow_overlap=True)
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DGMUtilsI.h102 int allow_overlap) ;
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/draw/
H A D_random_shapes.py304 allow_overlap=False, argument
442 if allow_overlap or not filled[indices].any():
/dports/devel/git-svn/git-2.34.1/
H A Dapply.h62 int allow_overlap; member
/dports/devel/git-p4/git-2.34.1/
H A Dapply.h62 int allow_overlap; member
/dports/devel/git/git-2.34.1/
H A Dapply.h62 int allow_overlap; member
/dports/devel/git-gui/git-2.34.1/
H A Dapply.h62 int allow_overlap; member

123