Searched refs:conf (Results 251 - 275 of 1045) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dmanconf.vim2 " Language: man.conf(5) - man configuration file
H A Dmodconf.vim2 " Language: modules.conf(5) configuration file
H A Dsensors.vim2 " Language: sensors.conf(5) - libsensors configuration file
H A Dsysctl.vim2 " Language: sysctl.conf(5) configuration file
H A Dupdatedb.vim2 " Language: updatedb.conf(5) configuration file
H A Dxinetd.vim2 " Language: xinetd.conf(5) configuration file
/macosx-10.9.5/apache-786.1/httpd/modules/proxy/
H A Dmod_proxy.h441 proxy_worker *worker, proxy_server_conf *conf, char *url,
460 proxy_server_conf *conf, char **url))
467 proxy_server_conf *conf))
496 PROXY_DECLARE(int) ap_proxy_checkproxyblock(request_rec *r, proxy_server_conf *conf, apr_sockaddr_t *uri_addr);
510 PROXY_DECLARE(const char *) ap_proxy_location_reverse_map(request_rec *r, proxy_dir_conf *conf, const char *url);
511 PROXY_DECLARE(const char *) ap_proxy_cookie_reverse_map(request_rec *r, proxy_dir_conf *conf, const char *str);
534 * @param conf current proxy server configuration
539 proxy_server_conf *conf,
545 * @param conf current proxy server configuration
551 proxy_server_conf *conf,
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/metadata/
H A Dmod_env.c39 env_dir_config_rec *conf = apr_palloc(p, sizeof(*conf)); local
41 conf->vars = apr_table_make(p, 10);
42 conf->unsetenv = apr_table_make(p, 10);
44 return conf;
/macosx-10.9.5/CPANInternal-140/JSON-Any-1.29/lib/JSON/
H A DAny.pm21 my ( %conf, $handler, $encoder, $decoder );
28 %conf = (
36 my ( $self, $conf ) = @_;
52 my $obj = $handler->new( utf8 => $conf->{utf8} ); ## constructor only
55 next unless exists $conf->{$mutator};
56 $obj = $obj->$mutator( $conf->{$mutator} );
71 my ( $self, $conf ) = @_;
97 local $conf->{utf8} = !$conf->{utf8}; # it means the opposite
101 next unless exists $conf
[all...]
/macosx-10.9.5/NFS-81/nfsd/
H A Dmain.c148 static void config_sanity_check(struct nfs_conf_server *conf);
525 * read the NFS server values from nfs.conf
528 config_read(struct nfs_conf_server *conf) argument
570 conf->async = val;
572 conf->bonjour = val;
574 conf->bonjour_local_domain_only = val;
577 conf->export_hash_size = val;
579 conf->fsevents = val;
582 conf->mount_port = val;
584 conf
629 config_sanity_check(struct nfs_conf_server *conf) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/addzone/
H A Dtests.sh20 . $SYSTEMTESTTOP/conf.sh
46 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 addzone 'added.example { type master; file "added.db"; };' 2>&1 | sed 's/^/I:ns2 /'
58 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 addzone 'missing.example { type master; file "missing.db"; };' 2> rndc.out.ns2.$n
69 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 delzone previous.example 2>&1 | sed 's/^/I:ns2 /'
79 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 delzone added.example 2>&1 | sed 's/^/I:ns2 /'
89 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 delzone normal.example 2> rndc.out.ns2.$n
99 rm -f ns2/named.conf
100 cp -f ns2/named2.conf ns2/named.conf
101 $RNDC -c ../common/rndc.conf
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/generators/
H A Dmod_cgid.c533 if (conf->limit_cpu) {
536 stat = sock_write(fd, conf->limit_cpu, sizeof(struct rlimit));
545 if (conf->limit_mem) {
548 stat = sock_write(fd, conf->limit_mem, sizeof(struct rlimit));
557 if (conf->limit_nproc) {
560 stat = sock_write(fd, conf->limit_nproc, sizeof(struct rlimit));
940 cgid_server_conf *conf = ap_get_module_config(s->module_config, local
943 conf->logname = ap_server_root_relative(cmd->pool, arg);
945 if (!conf->logname) {
955 cgid_server_conf *conf local
965 cgid_server_conf *conf = ap_get_module_config(s->module_config, local
1005 log_scripterror(request_rec *r, cgid_server_conf * conf, int ret, apr_status_t rv, char *error) argument
1038 log_script(request_rec *r, cgid_server_conf * conf, int ret, char *dbuf, const char *sbuf, apr_bucket_brigade *bb, apr_file_t *script_err) argument
1150 connect_to_daemon(int *sdptr, request_rec *r, cgid_server_conf *conf) argument
1231 cgid_server_conf *conf; member in struct:cleanup_script_info
1330 cgid_server_conf *conf; local
1708 cgid_server_conf *conf = ap_get_module_config(r->server->module_config, local
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/tools/rpm/
H A Didnkit.spec62 mv $RPM_BUILD_ROOT/etc/idn.conf.sample $RPM_BUILD_ROOT/etc/idn.conf
63 mv $RPM_BUILD_ROOT/etc/idnalias.conf.sample $RPM_BUILD_ROOT/etc/idnalias.conf
86 %config %{sysconfdir}/idn.conf
87 %config %{sysconfdir}/idnalias.conf
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Dzconf.h112 # define CONFIG_FILE CONFIG_PATH "dnssec.conf"
113 # define LOCALCONF_FILE "dnssec.conf"
195 extern zconf_t *dupconfig (const zconf_t *conf);
196 extern zconf_t *freeconfig (zconf_t *conf);
197 extern int setconfigpar (zconf_t *conf, char *entry, const void *pval);
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dgenlist.c110 struct conf {
137 struct conf *cf;
141 cf = calloc(sizeof(struct conf), 1);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dconformance.c47 static const char* conf[] = { "CONFORMANCE", "HOSTTYPE", "UNIVERSE" }; local
52 for (i = h = 0, j = 1; i < elementsof(conf); i++)
53 if (*(m = astconf(conf[i], NiL, NiL)) && (h |= (1<<i)) || !i && (m = "ast"))
/macosx-10.9.5/lukemftpd-50/
H A DMakefile45 PR-10452181.conf.c.patch \
48 AEP_ConfigFiles = ftpd.conf
80 $(INSTALL_FILE) -c -m 0644 $(Sources)/examples/ftpd.conf $(DSTROOT)$(SHAREDIR)/ftpd/examples
/macosx-10.9.5/man-16/man/src/
H A DMakefile.in32 all: man man.conf apropos whatis
68 man.conf: man.conf.in ../conf_script
69 ../conf_script man.conf
109 $(INSTALL) -c -m 644 man.conf $(MANCONFIG)
115 rm -f Makefile config.status paths.h version.h man.conf
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dlabeledframe.itk293 nw-relx 0.0 nw-rely 0.0 nw-wrap 0 nw-conf rowconfigure nw-num 0
294 n-relx 0.5 n-rely 0.0 n-wrap 0 n-conf rowconfigure n-num 0
295 ne-relx 1.0 ne-rely 0.0 ne-wrap 0 ne-conf rowconfigure ne-num 0
297 sw-relx 0.0 sw-rely 1.0 sw-wrap 0 sw-conf rowconfigure sw-num 2
298 s-relx 0.5 s-rely 1.0 s-wrap 0 s-conf rowconfigure s-num 2
299 se-relx 1.0 se-rely 1.0 se-wrap 0 se-conf rowconfigure se-num 2
301 en-relx 1.0 en-rely 0.0 en-wrap 1 en-conf columnconfigure en-num 2
302 e-relx 1.0 e-rely 0.5 e-wrap 1 e-conf columnconfigure e-num 2
303 es-relx 1.0 es-rely 1.0 es-wrap 1 es-conf columnconfigure es-num 2
305 wn-relx 0.0 wn-rely 0.0 wn-wrap 1 wn-conf columnconfigur
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drep006.tcl125 set conf [berkdb getconfig]
127 if { [is_substr $conf "debug_rop"] == 1 \
128 || [is_substr $conf "debug_wop"] == 1 \
129 || [is_substr $conf "diagnostic"] == 0 } {
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Config/
H A DPropertyConfigurator.pm154 my $conf = Log::Log4perl::Config::PropertyConfigurator->new();
155 $conf->file("l4p.conf");
156 $conf->parse(); # will die() on error
158 my $value = $conf->value("log4perl.appender.LOGFILE.filename");
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/t/
H A D051Extra.t24 my $conf = qq(
33 Log::Log4perl->init(\$conf);
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/t/
H A D021AppThres.t94 my $conf = <<EOT;
105 Log::Log4perl::init(\$conf);
125 $conf = <<EOT;
136 Log::Log4perl::init(\$conf);
152 $conf = <<EOT;
163 eval { Log::Log4perl::init(\$conf); };
175 $conf = <<EOT;
187 Log::Log4perl::init(\$conf);
H A D051Extra.t38 my $conf = qq(
47 Log::Log4perl->init(\$conf);
H A D056SyncApp2.t48 my $conf = qq(
63 Log::Log4perl::init(\$conf);

Completed in 227 milliseconds

<<11121314151617181920>>