Home
last modified time | relevance | path

Searched +defs:start +defs:margin (Results 1 – 25 of 1254) sorted by relevance

12345678910>>...51

/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/web/static/js/
H A Ddirectives.ts167 var start = ta.selectionStart; variable
177 var start = ta.selectionStart; variable
240 var margin = { variable
437 var margin = { variable
450 var height = svgHeight - margin.top - margin.bottom; variable
533 var margin = { variable
574 var height = svgHeight - margin.top - margin.bottom; variable
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/search/
H A DBoyerMoore.c80 size_t start, in vrna_search_BMH_num()
126 size_t start, in vrna_search_BMH()
283 size_t start, in BoyerMooreHorspool_num()
289 size_t i, shift, margin; in BoyerMooreHorspool_num() local
315 size_t start, in BoyerMooreHorspool()
321 size_t i, shift, margin; in BoyerMooreHorspool() local
/dports/sysutils/kcron/kcron-21.12.3/src/
H A DcrontabPrinter.cpp43 bool CrontabPrinter::start() in start() function in CrontabPrinter
76 const int margin = computeMargin(); in start() local
249 const int margin = (int)((2 / 2.54) * dpiy); // 2 cm margins in computeMargin() local
285 const int margin = computeMargin(); in drawTable() local
345 int margin = computeMargin(); in findColumnWidths() local
373 const int margin = computeMargin(); in needNewPage() local
/dports/math/R/R-4.1.2/src/library/stats/R/
H A Dloglin.R19 loglin <- function(table, margin, start = rep(1, length(table)), fit = argument
95 margin = margin) nameattr
/dports/math/libRmath/R-4.1.1/src/library/stats/R/
H A Dloglin.R19 loglin <- function(table, margin, start = rep(1, length(table)), fit = argument
95 margin = margin) nameattr
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/dragstr/
H A DDragstrLocus.java29 private final long start; field in DragstrLocus
34 …private DragstrLocus(final int chrIdx, final long start, final byte period, final short length, fi… in DragstrLocus()
42 …public static DragstrLocus make(final int chrIdx, final long start, final byte period, final short… in make()
109 … public SimpleInterval getStartInterval(final SAMSequenceDictionary dictionary, final int margin) { in getStartInterval()
114 final int start = Math.max(1, (int) this.start - margin); in getStartInterval() local
/dports/www/nginx-full/njs-0.7.1/src/
H A Dnjs_dtoa.c43 njs_round(char *start, size_t length, uint64_t delta, uint64_t rest, in njs_round()
44 uint64_t ten_kappa, uint64_t margin) in njs_round()
124 uint64_t fraction, rest, margin; in njs_digit_gen() local
321 njs_grisu2(double value, char *start, int *point) in njs_grisu2()
351 njs_grisu2_prec(double value, char *start, size_t prec, int *point) in njs_grisu2_prec()
372 njs_write_exponent(int exp, char *start) in njs_write_exponent()
406 njs_dtoa_format(char *start, size_t len, int point) in njs_dtoa_format()
496 njs_dtoa_prec_format(char *start, size_t prec, size_t len, int point) in njs_dtoa_prec_format()
556 njs_dtoa(double value, char *start) in njs_dtoa()
590 njs_dtoa_precision(double value, char *start, size_t prec) in njs_dtoa_precision()
[all …]
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dscanedg.cpp86 const uint8_t margin = WHITE_PIX; in block_edges() local
116 uint8_t margin, // white-out pixel in make_margins()
129 auto start = seg_it.data()->x(); in make_margins() local
148 auto start = line_it->get_line(y, xext); in make_margins() local
376 static void free_crackedges(CRACKEDGE *start) { in free_crackedges()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A Dcatch_matchers_floating.cpp75 FP step(FP start, FP direction, uint64_t steps) { in step()
88 bool marginComparison(double lhs, double rhs, double margin) { in marginComparison()
110 WithinAbsMatcher::WithinAbsMatcher(double target, double margin) in WithinAbsMatcher()
214 Floating::WithinAbsMatcher WithinAbs(double target, double margin) { in WithinAbs()
/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A Dcatch_matchers_floating.cpp75 FP step(FP start, FP direction, uint64_t steps) { in step()
88 bool marginComparison(double lhs, double rhs, double margin) { in marginComparison()
110 WithinAbsMatcher::WithinAbsMatcher(double target, double margin) in WithinAbsMatcher()
214 Floating::WithinAbsMatcher WithinAbs(double target, double margin) { in WithinAbs()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_matchers_floating.cpp76 FP step(FP start, FP direction, uint64_t steps) { in step()
89 bool marginComparison(double lhs, double rhs, double margin) { in marginComparison()
111 WithinAbsMatcher::WithinAbsMatcher(double target, double margin) in WithinAbsMatcher()
215 Floating::WithinAbsMatcher WithinAbs(double target, double margin) { in WithinAbs()
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_matchers_floating.cpp76 FP step(FP start, FP direction, uint64_t steps) { in step()
89 bool marginComparison(double lhs, double rhs, double margin) { in marginComparison()
111 WithinAbsMatcher::WithinAbsMatcher(double target, double margin) in WithinAbsMatcher()
215 Floating::WithinAbsMatcher WithinAbs(double target, double margin) { in WithinAbs()
/dports/devel/catch/Catch2-2.13.7/include/internal/
H A Dcatch_matchers_floating.cpp76 FP step(FP start, FP direction, uint64_t steps) { in step()
89 bool marginComparison(double lhs, double rhs, double margin) { in marginComparison()
111 WithinAbsMatcher::WithinAbsMatcher(double target, double margin) in WithinAbsMatcher()
215 Floating::WithinAbsMatcher WithinAbs(double target, double margin) { in WithinAbs()
/dports/devel/ga/ga-5.8/tcgmsg/tests/
H A Dparse.c88 void GetTimeSpan(FILE *file, DoublePrecision *start, DoublePrecision *duration) in GetTimeSpan()
117 DoublePrecision time, start, duration=0.0, otim, span, margin, comms, useful; in main() local
/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/src/
H A Dksqueezedtextlabel.cpp83 void KSqueezedTextLabel::setMargin(int margin) in setMargin()
131 const int margin = this->margin(); in contentsRect() local
234 const int start = selectionStart(); in mouseReleaseEvent() local
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/
H A Dcatch_matchers_floating.cpp93 FP step(FP start, FP direction, uint64_t steps) { in step()
106 bool marginComparison(double lhs, double rhs, double margin) { in marginComparison()
128 WithinAbsMatcher::WithinAbsMatcher(double target, double margin) in WithinAbsMatcher()
232 Floating::WithinAbsMatcher WithinAbs(double target, double margin) { in WithinAbs()
/dports/net-im/nheko/nheko-0.9.0/src/ui/
H A DDropShadow.cpp12 qint16 margin, in draw()
14 QColor start, in draw()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/
H A DJToolBar.java139 Insets margin = getMargin(); in layoutContainer() local
150 int start = 0; in layoutContainer() local
259 Insets margin = getMargin(); in preferredLayoutSize() local
377 private transient Insets margin; field in JToolBar
578 public void setMargin(Insets margin) in setMargin()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/
H A DJToolBar.java139 Insets margin = getMargin(); in layoutContainer() local
150 int start = 0; in layoutContainer() local
259 Insets margin = getMargin(); in preferredLayoutSize() local
377 private transient Insets margin; field in JToolBar
578 public void setMargin(Insets margin) in setMargin()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/
H A DJToolBar.java139 Insets margin = getMargin(); in layoutContainer() local
150 int start = 0; in layoutContainer() local
259 Insets margin = getMargin(); in preferredLayoutSize() local
377 private transient Insets margin; field in JToolBar
578 public void setMargin(Insets margin) in setMargin()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/
H A DJToolBar.java139 Insets margin = getMargin(); in layoutContainer() local
150 int start = 0; in layoutContainer() local
259 Insets margin = getMargin(); in preferredLayoutSize() local
377 private transient Insets margin; field in JToolBar
578 public void setMargin(Insets margin) in setMargin()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/
H A DJToolBar.java139 Insets margin = getMargin(); in layoutContainer() local
150 int start = 0; in layoutContainer() local
259 Insets margin = getMargin(); in preferredLayoutSize() local
377 private transient Insets margin; field in JToolBar
578 public void setMargin(Insets margin) in setMargin()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/swing/
H A DJToolBar.java136 Insets margin = getMargin(); in layoutContainer() local
147 int start = 0; in layoutContainer() local
256 Insets margin = getMargin(); in preferredLayoutSize() local
374 private transient Insets margin; field in JToolBar
576 public void setMargin(Insets margin) in setMargin()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/
H A DSimpleInterval.java24 private final int start; field in SimpleInterval
34 public SimpleInterval(final String contig, final int start, final int end){ in SimpleInterval()
58 static void validatePositions(final String contig, final int start, final int end) { in validatePositions()
68 public static boolean isValid(final String contig, final int start, final int end) { in isValid()
106 final int start; in SimpleInterval() local
238 public boolean overlapsWithMargin(final Locatable other, final int margin) { in overlapsWithMargin()
/dports/sysutils/k3b/k3b-21.12.3/src/
H A Dk3btimeoutwidget.cpp21 int margin; member in K3b::TimeoutWidget::Private
48 void K3b::TimeoutWidget::start() in start() function in K3b::TimeoutWidget

12345678910>>...51