Home
last modified time | relevance | path

Searched refs:conf_set_int (Results 1 – 25 of 85) sorted by relevance

1234

/dports/audio/deadbeef-waveform-seekbar-plugin/ddb_waveform_seekbar-0402f6d/
H A Dconfig.c69 deadbeef->conf_set_int (CONFSTR_WF_LOG_ENABLED, CONFIG_LOG_ENABLED); in save_config()
70 deadbeef->conf_set_int (CONFSTR_WF_MIX_TO_MONO, CONFIG_MIX_TO_MONO); in save_config()
71 deadbeef->conf_set_int (CONFSTR_WF_DISPLAY_RMS, CONFIG_DISPLAY_RMS); in save_config()
72 deadbeef->conf_set_int (CONFSTR_WF_DISPLAY_RULER, CONFIG_DISPLAY_RULER); in save_config()
77 deadbeef->conf_set_int (CONFSTR_WF_BORDER_WIDTH, CONFIG_BORDER_WIDTH); in save_config()
78 deadbeef->conf_set_int (CONFSTR_WF_CURSOR_WIDTH, CONFIG_CURSOR_WIDTH); in save_config()
79 deadbeef->conf_set_int (CONFSTR_WF_FONT_SIZE, CONFIG_FONT_SIZE); in save_config()
82 deadbeef->conf_set_int (CONFSTR_WF_NUM_SAMPLES, CONFIG_NUM_SAMPLES); in save_config()
88 deadbeef->conf_set_int (CONFSTR_WF_BG_ALPHA, CONFIG_BG_ALPHA); in save_config()
92 deadbeef->conf_set_int (CONFSTR_WF_FG_ALPHA, CONFIG_FG_ALPHA); in save_config()
[all …]
/dports/games/pvpgn/pvpgn-1.8.5/src/d2cs/
H A Dprefs.c473 return conf_set_int(&prefs_conf.maxchar,valstr,0); in conf_set_maxchar()
522 return conf_set_int(&prefs_conf.maxgamelist,valstr,0); in conf_set_maxgamelist()
555 return conf_set_int(&prefs_conf.idletime,valstr,0); in conf_set_idletime()
667 return conf_set_int(&prefs_conf.s2s_timeout,valstr,0); in conf_set_s2s_timeout()
683 return conf_set_int(&prefs_conf.sq_timeout,valstr,0); in conf_set_sq_timeout()
720 return conf_set_int(&prefs_conf.d2gs_checksum,NULL,0); in conf_setdef_d2gs_checksum()
731 return conf_set_int(&prefs_conf.d2gs_version,valstr,0); in conf_set_d2gs_version()
736 return conf_set_int(&prefs_conf.d2gs_version,NULL,0); in conf_setdef_d2gs_version()
880 return conf_set_int(&prefs_conf.s2s_idletime,valstr,0); in conf_set_s2s_idletime()
944 return conf_set_int(&prefs_conf.lod_realm,valstr,0); in conf_set_lod_realm()
[all …]
/dports/audio/deadbeef-musical-spectrum-plugin/ddb_musical_spectrum-353870a/
H A Dconfig.c82 deadbeef->conf_set_int (CONFSTR_MS_FFT_SIZE, CONFIG_FFT_SIZE); in save_config()
83 deadbeef->conf_set_int (CONFSTR_MS_DB_RANGE, CONFIG_DB_RANGE); in save_config()
87 deadbeef->conf_set_int (CONFSTR_MS_ALIGNMENT, CONFIG_ALIGNMENT); in save_config()
90 deadbeef->conf_set_int (CONFSTR_MS_NUM_BARS, CONFIG_NUM_BARS); in save_config()
91 deadbeef->conf_set_int (CONFSTR_MS_BAR_W, CONFIG_BAR_W); in save_config()
92 deadbeef->conf_set_int (CONFSTR_MS_GAPS, CONFIG_GAPS); in save_config()
93 deadbeef->conf_set_int (CONFSTR_MS_DRAW_STYLE, CONFIG_DRAW_STYLE); in save_config()
96 deadbeef->conf_set_int (CONFSTR_MS_BAR_DELAY, CONFIG_BAR_DELAY); in save_config()
98 deadbeef->conf_set_int (CONFSTR_MS_PEAK_DELAY, CONFIG_PEAK_DELAY); in save_config()
100 deadbeef->conf_set_int (CONFSTR_MS_WINDOW, CONFIG_WINDOW); in save_config()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dtagwritersettings.c84 deadbeef->conf_set_int ("mp3.write_id3v2", gtk_toggle_button_get_active (togglebutton)); in on_write_id3v2_toggled()
92 deadbeef->conf_set_int ("mp3.write_id3v1", gtk_toggle_button_get_active (togglebutton)); in on_write_id3v1_toggled()
100 deadbeef->conf_set_int ("mp3.write_apev2", gtk_toggle_button_get_active (togglebutton)); in on_write_apev2_toggled()
108 deadbeef->conf_set_int ("mp3.strip_id3v2", gtk_toggle_button_get_active (togglebutton)); in on_strip_id3v2_toggled()
116 deadbeef->conf_set_int ("mp3.strip_id3v1", gtk_toggle_button_get_active (togglebutton)); in on_strip_id3v1_toggled()
124 deadbeef->conf_set_int ("mp3.strip_apev2", gtk_toggle_button_get_active (togglebutton)); in on_strip_apev2_toggled()
137 deadbeef->conf_set_int ("mp3.id3v2_version", version); in on_id3v2_version_changed()
185 deadbeef->conf_set_int ("wv.write_apev2", gtk_toggle_button_get_active (togglebutton)); in on_wv_write_apev2_toggled()
193 deadbeef->conf_set_int ("wv.write_id3v1", gtk_toggle_button_get_active (togglebutton)); in on_wv_write_id3v1_toggled()
200 deadbeef->conf_set_int ("wv.strip_apev2", gtk_toggle_button_get_active (togglebutton)); in on_wv_strip_apev2_toggled()
[all …]
H A Dwingeom.c47 deadbeef->conf_set_int (key, x); in wingeom_save()
49 deadbeef->conf_set_int (key, y); in wingeom_save()
51 deadbeef->conf_set_int (key, w); in wingeom_save()
53 deadbeef->conf_set_int (key, h); in wingeom_save()
69 deadbeef->conf_set_int (key, 1); in wingeom_save_max()
72 deadbeef->conf_set_int (key, 0); in wingeom_save_max()
79 deadbeef->conf_set_int (key, 1); in wingeom_save_max()
82 deadbeef->conf_set_int (key, 0); in wingeom_save_max()
H A Dprefwin.c459 deadbeef->conf_set_int ("replaygain_scale", active); in on_pref_replaygain_scale_clicked()
486 deadbeef->conf_set_int ("close_send_to_tray", active); in on_pref_close_send_to_tray_clicked()
495 deadbeef->conf_set_int ("gtkui.hide_tray_icon", active); in on_hide_tray_icon_toggled()
848 deadbeef->conf_set_int ("gtkui.embolden_current_track", active); in on_listview_playing_text_bold_toggled()
859 deadbeef->conf_set_int ("gtkui.italic_current_track", active); in on_listview_playing_text_italic_toggled()
881 deadbeef->conf_set_int ("gtkui.italic_selected_tracks", active); in on_listview_selected_text_italic_toggled()
912 deadbeef->conf_set_int ("gtkui.override_bar_colors", active); in on_override_bar_colors_toggled()
1008 deadbeef->conf_set_int ("gtkui.hide_remove_from_disk", active); in on_hide_delete_from_disk_toggled()
1052 deadbeef->conf_set_int ("resume_last_session", active); in on_resume_last_session_toggled()
1079 deadbeef->conf_set_int ("junk.enable_cp936_detection", active); in on_enable_cp936_recoding_toggled()
[all …]
H A Dcallbacks.c242 deadbeef->conf_set_int ("playback.order", PLAYBACK_ORDER_LINEAR); in on_order_linear_activate()
251 deadbeef->conf_set_int ("playback.order", PLAYBACK_ORDER_SHUFFLE_TRACKS); in on_order_shuffle_activate()
259 deadbeef->conf_set_int ("playback.order", PLAYBACK_ORDER_SHUFFLE_ALBUMS); in on_order_shuffle_albums_activate()
267 deadbeef->conf_set_int ("playback.order", PLAYBACK_ORDER_RANDOM); in on_order_random_activate()
276 deadbeef->conf_set_int ("playback.loop", 0); in on_loop_all_activate()
285 deadbeef->conf_set_int ("playback.loop", 2); in on_loop_single_activate()
294 deadbeef->conf_set_int ("playback.loop", 1); in on_loop_disable_activate()
470 deadbeef->conf_set_int ("gtkui.statusbar.visible", 0); in on_toggle_status_bar_activate()
474 deadbeef->conf_set_int ("gtkui.statusbar.visible", 1); in on_toggle_status_bar_activate()
542 deadbeef->conf_set_int ("gtkui.eq.visible", 0); in on_toggle_eq()
[all …]
H A Dactionhandlers.c212 …deadbeef->conf_set_int ("add_folders_follow_symlinks", gtk_toggle_button_get_active (togglebutton)… in on_follow_symlinks_toggled()
329 deadbeef->conf_set_int ("playlist.current", pl); in action_new_playlist_handler_cb()
400 deadbeef->conf_set_int ("gtkui.location_set_custom_title", active); in on_toggle_set_custom_title()
674 deadbeef->conf_set_int ("playlist.scroll.followplayback", val); in action_scroll_follows_playback_handler_cb()
688 deadbeef->conf_set_int ("playlist.scroll.cursorfollowplayback", val); in action_cursor_follows_playback_handler_cb()
865 deadbeef->conf_set_int ("gtkui.show_menu", val); in action_toggle_menu_handler_cb()
880 deadbeef->conf_set_int ("gtkui.statusbar.visible", val); in action_toggle_statusbar_handler_cb()
942 deadbeef->conf_set_int ("gtkui.sortby_order", order); in action_sort_custom_handler_cb()
/dports/security/putty/putty-0.76/
H A Dcmdline.c158 conf_set_int(conf, CONF_protocol, protocol); in set_protocol()
164 conf_set_int(conf, CONF_port, port); in set_port()
242 conf_set_int(conf, CONF_port, atoi(p)); in cmdline_process_param()
250 conf_set_int(conf, CONF_port, -1); in cmdline_process_param()
567 conf_set_int(conf, CONF_port, atoi(value)); in cmdline_process_param()
778 conf_set_int(conf, CONF_serstopbits, 3); in cmdline_process_param()
800 conf_set_int(conf, CONF_logtype, LGTYP_DEBUG); in cmdline_process_param()
812 conf_set_int(conf, CONF_logtype, in cmdline_process_param()
822 conf_set_int(conf, CONF_logxfovr, LGXF_OVR); in cmdline_process_param()
829 conf_set_int(conf, CONF_logxfovr, LGXF_APN); in cmdline_process_param()
[all …]
H A Dsettings.c176 conf_set_int(conf, primary, gppi_raw(sesskey, name, def)); in gppi()
524 conf_set_int(conf, confkey, val); in read_clip_setting()
836 conf_set_int(conf, CONF_protocol, default_protocol); in load_open_settings()
837 conf_set_int(conf, CONF_port, default_port); in load_open_settings()
841 conf_set_int(conf, CONF_protocol, vt->protocol); in load_open_settings()
925 conf_set_int(conf, CONF_proxy_type, PROXY_NONE); in load_open_settings()
927 conf_set_int(conf, CONF_proxy_type, PROXY_HTTP); in load_open_settings()
931 conf_set_int(conf, CONF_proxy_type, PROXY_CMD); in load_open_settings()
1024 conf_set_int(conf, CONF_sshprot, sshprot); in load_open_settings()
1104 conf_set_int(conf, CONF_bellovl_t, i in load_open_settings()
[all …]
/dports/security/putty-nogtk/putty-0.76/
H A Dcmdline.c158 conf_set_int(conf, CONF_protocol, protocol); in set_protocol()
164 conf_set_int(conf, CONF_port, port); in set_port()
242 conf_set_int(conf, CONF_port, atoi(p)); in cmdline_process_param()
250 conf_set_int(conf, CONF_port, -1); in cmdline_process_param()
567 conf_set_int(conf, CONF_port, atoi(value)); in cmdline_process_param()
778 conf_set_int(conf, CONF_serstopbits, 3); in cmdline_process_param()
800 conf_set_int(conf, CONF_logtype, LGTYP_DEBUG); in cmdline_process_param()
812 conf_set_int(conf, CONF_logtype, in cmdline_process_param()
822 conf_set_int(conf, CONF_logxfovr, LGXF_OVR); in cmdline_process_param()
829 conf_set_int(conf, CONF_logxfovr, LGXF_APN); in cmdline_process_param()
[all …]
H A Dsettings.c176 conf_set_int(conf, primary, gppi_raw(sesskey, name, def)); in gppi()
524 conf_set_int(conf, confkey, val); in read_clip_setting()
836 conf_set_int(conf, CONF_protocol, default_protocol); in load_open_settings()
837 conf_set_int(conf, CONF_port, default_port); in load_open_settings()
841 conf_set_int(conf, CONF_protocol, vt->protocol); in load_open_settings()
925 conf_set_int(conf, CONF_proxy_type, PROXY_NONE); in load_open_settings()
927 conf_set_int(conf, CONF_proxy_type, PROXY_HTTP); in load_open_settings()
931 conf_set_int(conf, CONF_proxy_type, PROXY_CMD); in load_open_settings()
1024 conf_set_int(conf, CONF_sshprot, sshprot); in load_open_settings()
1104 conf_set_int(conf, CONF_bellovl_t, i in load_open_settings()
[all …]
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dcmdline.c158 conf_set_int(conf, CONF_protocol, protocol); in set_protocol()
164 conf_set_int(conf, CONF_port, port); in set_port()
242 conf_set_int(conf, CONF_port, atoi(p)); in cmdline_process_param()
250 conf_set_int(conf, CONF_port, -1); in cmdline_process_param()
567 conf_set_int(conf, CONF_port, atoi(value)); in cmdline_process_param()
778 conf_set_int(conf, CONF_serstopbits, 3); in cmdline_process_param()
800 conf_set_int(conf, CONF_logtype, LGTYP_DEBUG); in cmdline_process_param()
812 conf_set_int(conf, CONF_logtype, in cmdline_process_param()
822 conf_set_int(conf, CONF_logxfovr, LGXF_OVR); in cmdline_process_param()
829 conf_set_int(conf, CONF_logxfovr, LGXF_APN); in cmdline_process_param()
[all …]
H A Dsettings.c176 conf_set_int(conf, primary, gppi_raw(sesskey, name, def)); in gppi()
524 conf_set_int(conf, confkey, val); in read_clip_setting()
838 conf_set_int(conf, CONF_protocol, default_protocol); in load_open_settings()
839 conf_set_int(conf, CONF_port, default_port); in load_open_settings()
843 conf_set_int(conf, CONF_protocol, vt->protocol); in load_open_settings()
928 conf_set_int(conf, CONF_proxy_type, PROXY_NONE); in load_open_settings()
930 conf_set_int(conf, CONF_proxy_type, PROXY_HTTP); in load_open_settings()
934 conf_set_int(conf, CONF_proxy_type, PROXY_CMD); in load_open_settings()
1028 conf_set_int(conf, CONF_sshprot, sshprot); in load_open_settings()
1108 conf_set_int(conf, CONF_bellovl_t, i in load_open_settings()
[all …]
/dports/games/pvpgn/pvpgn-1.8.5/src/d2dbs/
H A Dprefs.c356 return conf_set_int(&prefs_conf.laddersave_interval,valstr,0); in conf_set_laddersave_interval()
361 return conf_set_int(&prefs_conf.laddersave_interval,NULL,3600); in conf_setdef_laddersave_interval()
371 return conf_set_int(&prefs_conf.ladderinit_time,valstr,0); in conf_set_ladderinit_time()
376 return conf_set_int(&prefs_conf.ladderinit_time,NULL,0); in conf_setdef_ladderinit_time()
419 return conf_set_int(&prefs_conf.shutdown_delay,valstr,0); in conf_set_shutdown_delay()
435 return conf_set_int(&prefs_conf.shutdown_decr,valstr,0); in conf_set_shutdown_decr()
451 return conf_set_int(&prefs_conf.idletime,valstr,0); in conf_set_idletime()
456 return conf_set_int(&prefs_conf.idletime,NULL,DEFAULT_IDLETIME); in conf_setdef_idletime()
467 return conf_set_int(&prefs_conf.keepalive_interval,valstr,0); in conf_set_keepalive_interval()
546 return conf_set_int(&prefs_conf.difficulty_hack,valstr,0); in conf_set_difficulty_hack()
[all …]
/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Dprefs.c1036 return conf_set_int(&prefs_runtime_config.usersync,valstr,0); in conf_set_usersync()
1057 return conf_set_int(&prefs_runtime_config.userflush,valstr,0); in conf_set_userflush()
1078 return conf_set_int(&prefs_runtime_config.userstep,valstr,0); in conf_set_userstep()
1143 conf_set_int(&prefs_runtime_config.track,valstr,0); in conf_set_track()
1272 return conf_set_int(&prefs_runtime_config.latency,valstr,0); in conf_set_latency()
1382 return conf_set_int(&prefs_runtime_config.max_accounts,NULL,0); in conf_setdef_max_accounts()
2100 return conf_set_int(&prefs_runtime_config.quota_time,valstr,0); in conf_set_quota_time()
2304 return conf_set_int(&prefs_runtime_config.nullmsg,valstr,0); in conf_set_nullmsg()
2351 return conf_set_int(&prefs_runtime_config.mail_quota,valstr,0); in conf_set_mail_quota()
2776 return conf_set_int(&prefs_runtime_config.initkill_timer,NULL,0); in conf_setdef_initkill_timer()
[all …]
/dports/comms/mgetty+sendfax/mgetty-1.1.37/
H A Dconf_mg.c213 conf_set_int( &c.diskspace, atol(optarg) );
216 conf_set_int( &c.debug, atoi(optarg) );
220 conf_set_int( &c.speed, atoi(optarg) );
223 conf_set_int( &c.direct_line, TRUE );
229 conf_set_int( &c.rings_wanted, atoi(optarg) );
233 conf_set_int( &c.ringback_time, atoi(optarg) );
316 if ( c_int(rings_wanted) == 0 ) conf_set_int( &c.rings_wanted, 1 );
318 if ( c_int(ringback_time) < 30 ) conf_set_int( &c.ringback_time, 30);
324 conf_set_int( &c.modem_check_time, 900 );
H A Dconf_sf.c104 conf_set_int( &c.debug, atoi(optarg) );
108 conf_set_int( &c.fax_poll_wanted, TRUE );
148 conf_set_int( &c.fax_max_speed, atoi(optarg) );
151 conf_set_int( &c.max_tries, atoi(optarg) );
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/hotkeys/
H A Dactionhandlers.c384 deadbeef->conf_set_int ("playlist.current", tab); in action_next_playlist_handler()
401 deadbeef->conf_set_int ("playlist.current", tab); in action_prev_playlist_handler()
411 deadbeef->conf_set_int ("playlist.current", pl); in action_playlist1_handler()
421 deadbeef->conf_set_int ("playlist.current", pl); in action_playlist2_handler()
431 deadbeef->conf_set_int ("playlist.current", pl); in action_playlist3_handler()
441 deadbeef->conf_set_int ("playlist.current", pl); in action_playlist4_handler()
451 deadbeef->conf_set_int ("playlist.current", pl); in action_playlist5_handler()
461 deadbeef->conf_set_int ("playlist.current", pl); in action_playlist6_handler()
471 deadbeef->conf_set_int ("playlist.current", pl); in action_playlist7_handler()
481 deadbeef->conf_set_int ("playlist.current", pl); in action_playlist8_handler()
[all …]
/dports/comms/mgetty+sendfax/mgetty-1.1.37/voice/vm/
H A Dmain.c68 conf_set_int(&cvd.rec_compression, atoi(optarg)); in main()
98 conf_set_int(&cvd.voice_log_level, atoi(optarg)); in main()
105 conf_set_int(&cvd.rec_max_len, atoi(optarg)); in main()
117 conf_set_int(&cvd.rec_silence_len, atoi(optarg)); in main()
120 conf_set_int(&cvd.rec_silence_threshold, atoi(optarg)); in main()
/dports/security/putty/putty-0.76/unix/
H A Duxpsusan.c376 conf_set_int(conf, CONF_logtype, LGTYP_PACKETS); in main()
377 conf_set_int(conf, CONF_logxfovr, LGXF_OVR); in main()
383 conf_set_int(conf, CONF_logtype, LGTYP_SSHRAW); in main()
384 conf_set_int(conf, CONF_logxfovr, LGXF_OVR); in main()
H A Duxplink.c702 conf_set_int(conf, CONF_protocol, vt->protocol); in main()
703 conf_set_int(conf, CONF_port, vt->default_port); in main()
748 conf_set_int(conf, CONF_proxy_type, PROXY_FUZZ); in main()
862 conf_set_int(conf, CONF_width, size.ws_col); in main()
863 conf_set_int(conf, CONF_height, size.ws_row); in main()
/dports/security/putty-nogtk/putty-0.76/unix/
H A Duxpsusan.c376 conf_set_int(conf, CONF_logtype, LGTYP_PACKETS); in main()
377 conf_set_int(conf, CONF_logxfovr, LGXF_OVR); in main()
383 conf_set_int(conf, CONF_logtype, LGTYP_SSHRAW); in main()
384 conf_set_int(conf, CONF_logxfovr, LGXF_OVR); in main()
/dports/comms/mgetty+sendfax/mgetty-1.1.37/callback/
H A Dconf_cb.c93 conf_set_int( &c.debug, atoi(optarg) );
97 conf_set_int( &c.speed, atoi(optarg) );
/dports/games/mangband/mangband-1.5.3/src/client/
H A Dmain-sdl.c2726 conf_set_int(sec_name, "Cols", td->cols); in save_one_term()
2727 conf_set_int(sec_name, "Rows", td->rows); in save_one_term()
2728 conf_set_int(sec_name, "PositionX", td->xoff); in save_one_term()
2729 conf_set_int(sec_name, "PositionY", td->yoff); in save_one_term()
2730 conf_set_int(sec_name, "ScaleX", td->sfd.w); in save_one_term()
2731 conf_set_int(sec_name, "ScaleY", td->sfd.h); in save_one_term()
2737 conf_set_int("SDL", "Width", width); in save_sdl_prefs()
2738 conf_set_int("SDL", "Height", height); in save_sdl_prefs()
2739 conf_set_int("SDL", "BPP", bpp); in save_sdl_prefs()
2741 conf_set_int("SDL", "Fullscreen", fullscreen); in save_sdl_prefs()
[all …]

1234