Searched +refs:conf +refs:key (Results 1 - 25 of 256) sorted by relevance

1234567891011

/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dpanedwindow.rb79 def panecget_strict(win, key)
82 tk_tcl2ruby(tk_send_without_enc('panecget', win, "-#{key}"))
84 def panecget(win, key)
86 panecget_strict(win, key)
89 panecget_strict(win, key)
106 def paneconfigure(win, key, value=nil)
109 if key.kind_of? Hash
111 key.each{|k, v|
120 tk_send_without_enc('paneconfigure', win, "-#{key}", value)
126 def paneconfiginfo(win, key
[all...]
H A Dlistbox.rb107 def itemcget(index, key)
108 case key.to_s
110 _fromUTF8(tk_send_without_enc('itemcget', index, "-#{key}"))
112 #fnt = tk_tcl2ruby(tk_send('itemcget', index, "-#{key}"))
118 if key.to_s == 'kanjifont' && JAPANIZED_TK && TK_VERSION =~ /^4\.*/
125 tk_tcl2ruby(_fromUTF8(tk_send_without_enc('itemcget', index, "-#{key}")))
128 def itemconfigure(index, key, val=None)
129 if key.kind_of? Hash
130 if (key['font'] || key[
[all...]
H A Dplace.rb38 #conf = tk_split_list(tk_call_without_enc('place', 'configure',
40 conf = tk_split_simplelist(tk_call_without_enc('place', 'configure',
42 conf[0] = conf[0][1..-1]
43 conf[1] = tk_tcl2ruby(conf[1])
44 conf[2] = tk_tcl2ruby(conf[1])
45 conf[3] = tk_tcl2ruby(conf[
[all...]
H A Ditemconfig.rb59 def __item_val2ruby_optkeys(id) # { key=>method, ... }
61 # When get the value of the option "key", "method.call(id, val)" is called.
66 def __item_ruby2val_optkeys(id) # { key=>method, ... }
68 # When set the value of the option "key", "method.call(id, val)" is called.
69 # That is, "-#{key} #{method.call(id, value)}".
74 def __item_methodcall_optkeys(id) # { key=>method, ... }
76 # Usually, the 'key' will not be a widget option.
113 def itemconfig_hash_kv(id, keys, enc_mode = nil, conf = nil)
114 hash_kv(__conv_item_keyonly_opts(id, keys), enc_mode, conf)
151 {:key
[all...]
H A Dmenu.rb31 def __item_val2ruby_optkeys(id) # { key=>proc, ... }
215 def entrycget(index, key)
216 case key.to_s
219 _get_eval_enc_str(index), "-#{key}"))
221 #fnt = tk_tcl2ruby(tk_send('entrycget', index, "-#{key}"))
226 if key.to_s == 'kanjifont' && JAPANIZED_TK && TK_VERSION =~ /^4\.*/
233 tk_tcl2ruby(_fromUTF8(tk_send_without_enc('entrycget', _get_eval_enc_str(index), "-#{key}")))
236 def entryconfigure(index, key, val=None)
237 if key.kind_of? Hash
238 if (key['fon
[all...]
H A Dcanvas.rb27 def __item_val2ruby_optkeys(id) # { key=>proc, ... }
297 conf = tk_send_without_enc('itemcget', tagid(tagOrId), "-#{option}")
298 if conf =~ /^[0-9]/
299 list(conf)
301 conf
323 def itemconfigure(tagOrId, key, value=None)
324 if key.kind_of? Hash
325 key = _symbolkey2str(key)
326 coords = key
[all...]
H A Dxim.rb41 while key = lst.shift
42 info[key[1..-1]] = lst.shift
66 conf = tk_split_list(tk_call('imconfigure', win, "-#{slot}"))
67 conf[0] = conf[0][1..-1]
68 conf
70 tk_split_list(tk_call('imconfigure', win)).collect{|conf|
71 conf[0] = conf[0][1..-1]
72 conf
[all...]
H A Dtext.rb471 #conf = tk_split_simplelist(_fromUTF8(tk_send_without_enc('image', 'configure', _get_eval_enc_str(index), "-#{slot}")))
472 conf = tk_split_simplelist(tk_send_without_enc('image', 'configure', _get_eval_enc_str(index), "-#{slot}"), false, true)
474 #conf = tk_split_list(_fromUTF8(tk_send_without_enc('image', 'configure', _get_eval_enc_str(index), "-#{slot}")))
475 conf = tk_split_list(tk_send_without_enc('image', 'configure', _get_eval_enc_str(index), "-#{slot}"), 0, false, true)
477 conf[0] = conf[0][1..-1]
478 conf
481 # conf = tk_split_simplelist(conflist)
483 conf = tk_split_simplelist(conflist, false, true)
484 conf[
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tile/
H A Dtpaned.rb100 def paneconfigure(pane, key, value=nil)
102 if key.kind_of? Hash
104 key.each{|k, v|
113 tk_send_without_enc('pane', pane, "-#{key}", value)
123 if key
124 conf = tk_split_list(tk_send_without_enc('pane', win, "-#{key}"))
125 conf[0] = conf[0][1..-1]
126 if conf[
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/dnssec/ns1/
H A Dsign.sh21 . $SYSTEMTESTTOP/conf.sh
37 cat $infile $keyname.key > $zonefile
41 # Configure the resolving server with a trusted key.
42 cat $keyname.key | grep -v '^; ' | $PERL -n -e '
44 local $key = join("", @rest);
47 "$dn" $flags $proto $alg "$key";
50 ' > trusted.conf
52 # ...or with a managed key.
53 cat $keyname.key | grep -v '^; ' | $PERL -n -e '
55 local $key
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/pending/ns1/
H A Dsign.sh20 . $SYSTEMTESTTOP/conf.sh
35 cat $infile $keyname1.key $keyname2.key > $zonefile
39 # Configure the resolving server with a trusted key.
41 cat $keyname2.key | grep -v '^; ' | $PERL -n -e '
43 local $key = join("", @rest);
46 "$dn" $flags $proto $alg "$key";
49 ' > trusted.conf
50 cp trusted.conf ../ns2/trusted.conf
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/dlzexternal/
H A Dsetup.sh20 . $SYSTEMTESTTOP/conf.sh
23 $DDNSCONFGEN -q -r random.data -z example.nil > ns1/ddns.key
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/gost/ns1/
H A Dsign.sh20 . $SYSTEMTESTTOP/conf.sh
30 $DSFROMKEY -a gost $key2.key > dsset-gost
32 cat $infile $key1.key $key2.key > $zonefile
36 # Configure the resolving server with a trusted key.
38 cat $key1.key | grep -v '^; ' | $PERL -n -e '
40 local $key = join("", @rest);
43 "$dn" $flags $proto $alg "$key";
46 ' > trusted.conf
47 cp trusted.conf
[all...]
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Db_workload.c30 CONFIG conf; local
36 memset(&conf, 0, sizeof(conf));
37 conf.seed = 124087;
38 srand(conf.seed);
40 conf.pcount = 100000;
41 conf.ts = "Btree";
42 conf.type = DB_BTREE;
43 conf.dsize = 20;
44 conf
265 DBT key, data; local
324 DBT key, data; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/test_micro/source/
H A Db_workload.c30 CONFIG conf; local
36 memset(&conf, 0, sizeof(conf));
37 conf.seed = 124087;
38 srand(conf.seed);
40 conf.pcount = 100000;
41 conf.ts = "Btree";
42 conf.type = DB_BTREE;
43 conf.dsize = 20;
44 conf
264 DBT key, data; local
323 DBT key, data; local
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/staticstub/ns3/
H A Dsign.sh20 . $SYSTEMTESTTOP/conf.sh
34 cat $infile $keyname1.key $keyname2.key > $zonefile
38 # Configure the resolving server with a trusted key.
40 cat $keyname2.key | grep -v '^; ' | $PERL -n -e '
42 local $key = join("", @rest);
45 "$dn" $flags $proto $alg "$key";
48 ' > trusted.conf
49 cp trusted.conf ../ns2/trusted.conf
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/autosign/ns1/
H A Dkeygen.sh20 . $SYSTEMTESTTOP/conf.sh
44 cat $ksksby.key | grep -v '^; ' | $PERL -n -e '
46 local $key = join("", @rest);
49 "$dn" $flags $proto $alg "$key";
52 ' > trusted.conf
53 cp trusted.conf ../ns2/trusted.conf
54 cp trusted.conf ../ns3/trusted.conf
55 cp trusted.conf
[all...]
/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_authn_dbm.c54 authn_dbm_config_rec *conf = apr_palloc(p, sizeof(*conf)); local
56 conf->pwfile = NULL;
57 conf->dbmtype = "default";
59 return conf;
66 authn_dbm_config_rec *conf = dir_config; local
68 conf->dbmtype = apr_pstrdup(cmd->pool, arg);
90 apr_datum_t key, val; local
100 key.dptr = (char*)user;
102 key
121 authn_dbm_config_rec *conf = ap_get_module_config(r->per_dir_config, local
159 authn_dbm_config_rec *conf = ap_get_module_config(r->per_dir_config, local
[all...]
H A Dmod_auth_form.c45 const char *key, const char **value) = NULL;
47 const char *key, const char *value) = NULL;
86 auth_form_config_rec *conf = apr_pcalloc(p, sizeof(*conf)); local
88 conf->dir = d;
90 conf->authoritative = 1;
93 conf->form_size = HUGE_STRING_LEN;
96 conf->username = "httpd_username";
97 conf->password = "httpd_password";
98 conf
148 auth_form_config_rec *conf = (auth_form_config_rec *) config; local
227 auth_form_config_rec *conf = (auth_form_config_rec *) config; local
235 auth_form_config_rec *conf = (auth_form_config_rec *) config; local
243 auth_form_config_rec *conf = (auth_form_config_rec *) config; local
251 auth_form_config_rec *conf = (auth_form_config_rec *) config; local
259 auth_form_config_rec *conf = (auth_form_config_rec *) config; local
267 auth_form_config_rec *conf = (auth_form_config_rec *) config; local
276 auth_form_config_rec *conf = config; local
291 auth_form_config_rec *conf = (auth_form_config_rec *) config; local
308 auth_form_config_rec *conf = (auth_form_config_rec *) config; local
325 auth_form_config_rec *conf = (auth_form_config_rec *) config; local
342 auth_form_config_rec *conf = (auth_form_config_rec *) config; local
350 auth_form_config_rec *conf = (auth_form_config_rec *) config; local
358 auth_form_config_rec *conf = (auth_form_config_rec *) config; local
366 auth_form_config_rec *conf = (auth_form_config_rec *) config; local
431 auth_form_config_rec *conf = ap_get_module_config(r->per_dir_config, local
608 get_form_auth(request_rec * r, const char *username, const char *password, const char *location, const char *method, const char *mimetype, const char *body, const char **sent_user, const char **sent_pw, const char **sent_loc, const char **sent_method, const char **sent_mimetype, apr_bucket_brigade **sent_body, auth_form_config_rec * conf) argument
761 auth_form_config_rec *conf = ap_get_module_config(r->per_dir_config, local
858 fake_basic_authentication(request_rec *r, auth_form_config_rec *conf, const char *user, const char *pw) argument
882 auth_form_config_rec *conf = ap_get_module_config(r->per_dir_config, local
1113 auth_form_config_rec *conf; local
1193 auth_form_config_rec *conf; local
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dscrolledtext.rb175 #conf = tk_split_simplelist(_fromUTF8(tk_send_without_enc('image', 'configure', _get_eval_enc_str(index), "-#{slot}")))
176 conf = tk_split_simplelist(tk_send_without_enc('image', 'configure', _get_eval_enc_str(index), "-#{slot}"), false, true)
178 #conf = tk_split_list(_fromUTF8(tk_send_without_enc('image', 'configure', _get_eval_enc_str(index), "-#{slot}")))
179 conf = tk_split_list(tk_send_without_enc('image', 'configure', _get_eval_enc_str(index), "-#{slot}"), 0, false, true)
181 conf[0] = conf[0][1..-1]
182 conf
185 # conf = tk_split_simplelist(conflist)
187 conf = tk_split_simplelist(conflist, false, true)
188 conf[
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/irs/
H A Ddnsconf.c54 configure_dnsseckeys(irs_dnsconf_t *conf, cfg_obj_t *cfgobj, argument
57 isc_mem_t *mctx = conf->mctx;
59 const cfg_obj_t *key, *keylist; local
90 key = cfg_listelt_value(element2);
92 flags = cfg_obj_asuint32(cfg_tuple_get(key, "flags"));
93 proto = cfg_obj_asuint32(cfg_tuple_get(key,
95 alg = cfg_obj_asuint32(cfg_tuple_get(key,
97 keynamestr = cfg_obj_asstring(cfg_tuple_get(key,
119 /* Configure key value */
120 keystr = cfg_obj_asstring(cfg_tuple_get(key, "ke
192 irs_dnsconf_t *conf; local
243 irs_dnsconf_t *conf; local
265 irs_dnsconf_gettrustedkeys(irs_dnsconf_t *conf) argument
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dlak.c141 LAK_CONF *conf,
147 char *p, *key; local
166 key = p;
187 if (!strcasecmp(key, "ldap_servers"))
188 strlcpy(conf->servers, p, LAK_URL_LEN);
190 else if (!strcasecmp(key, "ldap_bind_dn"))
191 strlcpy(conf->bind_dn, p, LAK_DN_LEN);
193 else if (!strcasecmp(key, "ldap_bind_pw") ||
194 !strcasecmp(key, "ldap_password"))
195 strlcpy(conf
140 lak_config_read( LAK_CONF *conf, const char *configfile) argument
369 LAK_CONF *conf; local
409 lak_config_free( LAK_CONF *conf) argument
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/tsiggss/
H A Dsetup.sh20 . $SYSTEMTESTTOP/conf.sh
25 rm -f ns1/*.jnl ns1/K*.key ns1/K*.private ns1/_default.tsigkeys
29 key=`$KEYGEN -Cq -K ns1 -a DSA -b 512 -r $RANDFILE -n HOST -T KEY key.example.nil.`
30 cat ns1/example.nil.db.in ns1/${key}.key > ns1/example.nil.db
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/dlv/ns1/
H A Dsign.sh24 . $SYSTEMTESTTOP/conf.sh
36 cat $infile $keyname1.key $keyname2.key >$zonefile
42 grep -v '^;' $keyname2.key | $PERL -n -e '
44 local $key = join("", @rest);
47 "$dn" $flags $proto $alg "$key";
50 ' > trusted.conf
51 cp trusted.conf ../ns5
/macosx-10.10/apache-793/httpd/modules/session/
H A Dmod_session_dbd.c96 * Load the session by the key specified.
98 static apr_status_t dbd_load(request_rec * r, const char *key, const char **val) argument
108 session_dbd_dir_conf *conf = ap_get_module_config(r->per_dir_config, local
111 if (conf->selectlabel == NULL) {
117 rv = dbd_init(r, conf->selectlabel, &dbd, &statement);
122 0, key, &expiry, NULL);
126 "in database using query '%s': %s", key, conf->selectlabel,
136 "in database using query '%s': %s", key, conf
167 session_dbd_dir_conf *conf = ap_get_module_config(r->per_dir_config, local
175 const char *key = NULL; local
261 session_dbd_dir_conf *conf = ap_get_module_config(r->per_dir_config, local
333 dbd_remove(request_rec * r, const char *key) argument
341 session_dbd_dir_conf *conf = ap_get_module_config(r->per_dir_config, local
402 session_dbd_dir_conf *conf = ap_get_module_config(r->per_dir_config, local
546 session_dbd_dir_conf *conf = dconf; local
557 session_dbd_dir_conf *conf = dconf; local
569 session_dbd_dir_conf *conf = (session_dbd_dir_conf *) config; local
584 session_dbd_dir_conf *conf = (session_dbd_dir_conf *) config; local
[all...]

Completed in 415 milliseconds

1234567891011