Home
last modified time | relevance | path

Searched +refs:so +refs:long +refs:original +refs:values (Results 176 – 200 of 33808) sorted by relevance

12345678910>>...1353

/dports/biology/py-macs2/MACS-2.2.7.1/MACS2/
H A DPileup.pyx43 #cdef inline long long_max(long a, long b): return a if a > b else b
230 baseline_value : a value to be filled for missing values.
231 …directional: if False, the strand or direction of tag will be ignored, so that extension will be b…
294 baseline_value : a value to be filled for missing values.
295 …directional: if False, the strand or direction of tag will be ignored, so that extension will be b…
374 baseline_value : a value to be filled for missing values.
397 be extended both directions from midpoint by distance d/2, or the original
457 scale_factor_0: scale factor for original fragments
586 compute pileup values.
730 values.
[all …]
/dports/www/resin3/resin-3.1.16/webapps/resin-doc/doc/
H A Dperformance-scrapbook.xtp26 <p>You can also change the <a config-tag="cache-mapping"/> values, especially for stuff
27 like *.gif files that don't change. Higher values mean that the
30 <p>Other than that, most of the default configuration values are pretty
31 good, so you normally won't need to touch them.
34 better Last-Modified and/or ETag values on your servlet/JSP output. If
65 static files (as long as you don't actually do any
92 <p>One thing to be aware of: the caching is based on the original URL. So
127 date. If the page takes a long time to finish execution on a
129 executing the original page to refresh the cache.
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/Copyrights/ilmbase/
H A DChangeLog23 * Updated the so verison to 10
38 * Depracated compiler flag: -Wno-long-double since it is no longer
44 accessor names for these values on windows ('hither' and 'yon')
58 * Updated the so verison to 7.
116 "round to nearest even" mode: if the original float value
117 is exactly in the middle between the two closest half values
123 - Separated ILMBASE_LDFLAGS and ILMBASE_LIBS so that test programs
/dports/graphics/povray37/povray-3.7.0.10/libraries/ilmbase/
H A DChangeLog23 * Updated the so verison to 10
38 * Depracated compiler flag: -Wno-long-double since it is no longer
44 accessor names for these values on windows ('hither' and 'yon')
58 * Updated the so verison to 7.
116 "round to nearest even" mode: if the original float value
117 is exactly in the middle between the two closest half values
123 - Separated ILMBASE_LDFLAGS and ILMBASE_LIBS so that test programs
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/
H A DChangeLog.ilmbase23 * Updated the so verison to 10
38 * Depracated compiler flag: -Wno-long-double since it is no longer
44 accessor names for these values on windows ('hither' and 'yon')
58 * Updated the so verison to 7.
116 "round to nearest even" mode: if the original float value
117 is exactly in the middle between the two closest half values
123 - Separated ILMBASE_LDFLAGS and ILMBASE_LIBS so that test programs
/dports/devel/gengetopt/gengetopt-2.23/doc/
H A Dgengetopt.info68 Definitions of options, values, and so forth.
368 'long'
616 option "long-opt" - "A long option" long optional
705 char * long_opt_orig; /**< @brief A long option original value given at command line. */
711 …char * enum_opt_orig; /**< @brief A string option with list of values original value given at comm…
1031 cout << "enum-opt (original specified) value: "
1105 enum-opt (original specified) value: h
1619 Short options may have values just like long options, but if several
1798 option of the other mode\nNotice that this description is quite long so \
1870 Notice that this description is quite long so it may spawn many lines...
[all …]
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/
H A Dcompress.pyx7 Compression is applied to chunks after ID hashing (so the ID is a direct function of the
42 unsigned long long ZSTD_CONTENTSIZE_UNKNOWN
43 unsigned long long ZSTD_CONTENTSIZE_ERROR
84 which is needed so that the correct decompressor can be used for decompression.
237 cdef unsigned long long osize
238 cdef unsigned long long rsize
245 raise DecompressionError('zstd get size failed: original size unknown')
403 values = s.split(',')
404 count = len(values)
408 self.name = values[0]
[all …]
/dports/math/py-numpy/numpy-1.20.3/doc/source/release/
H A D1.14.0-notes.rst15 designated a long term release with support for bug fixes extending through
121 are propagated to the original. That was not previously the case. This change
123 mask of the original array is ``nomask`` and the mask of the view is changed.
124 See gh-5580 for an extended discussion. The original behavior of having a copy
146 ``maximum_fill_value(np.array(x))``. Previously ``x = long(1)`` on Python 2
180 passed, despite not doing so under the simple cases::
216 the result is always a view on the original masked array.
288 * For summarization (the use of ``...`` to shorten long arrays):
299 print the dtype, and correctly wrap the elements of long arrays to multiple
557 the integer byte values were shown.
[all …]
/dports/games/uqm/uqm-0.8.0/
H A DContributing4 These guidelines are there so that you won't waste both our and your time.
20 Our current goal is a straight port. The code is GPL, so feel free
27 reason is that this is very close to the original style.
44 <TAB>long l,
48 (Though in this particular case, I personally would repeat the 'long',
66 original. If you don't have the skills or patience to do so, this is not
73 and check the return values of functions that may fail.
130 under the GPL and let us know, so that adequate credit can be given.
/dports/lang/voc/voc-63008f6/triage/
H A DV2CHANGES.md38 LDCONFIG=if echo "/opt/voc/lib" >/etc/ld.so.conf.d/libvoc.conf; then ldconfig; fi
76 …code often used 'long' instead, assuming it was interchangeable with 'LONGINT', but for some platf…
106 …data model used by 64 bit Windows. In LLP64, 'long' is only 32 bit. The 64 bit integer type is 'l…
111 …of dynamic strings passed by value (so that code is free to change the value parameter without aff…
117 …- Texts.WriteInt corrected to work with both 4 and 8 byte LONGINTs. Previously values with more th…
133 …as the libraries, assumes that INTEGER is 16 bit and LONGINT is 32 bit and so is broken on 64 bit …
139values, making code easier to write and, more importantly, easier to read. A BYTE type would be us…
143 So maybe one could provide Platform.int, Platform.long, Platform.longlong, Platform.unsignedint, Pl…
165 …orm differences come around the meaning of 'long' vs 'long long', pointer size and alignment of 64…
175 | Name | 'int' size | 'long' size | 'long long' size | pointer size |
[all …]
/dports/lang/racket/racket-8.3/collects/setup/
H A Dpath-relativize.rkt18 ;; usages, as long as it works when we prepare a distribution tree.
30 ;; tree, so we explode the paths. This is slower than the old way
31 ;; (by a factor of 2 or so), but it's simpler and more portable.
64 ;; having #<path...> values written into dep files.
83 ;; original working directory:
115 (values path->relative relative->path))
/dports/lang/racket-minimal/racket-8.3/collects/setup/
H A Dpath-relativize.rkt18 ;; usages, as long as it works when we prepare a distribution tree.
30 ;; tree, so we explode the paths. This is slower than the old way
31 ;; (by a factor of 2 or so), but it's simpler and more portable.
64 ;; having #<path...> values written into dep files.
83 ;; original working directory:
115 (values path->relative relative->path))
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/test/regress/expected/
H A Dpassword.out7 HINT: Available values: md5, scram-sha-256.
10 HINT: Available values: md5, scram-sha-256.
67 -- so it should be hashed with SCRAM-SHA-256.
69 -- These may look like valid MD5 secrets, but they are not, so they
106 -- The first is valid, to act as a control. The others have too long
112 -- should not contain the original salt.
/dports/databases/postgresql14-plperl/postgresql-14.1/src/test/regress/expected/
H A Dpassword.out7 HINT: Available values: md5, scram-sha-256.
10 HINT: Available values: md5, scram-sha-256.
67 -- so it should be hashed with SCRAM-SHA-256.
69 -- These may look like valid MD5 secrets, but they are not, so they
106 -- The first is valid, to act as a control. The others have too long
112 -- should not contain the original salt.
/dports/databases/postgresql14-server/postgresql-14.1/src/test/regress/expected/
H A Dpassword.out7 HINT: Available values: md5, scram-sha-256.
10 HINT: Available values: md5, scram-sha-256.
67 -- so it should be hashed with SCRAM-SHA-256.
69 -- These may look like valid MD5 secrets, but they are not, so they
106 -- The first is valid, to act as a control. The others have too long
112 -- should not contain the original salt.
/dports/databases/postgresql14-plpython/postgresql-14.1/src/test/regress/expected/
H A Dpassword.out7 HINT: Available values: md5, scram-sha-256.
10 HINT: Available values: md5, scram-sha-256.
67 -- so it should be hashed with SCRAM-SHA-256.
69 -- These may look like valid MD5 secrets, but they are not, so they
106 -- The first is valid, to act as a control. The others have too long
112 -- should not contain the original salt.
/dports/databases/postgresql14-docs/postgresql-14.1/src/test/regress/expected/
H A Dpassword.out7 HINT: Available values: md5, scram-sha-256.
10 HINT: Available values: md5, scram-sha-256.
67 -- so it should be hashed with SCRAM-SHA-256.
69 -- These may look like valid MD5 secrets, but they are not, so they
106 -- The first is valid, to act as a control. The others have too long
112 -- should not contain the original salt.
/dports/databases/postgresql14-contrib/postgresql-14.1/src/test/regress/expected/
H A Dpassword.out7 HINT: Available values: md5, scram-sha-256.
10 HINT: Available values: md5, scram-sha-256.
67 -- so it should be hashed with SCRAM-SHA-256.
69 -- These may look like valid MD5 secrets, but they are not, so they
106 -- The first is valid, to act as a control. The others have too long
112 -- should not contain the original salt.
/dports/databases/postgresql14-client/postgresql-14.1/src/test/regress/expected/
H A Dpassword.out7 HINT: Available values: md5, scram-sha-256.
10 HINT: Available values: md5, scram-sha-256.
67 -- so it should be hashed with SCRAM-SHA-256.
69 -- These may look like valid MD5 secrets, but they are not, so they
106 -- The first is valid, to act as a control. The others have too long
112 -- should not contain the original salt.
/dports/devel/py-pyopencl/pyopencl-2018.2/pyopencl/cl/
H A Dpyopencl-ranluxcl.cl22 different sequences. As long as the number of work-items on each device/NDRange
50 //Upload state again so that we don't get the same
167 random values per second, when not downloading values to host memory (i.e. the
174 and the original RANLUX are discussed.
181 <numWorkitems> + 1, and so on for higher <ins> so that we never have overlapping
187 The number of values to skip is controlled by the so-called p-value of the
188 generator. After generating 24 values we skip p - 24 values until again
189 generating 24 values.
205 Below the p-values for the original reference implementation are listed along
307 //Here the luxury values are defined
[all …]
/dports/devel/py-meliae/meliae-0.5.1/meliae/
H A D_loader.pyx67 long size
266 object, so we generate these on-the-fly.
271 :ivar address: The address in memory of the original object. This is used
928 values = []
935 values.append(address)
936 return values
972 return values
978 def values(self): member in MemObjectCollection
984 values = []
991 values.append(proxy)
[all …]
/dports/math/testu01/TestU01-1.2.3/probdist/
H A Dgofs.tex58 classes in such a way that this is always so. For others, an error
109 \tab Applies the transformation $U_i = F(V_i)$ to the values in
122 \tab Applies the transformation $U_i = F(V_i)$ to the values in
126 Note: If {\tt V[1..N]} are the values of random variables with
129 set of values taken by {\tt F},
158 void gofs_DiffL (long U[], long D[], long N1, long N2, long a, long b);
204 distribution as the original spacings, and the $V_i$ are a new sample
250 It merges classes of observations so that the expected
422 Returns the values in {\tt DP} and {\tt DM}.
436 of $F$. If {\tt Detail} $> 0$, the computed values of the
[all …]
/dports/devel/R-cran-promises/promises/inst/doc/
H A Dfutures.Rmd10 …hat don't block the current R session. It was created by Henrik Bengtsson long before the `promise…
28 …omplete executing successfully. The important thing is that no matter how long the expensive opera…
32so how does `future` accomplish this? The answer: by utilizing another R process. `future` delegat…
36 …what method to use. Call the `plan()` function with one of the following values (without quotes—th…
39 …than launching a new process from scratch, and most of the state of the original process is availa…
40 …vailable for each platform. In practice, since the two implementations are so different, it's very…
50original process, e.g. data to be fitted, URLs to be requested, file paths to read from. The futur…
72 …le from the parent process; the future code is operating on a copy of the object, not the original.
74 ### Returning values
/dports/devel/R-cran-promises/promises/vignettes/
H A Dfutures.Rmd10 …hat don't block the current R session. It was created by Henrik Bengtsson long before the `promise…
28 …omplete executing successfully. The important thing is that no matter how long the expensive opera…
32so how does `future` accomplish this? The answer: by utilizing another R process. `future` delegat…
36 …what method to use. Call the `plan()` function with one of the following values (without quotes—th…
39 …than launching a new process from scratch, and most of the state of the original process is availa…
40 …vailable for each platform. In practice, since the two implementations are so different, it's very…
50original process, e.g. data to be fitted, URLs to be requested, file paths to read from. The futur…
72 …le from the parent process; the future code is operating on a copy of the object, not the original.
74 ### Returning values
/dports/devel/R-cran-Hmisc/Hmisc/man/windows/
H A Dsas.get.Rd15 variables to factor objects. The original \acronym{SAS} codes are stored in an
101 The user defined formats must be available (so \acronym{SAS} can read the data).
180 so character variables are converted to factors only if they have fewer
201 so no attempt is made to convert to single if running \R.
294 you invoke S so that your current project directory is known
311 places. If you are exporting records that are very long (because of
312 a large number of variables and/or long character variables), you
388 sas.codes(d$x) # for PROC FORMATted variables returns original data codes
391 # "1:good" "2:better" "3:best", if the original SAS values were 1,2,3
432 # the original dataset)
[all …]

12345678910>>...1353