Home
last modified time | relevance | path

Searched refs:gconfig (Results 1 – 25 of 819) sorted by relevance

12345678910>>...33

/dports/devel/libvirt-glib/libvirt-glib-4.0.0/libvirt-gconfig/
H A Dmeson.build2 'libvirt-gconfig.h',
3 'libvirt-gconfig-main.h',
4 'libvirt-gconfig-object.h',
5 'libvirt-gconfig-capabilities.h',
16 'libvirt-gconfig-domain.h',
79 'libvirt-gconfig-secret.h',
90 'libvirt-gconfig-object.c',
91 'libvirt-gconfig-main.c',
208 'libvirt-gconfig.sym'
214 'virt-gconfig-1.0',
[all …]
/dports/sysutils/webmin/webmin-1.981/
H A Dindex.cgi12 if ($gconfig{'real_os_type'}) {
17 $ostr = "$gconfig{'real_os_type'} $gconfig{'real_os_version'}";
21 $ostr = "$gconfig{'os_type'} $gconfig{'os_version'}";
37 $gconfig{'sysinfo'} = 0 if ($gconfig{'sysinfo'} == 1);
39 if ($gconfig{'texttitles'}) {
46 if ($gconfig{'showlogin'}) {
53 $gconfig{'brand'} ?
54 "<a href=$gconfig{'brand_url'}>$gconfig{'brand'}</a>" :
69 $gconfig{"notabs_${base_remote_user}"} == 0 && $gconfig{'notabs'}) {
73 $cols = $gconfig{'nocols'} ? $gconfig{'nocols'} : 4;
[all …]
H A Dfastrpc.cgi61 if ($gconfig{'rpcdebug'});
78 if ($gconfig{'rpcdebug'});
93 print STDERR "fastrpc: raw $rawarg\n" if ($gconfig{'rpcdebug'});
100 print STDERR "fastrpc: ping\n" if ($gconfig{'rpcdebug'});
123 print STDERR "fastrpc: write $file\n" if ($gconfig{'rpcdebug'});
136 print STDERR "fastrpc: tcpwrite $file\n" if ($gconfig{'rpcdebug'});
174 print STDERR "fastrpc: tcpwrite $file done\n" if ($gconfig{'rpcdebug'});
238 print STDERR "fastrpc: require error $@\n" if ($gconfig{'rpcdebug'});
243 print STDERR "fastrpc: require done\n" if ($gconfig{'rpcdebug'});
258 print STDERR "fastrpc: call error $@\n" if ($gconfig{'rpcdebug'});
[all …]
H A Dsetup.pl130 $os_type = $gconfig{'os_type'};
131 $os_version = $gconfig{'os_version'};
226 $gconfig{'os_type'} = $os_type;
227 $gconfig{'os_version'} = $os_version;
565 $gconfig{'os_type'} = $os_type;
569 $gconfig{'log'} = 1;
581 if ($gconfig{$field}) {
591 $gconfig{'md5pass'} = 1;
603 $gconfig{'theme'} = $theme;
608 $gconfig{'product'} ||= "webmin";
[all …]
H A Dweb-lib-funcs.pl304 $gconfig{'tempdir'} ? $gconfig{'tempdir'} :
1165 my $os_type = $gconfig{'real_os_type'} || $gconfig{'os_type'};
1198 my $os_type = $gconfig{'real_os_type'} || $gconfig{'os_type'};
1243 my $os_type = $gconfig{'real_os_type'} || $gconfig{'os_type'};
2912 "$gconfig{'proxy_user'}:$gconfig{'proxy_pass'}");
4842 $ENV{$gconfig{'ld_env'}} = $gconfig{'ld_path'} if ($gconfig{'ld_env'});
4922 if ($gconfig{'sclass'} ne '' || $gconfig{'sprio'} ne '') {
5090 $gconfig{"lang"} ? $gconfig{"lang"} : $default_lang);
6033 if (($gconfig{'logfiles'} || $gconfig{'logfullfiles'}) &&
11526 $url .= $gconfig{'webprefix'} if ($gconfig{'webprefix'});
[all …]
/dports/sysutils/usermin/usermin-1.830/
H A Dindex.cgi9 if ($gconfig{'real_os_type'}) {
10 $ostr = "$gconfig{'real_os_type'} $gconfig{'real_os_version'}";
13 $ostr = "$gconfig{'os_type'} $gconfig{'os_version'}";
27 $gconfig{'sysinfo'} = 0 if ($gconfig{'sysinfo'} == 1);
28 if ($gconfig{'texttitles'}) {
39 $gconfig{'brand'} ?
40 "<a href=$gconfig{'brand_url'}>$gconfig{'brand'}</a>" :
46 if (!$gconfig{'nohostname'});
55 $gconfig{"notabs_${base_remote_user}"} == 0 && $gconfig{'notabs'}) {
59 $cols = $gconfig{'nocols'} ? $gconfig{'nocols'} : 4;
[all …]
H A Dweb-lib-funcs.pl304 $gconfig{'tempdir'} ? $gconfig{'tempdir'} :
1165 my $os_type = $gconfig{'real_os_type'} || $gconfig{'os_type'};
1198 my $os_type = $gconfig{'real_os_type'} || $gconfig{'os_type'};
1243 my $os_type = $gconfig{'real_os_type'} || $gconfig{'os_type'};
2912 "$gconfig{'proxy_user'}:$gconfig{'proxy_pass'}");
4842 $ENV{$gconfig{'ld_env'}} = $gconfig{'ld_path'} if ($gconfig{'ld_env'});
4922 if ($gconfig{'sclass'} ne '' || $gconfig{'sprio'} ne '') {
5090 $gconfig{"lang"} ? $gconfig{"lang"} : $default_lang);
6033 if (($gconfig{'logfiles'} || $gconfig{'logfullfiles'}) &&
11526 $url .= $gconfig{'webprefix'} if ($gconfig{'webprefix'});
[all …]
/dports/sysutils/webmin/webmin-1.981/webmin/
H A Dchange_os.cgi14 $gconfig{'os_type'} = $osinfo{'os_type'};
15 $gconfig{'os_version'} = $osinfo{'os_version'};
17 elsif ($in{'type'} ne $gconfig{'real_os_type'} ||
19 $in{'itype'} ne $gconfig{'os_type'} ||
22 $gconfig{'real_os_type'} = $in{'type'};
24 $gconfig{'real_os_version'} = $in{'version'};
27 $gconfig{'os_type'} = $in{'itype'};
29 $gconfig{'os_version'} = $in{'iversion'};
32 $gconfig{'syspath'} = !$in{'syspath'};
33 if ($gconfig{'ld_env'}) {
[all …]
H A Dchange_ui.cgi12 if ($in{"${cd}_def"}) { delete($gconfig{$cd}); }
16 else { $gconfig{$cd} = $in{$cd}; }
19 $gconfig{'sysinfo'} = $in{'sysinfo'};
20 $gconfig{'showlogin'} = $in{'showlogin'};
21 $gconfig{'showhost'} = $in{'showhost'};
22 $gconfig{'hostnamemode'} = $in{'hostnamemode'};
27 $gconfig{'nofeedbackcc'} = $in{'nofeedbackcc'};
28 $gconfig{'dateformat'} = $in{'dateformat'};
31 $gconfig{'help_width'} = $in{'width'};
33 $gconfig{'help_height'} = $in{'height'};
[all …]
H A Dchange_advanced.cgi11 delete($gconfig{'tempdir'});
15 $gconfig{'tempdir'} = $in{'tempdir'};
21 $gconfig{'tempdelete_days'} = '';
37 &save_tempdirs(\%gconfig, \@tdirs);
41 delete($gconfig{'umask'});
45 $gconfig{'umask'} = $in{'umask'};
50 $gconfig{'chattr'} = $in{'chattr'};
55 delete($gconfig{'nice'});
58 $gconfig{'nice'} = $in{'nice'};
63 $gconfig{'sclass'} = $in{'sclass'};
[all …]
H A Dchange_debug.cgi10 $gconfig{'debug_enabled'} = $in{'debug_enabled'};
15 $gconfig{'debug_what_'.$w} = $in{'debug_what_'.$w};
22 delete($gconfig{'debug_file'});
28 $gconfig{'debug_file'} = $in{'debug_file'};
33 delete($gconfig{'debug_size'});
37 $gconfig{'debug_size'} = $in{'debug_size'}*$in{'debug_size_units'};
41 $gconfig{'debug_noweb'} = !$in{'debug_web'};
42 $gconfig{'debug_nocmd'} = !$in{'debug_cmd'};
43 $gconfig{'debug_nocron'} = !$in{'debug_cron'};
47 delete($gconfig{'debug_modules'});
[all …]
H A Dchange_proxy.cgi10 if ($in{'http_def'}) { delete($gconfig{'http_proxy'}); }
14 else { $gconfig{'http_proxy'} = $in{'http'}; }
16 if ($in{'ftp_def'}) { delete($gconfig{'ftp_proxy'}); }
20 else { $gconfig{'ftp_proxy'} = $in{'ftp'}; }
23 delete($gconfig{'bind_proxy'});
27 $gconfig{'bind_proxy'} = $in{'bind'};
29 $gconfig{'proxy_fallback'} = $in{'fallback'};
31 $gconfig{'proxy_user'} = $in{'puser'};
32 $gconfig{'proxy_pass'} = $in{'ppass'};
33 $gconfig{'noproxy'} = $in{'noproxy'};
[all …]
H A Dchange_log.cgi46 $gconfig{'log'} = $in{'log'};
47 $gconfig{'logtime'} = $in{'logtime'};
48 $gconfig{'logclear'} = $in{'logclear'};
49 $gconfig{'logusers'} =
51 $gconfig{'logmodules'} =
53 $gconfig{'logsched'} = $in{'logsched'};
54 $gconfig{'logfiles'} = $in{'logfiles'};
55 $gconfig{'logfullfiles'} = $in{'logfullfiles'};
56 $gconfig{'logperms'} = $miniserv{'logperms'};
61 $gconfig{'logmodulesemail'} =
[all …]
H A Dedit_proxy.cgi21 &ui_opt_textbox("http", $gconfig{'http_proxy'}, 50,
26 &ui_opt_textbox("ftp", $gconfig{'ftp_proxy'}, 50,
31 &ui_textbox("noproxy", $gconfig{'noproxy'}, 60), undef, [ "valign=middle","valign=middle" ]);
35 &ui_textbox("puser", $gconfig{'proxy_user'}, 20), undef, [ "valign=middle","valign=middle" ]);
37 &ui_password("ppass", $gconfig{'proxy_pass'}, 20), undef, [ "valign=middle","valign=middle" ]);
59 &ui_radio("cache_def", $gconfig{'cache_size'} ? 0 : 1,
62 &ui_bytesbox("cache", $gconfig{'cache_size'}, 8), undef, [ "valign=middle","valign=middle" ]);
66 &ui_opt_textbox("days", $gconfig{'cache_days'}, 5,
70 $excl = ($gconfig{'cache_mods'} =~ s/^\!//);
71 @mods = split(/\s+/, $gconfig{'cache_mods'});
[all …]
H A Dchange_startpage.cgi9 delete($gconfig{'nocols'});
14 $gconfig{'nocols'} = $in{'nocols'};
16 $gconfig{'notabs'} = $in{'notabs'};
17 $gconfig{'gotoone'} = $in{'gotoone'};
18 $gconfig{'deftab'} = $in{'deftab'};
19 $gconfig{'nohostname'} = $in{'nohostname'};
20 $gconfig{'gotomodule'} = $in{'gotomodule'};
21 $gconfig{'nowebminup'} = !$in{'webminup'};
22 $gconfig{'nomoduleup'} = !$in{'moduleup'};
23 &write_file("$config_directory/config", \%gconfig);
H A Dedit_ui.cgi16 &ui_opt_textbox($cd, $gconfig{$cd}, 8, $text{'ui_default'},
21 &ui_select("sysinfo", int($gconfig{'sysinfo'}),
25 &ui_select("hostnamemode", int($gconfig{'hostnamemode'}),
30 …&ui_yesno_radio("showlogin", int($gconfig{'showlogin'})), undef, [ "valign=middle","valign=middle"…
33 …&ui_yesno_radio("showhost", int($gconfig{'showhost'})), undef, [ "valign=middle","valign=middle" ]…
36 &ui_opt_textbox("feedback", $gconfig{'feedback_to'}, 20,
40 &ui_radio("nofeedbackcc", int($gconfig{'nofeedbackcc'}),
45 &ui_select("dateformat", $gconfig{'dateformat'} || "dd/mon/yyyy",
50 &ui_opt_textbox("width", $gconfig{'help_width'}, 5,
54 &ui_opt_textbox("height", $gconfig{'help_height'}, 5,
[all …]
H A Dchange_session.cgi84 delete($gconfig{'passwd_cmd'});
89 $gconfig{'passwd_cmd'} = $in{'cmd'};
117 $gconfig{'passapi'} = $in{'passapi'};
121 $gconfig{'noremember'} = !$in{'remember'};
122 $gconfig{'realname'} = $in{'realname'};
129 delete($gconfig{'passwd_file'});
130 delete($gconfig{'passwd_uindex'});
131 delete($gconfig{'passwd_pindex'});
134 delete($gconfig{'loginbanner'});
138 $gconfig{'loginbanner'} = $in{'banner'};
[all …]
H A Dedit_log.cgi41 &ui_radio("uall", $gconfig{'logusers'} ? 0 : 1,
44 &ui_select("users", [ split(/\s+/, $gconfig{'logusers'}) ],
59 &ui_radio("mall", $gconfig{'logmodules'} ? 0 : 1,
62 &ui_select("modules", [ split(/\s+/, $gconfig{'logmodules'}) ],
75 &ui_yesno_radio("logsched", $gconfig{'logsched'}));
79 &ui_yesno_radio("logfiles", int($gconfig{'logfiles'})));
83 &ui_yesno_radio("logfullfiles", int($gconfig{'logfullfiles'})));
93 &ui_yesno_radio("logsyslog", int($gconfig{'logsyslog'})));
98 &ui_opt_textbox("email", $gconfig{'logemail'}, 40,
103 &ui_radio("mallemail", $gconfig{'logmodulesemail'} ? 0 : 1,
[all …]
H A Dedit_debug.cgi12 …&ui_yesno_radio("debug_enabled", $gconfig{'debug_enabled'}), undef, [ "valign=middle","valign=midd…
18 $gconfig{'debug_what_'.$_}) }
23 &ui_opt_textbox("debug_file", $gconfig{'debug_file'},
29 &ui_radio("debug_size_def", $gconfig{'debug_size'} ? 0 : 1,
32 [ 0, &ui_bytesbox("debug_size", $gconfig{'debug_size'}) ] ]
38 !$gconfig{'debug_noweb'})."\n".
40 !$gconfig{'debug_nocmd'})."\n".
42 !$gconfig{'debug_nocron'}), undef, [ "valign=middle","valign=middle" ]);
47 &ui_radio("mall", $gconfig{'debug_modules'} ? 0 : 1,
50 &ui_select("modules", [ split(/\s+/, $gconfig{'debug_modules'}) ],
H A Dedit_advanced.cgi13 &ui_opt_textbox("tempdir", $gconfig{'tempdir'},
16 $gconfig{'tempdirdelete'}));
20 &ui_opt_textbox("tempdelete", $gconfig{'tempdelete_days'},
29 foreach $d (&get_tempdirs(\%gconfig), [ ]) {
73 &ui_yesno_radio("chattr", $gconfig{'chattr'}));
85 &ui_radio("nice_def", $gconfig{'nice'} eq '' ? 1 : 0,
88 &proc::nice_selector("nice", $gconfig{'nice'} || 0) ] ]));
94 &ui_select("sclass", $gconfig{'sclass'},
100 &ui_select("sprio", $gconfig{'sprio'},
109 join("\n", split(/\t/, $gconfig{'extra_headers'})), 5, 80));
[all …]
H A Dedit_os.cgi17 &ui_select("type", $gconfig{'real_os_type'},
20 …&ui_textbox("version", $gconfig{'real_os_version'}, 10), undef, [ "valign=middle","valign=middle" …
24 &ui_select("itype", $gconfig{'os_type'},
27 … &ui_textbox("iversion", $gconfig{'os_version'}, 10), undef, [ "valign=middle","valign=middle" ]);
34 ($osinfo{'os_type'} ne $gconfig{'os_type'} ||
35 $osinfo{'os_version'} ne $gconfig{'os_version'} ?
49 join("\n", split($path_separator, $gconfig{'path'})),
51 &ui_checkbox("syspath", 1, $text{'os_syspath'}, !$gconfig{'syspath'}));
54 if ($gconfig{'ld_env'}) {
57 join("\n", split($path_separator, $gconfig{'ld_path'})),
/dports/devel/libvirt-glib/libvirt-glib-4.0.0/
H A Dmingw-libvirt-glib.spec.in29 %package -n mingw32-libvirt-gconfig
44 %package -n mingw64-libvirt-gconfig
60 %description -n mingw32-libvirt-gconfig
119 %files -n mingw32-libvirt-gconfig
127 %dir %{mingw32_includedir}/libvirt-gconfig-1.0/libvirt-gconfig
128 %{mingw32_includedir}/libvirt-gconfig-1.0/libvirt-gconfig/libvirt-gconfig.h
129 %{mingw32_includedir}/libvirt-gconfig-1.0/libvirt-gconfig/libvirt-gconfig-*.h
131 %files -n mingw64-libvirt-gconfig
139 %dir %{mingw64_includedir}/libvirt-gconfig-1.0/libvirt-gconfig
140 %{mingw64_includedir}/libvirt-gconfig-1.0/libvirt-gconfig/libvirt-gconfig.h
[all …]
H A Dlibvirt-glib.spec23 %package -n libvirt-gconfig
29 %package -n libvirt-gconfig-devel
48 %description -n libvirt-gconfig
52 %description -n libvirt-gconfig-devel
96 %files -n libvirt-gconfig
97 %{_libdir}/libvirt-gconfig-1.0.so.*
117 %files -n libvirt-gconfig-devel
119 %{_libdir}/libvirt-gconfig-1.0.so
122 %dir %{_includedir}/libvirt-gconfig-1.0/libvirt-gconfig
123 %{_includedir}/libvirt-gconfig-1.0/libvirt-gconfig/libvirt-gconfig.h
[all …]
H A Dlibvirt-glib.spec.in23 %package -n libvirt-gconfig
29 %package -n libvirt-gconfig-devel
48 %description -n libvirt-gconfig
52 %description -n libvirt-gconfig-devel
96 %files -n libvirt-gconfig
97 %{_libdir}/libvirt-gconfig-1.0.so.*
117 %files -n libvirt-gconfig-devel
119 %{_libdir}/libvirt-gconfig-1.0.so
122 %dir %{_includedir}/libvirt-gconfig-1.0/libvirt-gconfig
123 %{_includedir}/libvirt-gconfig-1.0/libvirt-gconfig/libvirt-gconfig.h
[all …]
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Ddhcpd.c1561 if (ip >= gconfig.start_ip && ip <= gconfig.end_ip) { in read_leasefile()
1633 gconfig.t1 = ntohl(gconfig.t1); in dhcpd_main()
1634 gconfig.t2 = ntohl(gconfig.t2); in dhcpd_main()
1635 gconfig.pref_lifetime = ntohl(gconfig.pref_lifetime); in dhcpd_main()
1636 gconfig.valid_lifetime = ntohl(gconfig.valid_lifetime); in dhcpd_main()
1641 gconfig.start_ip = ntohl(gconfig.start_ip); in dhcpd_main()
1642 gconfig.end_ip = ntohl(gconfig.end_ip); in dhcpd_main()
1643 ip_pool_size = gconfig.end_ip - gconfig.start_ip + 1; in dhcpd_main()
1658 if (get_interface(gconfig.interface, &gconfig.ifindex, in dhcpd_main()
1666 gconfig.server_nip = htonl(gconfig.server_nip); in dhcpd_main()
[all …]

12345678910>>...33