Home
last modified time | relevance | path

Searched refs:CFG (Results 1 – 25 of 6398) sorted by relevance

12345678910>>...256

/dports/www/pnews/pnews266/
H A Dreadcfg.inc.php122 if( $CFG['auth_prompt'] == 'http' && !isset($CFG['auth_http_realm']) )
131 if( $CFG['auth_method'] != 'mail' && !isset( $CFG['auth_user_email'] ) )
135 if( $CFG['auth_prompt'] == 'cas' && $CFG['auth_method'] != 'cas' )
178 if( !isset( $CFG['ldap_server'], $CFG['ldap_dn'], $CFG['ldap_bind_rdn'], $CFG['ldap_bind_pwd'] ) )
302 if( !isset( $CFG['html_header'] ) || !file_exists( $CFG['html_header'] ) )
305 if( !isset( $CFG['html_footer'] ) || !file_exists( $CFG['html_footer'] ) )
316 $CFG['show_latest_top'] = $CFG['show_newest_top'];
347 $CFG['global_readonly'] = $CFG['post_restriction'];
378 $CFG['default_language'] = $CFG['interface_language'];
406 if( !mkdir( $CFG['cache_dir'] ) || !is_writeable( $CFG['cache_dir'] ) )
[all …]
/dports/net-mgmt/routers2-extras/routers2-v2.23/extras/
H A Dcfgmaker_host.pl112 open CFG, ">$cfgfile" or do {
141 close CFG;
150 print CFG "#\n\n";
159 print CFG "\n";
165 print CFG "# Response time\n";
194 print CFG "# CPU load\n";
385 print CFG "# Memory used\n";
535 print CFG "# Filesystems\n";
624 print CFG "# Load average\n";
671 print CFG "# User count\n";
[all …]
/dports/net-mgmt/routers2-extensions/routers2-v2.23/extras/
H A Dcfgmaker_host.pl108 open CFG, ">$cfgfile" or do {
137 close CFG;
146 print CFG "#\n\n";
155 print CFG "\n";
161 print CFG "# Response time\n";
190 print CFG "# CPU load\n";
315 print CFG "# Memory used\n";
449 print CFG "# Filesystems\n";
538 print CFG "# Load average\n";
585 print CFG "# User count\n";
[all …]
/dports/net-mgmt/routers2/routers2-v2.23/extras/
H A Dcfgmaker_host.pl108 open CFG, ">$cfgfile" or do {
137 close CFG;
146 print CFG "#\n\n";
155 print CFG "\n";
161 print CFG "# Response time\n";
190 print CFG "# CPU load\n";
315 print CFG "# Memory used\n";
449 print CFG "# Filesystems\n";
538 print CFG "# Load average\n";
585 print CFG "# User count\n";
[all …]
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/include/
H A Dconfig.sample.php49 $CFG['UserDBEnabled'] = false;
50 $CFG['UserDBServer'] = "";
51 $CFG['UserDBPort'] = 3306;
52 $CFG['UserDBName'] = "";
53 $CFG['UserDBPref'] = "";
54 $CFG['UserDBUser'] = "";
55 $CFG['UserDBPass'] = "";
56 $CFG['UserDBLoginRequired'] = false;
62 $CFG['LDAPPort'] = 389; // LDAP port, 389 or 636 for SSL
121 $CFG['DefaultViewsID'] = "";
[all …]
/dports/www/moodle310/moodle/backup/util/includes/
H A Dbackup_includes.php36 require_once($CFG->dirroot . '/backup/backup.class.php');
39 require_once($CFG->dirroot . '/backup/util/dbops/backup_dbops.class.php');
65 require_once($CFG->dirroot . '/backup/util/xml/xml_writer.class.php');
83 require_once($CFG->dirroot . '/backup/util/plan/base_plan.class.php');
85 require_once($CFG->dirroot . '/backup/util/plan/base_task.class.php');
87 require_once($CFG->dirroot . '/backup/util/plan/base_step.class.php');
94 require_once($CFG->dirroot . '/backup/util/ui/base_ui.class.php');
97 require_once($CFG->dirroot . '/backup/util/ui/backup_ui.class.php');
100 require_once($CFG->dirroot . '/backup/util/ui/classes/copy/copy.php');
103 require_once($CFG->dirroot.'/course/lib.php');
[all …]
H A Drestore_includes.php35 require_once($CFG->dirroot . '/backup/backup.class.php');
76 require_once($CFG->dirroot . '/backup/util/plan/base_plan.class.php');
78 require_once($CFG->dirroot . '/backup/util/plan/base_task.class.php');
80 require_once($CFG->dirroot . '/backup/util/plan/base_step.class.php');
88 require_once($CFG->dirroot . '/backup/util/ui/base_ui.class.php');
92 require_once($CFG->dirroot . '/backup/util/ui/restore_ui.class.php');
97 require_once($CFG->dirroot . '/tag/lib.php');
98 require_once($CFG->dirroot . '/lib/gradelib.php');
99 require_once($CFG->dirroot . '/lib//questionlib.php');
100 require_once($CFG->dirroot . '/course/lib.php');
[all …]
/dports/www/moodle311/moodle/backup/util/includes/
H A Dbackup_includes.php36 require_once($CFG->dirroot . '/backup/backup.class.php');
39 require_once($CFG->dirroot . '/backup/util/dbops/backup_dbops.class.php');
65 require_once($CFG->dirroot . '/backup/util/xml/xml_writer.class.php');
83 require_once($CFG->dirroot . '/backup/util/plan/base_plan.class.php');
85 require_once($CFG->dirroot . '/backup/util/plan/base_task.class.php');
87 require_once($CFG->dirroot . '/backup/util/plan/base_step.class.php');
94 require_once($CFG->dirroot . '/backup/util/ui/base_ui.class.php');
97 require_once($CFG->dirroot . '/backup/util/ui/backup_ui.class.php');
100 require_once($CFG->dirroot . '/backup/util/ui/classes/copy/copy.php');
103 require_once($CFG->dirroot.'/course/lib.php');
[all …]
H A Drestore_includes.php35 require_once($CFG->dirroot . '/backup/backup.class.php');
76 require_once($CFG->dirroot . '/backup/util/plan/base_plan.class.php');
78 require_once($CFG->dirroot . '/backup/util/plan/base_task.class.php');
80 require_once($CFG->dirroot . '/backup/util/plan/base_step.class.php');
88 require_once($CFG->dirroot . '/backup/util/ui/base_ui.class.php');
92 require_once($CFG->dirroot . '/backup/util/ui/restore_ui.class.php');
97 require_once($CFG->dirroot . '/tag/lib.php');
98 require_once($CFG->dirroot . '/lib/gradelib.php');
99 require_once($CFG->dirroot . '/lib//questionlib.php');
100 require_once($CFG->dirroot . '/course/lib.php');
[all …]
/dports/www/moodle39/moodle/backup/util/includes/
H A Dbackup_includes.php36 require_once($CFG->dirroot . '/backup/backup.class.php');
39 require_once($CFG->dirroot . '/backup/util/dbops/backup_dbops.class.php');
65 require_once($CFG->dirroot . '/backup/util/xml/xml_writer.class.php');
83 require_once($CFG->dirroot . '/backup/util/plan/base_plan.class.php');
85 require_once($CFG->dirroot . '/backup/util/plan/base_task.class.php');
87 require_once($CFG->dirroot . '/backup/util/plan/base_step.class.php');
94 require_once($CFG->dirroot . '/backup/util/ui/base_ui.class.php');
97 require_once($CFG->dirroot . '/backup/util/ui/backup_ui.class.php');
100 require_once($CFG->dirroot . '/backup/util/ui/classes/copy/copy.php');
103 require_once($CFG->dirroot.'/course/lib.php');
[all …]
H A Drestore_includes.php35 require_once($CFG->dirroot . '/backup/backup.class.php');
76 require_once($CFG->dirroot . '/backup/util/plan/base_plan.class.php');
78 require_once($CFG->dirroot . '/backup/util/plan/base_task.class.php');
80 require_once($CFG->dirroot . '/backup/util/plan/base_step.class.php');
88 require_once($CFG->dirroot . '/backup/util/ui/base_ui.class.php');
92 require_once($CFG->dirroot . '/backup/util/ui/restore_ui.class.php');
97 require_once($CFG->dirroot . '/tag/lib.php');
98 require_once($CFG->dirroot . '/lib/gradelib.php');
99 require_once($CFG->dirroot . '/lib//questionlib.php');
100 require_once($CFG->dirroot . '/course/lib.php');
[all …]
/dports/www/moodle39/moodle/lib/
H A Dsetup.php140 $CFG->wwwroot = $CFG->behat_wwwroot;
141 $CFG->prefix = $CFG->behat_prefix;
142 $CFG->dataroot = $CFG->behat_dataroot;
154 $CFG->dataroot = realpath($CFG->dataroot);
189 $CFG->libdir = $CFG->dirroot .'/lib';
193 $CFG->tempdir = "$CFG->dataroot/temp";
203 $CFG->cachedir = "$CFG->dataroot/cache";
383 $CFG->config_php_settings = (array)$CFG;
392 $CFG->debug = (int)$CFG->debug;
538 $CFG->httpswwwroot = $CFG->wwwroot;
[all …]
/dports/www/moodle311/moodle/lib/
H A Dsetup.php141 $CFG->wwwroot = $CFG->behat_wwwroot;
142 $CFG->prefix = $CFG->behat_prefix;
143 $CFG->dataroot = $CFG->behat_dataroot;
155 $CFG->dataroot = realpath($CFG->dataroot);
190 $CFG->libdir = $CFG->dirroot .'/lib';
194 $CFG->tempdir = "$CFG->dataroot/temp";
204 $CFG->cachedir = "$CFG->dataroot/cache";
389 $CFG->config_php_settings = (array)$CFG;
398 $CFG->debug = (int)$CFG->debug;
544 $CFG->httpswwwroot = $CFG->wwwroot;
[all …]
/dports/www/moodle310/moodle/lib/
H A Dsetup.php141 $CFG->wwwroot = $CFG->behat_wwwroot;
142 $CFG->prefix = $CFG->behat_prefix;
143 $CFG->dataroot = $CFG->behat_dataroot;
155 $CFG->dataroot = realpath($CFG->dataroot);
190 $CFG->libdir = $CFG->dirroot .'/lib';
194 $CFG->tempdir = "$CFG->dataroot/temp";
204 $CFG->cachedir = "$CFG->dataroot/cache";
389 $CFG->config_php_settings = (array)$CFG;
398 $CFG->debug = (int)$CFG->debug;
544 $CFG->httpswwwroot = $CFG->wwwroot;
[all …]
/dports/security/snoopy/snoopy-2.4.14/src/
H A Dconfiguration.c215 snoopy_configuration_t *CFG; in snoopy_configuration_dtor() local
236 free(CFG->message_format); in snoopy_configuration_dtor()
269 free(CFG->filter_chain); in snoopy_configuration_dtor()
278 CFG->filter_chain = ""; in snoopy_configuration_dtor()
287 free(CFG->output); in snoopy_configuration_dtor()
301 free(CFG->output_arg); in snoopy_configuration_dtor()
315 free(CFG->syslog_ident); in snoopy_configuration_dtor()
337 snoopy_configuration_t *CFG in snoopy_configuration_setUninitialized() argument
360 snoopy_configuration_t *CFG in snoopy_configuration_setDefaults() argument
419 snoopy_configuration_t *CFG; in snoopy_configuration_get() local
[all …]
/dports/news/golded+/golded-plus/golded+/golded3/
H A Dgerand.cpp48 gfile fp(AddPath(CFG->goldpath, __file), "rb", CFG->sharemode); in GetRandomLine()
165 …strxcpy(adat->origin, CFG->origin.empty() ? "" : CFG->origin[CFG->originno].c_str(), sizeof(adat->… in InitData()
178 if(*CFG->searchfor) in InitData()
180 strcpy(adat->tagline, CFG->tagline.empty() ? "" : CFG->tagline[CFG->taglineno].c_str()); in InitData()
184 …strcpy(adat->tpl, (CFG->tplno and (CFG->tplno < CFG->tpl.size())) ? CFG->tpl[CFG->tplno].file : ""… in InitData()
192 adat->usefwd = CFG->usefwd; in InitData()
193 strcpy(adat->username.name, CFG->username.empty() ? "" : CFG->username[CFG->usernameno].name); in InitData()
253 …strcpy(adat->tpl, (CFG->tplno and (CFG->tplno < CFG->tpl.size())) ? CFG->tpl[CFG->tplno].file : ""… in RandomizeData()
370 if(CFG->tplno and (CFG->tplno < CFG->tpl.size())) in RandomizeData()
371 strxcpy(adat->tpl, CFG->tpl[CFG->tplno].file, sizeof(adat->tpl)); in RandomizeData()
[all …]
H A Dgccfgg2.cpp44 CFG->areareplydirect = flag; in CfgAreareplydirect()
63 tokenize(CFG->areascan, val); in CfgAreascan()
84 strupr(strxcpy(CFG->areascansort, val, sizeof(CFG->areascansort))); in CfgAreascansort()
223 CFG->beepfactor = atoi(val); in CfgBeepfactor()
305 CFG->intensecolors = true; in CfgColorset()
382 CFG->ctrlinfoecho = CI_NONE; in CfgCtrlinfoecho()
433 CFG->ctrlinfonet = CI_NONE; in CfgCtrlinfonet()
450 CFG->ctrlinfonews = CI_NONE; in CfgCtrlinfonews()
468 CFG->dispattachsize = NO; in CfgDispattachsize()
498 CFG->disphdrlocation = CFG->disphdrlocation + (TCENTER << 16); in CfgDisphdrlocation()
[all …]
H A Dgccfgg.cpp96 MakePathname(CFG->goldcfg, CFG->goldpath, CFG->goldcfg); in ReadGoldedCfg()
97 MakePathname(CFG->helpcfg.fn, CFG->goldpath, CFG->helpcfg.fn); in ReadGoldedCfg()
98 MakePathname(CFG->helpged, CFG->goldpath, CFG->helpged); in ReadGoldedCfg()
99 MakePathname(CFG->keyscfg, CFG->goldpath, CFG->keyscfg); in ReadGoldedCfg()
100 MakePathname(CFG->langcfg, CFG->goldpath, CFG->langcfg); in ReadGoldedCfg()
101 MakePathname(CFG->xlatged, CFG->goldpath, CFG->xlatged); in ReadGoldedCfg()
103 MakePathname(CFG->confirmfile, CFG->goldpath, CFG->confirmfile); in ReadGoldedCfg()
104 MakePathname(CFG->logfile, CFG->goldpath, CFG->logfile); in ReadGoldedCfg()
106 MakePathname(CFG->outputfile, CFG->goldpath, CFG->outputfile); in ReadGoldedCfg()
107 MakePathname(CFG->inputfile, CFG->goldpath, CFG->inputfile); in ReadGoldedCfg()
[all …]
H A Dgccfgg5.cpp89 strxcpy(CFG->importbegin, StripQuotes(val), sizeof(CFG->importbegin)); in CfgImportbegin()
96 strxcpy(CFG->importend, StripQuotes(val), sizeof(CFG->importend)); in CfgImportend()
130 if(CFG->intensecolors) in CfgIntensecolors()
131 memcpy(CFG->color, gold_color2, sizeof(CFG->color)); in CfgIntensecolors()
150 strxcpy(CFG->internetdomain, val, sizeof(CFG->internetdomain)); in CfgInternetdomain()
167 if(not CFG->aka.empty()) in CfgInternetgate()
173 CFG->internetgate = tmp; in CfgInternetgate()
190 CFG->internetgateexp = exp; in CfgInternetgateexp()
313 memset(CFG->latintolocal, 0, sizeof(CFG->latintolocal)); in CfgLatintolocal()
314 CFG->latin2local = true; in CfgLatintolocal()
[all …]
H A Dgccfgg7.cpp51 strcpy(CFG->quotestring, buf); in CfgQuotestring()
69 strcpy(CFG->quotestops, buf); in CfgQuotestops()
80 CFG->quotewraphard = flag; in CfgQuotewraphard()
329 CFG->screensize = atoi(val); in CfgScreensize()
330 if(CFG->screensize == 4350) { in CfgScreensize()
331 CFG->screensize = 50; in CfgScreensize()
336 CFG->screensize <<= 8; in CfgScreensize()
437 CFG->seqoutrun = s; in CfgSeqOutRun()
466 CFG->seqoutrun = s; in CfgSeqOutRun()
549 strxcpy(CFG->soupreplyto, val, sizeof(CFG->soupreplyto)); in CfgSoupreplyto()
[all …]
H A Dgccfgg8.cpp75 CFG->striphtml = flag; in CfgStripHTML()
84 strxcpy(CFG->stylecodepunct, strcvtc(key), sizeof(CFG->stylecodepunct)); in CfgStylecodepunct()
116 strxcpy(CFG->stylecodestops, strcvtc(key), sizeof(CFG->stylecodestops)); in CfgStylecodestops()
157 strxcpy(CFG->tasktitle, val,sizeof(CFG->tasktitle)); in CfgTasktitle()
397 CFG->usefwd = flag; in CfgUsefwd()
474 for(u = CFG->username.begin(); u != CFG->username.end(); u++) in CfgUsername()
591 CFG->wtpl = val; in CfgWritetemplate()
627 strcpy(CFG->xlatpath, CFG->goldpath); in CfgXlatcharset()
671 strcpy(CFG->xlatpath, CFG->goldpath); in CfgXlatescset()
714 strupr(strxcpy(CFG->xlatlocalset, val, sizeof(CFG->xlatlocalset))); in CfgXlatlocalset()
[all …]
/dports/www/moodle310/moodle/lib/behat/
H A Dlib.php216 global $CFG;
245 global $CFG;
252 if (!empty($CFG->prefix) and $CFG->behat_prefix == $CFG->prefix) {
256 if (!empty($CFG->phpunit_prefix) and $CFG->behat_prefix == $CFG->phpunit_prefix) {
266 if (!empty($CFG->wwwroot) and $CFG->behat_wwwroot == $CFG->wwwroot) {
289 if (!empty($CFG->dataroot) and $CFG->behat_dataroot_parent == realpath($CFG->dataroot)) {
293 …if (!empty($CFG->phpunit_dataroot) and $CFG->behat_dataroot_parent == realpath($CFG->phpunit_datar…
311 $CFG->behat_dataroot = realpath($CFG->behat_dataroot);
319 global $CFG;
347 global $CFG;
[all …]
/dports/www/moodle39/moodle/lib/behat/
H A Dlib.php216 global $CFG;
245 global $CFG;
252 if (!empty($CFG->prefix) and $CFG->behat_prefix == $CFG->prefix) {
256 if (!empty($CFG->phpunit_prefix) and $CFG->behat_prefix == $CFG->phpunit_prefix) {
266 if (!empty($CFG->wwwroot) and $CFG->behat_wwwroot == $CFG->wwwroot) {
289 if (!empty($CFG->dataroot) and $CFG->behat_dataroot_parent == realpath($CFG->dataroot)) {
293 …if (!empty($CFG->phpunit_dataroot) and $CFG->behat_dataroot_parent == realpath($CFG->phpunit_datar…
311 $CFG->behat_dataroot = realpath($CFG->behat_dataroot);
319 global $CFG;
347 global $CFG;
[all …]
/dports/www/moodle311/moodle/lib/behat/
H A Dlib.php215 global $CFG;
244 global $CFG;
251 if (!empty($CFG->prefix) and $CFG->behat_prefix == $CFG->prefix) {
255 if (!empty($CFG->phpunit_prefix) and $CFG->behat_prefix == $CFG->phpunit_prefix) {
265 if (!empty($CFG->wwwroot) and $CFG->behat_wwwroot == $CFG->wwwroot) {
288 if (!empty($CFG->dataroot) and $CFG->behat_dataroot_parent == realpath($CFG->dataroot)) {
292 …if (!empty($CFG->phpunit_dataroot) and $CFG->behat_dataroot_parent == realpath($CFG->phpunit_datar…
310 $CFG->behat_dataroot = realpath($CFG->behat_dataroot);
318 global $CFG;
346 global $CFG;
[all …]
/dports/net/mrouted/mrouted-3.9.8/
H A Dconfigure5 CFG=config.mk
11 echo >> $CFG
19 echo >> $CFG
108 echo "INCLUDES =" >> $CFG
111 echo "EXTRA_LIBS =" >> $CFG
116 echo "INCLUDES =" >> $CFG
119 echo "EXTRA_LIBS =" >> $CFG
124 echo "INCLUDES =" >> $CFG
132 echo "INCLUDES =" >> $CFG
139 rm $CFG
[all …]

12345678910>>...256