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,13 @@
<!DOCTYPE html>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>highlight.sci</title>
<meta name="generator" content="KF5::SyntaxHighlighting - Definition (scilab) - Theme (Breeze Dark)"/>
</head><body style="background-color:#232629;color:#cfcfc2"><pre>
<span style="color:#7a7c7d">// Inside the opened session:</span>
a = <span style="color:#0000ff;font-weight:bold;font-style:italic">sciargs</span>()
i = <span style="color:#0000ff;font-weight:bold;font-style:italic">find</span>(a==<span style="color:#f44f4f">"-args"</span>)
a(i+<span style="color:#f67400">1</span>)
<span style="color:#0000ff;font-weight:bold;font-style:italic">evstr</span>(a(i+<span style="color:#f67400">2</span>))*<span style="color:#f67400">2</span>
<span style="color:#f44f4f">"This session has been launched from "</span> + a(i+<span style="color:#f67400">3</span>)
</pre></body></html>