Searched refs:batch_mode (Results 1 - 6 of 6) sorted by relevance

/pkg/src/modules/
H A Dcatalog.py1384 def __init__(self, batch_mode=False, meta_root=None, log_updates=False,
1388 'batch_mode' is an optional boolean value that indicates that
1418 self.__batch_mode = batch_mode
2226 old_batch_mode = self.batch_mode
2227 self.batch_mode = True
2230 self.batch_mode = old_batch_mode
2283 old_batch_mode = self.batch_mode
2284 self.batch_mode = True
2313 self.batch_mode = old_batch_mode
2327 self.batch_mode
3856 batch_mode = property(__get_batch_mode, __set_batch_mode) variable in class:Catalog
[all...]
H A Dp5p.py830 cat = pkg.catalog.Catalog(batch_mode=True)
856 cat.batch_mode = False
/pkg/src/modules/server/
H A Drepository.py766 # Set batch_mode for catalog to speed up rebuild.
767 self.catalog.batch_mode = True
816 self.catalog.batch_mode = False
1534 c.batch_mode = True
1549 c.batch_mode = False
1698 # This ensures batch_mode is reset in the event of an
1700 c.batch_mode = False
/pkg/src/modules/client/
H A Dpublisher.py1820 ncat = pkg.catalog.Catalog(batch_mode=True,
1914 ncat.batch_mode = False
H A Dimage.py2323 # batch_mode is set to True here as any operations that modify
2327 cat = pkg.catalog.Catalog(batch_mode=True, meta_root=croot,
2528 # batch_mode is set to True here since without it, catalog
2547 kcat = pkg.catalog.Catalog(batch_mode=True,
2600 icat = pkg.catalog.Catalog(batch_mode=True,
H A Dapi.py3427 compicat = pkg.catalog.Catalog(batch_mode=True,
3429 compkcat = pkg.catalog.Catalog(batch_mode=True,
3638 compcat.batch_mode = False

Completed in 552 milliseconds