Searched refs:conf (Results 1 - 25 of 1045) sorted by relevance

1234567891011>>

/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/
H A Dstop.sh20 . ./conf.sh
H A Dstart.sh20 . ./conf.sh
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/virtual-time/
H A Dstop.sh19 . ./conf.sh
H A Dstart.sh19 . ./conf.sh
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/allow_query/
H A Dsetup.sh19 cp -f ns2/named01.conf ns2/named.conf
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/checkconf/
H A Dclean.sh19 rm -f good.conf.in good.conf.out
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dpanedwindow.rb131 #conf = tk_split_list(tk_send_without_enc('paneconfigure',
133 conf = tk_split_list(tk_send_without_enc('paneconfigure',
136 conf[0] = conf[0][1..-1]
137 if conf[0] == 'hide'
138 conf[3] = bool(conf[3]) unless conf[3].empty?
139 conf[4] = bool(conf[
[all...]
H A Dlistbox.rb161 conf = tk_split_simplelist(_fromUTF8(tk_send_without_enc('itemconfigure',index,"-#{key}")))
163 conf = tk_split_simplelist(_fromUTF8(tk_send_without_enc('itemconfigure',index,"-#{key}")))
164 conf[4] = tagfont_configinfo(index, conf[4])
166 conf = tk_split_list(_fromUTF8(tk_send_without_enc('itemconfigure',index,"-#{key}")))
168 conf[0] = conf[0][1..-1]
169 conf
172 conf = tk_split_simplelist(conflist)
173 conf[
[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...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tile/
H A Dtpaned.rb124 conf = tk_split_list(tk_send_without_enc('pane', win, "-#{key}"))
125 conf[0] = conf[0][1..-1]
126 if conf[0] == 'hide'
127 conf[3] = bool(conf[3]) unless conf[3].empty?
128 conf[4] = bool(conf[4]) unless conf[
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/database/
H A Dsetup.sh19 cp ns1/named.conf1 ns1/named.conf
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/staticstub/
H A Dsetup.sh19 sed 's/SERVER_CONFIG_PLACEHOLDER/server-names { "ns.example.net"; };/' ns2/named.conf.in > ns2/named.conf
21 sed 's/EXAMPLE_ZONE_PLACEHOLDER/zone "example" { type master; file "example.db.signed"; };/' ns3/named.conf.in > ns3/named.conf
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/views/
H A Dsetup.sh22 cp -f ns2/named1.conf ns2/named.conf
23 cp -f ns3/named1.conf ns3/named.conf
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/kerberos_includes/
H A Dosconf.h23 #include <kerberos/conf-bsdtahoe.h>
26 #include <kerberos/conf-bsdvax.h>
29 #include <kerberos/conf-ultmips2.h>
32 #include <kerberos/conf-bsdibm032.h>
35 #include <kerberos/conf-bsdapollo.h>
40 #include <kerberos/conf-svsparc.h>
42 #include <kerberos/conf-bsdsparc.h>
46 #include <kerberos/conf-bsd386i.h>
49 #include <kerberos/conf-svppc.h>
51 #include <kerberos/conf
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/logfileconfig/
H A Dsetup.sh20 . $SYSTEMTESTTOP/conf.sh
24 cp ns1/named.plain ns1/named.conf
/macosx-10.9.5/ruby-104/ruby/lib/irb/cmd/
H A Dnop.rb18 def self.execute(conf, *opts)
19 command = new(conf)
23 def initialize(conf)
24 @irb_context = conf
/macosx-10.9.5/apache-786.1/httpd/modules/aaa/
H A Dmod_authn_anon.c75 authn_anon_config_rec *conf = apr_palloc(p, sizeof(*conf)); local
78 conf->users = NULL;
80 conf->nouserid = 0;
81 conf->anyuserid = 0;
82 conf->logemail = 1;
83 conf->verifyemail = 0;
84 conf->mustemail = 1;
85 return conf;
91 authn_anon_config_rec *conf local
138 authn_anon_config_rec *conf = ap_get_module_config(r->per_dir_config, local
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Dutil.h58 extern idn_result_t selective_encode(idn_resconf_t conf,
61 extern idn_result_t selective_decode(idn_resconf_t conf,
64 extern void set_defaults(idn_resconf_t conf);
65 extern void load_conf_file(idn_resconf_t conf, const char *file);
67 extern void set_localcode(idn_resconf_t conf, const char *code);
68 extern void set_idncode(idn_resconf_t conf, const char *code);
69 extern void set_delimitermapper(idn_resconf_t conf,
72 extern void set_localmapper(idn_resconf_t conf,
74 extern void set_nameprep(idn_resconf_t conf, char *version);
75 extern void set_mapper(idn_resconf_t conf,
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dnssec/
H A Dsetup.sh28 cd ../ns4 && cp -f named1.conf named.conf
29 cd ../ns5 && cp -f trusted.conf.bad trusted.conf
/macosx-10.9.5/rsync-42/rsync/testsuite/
H A Ddaemon.test29 RSYNC_CONNECT_PROG="$RSYNC --config=$conf --daemon"
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/
H A Dcreate_stuff.sh4 echo limit maxproc 1000 2000 >> /etc/launchd.conf
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/acl/
H A Dsetup.sh21 cp -f ns2/named1.conf ns2/named.conf
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/addzone/
H A Dsetup.sh19 cp -f ns2/named1.conf ns2/named.conf
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/examples/
H A Dzkt-ls.sh7 if test ! -f dnssec.conf
12 ZKT_CONFFILE=`pwd`/dnssec.conf ../../zkt-ls "$@"
H A Dzkt-signer.sh7 if test ! -f dnssec.conf
12 ZKT_CONFFILE=`pwd`/dnssec.conf ../../zkt-signer "$@"

Completed in 317 milliseconds

1234567891011>>