Searched refs:conf (Results 51 - 75 of 1045) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dxim.rb66 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
90 conf = tk_split_list(tk_call('imconfigure', win, "-#{slot}"))
91 { conf[
[all...]
H A Dcanvas.rb297 conf = tk_send_without_enc('itemcget', tagid(tagOrId), "-#{option}")
298 if conf =~ /^[0-9]/
299 list(conf)
301 conf
374 conf = tk_split_simplelist(tk_send_without_enc('itemconfigure', tagid(tagOrId), "-#{key}"))
375 if conf[3] && conf[3] =~ /^[0-9]/
376 conf[3] = list(conf[3])
378 if conf[
[all...]
/macosx-10.9.5/ruby-104/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.9.5/RubyCocoa-80/RubyCocoa/sample/Hakoiri-Musume/
H A Dmain_0.3.m34 load_config(struct ruby_cocoa_app_config* conf)
49 conf->ruby_program = DEFAULT_RUBY_PROGRAM;
55 conf->main_script = strdup ([str cString]);
62 conf->ruby_program = strdup ([str cString]);
69 conf->main_script = strdup ([str cString]);
75 conf->resource_dir = strdup ([str cString]);
81 create_ruby_argv(const struct ruby_cocoa_app_config* conf, int argc, char* argv[])
89 conf->resource_dir,
90 conf->main_script
121 struct ruby_cocoa_app_config conf;
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/dav/fs/
H A Dmod_dav_fs.c34 dav_fs_server_conf *conf; local
36 conf = ap_get_module_config(r->server->module_config, &dav_fs_module);
37 return conf->lockdb_path;
66 dav_fs_server_conf *conf; local
67 conf = ap_get_module_config(cmd->server->module_config,
69 conf->lockdb_path = ap_server_root_relative(cmd->pool, arg1);
71 if (!conf->lockdb_path) {
/macosx-10.9.5/apache-786.1/httpd/modules/mappers/
H A Dmod_vhost_alias.c74 mva_sconf_t *conf; local
76 conf = (mva_sconf_t *) apr_pcalloc(p, sizeof(mva_sconf_t));
77 conf->doc_root = NULL;
78 conf->cgi_root = NULL;
79 conf->doc_root_mode = VHOST_ALIAS_UNSET;
80 conf->cgi_root_mode = VHOST_ALIAS_UNSET;
81 return conf;
88 mva_sconf_t *conf; local
90 conf = (mva_sconf_t *) apr_pcalloc(p, sizeof(*conf));
122 mva_sconf_t *conf; local
385 mva_sconf_t *conf; local
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/irb/ext/
H A Dsave-history.rb25 # A copy of the default <code>IRB.conf[:SAVE_HISTORY]</code>
27 IRB.conf[:SAVE_HISTORY]
30 # Sets <code>IRB.conf[:SAVE_HISTORY]</code> to the given +val+ and calls
38 # IRB.conf[:SAVE_HISTORY] = 1000
40 IRB.conf[:SAVE_HISTORY] = val
42 main_context = IRB.conf[:MAIN_CONTEXT]
48 # A copy of the default <code>IRB.conf[:HISTORY_FILE]</code>
50 IRB.conf[:HISTORY_FILE]
53 # Set <code>IRB.conf[:HISTORY_FILE]</code> to the given +hist+.
55 IRB.conf[
[all...]
H A Duse-loader.rb34 IRB.conf[:USE_LOADER] = false
41 IRB.conf[:USE_LOADER]
46 # Sets IRB.conf[:USE_LOADER]
51 if IRB.conf[:USE_LOADER] != opt
52 IRB.conf[:USE_LOADER] = opt
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/data/
H A Dslapd-nis-master.conf16 include @SCHEMADIR@/others_nis.at.conf
17 include @SCHEMADIR@/others_nis.oc.conf
18 include @SCHEMADIR@/nis.at.conf
19 include @SCHEMADIR@/nis.oc.conf
20 include @SCHEMADIR@/internet_mail.at.conf
21 include @SCHEMADIR@/internet_mail.oc.conf
/macosx-10.9.5/apache-786.1/httpd/
H A DNWGNUmakefile393 $(call COPY,docs/conf/magic, $(INSTALLBASE)/conf/)
394 $(call COPY,docs/conf/mime.types, $(INSTALLBASE)/conf/)
395 $(call COPY,docs/conf/charset.conv, $(INSTALLBASE)/conf/)
397 $(call MKCNF,docs/conf/httpd.conf.in, $(INSTALLBASE)/conf/httpd.conf)
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Dnscomm.c109 assert (zp->conf->dist_cmd != NULL);
112 if ( zp->conf->dist_cmd == NULL )
115 if ( !is_exec_ok (zp->conf->dist_cmd) )
124 verbmesg (1, zp->conf, mesg, zp->conf->dist_cmd);
125 lg_mesg (LG_ERROR, "exec of distribution command %s disabled due to security reasons", zp->conf->dist_cmd);
131 if ( zp->conf->view )
133 snprintf (zone, sizeof (zone), "\"%s\" in view \"%s\"", zp->zone, zp->conf->view);
134 view = zp->conf->view;
143 verbmesg (1, zp->conf, "\tDistribut
[all...]
/macosx-10.9.5/bind9-45.100/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;
174 ISC_LIST_APPEND(conf->trusted_keylist, keyent, link);
192 irs_dnsconf_t *conf; local
199 conf = isc_mem_get(mctx, sizeof(*conf));
200 if (conf == NULL)
203 conf->mctx = mctx;
204 ISC_LIST_INIT(conf->trusted_keylist);
222 result = configure_dnsseckeys(conf, cfgob
243 irs_dnsconf_t *conf; local
265 irs_dnsconf_gettrustedkeys(irs_dnsconf_t *conf) argument
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/aaa/
H A Dmod_authn_dbm.c49 authn_dbm_config_rec *conf = apr_palloc(p, sizeof(*conf)); local
51 conf->pwfile = NULL;
52 conf->dbmtype = "default";
54 return conf;
61 authn_dbm_config_rec *conf = dir_config; local
63 conf->dbmtype = apr_pstrdup(cmd->pool, arg);
116 authn_dbm_config_rec *conf = ap_get_module_config(r->per_dir_config, local
122 rv = fetch_dbm_value(conf->dbmtype, conf
153 authn_dbm_config_rec *conf = ap_get_module_config(r->per_dir_config, local
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/data/
H A Dslapd-conf.in4 include ./data/slapd.at.conf
5 include ./data/slapd.oc.conf
/macosx-10.9.5/apache-786.1/httpd/build/
H A DNWGNUenvironment.inc346 $(INSTALLBASE)/conf \
347 $(INSTALLBASE)/conf/extra \
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/xferquota/
H A Dclean.sh24 rm -f ns1/zone*.example.db ns1/zones.conf
25 rm -f ns2/zone*.example.bk ns2/zones.conf
/macosx-10.9.5/crontabs-51/files/daily/
H A D130.clean-msgs10 if [ -r /etc/defaults/periodic.conf ]
12 . /etc/defaults/periodic.conf
H A D420.status-network8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A D430.status-rwho8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A D999.local11 if [ -r /etc/defaults/periodic.conf ]
13 . /etc/defaults/periodic.conf
/macosx-10.9.5/crontabs-51/files/monthly/
H A D999.local8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
/macosx-10.9.5/crontabs-51/files/weekly/
H A D999.local8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/scripts/
H A Ddefines.sh79 # conf
80 CONF=$DATADIR/slapd.conf
81 CONFTWO=$DATADIR/slapd2.conf
82 CONF2DB=$DATADIR/slapd-2db.conf
83 MCONF=$DATADIR/slapd-master.conf
84 COMPCONF=$DATADIR/slapd-component.conf
85 PWCONF=$DATADIR/slapd-pw.conf
86 WHOAMICONF=$DATADIR/slapd-whoami.conf
87 ACLCONF=$DATADIR/slapd-acl.conf
88 RCONF=$DATADIR/slapd-referrals.conf
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dlzexternal/
H A Dsetup.sh20 . $SYSTEMTESTTOP/conf.sh
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/gost/ns1/
H A Dsign.sh20 . $SYSTEMTESTTOP/conf.sh
46 ' > trusted.conf
47 cp trusted.conf ../ns2/trusted.conf

Completed in 204 milliseconds

1234567891011>>