Home
last modified time | relevance | path

Searched defs:firstOnly (Results 1 – 20 of 20) sorted by relevance

/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()
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Solver/Modular/
H A DPSQ.hs142 firstOnly (PSQ []) = PSQ [] function
143 firstOnly (PSQ (x : _)) = PSQ [x] function
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Solver/Modular/
H A DPSQ.hs142 firstOnly (PSQ []) = PSQ [] function
143 firstOnly (PSQ (x : _)) = PSQ [x] function
/dports/audio/mixxx/mixxx-2.3.0/src/util/
H A Ddnd.cpp60 bool firstOnly, in dropEventFiles()
101 bool firstOnly, in supportedTracksFromUrls()
179 bool firstOnly, in dragEnterAccept()
/dports/biology/biococoa/biococoa-2.2.2/BCFoundation/BCTools/
H A DBCToolSequenceFinder.h59 BOOL firstOnly; variable
/dports/www/mediawiki135/mediawiki-1.35.5/extensions/Scribunto/includes/engines/LuaCommon/lualib/ustring/
H A Dmake-normalization-table.php70 function uord( $c, $firstOnly ) {
/dports/www/mediawiki136/mediawiki-1.36.3/extensions/Scribunto/includes/engines/LuaCommon/lualib/ustring/
H A Dmake-normalization-table.php74 function uord( $c, $firstOnly ) { // phpcs:ignore MediaWiki.NamingConventions.PrefixedGlobalFunctio…
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/Scribunto/includes/engines/LuaCommon/lualib/ustring/
H A Dmake-normalization-table.php74 function uord( $c, $firstOnly ) { // phpcs:ignore MediaWiki.NamingConventions.PrefixedGlobalFunctio…
/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()
214 final boolean firstOnly, in addMappedPair()
231 final boolean firstOnly, in addMatePair()
270 final boolean firstOnly, in addMatePair()
314 final boolean firstOnly, in addMatePair()
/dports/devel/R-cran-future/future/R/
H A DFutureRegistry.R11 collectValues <- function(where, futures, firstOnly = TRUE) { argument
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/GNSSEph/
H A DGloEphemerisStore_T.cpp202 bool firstOnly) in loadNav()
/dports/www/privatebin/PrivateBin-1.3.5/lib/Data/
H A DDatabase.php478 private static function _select($sql, array $params, $firstOnly = false)
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/io-developer/php-whois/src/Iodev/Whois/Helpers/
H A DGroupHelper.php64 public static function match($group, $keys, $ignoreCase = true, $firstOnly = false)
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/CommandLine/
H A DCommandOptionParser.cpp355 bool doPretty, bool firstOnly) in printHelp()
/dports/math/R/R-4.1.2/src/library/utils/R/
H A Dindices.R197 index.search <- function(topic, paths, firstOnly = FALSE) argument
/dports/math/libRmath/R-4.1.1/src/library/utils/R/
H A Dindices.R197 index.search <- function(topic, paths, firstOnly = FALSE) argument
/dports/science/openbabel/openbabel-3.1.1/tools/
H A Dobrms.cpp216 bool firstOnly = false; in main() local
/dports/comms/ebusd/ebusd-21.3/src/ebusd/
H A Dbushandler.cpp214 size_t offsets, bool firstOnly, ostringstream* output) { in decodeType()
315 bool firstOnly = maxLength >= 8; in dump() local
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/pylib/
H A Dagentx.py116 def getOIDsInRange(self, oidrange, firstOnly=False): argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/dom/
H A DBindings.java555 …ding> findOverriddenMethods(IMethodBinding overriding, boolean testVisibility, boolean firstOnly) { in findOverriddenMethods()