Home
last modified time | relevance | path

Searched refs:FConfigFile (Results 1 – 25 of 31) sorted by relevance

12

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dconfigfile.cpp53 FConfigFile::FConfigFile () in FConfigFile() function in FConfigFile
69 FConfigFile::FConfigFile (const char *pathname) in FConfigFile() function in FConfigFile
86 FConfigFile::FConfigFile (const FConfigFile &other) in FConfigFile() function in FConfigFile
103 FConfigFile::~FConfigFile () in ~FConfigFile()
130 FConfigFile &FConfigFile::operator = (const FConfigFile &other) in operator =()
503 FConfigFile::FConfigSection *FConfigFile::FindSection (const char *name) const in FindSection()
536 FConfigFile::FConfigEntry *FConfigFile::FindEntry ( in FindEntry()
554 FConfigFile::FConfigSection *FConfigFile::NewConfigSection (const char *name) in NewConfigSection()
578 FConfigFile::FConfigEntry *FConfigFile::NewConfigEntry ( in NewConfigEntry()
886 void FConfigFile::GetPosition (FConfigFile::Position &pos) const in GetPosition()
[all …]
H A Dconfigfile.h40 class FConfigFile
43 FConfigFile ();
44 FConfigFile (const char *pathname);
45 FConfigFile (const FConfigFile &other);
46 virtual ~FConfigFile ();
49 FConfigFile &operator= (const FConfigFile &other);
121 friend class FConfigFile; variable
H A Dm_misc.h29 class FConfigFile; variable
47 void M_SaveCustomKeys (FConfigFile *config, char *section, char *subsection, size_t sublen);
H A Dc_dispatch.h39 class FConfigFile; variable
91 void C_ArchiveAliases (FConfigFile *f);
140 void Archive (FConfigFile *f);
H A Dc_bind.h40 class FConfigFile; variable
52 void ArchiveBindings(FConfigFile *F, const char *matchcmd = NULL);
H A Dkeysections.cpp67 static void DoSaveKeys (FConfigFile *config, const char *section, FKeySection *keysection, bool dbl) in DoSaveKeys()
78 void M_SaveCustomKeys (FConfigFile *config, char *section, char *subsection, size_t sublen) in M_SaveCustomKeys()
H A Dlumpconfigfile.h39 class FLumpConfigFile : public FConfigFile
H A Dgameconfigfile.h43 class FGameConfigFile : public FConfigFile
H A Dc_cvars.h88 class FConfigFile; variable
163 friend void C_ArchiveCVars (FConfigFile *f, uint32 filter);
198 void C_ArchiveCVars (FConfigFile *f, uint32 filter);
/dports/editors/lazarus-devel/examples/cleandir/
H A Dsvccleandirs.pp46 FConfigFile : String;
66 FConfigFile : String;
107 If (FConfigFile='') then
120 FConfigFile:=GetAppConfigFile(false,false);
121 If Not FileExistsUTF8(FConfigFile) then
123 FConfigFile:=GetAppConfigFile(True,false);
124 If Not FileExistsUTF8(FConfigFile) then
125 FConfigFile:='';
144 OK:=(FThread=Nil) and (FConfigFile<>'');
177 FConfigFile:=AConfigFile;
[all …]
H A Ddircleaner.pp157 FConfigFile: String;
199 Property ConfigFile : String Read FConfigFile;
1036 FConfigFile:=AFileName;
1052 FConfigFile:=AFileName;
/dports/editors/lazarus/examples/cleandir/
H A Dsvccleandirs.pp46 FConfigFile : String;
66 FConfigFile : String;
107 If (FConfigFile='') then
120 FConfigFile:=GetAppConfigFile(false,false);
121 If Not FileExistsUTF8(FConfigFile) then
123 FConfigFile:=GetAppConfigFile(True,false);
124 If Not FileExistsUTF8(FConfigFile) then
125 FConfigFile:='';
144 OK:=(FThread=Nil) and (FConfigFile<>'');
177 FConfigFile:=AConfigFile;
[all …]
H A Ddircleaner.pp157 FConfigFile: String;
199 Property ConfigFile : String Read FConfigFile;
1036 FConfigFile:=AFileName;
1052 FConfigFile:=AFileName;
/dports/editors/lazarus-qt5/examples/cleandir/
H A Dsvccleandirs.pp46 FConfigFile : String;
66 FConfigFile : String;
107 If (FConfigFile='') then
120 FConfigFile:=GetAppConfigFile(false,false);
121 If Not FileExistsUTF8(FConfigFile) then
123 FConfigFile:=GetAppConfigFile(True,false);
124 If Not FileExistsUTF8(FConfigFile) then
125 FConfigFile:='';
144 OK:=(FThread=Nil) and (FConfigFile<>'');
177 FConfigFile:=AConfigFile;
[all …]
H A Ddircleaner.pp157 FConfigFile: String;
199 Property ConfigFile : String Read FConfigFile;
1036 FConfigFile:=AFileName;
1052 FConfigFile:=AFileName;
/dports/editors/lazarus-qt5-devel/examples/cleandir/
H A Dsvccleandirs.pp46 FConfigFile : String;
66 FConfigFile : String;
107 If (FConfigFile='') then
120 FConfigFile:=GetAppConfigFile(false,false);
121 If Not FileExistsUTF8(FConfigFile) then
123 FConfigFile:=GetAppConfigFile(True,false);
124 If Not FileExistsUTF8(FConfigFile) then
125 FConfigFile:='';
144 OK:=(FThread=Nil) and (FConfigFile<>'');
177 FConfigFile:=AConfigFile;
[all …]
H A Ddircleaner.pp157 FConfigFile: String;
199 Property ConfigFile : String Read FConfigFile;
1036 FConfigFile:=AFileName;
1052 FConfigFile:=AFileName;
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dweaponslots.h12 class FConfigFile; variable
81 int RestoreSlots (FConfigFile *config, const char *section);
/dports/devel/fpc-fcl-web/fpc-3.2.2/packages/fcl-web/src/base/
H A Dfcgigate.pp74 FConfigFile: String;
129 Property ConfigFileName : String Read FConfigFile Write SetConfigFile;
177 if FConfigFile=AValue then exit;
179 FConfigFile:=AValue;
558 If (FConfigFile<>'') and FileExists(FConfigFile) then
560 Ini:=TIniFile.Create(FConfigFile);
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-web/src/base/
H A Dfcgigate.pp74 FConfigFile: String;
129 Property ConfigFileName : String Read FConfigFile Write SetConfigFile;
177 if FConfigFile=AValue then exit;
179 FConfigFile:=AValue;
558 If (FConfigFile<>'') and FileExists(FConfigFile) then
560 Ini:=TIniFile.Create(FConfigFile);
/dports/lang/fpc-utils/fpc-3.2.2/utils/pas2js/
H A Dhttpcompiler.pp24 FConfigFile: String;
36 Property ConfigFile: String Read FConfigFile Write FConfigFile;
84 FConfigFile: String;
115 Property ConfigFile : String Read FConfigFile Write FConfigFile;
H A Dstubcreator.pp43 FConfigFile: String;
93 Property ConfigFileName : String Read FConfigFile Write FConfigFile;
/dports/lang/fpc-source/fpc-3.2.2/utils/pas2js/
H A Dhttpcompiler.pp24 FConfigFile: String;
36 Property ConfigFile: String Read FConfigFile Write FConfigFile;
84 FConfigFile: String;
115 Property ConfigFile : String Read FConfigFile Write FConfigFile;
H A Dstubcreator.pp43 FConfigFile: String;
93 Property ConfigFileName : String Read FConfigFile Write FConfigFile;
/dports/games/zdoom/zdoom-2.8.1/src/g_shared/
H A Da_pickups.h11 class FConfigFile; variable
80 int RestoreSlots (FConfigFile *config, const char *section);

12