Searched defs:readonly (Results 1 - 2 of 2) sorted by relevance

/pkg/src/modules/server/
H A Dapi.py654 def readonly(self): member in class:ConfigInterface
656 operating in readonly mode.
/pkg/src/
H A Ddepot.py159 [--readonly] [--ssl-cert-file] [--ssl-dialog] [--ssl-key-file]
207 disallowed. Cannot be used with --readonly or
218 --readonly Read-only operation; modifying operations disallowed.
239 access. Used with --readonly to allow server to
297 "proxy-base=", "readonly", "rebuild", "refresh-index",
389 ivalues["pkg"]["readonly"] = True
428 elif opt == "--readonly":
429 ivalues["pkg"]["readonly"] = True
561 readonly = dconf.get_property("pkg", "readonly") variable
[all...]

Completed in 12 milliseconds