Home
last modified time | relevance | path

Searched refs:_backup (Results 76 – 100 of 1188) sorted by relevance

12345678910>>...48

/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dobstacles.h71 bool _backup; variable
H A Dobstacles.cpp73 _backup = false; in clear()
861 _backup = true; in backup()
874 f.writeBool(_backup); in save()
905 _backup = f.readBool(); in load()
/dports/devel/p5-IO-File-AtomicChange/IO-File-AtomicChange-0.05/t/
H A D20_backup.t13 my $target_file = "$basedir/file/20_backup";
/dports/graphics/openjump/OpenJUMP-1.16-r6669-PLUS/lib/ext/jython/
H A DRoadTool.py27 def _backup(event): function
213 _button1.actionPerformed = _backup
/dports/security/p5-Unix-Passwd-File/Unix-Passwd-File-0.251/lib/Unix/Passwd/
H A DFile.pm249 sub _backup { subroutine
431 my $res = _backup($fhs, "$etc/shadow");
445 my $res = _backup($fhp, "$etc/passwd");
459 my $res = _backup($fhgs, "$etc/gshadow");
473 my $res = _backup($fhg, "$etc/group");
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/SQLite/
H A DDatabase.java609 _backup(b, dest, destName, this, srcName); in backup()
614 private static native void _backup(Backup b, Database dest, in _backup() method in Database
/dports/shells/yash/yash-2.51/share/completion/
H A Dmv62 . -AL completion/_backup; then
H A Dln78 . -AL completion/_backup; then
H A Dpatch126 . -AL completion/_backup; then
/dports/devel/py-moto/moto-2.2.16/moto/efs/
H A Dmodels.py79 self._backup = backup
128 if self._backup:
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dobstacles.cpp73 _backup = false; in clear()
860 _backup = true; in backup()
873 f.writeBool(_backup); in save()
904 _backup = f.readBool(); in load()
/dports/multimedia/mkclean/mkclean-0.8.7/corec/tools/coremake/
H A Dsymbian_pkg.inc50 …PRINTNL "%(�~!MAKEPATH)%(PROJECT_PATH)_backup.xml"-"!:\private\%(#PROJECT_UID_3rd)\backup_registra…
H A Dclean.build142 REMOVE %(�PATH)%(NAME)_backup.xml
/dports/multimedia/bcmatroska2/bcmatroska2-0.23/corec/tools/coremake/
H A Dsymbian_pkg.inc50 …PRINTNL "%(�~!MAKEPATH)%(PROJECT_PATH)_backup.xml"-"!:\private\%(#PROJECT_UID_3rd)\backup_registra…
/dports/multimedia/mkvalidator/mkvalidator-0.5.0/corec/tools/coremake/
H A Dsymbian_pkg.inc50 …PRINTNL "%(�~!MAKEPATH)%(PROJECT_PATH)_backup.xml"-"!:\private\%(#PROJECT_UID_3rd)\backup_registra…
/dports/www/py-Tenjin/Tenjin-1.1.1/test/
H A Dtest_main.py894 _backup = tenjin.Engine.templateclass
904 tenjin.Engine.templateclass = _backup
/dports/textproc/augeas/augeas-1.12.0/lenses/
H A Dkeepalived.aug192 let to_eol_re = /notify(_master|_backup|_fault)?/
205 in let to_eol_re = /notify(_master|_backup|_fault)?/ | /(mcast|unicast)_src_ip/
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/docsrc/imap/reference/admin/
H A Dbackups.rst282 Certain invocations of ctl\_backups and cyr\_backup also require staging spool
316 cyr\_backup will try to do this without blocking (unless told otherwise),
343 As long as backupd, ctl\_backups and cyr\_backup are not currently running (and
444 cyr\_backup
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/docsrc/imap/reference/admin/
H A Dbackups.rst282 Certain invocations of ctl\_backups and cyr\_backup also require staging spool
316 cyr\_backup will try to do this without blocking (unless told otherwise),
343 As long as backupd, ctl\_backups and cyr\_backup are not currently running (and
444 cyr\_backup
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/docsrc/imap/reference/admin/
H A Dbackups.rst282 Certain invocations of ctl\_backups and cyr\_backup also require staging spool
316 cyr\_backup will try to do this without blocking (unless told otherwise),
343 As long as backupd, ctl\_backups and cyr\_backup are not currently running (and
444 cyr\_backup
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/avalanche/
H A Dgraphics.cpp63 _backup.free(); in ~GraphicManager()
1241 _backup.copyFrom(_surface); in saveScreen()
1245 _backup.free(); in removeBackup()
1249 _surface.copyFrom(_backup); in restoreScreen()
H A Dgraphics.h173 Graphics::Surface _backup; variable
/dports/games/scummvm/scummvm-2.5.1/engines/avalanche/
H A Dgraphics.cpp63 _backup.free(); in ~GraphicManager()
1241 _backup.copyFrom(_surface); in saveScreen()
1245 _backup.free(); in removeBackup()
1249 _surface.copyFrom(_backup); in restoreScreen()
H A Dgraphics.h173 Graphics::Surface _backup; variable
/dports/devel/py-oslo.messaging/oslo.messaging-12.11.0/oslo_messaging/tests/drivers/
H A Dtest_amqp_driver.py936 self._backup = 1
980 self._backup = 0
998 predicate = lambda: self._brokers[self._backup].sender_link_count == 4
1011 self.assertEqual(1, self._brokers[self._backup].topic_count)
1012 self.assertEqual(1, self._brokers[self._backup].direct_count)
1019 self._brokers[self._backup].stop()

12345678910>>...48