Home
last modified time | relevance | path

Searched refs:rdOnly (Results 1 – 6 of 6) sorted by relevance

/dports/devel/R-cran-Rcpp/Rcpp/R/
H A DexposeClass.R140 rdOnly <- nm %in% readOnly functionVar
141 macros <- ifelse(rdOnly, ".field_readonly", ".field")
160 fldFuns <- .writeFieldFunction(fldi, typei, CppClass, rdOnly[[i]], ns, con)
161 if(rdOnly[[i]])
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/log/
H A DFileManager.java2207 public boolean lockEnvironment(boolean rdOnly, boolean exclusive) { in lockEnvironment() argument
2209 if (checkEnvHomePermissions(rdOnly)) { in lockEnvironment()
2235 if (rdOnly) { in lockEnvironment()
2275 public boolean checkEnvHomePermissions(boolean rdOnly) in checkEnvHomePermissions() argument
2279 return checkEnvHomePermissionsSingleEnvDir(dbEnvHome, rdOnly); in checkEnvHomePermissions()
2281 return checkEnvHomePermissionsMultiEnvDir(rdOnly); in checkEnvHomePermissions()
2286 boolean rdOnly) in checkEnvHomePermissionsSingleEnvDir() argument
2290 if (envDirIsReadOnly && !rdOnly) { in checkEnvHomePermissionsSingleEnvDir()
2306 private boolean checkEnvHomePermissionsMultiEnvDir(boolean rdOnly) in checkEnvHomePermissionsMultiEnvDir() argument
2310 if (!checkEnvHomePermissionsSingleEnvDir(dbEnvDir, rdOnly)) { in checkEnvHomePermissionsMultiEnvDir()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dbasic_pro.cpp1211 DLong rdOnly = 0; in defsysv() local
1213 e->AssureLongScalarPar(2, rdOnly); in defsysv()
1232 if (rdOnly != 0) in defsysv()
1260 if (rdOnly != 0) return; in defsysv()
H A Dsaverestore.cpp1398 …void restoreSystemVariable(EnvT* e, std::string sysVarNameFull, BaseGDL* ret, bool rdOnly = false)… in restoreSystemVariable() argument
1418 if (rdOnly) sysVarRdOnlyList.push_back(newSysVar); in restoreSystemVariable()
1452 if (rdOnly) return; in restoreSystemVariable()
/dports/databases/spatialite_gui/spatialite_gui-1.7.1/
H A DDialogs.cpp320 wxString & geom, bool rdOnly, bool hidden) in Create() argument
328 ReadOnly = rdOnly; in Create()
394 wxString rdOnly[2]; in CreateControls() local
395 rdOnly[0] = wxT("&ReadWrite [allows editing]"); in CreateControls()
396 rdOnly[1] = wxT("&ReadOnly [not editable]"); in CreateControls()
401 rdOnly, 1, in CreateControls()
H A DClassdef.h3403 bool rdOnly, bool hidden);
3404 bool Create(MyFrame * parent, wxString & table, wxString & geom, bool rdOnly,