Home
last modified time | relevance | path

Searched refs:newcfg (Results 1 – 25 of 108) sorted by relevance

12345

/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html-2016/config/
H A Dconfig.pl721 $newcfg{'perl_starter'} = $newcfg{'PERL'};
730 $newcfg{'perl_starter'} = $newcfg{'PERL'};
764 $newcfg{'perl_starter'} = "$newcfg{'PERL'} -x";
771 $newcfg{'perl_starter'} = $newcfg{'PERL'};
1922 $newcfg{'SHLIBDIR'} = $newcfg{'PREFIX'};
1930 $newcfg{'LATEX2HTMLDIR'} = $newcfg{'SHLIBDIR'};
1951 $newcfg{'LIBDIR'} = $newcfg{'PREFIX'};
1959 $newcfg{'LATEX2HTMLPLATDIR'} = $newcfg{'LIBDIR'};
1975 $newcfg{'scriptdir'} = $newcfg{'SHLIBDIR'};
1978 $newcfg{'scriptdir'} = $newcfg{'SHLIBDIR'};
[all …]
/dports/textproc/latex2html/latex2html-2016/config/
H A Dconfig.pl721 $newcfg{'perl_starter'} = $newcfg{'PERL'};
730 $newcfg{'perl_starter'} = $newcfg{'PERL'};
764 $newcfg{'perl_starter'} = "$newcfg{'PERL'} -x";
771 $newcfg{'perl_starter'} = $newcfg{'PERL'};
1922 $newcfg{'SHLIBDIR'} = $newcfg{'PREFIX'};
1930 $newcfg{'LATEX2HTMLDIR'} = $newcfg{'SHLIBDIR'};
1951 $newcfg{'LIBDIR'} = $newcfg{'PREFIX'};
1959 $newcfg{'LATEX2HTMLPLATDIR'} = $newcfg{'LIBDIR'};
1975 $newcfg{'scriptdir'} = $newcfg{'SHLIBDIR'};
1978 $newcfg{'scriptdir'} = $newcfg{'SHLIBDIR'};
[all …]
/dports/lang/nwcc/nwcc_0.8.3/
H A Dcfgfile.c175 free(newcfg->name); in do_read_config_file()
184 newcfg = n_xmalloc(sizeof *newcfg); in do_read_config_file()
185 *newcfg = nullcfg; in do_read_config_file()
238 ++newcfg->argc; in do_read_config_file()
239 newcfg->argv = n_xrealloc(newcfg->argv, in do_read_config_file()
240 newcfg->argc * in do_read_config_file()
242 newcfg->argv[newcfg->argc - 1] = in do_read_config_file()
262 free_option(newcfg); in do_read_config_file()
267 && newcfg->argc > newcfg->info->maxargs) { in do_read_config_file()
274 && newcfg->argc < newcfg->info->minargs) { in do_read_config_file()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/schema/
H A Dschema_alter.c29 WT_ASSERT(session, newcfg[0] != NULL); in __alter_apply()
38 cfg[2] = newcfg[0]; in __alter_apply()
80 uri, newcfg, WT_CONFIG_BASE(session, file_meta))); in __alter_file()
183 WT_RET(__alter_tree(session, idx->name, newcfg)); in __alter_table()
189 uri, newcfg, WT_CONFIG_BASE(session, table_meta))); in __alter_table()
230 session, uri, __alter_file, newcfg, flags)); in __schema_alter()
233 return (__alter_tree(session, uri, newcfg)); in __schema_alter()
236 NULL, newcfg, flags)); in __schema_alter()
239 uri, newcfg, exclusive_refreshed)); in __schema_alter()
250 const char *uri, const char *newcfg[]) in __wt_schema_alter() argument
[all …]
/dports/mail/squirrelmail/squirrelmail.stable/squirrelmail/plugins/administrator/
H A Doptions.php27 global $newcfg;
238 $newcfg = array( ); variable
241 $newcfg[$key] = '';
291 foreach ( $newcfg as $k => $v ) {
356 $newcfg[$k] = "'$v'";
469 $newcfg[$k] = $v;
473 $newcfg[$k] = $v;
505 $newcfg[$k1] = $v1;
507 $v1 = $newcfg[$k1];
513 $newcfg[$k2] = $v2;
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/params/
H A Dconfig.go279 err := c.checkCompatible(newcfg, bhead)
290 if isForkIncompatible(c.HomesteadBlock, newcfg.HomesteadBlock, head) {
293 if isForkIncompatible(c.DAOForkBlock, newcfg.DAOForkBlock, head) {
296 if c.IsDAOFork(head) && c.DAOForkSupport != newcfg.DAOForkSupport {
299 if isForkIncompatible(c.EIP150Block, newcfg.EIP150Block, head) {
302 if isForkIncompatible(c.EIP155Block, newcfg.EIP155Block, head) {
305 if isForkIncompatible(c.EIP158Block, newcfg.EIP158Block, head) {
308 if c.IsEIP158(head) && !configNumEqual(c.ChainID, newcfg.ChainID) {
311 if isForkIncompatible(c.ByzantiumBlock, newcfg.ByzantiumBlock, head) {
317 if isForkIncompatible(c.EWASMBlock, newcfg.EWASMBlock, head) {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/params/
H A Dconfig.go494 err := c.checkCompatible(newcfg, bhead)
551 if isForkIncompatible(c.HomesteadBlock, newcfg.HomesteadBlock, head) {
554 if isForkIncompatible(c.DAOForkBlock, newcfg.DAOForkBlock, head) {
557 if c.IsDAOFork(head) && c.DAOForkSupport != newcfg.DAOForkSupport {
560 if isForkIncompatible(c.EIP150Block, newcfg.EIP150Block, head) {
563 if isForkIncompatible(c.EIP155Block, newcfg.EIP155Block, head) {
566 if isForkIncompatible(c.EIP158Block, newcfg.EIP158Block, head) {
569 if c.IsEIP158(head) && !configNumEqual(c.ChainID, newcfg.ChainID) {
585 if isForkIncompatible(c.IstanbulBlock, newcfg.IstanbulBlock, head) {
591 if isForkIncompatible(c.BerlinBlock, newcfg.BerlinBlock, head) {
[all …]
/dports/devel/ga/ga-5.8/global/examples/md_cluster/
H A Dmdstep.F9 logical newcfg
25 newcfg = .false.
49 newcfg = .true.
54 newcfg = .true.
60 newcfg = .true.
65 newcfg = .true.
72 newcfg = .true.
76 newcfg = .true.
83 newcfg = .true.
87 newcfg = .true.
[all …]
/dports/dns/knot-resolver/knot-resolver-5.4.3/daemon/bindings/
H A Dnet.c605 if (!newcfg) in net_tls_client()
609 free(newcfg); \ in net_tls_client()
627 newcfg->hostname = h; in net_tls_client()
635 if (!newcfg->hostname) in net_tls_client()
665 if (newcfg->ca_files.len) { in net_tls_client()
666 qsort(&newcfg->ca_files.at[0], newcfg->ca_files.len, in net_tls_client()
705 if (newcfg->pins.len) { in net_tls_client()
706 qsort(&newcfg->pins.at[0], newcfg->pins.len, in net_tls_client()
715 if (!newcfg->hostname && !newcfg->pins.len) in net_tls_client()
718 newcfg->insecure = true; in net_tls_client()
[all …]
/dports/www/htdigest/httpd-2.4.6/server/
H A Dutil_mutex.c320 mutex_cfg_t *defcfg, *mxcfg, *newcfg; in mxcfg_lookup() local
338 newcfg = mxcfg; in mxcfg_lookup()
341 newcfg = defcfg; in mxcfg_lookup()
344 newcfg = mxcfg; in mxcfg_lookup()
347 newcfg = defcfg; in mxcfg_lookup()
350 if (!newcfg->none && mutex_needs_file(newcfg->mech) && !newcfg->dir) { in mxcfg_lookup()
356 newcfg = apr_pmemdup(p, newcfg, sizeof *newcfg); in mxcfg_lookup()
360 newcfg->dir = defcfg->dir; in mxcfg_lookup()
363 newcfg->dir = mxcfg->dir; in mxcfg_lookup()
366 newcfg->dir = defcfg->dir; in mxcfg_lookup()
[all …]
/dports/www/apache24/httpd-2.4.53/server/
H A Dutil_mutex.c321 mutex_cfg_t *defcfg, *mxcfg, *newcfg; in mxcfg_lookup() local
339 newcfg = mxcfg; in mxcfg_lookup()
342 newcfg = defcfg; in mxcfg_lookup()
345 newcfg = mxcfg; in mxcfg_lookup()
348 newcfg = defcfg; in mxcfg_lookup()
351 if (!newcfg->none && mutex_needs_file(newcfg->mech) && !newcfg->dir) { in mxcfg_lookup()
357 newcfg = apr_pmemdup(p, newcfg, sizeof *newcfg); in mxcfg_lookup()
361 newcfg->dir = defcfg->dir; in mxcfg_lookup()
364 newcfg->dir = mxcfg->dir; in mxcfg_lookup()
367 newcfg->dir = defcfg->dir; in mxcfg_lookup()
[all …]
/dports/net-mgmt/hastmon/hastmon-0.3.4/hastmon/
H A Dhastmon.c423 struct hastmon_config *newcfg; in hastmon_reload() local
433 if (newcfg == NULL) in hastmon_reload()
441 &newcfg->hc_controlconn) < 0) { in hastmon_reload()
444 newcfg->hc_controladdr); in hastmon_reload()
453 &newcfg->hc_listenconn) < 0) { in hastmon_reload()
455 newcfg->hc_listenaddr); in hastmon_reload()
463 if (newcfg->hc_controlconn != NULL) { in hastmon_reload()
468 newcfg->hc_controlconn = NULL; in hastmon_reload()
472 if (newcfg->hc_listenconn != NULL) { in hastmon_reload()
477 newcfg->hc_listenconn = NULL; in hastmon_reload()
[all …]
/dports/x11-wm/sway/sway-1.5.1/swaybar/
H A Dipc.c461 struct swaybar_config *newcfg = init_config(); in handle_barconfig_update() local
462 ipc_parse_config(newcfg, payload); in handle_barconfig_update()
465 bar->config = newcfg; in handle_barconfig_update()
469 bool found = wl_list_empty(&newcfg->outputs); in handle_barconfig_update()
482 } else if (!oldcfg->font || !newcfg->font || in handle_barconfig_update()
483 strcmp(oldcfg->font, newcfg->font) != 0) { in handle_barconfig_update()
488 bool found = wl_list_empty(&newcfg->outputs); in handle_barconfig_update()
503 if (bar->status && (!newcfg->status_command || in handle_barconfig_update()
508 if (!bar->status && newcfg->status_command) { in handle_barconfig_update()
520 } else if (bar->tray && newcfg->tray_hidden) { in handle_barconfig_update()
[all …]
/dports/www/mod_auth_openid/mod_auth_openid-0.8/src/
H A Dmod_auth_openid.cpp70 modauthopenid_config *newcfg; in create_modauthopenid_config() local
73 newcfg->use_cookie = true; in create_modauthopenid_config()
75 newcfg->cookie_path = NULL; in create_modauthopenid_config()
78 newcfg->trust_root = NULL; in create_modauthopenid_config()
79 newcfg->cookie_lifespan = 0; in create_modauthopenid_config()
80 newcfg->secure_cookie = false; in create_modauthopenid_config()
81 newcfg->server_name = NULL; in create_modauthopenid_config()
82 newcfg->auth_program = NULL; in create_modauthopenid_config()
84 newcfg->use_ax = false; in create_modauthopenid_config()
91 newcfg->single_idp_url = NULL; in create_modauthopenid_config()
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/
H A Dgenesis.go206 newcfg := genesis.configOrDefault(stored)
208 newcfg.ArrowGlacierBlock = overrideArrowGlacier
211 newcfg.TerminalTotalDifficulty = overrideTerminalTotalDifficulty
213 if err := newcfg.CheckConfigForkOrder(); err != nil {
214 return newcfg, common.Hash{}, err
219 rawdb.WriteChainConfig(db, stored, newcfg)
220 return newcfg, stored, nil
234 compatErr := storedcfg.CheckCompatible(newcfg, *height)
236 return newcfg, stored, compatErr
238 rawdb.WriteChainConfig(db, stored, newcfg)
[all …]
/dports/www/htdigest/httpd-2.4.6/modules/mappers/
H A Dmod_userdir.c105 userdir_config *newcfg = apr_pcalloc(p, sizeof(*newcfg)); in create_userdir_config() local
107 newcfg->globally_disabled = O_DEFAULT; in create_userdir_config()
108 newcfg->userdir = DEFAULT_USER_DIR; in create_userdir_config()
109 newcfg->enabled_users = apr_table_make(p, 4); in create_userdir_config()
110 newcfg->disabled_users = apr_table_make(p, 4); in create_userdir_config()
112 return newcfg; in create_userdir_config()
/dports/www/apache24/httpd-2.4.53/modules/mappers/
H A Dmod_userdir.c105 userdir_config *newcfg = apr_pcalloc(p, sizeof(*newcfg)); in create_userdir_config() local
107 newcfg->globally_disabled = O_DEFAULT; in create_userdir_config()
108 newcfg->userdir = DEFAULT_USER_DIR; in create_userdir_config()
109 newcfg->enabled_users = apr_table_make(p, 4); in create_userdir_config()
110 newcfg->disabled_users = apr_table_make(p, 4); in create_userdir_config()
112 return newcfg; in create_userdir_config()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gopkg.in/DataDog/dd-trace-go.v1/contrib/syndtr/goleveldb/leveldb/
H A Dleveldb.go61 newcfg := *db.cfg
62 newcfg.ctx = ctx
65 cfg: &newcfg,
162 newcfg := *snap.cfg
163 newcfg.ctx = ctx
166 cfg: &newcfg,
209 newcfg := *tr.cfg
210 newcfg.ctx = ctx
213 cfg: &newcfg,
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gopkg.in/DataDog/dd-trace-go.v1/contrib/syndtr/goleveldb/leveldb/
H A Dleveldb.go61 newcfg := *db.cfg
62 newcfg.ctx = ctx
65 cfg: &newcfg,
162 newcfg := *snap.cfg
163 newcfg.ctx = ctx
166 cfg: &newcfg,
209 newcfg := *tr.cfg
210 newcfg.ctx = ctx
213 cfg: &newcfg,
/dports/games/spring/spring_98.0/cont/base/springcontent/mapgenerator/
H A Dmapinfo_template.lua306 local newcfg = VFS.Include(files[i])
307 if newcfg then
308 lowerkeys(newcfg)
309 tmerge(mapinfo, newcfg)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/core/
H A Dgenesis.go180 newcfg := genesis.configOrDefault(stored)
184 rawdb.WriteChainConfig(db, stored, newcfg)
185 return newcfg, stored, nil
198 return newcfg, stored, fmt.Errorf("missing block number for head header hash")
200 compatErr := storedcfg.CheckCompatible(newcfg, *height)
202 return newcfg, stored, compatErr
204 rawdb.WriteChainConfig(db, stored, newcfg)
205 return newcfg, stored, nil
/dports/www/p5-Template-Toolkit/Template-Toolkit-3.010/lib/Template/Plugin/
H A DFilter.pm95 my ($self, $newcfg) = @_;
97 return $owncfg unless $newcfg;
98 return { %$owncfg, %$newcfg };
/dports/net/cloud-init/cloud-init-21.4/tests/unittests/test_handler/
H A Dtest_handler_apt_source_v1.py565 newcfg = cc_apt_configure.convert_to_v3_apt_format(cfg)
566 self.assertEqual(newcfg['apt']['sources'], checkcfg)
569 newcfg2 = cc_apt_configure.convert_to_v3_apt_format(newcfg)
588 newcfg = cc_apt_configure.convert_to_v3_apt_format(cfg_1_and_3)
589 self.assertEqual(newcfg, cfg_3_only)
591 newcfg = cc_apt_configure.convert_to_v3_apt_format(cfg_3_only)
592 self.assertEqual(newcfg, cfg_3_only)
618 newcfg = cc_apt_configure.convert_to_v3_apt_format(cfg_1_and_3)
619 self.assertEqual(newcfg, cfg_3_only)
621 newcfg = cc_apt_configure.convert_to_v3_apt_format(cfg_3_only)
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Drtr_http.c5 RConfig *newcfg = NULL, *origcfg = NULL; in r_core_rtr_http_run() local
118 newcfg = r_config_clone (core->config); in r_core_rtr_http_run()
119 core->config = newcfg; in r_core_rtr_http_run()
190 core->config = newcfg; in r_core_rtr_http_run()
191 r_config_set (newcfg, "scr.html", r_config_get (newcfg, "scr.html")); in r_core_rtr_http_run()
192 r_config_set_i (newcfg, "scr.color", r_config_get_i (newcfg, "scr.color")); in r_core_rtr_http_run()
193 r_config_set (newcfg, "scr.interactive", r_config_get (newcfg, "scr.interactive")); in r_core_rtr_http_run()
503 r_config_free (newcfg); in r_core_rtr_http_run()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp6000_pcie.c201 u32 newcfg; in compute_bar() local
208 newcfg = NFP_PCIE_BAR_PCIE2CPP_LengthSelect( in compute_bar()
212 newcfg = NFP_PCIE_BAR_PCIE2CPP_LengthSelect( in compute_bar()
227 newcfg |= NFP_PCIE_BAR_PCIE2CPP_MapType( in compute_bar()
242 newcfg |= NFP_PCIE_BAR_PCIE2CPP_MapType( in compute_bar()
258 newcfg |= offset >> bitsize; in compute_bar()
264 *bar_config = newcfg; in compute_bar()
280 writel(newcfg, nfp->iomem.csr + xbar); in nfp6000_bar_write()
288 bar->barcfg = newcfg; in nfp6000_bar_write()
298 u32 newcfg; in reconfigure_bar() local
[all …]

12345