Home
last modified time | relevance | path

Searched refs:keepNames (Results 1 – 25 of 70) sorted by relevance

123

/dports/math/R-cran-miscTools/miscTools/R/
H A DsumKeepAttr.R2 sumKeepAttr <- function( x, keepNames = FALSE, na.rm = FALSE ) { argument
4 if( !keepNames ) {
/dports/math/R-cran-miscTools/miscTools/man/
H A DsumKeepAttr.Rd12 sumKeepAttr( x, keepNames = FALSE, na.rm = FALSE )
17 \item{keepNames}{logical. Should the name(s) of the element(s) of\code{x}
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/typecheck/
H A Dmkbuiltin.go207 func (i *typeInterner) fields(fl *ast.FieldList, keepNames bool) string {
219 if keepNames {
228 if keepNames {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/gc/
H A Dmkbuiltin.go188 func (i *typeInterner) fields(fl *ast.FieldList, keepNames bool) string {
199 if keepNames {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/gc/
H A Dmkbuiltin.go188 func (i *typeInterner) fields(fl *ast.FieldList, keepNames bool) string {
199 if keepNames {
/dports/biology/bbmap/bbmap/current/kmer/
H A DTableLoaderLockFree.java67 boolean keepNames=false; in main()
69 long kmers=loader.processData(refs, literals, keepNames, useRefNames, false); in main()
123 …public long processData(String[] ref, String[] literal, boolean keepNames, boolean useRefNames, bo… in processData() argument
131 if(keepNames){ in processData()
H A DTableReader.java60 boolean keepNames=false; in main()
62 long kmers=loader.processData(refs, literals, keepNames, useRefNames, false); in main()
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinStructuredModel.hpp97 bool keepNames = false,
H A DCoinMpsIO.hpp751 int readGMPL(const char *modelName, const char *dataName = NULL, bool keepNames = false);
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinStructuredModel.hpp97 bool keepNames = false,
H A DCoinMpsIO.hpp751 int readGMPL(const char *modelName, const char *dataName = NULL, bool keepNames = false);
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinStructuredModel.hpp97 bool keepNames = false,
H A DCoinMpsIO.hpp751 int readGMPL(const char *modelName, const char *dataName = NULL, bool keepNames = false);
/dports/devel/esbuild/esbuild-0.12.23/lib/shared/
H A Dtypes.ts31 keepNames?: boolean; property
/dports/math/ogdf/OGDF/include/coin/
H A DClpModel.hpp127 bool keepNames = false,
131 bool keepNames = false);
H A DClpSimplex.hpp187 bool keepNames = false,
191 bool keepNames = false);
H A DClpInterior.hpp141 bool keepNames = false,
H A DCoinMpsIO.hpp660 int readGMPL(const char *modelName, const char * dataName=nullptr, bool keepNames=false);
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpModel.hpp126 bool keepNames = false,
130 bool keepNames = false);
H A DClpInterior.hpp140 bool keepNames = false,
H A DClpSimplex.hpp267 bool keepNames = false,
271 bool keepNames = false);
/dports/math/py-CyLP/CyLP-0.91.4/cylp/cy/
H A DCyClpSimplex.pxd62 int readMps(char*, int keepNames, int ignoreErrors)
326 cpdef int readMps(self, filename, int keepNames=*,
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/evanw/esbuild/lib/shared/
H A Dtypes.ts51 keepNames?: boolean; property
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClp_C_Interface.cpp268 int keepNames, in Clp_readMps() argument
271 return model->model_->readMps(filename, keepNames != 0, ignoreErrors != 0); in Clp_readMps()
H A DClp_C_Interface.h70 int keepNames,

123