Home
last modified time | relevance | path

Searched refs:withSparse (Results 1 – 3 of 3) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/elementary_functions/macros/
H A Dblockdiag.sci40 withSparse = %f
42 withSparse = withSparse | issparse(varargin(i))
43 if withSparse, break, end
46 if withSparse then
/dports/lang/nx/nsf2.3.0/library/mongodb/
H A DmongoAPI.h164 …esObj, const char *withName, int withBackground, int withDropdups, int withSparse, int withTtl, in…
367 int withSparse = (int )PTR2INT(pc.clientData[5]); in NsfMongoCollectionIndexStub() local
372 … collectionPtr, attributesObj, withName, withBackground, withDropdups, withSparse, withTtl, withUn… in NsfMongoCollectionIndexStub()
H A Dnsfmongo.c938 int withSparse, in NsfMongoCollectionIndex() argument
976 if (withSparse != 0) {options.sparse = 1;} in NsfMongoCollectionIndex()