Home
last modified time | relevance | path

Searched refs:restore_mode (Results 1 – 25 of 97) sorted by relevance

1234

/dports/lang/racket-minimal/racket-8.3/src/bc/src/longdouble/
H A Dlongdouble.c53 restore_mode(m); in get_long_double_infinity_val()
62 restore_mode(m); in get_long_double_minus_infinity_val()
71 restore_mode(m); in get_long_double_zero()
80 restore_mode(m); in get_long_double_nzero()
89 restore_mode(m); in get_long_double_nan()
98 restore_mode(m); in get_long_double_1()
106 restore_mode(m); in get_long_double_minus_1()
114 restore_mode(m); in get_long_double_2()
123 restore_mode(m); in get_long_double_one_half()
132 restore_mode(m); in get_long_double_pi()
[all …]
/dports/lang/racket/racket-8.3/src/bc/src/longdouble/
H A Dlongdouble.c53 restore_mode(m); in get_long_double_infinity_val()
62 restore_mode(m); in get_long_double_minus_infinity_val()
71 restore_mode(m); in get_long_double_zero()
80 restore_mode(m); in get_long_double_nzero()
89 restore_mode(m); in get_long_double_nan()
98 restore_mode(m); in get_long_double_1()
106 restore_mode(m); in get_long_double_minus_1()
114 restore_mode(m); in get_long_double_2()
123 restore_mode(m); in get_long_double_one_half()
132 restore_mode(m); in get_long_double_pi()
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/IO/
H A DIO.xs89 restore_mode (pTHX_ PerlIO *f,int mode) in restore_mode() function
138 restore_mode (pTHX_ PerlIO *f,int mode) in restore_mode() function
178 restore_mode(f,mode) in restore_mode() function
183 restore_mode(aTHX_ f,mode); in restore_mode()
220 count = restore_mode(aTHX_ f,mode);
266 count = restore_mode(aTHX_ f,mode); in readline()
/dports/dns/knot3-lib/knot-3.1.5/src/knot/zone/
H A Dbackup.c46 if (ctx->restore_mode) { in _backup_swap()
55 int zone_backup_init(bool restore_mode, bool forced, const char *backup_dir, in zone_backup_init() argument
69 ctx->restore_mode = restore_mode; in zone_backup_init()
232 #define LOG_FAIL(action) log_zone_warning(zone->name, "%s, %s failed (%s)", ctx->restore_mode ? \
265 if (ctx->restore_mode) { in backup_zonefile()
310 ctx->restore_mode ? "restore" : "backup"); in backup_zonefile()
414 } else if (ctx->restore_mode) { in zone_backup()
428 if (ctx->restore_mode) { in zone_backup()
455 int ret = catalog_copy(cat_from, cat_to, zone_only, !ctx->restore_mode); in global_backup()
H A Dbackup_dir.c180 if (ctx->restore_mode) { in backupdir_init()
197 if (ctx->restore_mode) { in backupdir_init()
211 if (ctx->restore_mode) { in backupdir_init()
233 if (!ctx->restore_mode && !ctx->failed) { in backupdir_deinit()
H A Dbackup.h34 bool restore_mode; // if true, this is not a backup, but restore member
60 int zone_backup_init(bool restore_mode, bool forced, const char *backup_dir,
/dports/dns/knot3/knot-3.1.5/src/knot/zone/
H A Dbackup.c46 if (ctx->restore_mode) { in _backup_swap()
55 int zone_backup_init(bool restore_mode, bool forced, const char *backup_dir, in zone_backup_init() argument
69 ctx->restore_mode = restore_mode; in zone_backup_init()
232 #define LOG_FAIL(action) log_zone_warning(zone->name, "%s, %s failed (%s)", ctx->restore_mode ? \
265 if (ctx->restore_mode) { in backup_zonefile()
310 ctx->restore_mode ? "restore" : "backup"); in backup_zonefile()
414 } else if (ctx->restore_mode) { in zone_backup()
428 if (ctx->restore_mode) { in zone_backup()
455 int ret = catalog_copy(cat_from, cat_to, zone_only, !ctx->restore_mode); in global_backup()
H A Dbackup_dir.c180 if (ctx->restore_mode) { in backupdir_init()
197 if (ctx->restore_mode) { in backupdir_init()
211 if (ctx->restore_mode) { in backupdir_init()
233 if (!ctx->restore_mode && !ctx->failed) { in backupdir_deinit()
H A Dbackup.h34 bool restore_mode; // if true, this is not a backup, but restore member
60 int zone_backup_init(bool restore_mode, bool forced, const char *backup_dir,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/policy/
H A Dauto_enrollment_client_impl.cc78 em::DeviceStateRetrievalResponse::RestoreMode restore_mode) { in ConvertRestoreMode() argument
79 switch (restore_mode) { in ConvertRestoreMode()
93 NOTREACHED() << "Bad restore_mode=" << restore_mode << "."; in ConvertRestoreMode()
159 std::string restore_mode; member
710 parsed_response.restore_mode.clear(); in ParseInitialEnrollmentStateResponse()
729 << parsed_response.restore_mode << "). " in ParseInitialEnrollmentStateResponse()
773 const auto restore_mode = state_response.restore_mode(); in ParseResponse() local
779 << ConvertRestoreMode(restore_mode) << ")" in ParseResponse()
788 parsed_response.restore_mode = ConvertRestoreMode(restore_mode); in ParseResponse()
803 << parsed_response.restore_mode << ")."; in ParseResponse()
[all …]
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/backup/
H A Dcustom_wl.py576 restore_mode = recovery_config_object['restore_mode']
620 trigger_restore_properties.recovery_type = restore_mode
632 if restore_mode == 'AlternateLocation':
689 if restore_mode == 'AlternateWorkloadRestore':
699 if restore_mode == 'RestoreAsFiles' and target_container is None:
747 if 'sql' in item_type.lower() and restore_mode == 'AlternateWorkloadRestore':
757 if restore_mode == 'AlternateWorkloadRestore':
762 if restore_mode == 'AlternateWorkloadRestore':
765 if not ('sql' in item_type.lower() and restore_mode == 'AlternateWorkloadRestore'):
769 if restore_mode == 'RestoreAsFiles':
[all …]
H A Dcustom_base.py424restore_mode, resolve_conflict, target_storage_account=None, target_file_share=None, argument
436 …s.restore_AzureFileShare(cmd, client, resource_group_name, vault_name, rp_name, item, restore_mode,
442 …les(cmd, client, resource_group_name, vault_name, rp_name, container_name, item_name, restore_mode, argument
454 …s.restore_AzureFileShare(cmd, client, resource_group_name, vault_name, rp_name, item, restore_mode,
494 def show_recovery_config(cmd, client, resource_group_name, vault_name, restore_mode, container_name… argument
520 …wl.show_recovery_config(cmd, client, resource_group_name, vault_name, restore_mode, container_name,
/dports/databases/pear-DB_Table/DB_Table-1.5.6/DB/Table/
H A DBase.php378 $restore_mode = $db->fetchmode;
423 $this->_swapModes($restore_mode, $restore_class);
473 $restore_mode = $db->fetchmode;
508 $this->_swapModes($restore_mode, $restore_class);
/dports/net/kamailio/kamailio-5.4.5/src/modules/uac/
H A Duac.c87 int restore_mode = UAC_AUTO_RESTORE; variable
225 restore_mode = UAC_NO_RESTORE; in mod_init()
227 restore_mode = UAC_MANUAL_RESTORE; in mod_init()
229 restore_mode = UAC_AUTO_RESTORE; in mod_init()
236 if ( (rr_from_param.len==0 || rr_to_param.len==0) && restore_mode!=UAC_NO_RESTORE) in mod_init()
267 if (restore_mode!=UAC_NO_RESTORE) { in mod_init()
308 if (restore_mode==UAC_AUTO_RESTORE) { in mod_init()
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Drecovery.h114 extern void rec_restore_mode(int (*restore_mode)(FILE *file));
/dports/dns/knot3/knot-3.1.5/src/knot/events/handlers/
H A Dbackup.c34 bool restore = ctx->restore_mode; in event_backup()
/dports/dns/knot3-lib/knot-3.1.5/src/knot/events/handlers/
H A Dbackup.c34 bool restore = ctx->restore_mode; in event_backup()
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-gles2-context.c449 int restore_mode) in restore_write_buffer() argument
451 switch (restore_mode) in restore_write_buffer()
489 int restore_mode = transient_bind_read_buffer (gles2_ctx); in gl_read_pixels_wrapper() local
493 restore_write_buffer (gles2_ctx, restore_mode); in gl_read_pixels_wrapper()
626 int restore_mode = transient_bind_read_buffer (gles2_ctx); in gl_copy_tex_image_2d_wrapper() local
631 restore_write_buffer (gles2_ctx, restore_mode); in gl_copy_tex_image_2d_wrapper()
674 int restore_mode = transient_bind_read_buffer (gles2_ctx); in gl_copy_tex_sub_image_2d_wrapper() local
680 restore_write_buffer (gles2_ctx, restore_mode); in gl_copy_tex_sub_image_2d_wrapper()
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-gles2-context.c449 int restore_mode) in restore_write_buffer() argument
451 switch (restore_mode) in restore_write_buffer()
489 int restore_mode = transient_bind_read_buffer (gles2_ctx); in gl_read_pixels_wrapper() local
493 restore_write_buffer (gles2_ctx, restore_mode); in gl_read_pixels_wrapper()
626 int restore_mode = transient_bind_read_buffer (gles2_ctx); in gl_copy_tex_image_2d_wrapper() local
631 restore_write_buffer (gles2_ctx, restore_mode); in gl_copy_tex_image_2d_wrapper()
674 int restore_mode = transient_bind_read_buffer (gles2_ctx); in gl_copy_tex_sub_image_2d_wrapper() local
680 restore_write_buffer (gles2_ctx, restore_mode); in gl_copy_tex_sub_image_2d_wrapper()
/dports/devel/py-jsbeautifier/jsbeautifier-1.11.0/jsbeautifier/javascript/
H A Dbeautifier.py310 self.restore_mode()
393 def restore_mode(self): member in Beautifier
577 self.restore_mode()
596 self.restore_mode()
716 self.restore_mode()
737 self.restore_mode()
793 self.restore_mode()
965 self.restore_mode()
1029 self.restore_mode()
1337 self.restore_mode()
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dcp.c57 bool restore_mode; member
333 else if (p->restore_mode) in re_protect()
430 new->restore_mode = false; in make_dir_parents_private()
503 new->restore_mode = true; in make_dir_parents_private()
/dports/misc/gnuls/coreutils-8.30/src/
H A Dcp.c57 bool restore_mode; member
333 else if (p->restore_mode) in re_protect()
430 new->restore_mode = false; in make_dir_parents_private()
503 new->restore_mode = true; in make_dir_parents_private()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/dumb/
H A Ddinit.c115 f_setup.restore_mode = 1; in os_process_arguments()
232 if (!f_setup.restore_mode) { in os_process_arguments()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/test/
H A Dlocal_policy_test_server_mixin.cc168 restore_mode, in SetDeviceStateRetrievalResponse()
190 base::Value(static_cast<int>(restore_mode))); in SetDeviceStateRetrievalResponse()
/dports/multimedia/mpv/mpv-0.34.1/options/
H A Dm_config_frontend.c54 int restore_mode; member
972 &p->restore_mode); in m_config_set_profile_option()
1009 if (!config->profile_backup_tmp && p->restore_mode) { in m_config_set_profile()
1011 config->profile_backup_flags = p->restore_mode == 2 ? BACKUP_NVAL : 0; in m_config_set_profile()
1072 if (profile->restore_mode) { in m_config_get_profiles()
1074 m_option_print(&profile_restore_mode_opt, &profile->restore_mode); in m_config_get_profiles()

1234