Home
last modified time | relevance | path

Searched refs:firstOnly (Results 1 – 25 of 66) sorted by relevance

123

/dports/textproc/jalingo/jalingo-0.6.0-src/src/ja/centre/util/regex/
H A DRegexReplacer.java30 private boolean firstOnly; field in RegexReplacer
32 public RegexReplacer( String pattern, String replaceTo, boolean firstOnly ) { in RegexReplacer() argument
38 this.firstOnly = firstOnly; in RegexReplacer()
42 return firstOnly in replace()
/dports/devel/R-cran-future/future/R/
H A DFutureRegistry.R11 collectValues <- function(where, futures, firstOnly = TRUE) { argument
42 if (firstOnly) break
79 collectValues(where, futures = futures, firstOnly = TRUE)
81 collectValues(where, futures = futures, firstOnly = FALSE)
101 collectValues(where, futures = futures[idxs], firstOnly = FALSE)
/dports/biology/gatk/gatk-4.2.0.0/src/testUtils/java/org/broadinstitute/hellbender/testutils/testers/
H A DSamFileTester.java199 final boolean firstOnly, in addMappedPair() argument
202 cigar2, false, true, firstOnly, defaultQualityScore); in addMappedPair()
214 final boolean firstOnly, in addMappedPair() argument
217 strand1, strand2, firstOnly, false, false, defaultQualityScore); in addMappedPair()
231 final boolean firstOnly, in addMatePair() argument
236 …isDuplicate1, isDuplicate2, cigar1, cigar2, strand1, strand2, firstOnly, record1NonPrimary, record… in addMatePair()
270 final boolean firstOnly, in addMatePair() argument
289 if (firstOnly) { in addMatePair()
314 final boolean firstOnly, in addMatePair() argument
319 …isDuplicate1, isDuplicate2, cigar1, cigar2, strand1, strand2, firstOnly, record1NonPrimary, record… in addMatePair()
/dports/audio/mixxx/mixxx-2.3.0/src/util/
H A Ddnd.cpp60 bool firstOnly, in dropEventFiles() argument
72 firstOnly, in dropEventFiles()
101 bool firstOnly, in supportedTracksFromUrls() argument
142 if (firstOnly && !trackFiles.isEmpty()) { in supportedTracksFromUrls()
179 bool firstOnly, in dragEnterAccept() argument
183 QList<TrackFile> files = dropEventFiles(mimeData, sourceIdentifier, firstOnly, acceptPlaylists); in dragEnterAccept()
H A Ddnd.h21 bool firstOnly,
31 bool firstOnly,
/dports/biology/biococoa/biococoa-2.2.2/BCFoundation/BCSequence/
H A DBCSequence.h475 …Array *) findSequence: (BCSequence *) entry usingStrict: (BOOL) strict firstOnly: (BOOL) firstOnly;
476 … findSequence: (BCSequence *) entry usingStrict: (BOOL) strict firstOnly: (BOOL) firstOnly usingSe…
H A DBCSequence.m811 return [self findSequence: entry usingStrict: strict firstOnly: NO];
814 …SArray *) findSequence: (BCSequence *) entry usingStrict: (BOOL) strict firstOnly: (BOOL) firstOnly
817 firstOnly: NO usingSearchRange: NSMakeRange(0, [self length])];
821 firstOnly: (BOOL) firstOnly usingSearchRange: (NSRange) range
826 [sequenceFinder setFirstOnly: firstOnly];
/dports/www/gohugo/hugo-0.91.2/resources/resource_factories/create/
H A Dcreate.go80 func (c *Client) match(pattern string, firstOnly bool) (resource.Resources, error) {
82 if firstOnly {
115 return firstOnly, nil
/dports/www/mediawiki136/mediawiki-1.36.3/extensions/Scribunto/includes/engines/LuaCommon/lualib/ustring/
H A Dmake-normalization-table.php71 * @param bool $firstOnly
74 function uord( $c, $firstOnly ) { // phpcs:ignore MediaWiki.NamingConventions.PrefixedGlobalFunctio… argument
76 return $firstOnly ? $ret[1] : $ret;
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/Scribunto/includes/engines/LuaCommon/lualib/ustring/
H A Dmake-normalization-table.php71 * @param bool $firstOnly
74 function uord( $c, $firstOnly ) { // phpcs:ignore MediaWiki.NamingConventions.PrefixedGlobalFunctio… argument
76 return $firstOnly ? $ret[1] : $ret;
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/yui2/src/selector/
H A DREADME29 * query() returns null when firstOnly and no result
34 * query() now returns single node (not array) when firstOnly is true
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/yui2/src/selector/
H A DREADME29 * query() returns null when firstOnly and no result
34 * query() now returns single node (not array) when firstOnly is true
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Solver/Modular/
H A DPSQ.hs12 , firstOnly
141 firstOnly :: PSQ k a -> PSQ k a
142 firstOnly (PSQ []) = PSQ [] function
143 firstOnly (PSQ (x : _)) = PSQ [x] function
/dports/science/openbabel/openbabel-3.1.1/tools/
H A Dobrms.cpp216 bool firstOnly = false; in main() local
252 firstOnly = true; in main()
378 if (!firstOnly) //one test molecule will be read for each reference molecule in main()
381 if(firstOnly) //done with first reference mol in main()
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Solver/Modular/
H A DPSQ.hs12 , firstOnly
141 firstOnly :: PSQ k a -> PSQ k a
142 firstOnly (PSQ []) = PSQ [] function
143 firstOnly (PSQ (x : _)) = PSQ [x] function
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/io-developer/php-whois/src/Iodev/Whois/Helpers/
H A DGroupHelper.php61 * @param bool $firstOnly
64 public static function match($group, $keys, $ignoreCase = true, $firstOnly = false) argument
89 if ($firstOnly && count($matches) > 0) {
/dports/www/mediawiki135/mediawiki-1.35.5/extensions/Scribunto/includes/engines/LuaCommon/lualib/ustring/
H A Dmake-normalization-table.php70 function uord( $c, $firstOnly ) { argument
72 return $firstOnly ? $ret[1] : $ret;
/dports/biology/biococoa/biococoa-2.2.2/BCFoundation/BCTools/
H A DBCToolSequenceFinder.m102 firstOnly = value;
176 if ( firstOnly)
211 if ( firstOnly)
276 if ( firstOnly)
H A DBCToolSequenceFinder.h59 BOOL firstOnly; variable
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/GNSSEph/
H A DGloEphemerisStore_T.cpp202 bool firstOnly) in loadNav() argument
211 if (firstOnly) in loadNav()
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/CommandLine/
H A DCommandOptionParser.hpp129 bool firstOnly = true);
H A DCommandOptionParser.cpp355 bool doPretty, bool firstOnly) in printHelp() argument
360 if (firstOnly) in printHelp()
/dports/www/privatebin/PrivateBin-1.3.5/lib/Data/
H A DDatabase.php474 * @param bool $firstOnly if only the first row should be returned
478 private static function _select($sql, array $params, $firstOnly = false) argument
482 $result = $firstOnly ?
/dports/math/R/R-4.1.2/src/library/utils/R/
H A Dindices.R197 index.search <- function(topic, paths, firstOnly = FALSE) argument
212 if(firstOnly) break
/dports/math/libRmath/R-4.1.1/src/library/utils/R/
H A Dindices.R197 index.search <- function(topic, paths, firstOnly = FALSE) argument
212 if(firstOnly) break

123