Home
last modified time | relevance | path

Searched refs:_rcfile (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/gui/aos4/
H A Daos4.cpp347 _rcfile.useWriteLog(iValue); in run()
351 _rcfile.setDebugLog(tmp); in run()
366 _rcfile.setLCTrace(iValue); in run()
369 _rcfile.useLocalHost(iValue); in run()
375 _rcfile.insecureSSL(iValue); in run()
379 _rcfile.setSOLSafeDir(tmp); in run()
394 _rcfile.useSound(iValue); in run()
404 _rcfile.setMediaDir(tmp); in run()
422 _rcfile.startStopped(iValue); in run()
424 _rcfile.updateFile(); in run()
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/gui/qt/
H A DQt4Gui.cpp783 _rcfile(RcInitFile::getDefaultInstance()) in PreferencesDialog()
810 lcd->display(_rcfile.verbosityLevel()); in PreferencesDialog()
825 _logToFileToggle->setChecked(_rcfile.useWriteLog()); in PreferencesDialog()
924 _soundToggle->setChecked(_rcfile.useSound()); in PreferencesDialog()
962 if (_rcfile.getFlashSystemOS().empty()) { in PreferencesDialog()
1008 _rcfile.verbosityLevel(_verbositySlider->value()); in savePreferences()
1009 _rcfile.useWriteLog(_logToFileToggle->isChecked()); in savePreferences()
1017 _rcfile.useLocalHost(_localHostToggle->isChecked()); in savePreferences()
1029 _rcfile.useSound(_soundToggle->isChecked()); in savePreferences()
1040 _rcfile.setMovieLibraryLimit(_librarySize->value()); in savePreferences()
[all …]
H A DQt4Gui.h252 RcInitFile& _rcfile; variable
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/gui/gtk/
H A Dgtk.cpp1031 RcInitFile& _rcfile; member in gnash::__anonded7254c0311::PreferencesDialog
1078 _rcfile.useActionDump( in handlePrefs()
1084 _rcfile.useParserDump( in handlePrefs()
1095 _rcfile.useWriteLog( in handlePrefs()
1124 _rcfile.useLocalHost( in handlePrefs()
1130 _rcfile.useLocalDomain( in handlePrefs()
1142 _rcfile.setSOLReadOnly( in handlePrefs()
1154 _rcfile.insecureSSL( in handlePrefs()
1181 _rcfile.startStopped( in handlePrefs()
1213 _rcfile.updateFile(); in handlePrefs()
[all …]
/dports/devel/monotone/monotone-1.1/extra/mtn-hooks/
H A Dmonotone-cluster-push.lua73 function (_hook_name, _rcfile)
75 io.stderr:write(_hook_name, ": reading ", _rcfile,
78 local rcfile = io.open(_rcfile, "r")
80 io.stderr:write("file ", _rcfile, " cannot be opened\n")
90 io.stderr:write("file ", _rcfile, " cannot be parsed\n")
/dports/mail/esmtp/esmtp-1.2/
H A Dparser.y214 void rcfile_parse(const char *_rcfile) in rcfile_parse() argument
218 if(_rcfile) in rcfile_parse()
221 rcfile = _rcfile; in rcfile_parse()
H A Dparser.c1917 void rcfile_parse(const char *_rcfile) in rcfile_parse() argument
1921 if(_rcfile) in rcfile_parse()
1924 rcfile = _rcfile; in rcfile_parse()
/dports/databases/p5-Test-Database/Test-Database-1.113/lib/Test/
H A DDatabase.pm69 sub _rcfile { subroutine
89 @files = grep -e, _rcfile() if !@files;
/dports/devel/pylint/pylint-2.12.1/pylint/lint/
H A Drun.py82 self._rcfile = None
273 pylintrc=self._rcfile,
426 self._rcfile = value
/dports/devel/py-python-bugzilla/python-bugzilla-2.5.0/tests/
H A Dtest_api_authfiles.py187 rcfile = bzapi._rcfile # pylint: disable=protected-access
209 rcfile = bzapi._rcfile # pylint: disable=protected-access
/dports/biology/ncbi-toolkit/ncbi/cdromlib/
H A Dcdnewlib.c651 static char * _rcfile = "ncbi"; variable
686 _verbose_trace = GetAppParamBoolean(_rcfile,"CdEntrez","LogVerbose",FALSE); in cd3_CdInit()
705 _device_ct = (int) GetAppParamInt(_rcfile,"CdEntrez","DeviceCount",0); in cd3_CdInit()
711 if (FindPath(_rcfile,"CdEntrez.Paths",_dir[n].key,buffer,sizeof buffer)) in cd3_CdInit()
914 _verbose_trace = GetAppParamBoolean(_rcfile,"CdEntrez","LogVerbose",FALSE); in cd3_CdFini()
2629 cddev->inf.root = GetAppParamStr(_rcfile,section,"Root",NULL); in CdDevice_Construct()
2630 cddev->inf.formal_name = GetAppParamStr(_rcfile,section,"Formal_Name",NULL); in CdDevice_Construct()
2634 cddev->inf.mount_cmd = GetAppParamStr(_rcfile,section,"Mount_Cmd",NULL); in CdDevice_Construct()
2635 cddev->is_ejectable = GetAppParamBoolean(_rcfile,section,"Ejectable",TRUE); in CdDevice_Construct()
2638 if (GetAppParam(_rcfile,section,"Bind",NULL,buffer,sizeof buffer)) in CdDevice_Construct()
[all …]
/dports/devel/py-python-bugzilla/python-bugzilla-2.5.0/bugzilla/
H A Dbase.py231 self._rcfile = _BugzillaRCFile()
377 return self._rcfile.get_configpaths()
379 return self._rcfile.set_configpaths(configpaths)
381 return self._rcfile.set_configpaths(None)
424 data = self._rcfile.parse(self.url)
637 wrote_filename = self._rcfile.save_api_key(self.url, self.api_key)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pylint/pylint/
H A Dlint.py1091 self._rcfile = None
1173 ), option_groups=self.option_groups, pylintrc=self._rcfile)
1274 self._rcfile = value
/dports/devel/py-fabric3/Fabric3-1.14.post1/sites/docs/usage/
H A Denv.rst660 .. _rcfile: