feat: add missing KF6 framework recipes

This commit is contained in:
2026-05-07 07:53:26 +01:00
parent d8d498f831
commit a69f479b52
2374 changed files with 2610246 additions and 0 deletions
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>test.ini</title>
<meta name="generator" content="KF5::SyntaxHighlighting - Definition (INI Files) - Theme (Breeze Light)"/>
</head><body style="background-color:#ffffff;color:#1f1c1b"><pre>
<span style="color:#898887">; comment</span>
<span style="color:#898887">; comment with </span><span style="color:#81ca2d;background-color:#f7e6e6;font-weight:bold">###</span><span style="color:#898887"> alerts</span>
<span style="color:#898887"># alternative comments</span>
<span style="font-weight:bold">[Empty section]</span>
<span style="font-weight:bold">[Section 2]</span>
<span style="color:#0057ae">Key1</span><span style="color:#006e28">=</span><span style="color:#bf0303">String Value</span>
<span style="color:#0057ae">Key2</span><span style="color:#006e28">=</span><span style="color:#b08000">42</span>
<span style="color:#0057ae">Key3</span><span style="color:#006e28">=</span><span style="color:#b08000">3.14</span>
<span style="color:#0057ae">Key4</span><span style="color:#006e28">=</span><span style="color:#b08000">-42</span>
<span style="color:#0057ae">Key5</span><span style="color:#006e28">=</span><span style="color:#bf0303">128.0.0.1</span>
<span style="color:#0057ae">Key\SubKey</span><span style="color:#006e28">=</span><span style="font-weight:bold">True</span>
<span style="font-weight:bold">[Section 3]</span>
<span style="color:#898887">; = in values are fine</span>
<span style="color:#898887">; inline comments are not supported, ;/# are part of the value</span>
<span style="color:#0057ae">key4 </span><span style="color:#006e28">=</span><span style="color:#bf0303"> foo = True; bar = False</span>
<span style="color:#0057ae">key4b </span><span style="color:#006e28">=</span><span style="color:#bf0303"> abcd#1234!</span>
<span style="color:#0057ae">key5/subkey </span><span style="color:#006e28">=</span><span style="color:#bf0303"> "foo\nbar 123.123 123456"</span>
<span style="font-weight:bold">[php]</span>
<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>
<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>
</pre></body></html>