Home
last modified time | relevance | path

Searched refs:ini (Results 101 – 125 of 19361) sorted by relevance

12345678910>>...775

/dports/emulators/emu64/emu64-5.0.19/src/
H A Dsetup_window.cpp37 this->ini = ini; in SetupWindow()
115 if(ini != 0) in LoadINI()
251 ini->endGroup(); in LoadINI()
259 ini->endGroup(); in LoadINI()
267 ini->endGroup(); in LoadINI()
381 ini->endGroup(); in LoadINI()
398 ini->endGroup(); in LoadINI()
407 if(ini != nullptr) in SaveINI()
517 ini->endGroup(); in SaveINI()
1090 ini->endGroup(); in on_SettingUserPalette_clicked()
[all …]
/dports/x11/terminology/terminology-1.9.0/data/colorschemes/
H A Dmeson.build2 'Belafonte Day.ini',
4 'Cobalt2.ini',
5 'Dracula.ini',
6 'Fahrenheit.ini',
7 'Material.ini',
8 'Mild.ini',
9 'Mustang.ini',
10 'Nord.ini',
12 'One Dark.ini',
15 'Smyck.ini',
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/efreet/
H A Defreet_desktop.c300 Efreet_Ini *ini; in efreet_desktop_save() local
305 ini = efreet_ini_new(NULL); in efreet_desktop_save()
306 if (!ini) return 0; in efreet_desktop_save()
348 efreet_ini_free(ini); in efreet_desktop_save()
668 Efreet_Ini *ini; in efreet_desktop_read() local
673 if (!ini) return 0; in efreet_desktop_read()
674 if (!ini->data) in efreet_desktop_read()
676 efreet_ini_free(ini); in efreet_desktop_read()
713 efreet_ini_free(ini); in efreet_desktop_read()
855 efreet_ini_section_set(ini, section); in efreet_desktop_action_fields_parse()
[all …]
/dports/net/xrdp-devel/xrdp-0.9.16/instfiles/
H A DMakefile.am32 km-00000406.ini \
33 km-00000407.ini \
34 km-00000409.ini \
35 km-0000040a.ini \
36 km-0000040b.ini \
37 km-0000040c.ini \
38 km-00000410.ini \
39 km-00000411.ini \
40 km-00000412.ini \
41 km-00000414.ini \
[all …]
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/instfiles/
H A DMakefile.am32 km-00000406.ini \
33 km-00000407.ini \
34 km-00000409.ini \
35 km-0000040a.ini \
36 km-0000040b.ini \
37 km-0000040c.ini \
38 km-00000410.ini \
39 km-00000411.ini \
40 km-00000412.ini \
41 km-00000414.ini \
[all …]
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/test/
H A DMakefile.in62 rm -f odbc.ini odbcinst.ini
64 rm -f odbc.ini odbcinst.ini
66 rm -f odbc.ini odbcinst.ini
69 rm -f odbc.ini odbcinst.ini
71 rm -f odbc.ini odbcinst.ini
73 rm -f odbc.ini odbcinst.ini
76 rm -f odbc.ini odbcinst.ini
78 rm -f odbc.ini odbcinst.ini
80 rm -f odbc.ini odbcinst.ini
83 rm -f odbc.ini odbcinst.ini
[all …]
/dports/lang/php74/php-7.4.27/ext/standard/tests/general_functions/
H A Dparse_ini_string_002.phpt9 $ini = "
13 $ini = "
18 $ini = "
23 $ini = "
30 $ini = "
35 $ini = "
41 $ini = "
47 $ini = "
52 $ini = "
58 $ini = "
[all …]
/dports/lang/php73/php-7.3.33/ext/standard/tests/general_functions/
H A Dparse_ini_string_002.phpt9 $ini = "
13 $ini = "
18 $ini = "
23 $ini = "
30 $ini = "
35 $ini = "
41 $ini = "
47 $ini = "
52 $ini = "
58 $ini = "
[all …]
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/general_functions/
H A Dparse_ini_string_002.phpt9 $ini = "
13 $ini = "
18 $ini = "
23 $ini = "
30 $ini = "
35 $ini = "
41 $ini = "
47 $ini = "
52 $ini = "
58 $ini = "
[all …]
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/general_functions/
H A Dparse_ini_string_002.phpt9 $ini = "
13 $ini = "
18 $ini = "
23 $ini = "
30 $ini = "
35 $ini = "
41 $ini = "
47 $ini = "
52 $ini = "
58 $ini = "
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/tl_scripts/
H A Dfmtutil.cnf16 # the ini-engine (such as initex). If the ini-engine is e-TeX, and the
40 #aleph aleph - *aleph.ini
41 #lamed aleph language.dat *lambda.ini
55 #cslatex pdftex - -etex cslatex.ini
56 #pdfcslatex pdftex - -etex cslatex.ini
61 #pdfcsplain xetex - -etex csplain.ini
80 #lualollipop luatex - lualollipop.ini
111 #ptex ptex - ptex.ini
112 #eptex eptex language.def *eptex.ini
121 # tex tex - tex.ini
[all …]
/dports/comms/limesuite/LimeSuite-20.10.0/external/cpp-feather-ini-parser/example/
H A Dexample.cpp23 ini.create("Section 1"); in main()
24 ini.create("Section 2"); in main()
25 ini.get("Key1", "DefaultValue"); in main()
26 ini.select("Section 1"); in main()
27 ini.set("Key2", "Value"); in main()
42 ini.select("Section2"); in main()
43 ini.set("Key1", "1.123"); in main()
47 ini.save(); in main()
48 ini.clear(); in main()
57 for(auto i: ini.sections) in main()
[all …]
/dports/devel/tex-kpathsea/texlive-20150521-source/texk/texlive/tl_scripts/
H A Dfmtutil.cnf16 # the ini-engine (such as initex). If the ini-engine is e-TeX, and the
40 aleph aleph - *aleph.ini
41 lamed aleph language.dat *lambda.ini
55 cslatex pdftex - -etex cslatex.ini
56 pdfcslatex pdftex - -etex cslatex.ini
61 pdfcsplain xetex - -etex csplain.ini
80 lualollipop luatex - lualollipop.ini
111 ptex ptex - ptex.ini
112 eptex eptex language.def *eptex.ini
121 tex tex - tex.ini
[all …]
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/test/
H A Dgameexe_test.cc40 Gameexe ini(locateTestCase("Gameexe_data/Gameexe.ini")); in TEST() local
41 EXPECT_EQ(26, ini.size()) << "Wrong number of keys"; in TEST()
46 Gameexe ini(locateTestCase("Gameexe_data/Gameexe.ini")); in TEST() local
54 Gameexe ini(locateTestCase("Gameexe_data/Gameexe.ini")); in TEST() local
63 vector<int> ints = ini("WINDOW_ATTR").ToIntVector(); in TEST()
72 EXPECT_EQ(1, ini("IMAGINE", "ONE")); in TEST()
73 EXPECT_EQ(2, ini("IMAGINE", "TWO")); in TEST()
74 EXPECT_EQ(3, ini("IMAGINE", "THREE")); in TEST()
80 GameexeInterpretObject imagine = ini("IMAGINE"); in TEST()
89 GameexeFilteringIterator end = ini.filtering_end(); in TEST()
[all …]
/dports/editors/cudatext/CudaText-1.151.0/app/
H A Dformlexerstyle.pas84 AStr:= ini.ReadString(ASection, AKey, AStr);
91 ini: TIniFile;
96 ini:= TIniFile.Create(fn);
98 Caption:= ini.ReadString(section, '_style', Caption);
124 DoLocString(msgBorderTypeNone, ini, section, 'bty_none');
125 DoLocString(msgBorderTypeSolid, ini, section, 'bty_solid');
126 DoLocString(msgBorderTypeDash, ini, section, 'bty_dash');
127 DoLocString(msgBorderTypeDot, ini, section, 'bty_dot');
130 DoLocString(msgBorderTypeSolid2, ini, section, 'bty_solid2');
132 DoLocString(msgBorderTypeWave, ini, section, 'bty_wave');
[all …]
/dports/editors/yudit/yudit-3.0.7/stoolkit/sencoder/
H A DSB_UTF8.cpp50 SS_UCS4 ini; in encode() local
54 ini = in[i]; in encode()
56 if (!surrogate && ini >= 0xd800 && ini <= 0xdfff) in encode()
58 SS_UCS4 hi = ini; in encode()
79 if ((ini & 0x9fffff00) == 0x9fffff00) in encode()
84 if (ini >= 0x4000000) in encode()
94 if (ini >= 0x200000) in encode()
103 if (ini >= 0x10000) in encode()
111 if (ini >= 0x0800) in encode()
118 if (ini >= 0x80 && ini <= 0x07ff) in encode()
[all …]
/dports/textproc/bat/bat-0.18.3/assets/syntaxes/02_Extra/
H A DINI.sublime-syntax6 - ini
21 scope: source.ini
25 scope: comment.line.semicolon.ini
29 scope: meta.tag.section.ini
32 2: entity.section.ini
34 4: comment.definition.section.ini
36 scope: meta.declaration.ini
38 1: meta.property.ini
40 3: keyword.name.ini
43 6: meta.value.ini
[all …]
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/utils/test/
H A DTestIni.c46 wIniFile* ini = NULL; in TestIni() local
51 ini = IniFile_New(); in TestIni()
52 if (!ini) in TestIni()
55 if (IniFile_ReadBuffer(ini, TEST_INI_01) < 0) in TestIni()
117 IniFile_Free(ini); in TestIni()
119 ini = IniFile_New(); in TestIni()
120 if (!ini) in TestIni()
122 if (IniFile_ReadBuffer(ini, TEST_INI_02) < 0) in TestIni()
144 IniFile_Free(ini); in TestIni()
146 ini = IniFile_New(); in TestIni()
[all …]
/dports/audio/libsidplay2/sidplay-libs-2.1.1/libsidutils/src/ini/
H A Dkeys.i53 pos = ftell (ini->ftmp); in __ini_addKey()
54 fputs (key, ini->ftmp); in __ini_addKey()
56 _key = __ini_faddKey (ini, ini->ftmp, pos, length); in __ini_addKey()
58 fputc ('=', ini->ftmp); in __ini_addKey()
332 if (!ini->selected) in ini_deleteKey()
335 if (ini->selected->selected == &(ini->tmpKey)) in ini_deleteKey()
358 if (!ini->selected) in ini_locateKey()
362 if (ini->selected != &(ini->tmpSection)) in ini_locateKey()
367 if (ini->list) in ini_locateKey()
369 free (ini->list); in ini_locateKey()
[all …]
/dports/devel/tcllib/tcllib-1.20/embedded/md/tcllib/files/modules/inifile/
H A Dini.md35 [__::ini::close__ *ini*](#2)
36 [__::ini::commit__ *ini*](#3)
37 [__::ini::revert__ *ini*](#4)
38 [__::ini::filename__ *ini*](#5)
39 [__::ini::sections__ *ini*](#6)
40 [__::ini::keys__ *ini* *section*](#7)
41 [__::ini::get__ *ini* *section*](#8)
62 - <a name='2'></a>__::ini::close__ *ini*
67 - <a name='3'></a>__::ini::commit__ *ini*
73 - <a name='4'></a>__::ini::revert__ *ini*
[all …]
/dports/devel/tcllibc/tcllib-1.20/embedded/md/tcllib/files/modules/inifile/
H A Dini.md35 [__::ini::close__ *ini*](#2)
36 [__::ini::commit__ *ini*](#3)
37 [__::ini::revert__ *ini*](#4)
38 [__::ini::filename__ *ini*](#5)
39 [__::ini::sections__ *ini*](#6)
40 [__::ini::keys__ *ini* *section*](#7)
41 [__::ini::get__ *ini* *section*](#8)
62 - <a name='2'></a>__::ini::close__ *ini*
67 - <a name='3'></a>__::ini::commit__ *ini*
73 - <a name='4'></a>__::ini::revert__ *ini*
[all …]
/dports/games/warzone2100/warzone2100/src/
H A Dstats.cpp573 ini.endGroup(); in loadWeaponStats()
614 ini.endGroup(); in loadBodyStats()
687 ini.endGroup(); in loadBodyStats()
688 ini.endGroup(); in loadBodyStats()
742 ini.endGroup(); in loadBrainStats()
828 ini.endGroup(); in loadPropulsionStats()
935 ini.endGroup(); in loadSensorStats()
992 ini.endGroup(); in loadECMStats()
1052 ini.endGroup(); in loadRepairStats()
1093 ini.endGroup(); in loadConstructStats()
[all …]
/dports/www/firefox/firefox-99.0/dom/security/test/
H A Dmoz.build11 "unit/xpcshell.ini",
19 "cors/mochitest.ini",
20 "csp/mochitest.ini",
21 "general/mochitest.ini",
27 "sri/mochitest.ini",
31 "general/chrome.ini",
35 "cors/browser.ini",
36 "csp/browser.ini",
37 "general/browser.ini",
39 "https-only/browser.ini",
[all …]
/dports/audio/libsidplay2/sidplay-libs-2.1.1/libsidutils/src/
H A DSidFilter.cpp49 if (!ini) in read()
56 read (ini, "Filter"); in read()
57 ini_close (ini); in read()
75 (void) ini_readInt (ini, &type); in read()
79 readType1 (ini); in read()
83 readType2 (ini); in read()
109 if (ini_listDelims (ini, ",") < 0) in readType1()
118 ini_locateKey (ini, key); in readType1()
147 ini_locateKey (ini, "fs"); in readType2()
150 ini_locateKey (ini, "fm"); in readType2()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/third_party/simpleini/
H A Dtestsi.cpp42 CSimpleIni & ini in Test() argument
83 ini.Delete(_T("standard"), _T("foo")); in Test()
95 ini.GetAllKeys(_T("standard"), keys); in Test()
119 ini.Delete(_T("standard"), NULL); in Test()
126 ini.GetAllSections(sections); in Test()
165 SI_Error rc = ini.LoadData(instream); in TestStreams()
172 Test(ini); in TestStreams()
178 ini.Save(outstream); in TestStreams()
203 Test(ini); in TestFile()
207 ini.SaveFile("testsi-out.ini"); in TestFile()
[all …]

12345678910>>...775