File indexing completed on 2024-05-12 04:02:09

0001 <!DOCTYPE html>
0002 <html><head>
0003 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
0004 <title>test.ini</title>
0005 <meta name="generator" content="KF5::SyntaxHighlighting - Definition (INI Files) - Theme (Breeze Light)"/>
0006 </head><body style="background-color:#ffffff;color:#1f1c1b"><pre>
0007 <span style="color:#898887">; comment</span>
0008 <span style="color:#898887">; comment with </span><span style="color:#81ca2d;background-color:#f7e6e6;font-weight:bold">###</span><span style="color:#898887"> alerts</span>
0009 <span style="color:#898887"># alternative comments</span>
0010 
0011 <span style="font-weight:bold">[Empty section]</span>
0012 
0013 <span style="font-weight:bold">[Section 2]</span>
0014 <span style="color:#0057ae">Key1</span><span style="color:#006e28">=</span><span style="color:#bf0303">String Value</span>
0015 <span style="color:#0057ae">Key2</span><span style="color:#006e28">=</span><span style="color:#b08000">42</span>
0016 <span style="color:#0057ae">Key3</span><span style="color:#006e28">=</span><span style="color:#b08000">3.14</span>
0017 <span style="color:#0057ae">Key4</span><span style="color:#006e28">=</span><span style="color:#b08000">-42</span>
0018 <span style="color:#0057ae">Key5</span><span style="color:#006e28">=</span><span style="color:#bf0303">128.0.0.1</span>
0019 <span style="color:#0057ae">Key\SubKey</span><span style="color:#006e28">=</span><span style="font-weight:bold">True</span>
0020 
0021 <span style="font-weight:bold">[Section 3]</span>
0022 <span style="color:#898887">; = in values are fine</span>
0023 <span style="color:#898887">; inline comments are not supported, ;/# are part of the value</span>
0024 <span style="color:#0057ae">key4 </span><span style="color:#006e28">=</span><span style="color:#bf0303"> foo = True; bar = False</span>
0025 <span style="color:#0057ae">key4b </span><span style="color:#006e28">=</span><span style="color:#bf0303"> abcd#1234!</span>
0026 <span style="color:#0057ae">key5/subkey </span><span style="color:#006e28">=</span><span style="color:#bf0303"> "foo\nbar 123.123 123456"</span>
0027 
0028 <span style="font-weight:bold">[php]</span>
0029 <span style="color:#0057ae">error_reporting</span><span style="color:#006e28">=</span><span style="color:#bf0303">~</span><span style="font-weight:bold">E_NOTICE</span>
0030 <span style="color:#0057ae">error_reporting</span><span style="color:#006e28">=</span><span style="font-weight:bold">E_ALL</span><span style="color:#bf0303"> | </span><span style="font-weight:bold">E_STRICT</span>
0031 </pre></body></html>