Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 16, 2023
1 parent 1f114a9 commit 0aa672f
Show file tree
Hide file tree
Showing 40 changed files with 5,335 additions and 0 deletions.
62 changes: 62 additions & 0 deletions Documentation/Function/Image.Image-2.html

Large diffs are not rendered by default.

60 changes: 60 additions & 0 deletions Documentation/Function/Integration.Integration.html

Large diffs are not rendered by default.

69 changes: 69 additions & 0 deletions Documentation/Function/Integration.Merge.html

Large diffs are not rendered by default.

81 changes: 81 additions & 0 deletions Documentation/Function/Integration.sharp.html

Large diffs are not rendered by default.

241 changes: 241 additions & 0 deletions Documentation/Interface/CSS.Type.html

Large diffs are not rendered by default.

671 changes: 671 additions & 0 deletions Documentation/Interface/HTML.Type.html

Large diffs are not rendered by default.

126 changes: 126 additions & 0 deletions Documentation/Interface/Image.Type-1.html

Large diffs are not rendered by default.

120 changes: 120 additions & 0 deletions Documentation/Interface/Image.Type.html

Large diffs are not rendered by default.

195 changes: 195 additions & 0 deletions Documentation/Interface/JavaScript.Type.html

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions Documentation/Interface/Map.Type.html

Large diffs are not rendered by default.

208 changes: 208 additions & 0 deletions Documentation/Interface/Option.Type.html

Large diffs are not rendered by default.

144 changes: 144 additions & 0 deletions Documentation/Interface/SVG.Type.html

Large diffs are not rendered by default.

60 changes: 60 additions & 0 deletions Documentation/Module/CSS.html

Large diffs are not rendered by default.

60 changes: 60 additions & 0 deletions Documentation/Module/File.html

Large diffs are not rendered by default.

60 changes: 60 additions & 0 deletions Documentation/Module/HTML.html

Large diffs are not rendered by default.

67 changes: 67 additions & 0 deletions Documentation/Module/Image.html

Large diffs are not rendered by default.

65 changes: 65 additions & 0 deletions Documentation/Module/Integration.html

Large diffs are not rendered by default.

60 changes: 60 additions & 0 deletions Documentation/Module/JavaScript.html

Large diffs are not rendered by default.

60 changes: 60 additions & 0 deletions Documentation/Module/Map.html

Large diffs are not rendered by default.

60 changes: 60 additions & 0 deletions Documentation/Module/Option.html

Large diffs are not rendered by default.

60 changes: 60 additions & 0 deletions Documentation/Module/SVG.html

Large diffs are not rendered by default.

51 changes: 51 additions & 0 deletions Documentation/Type/File.Type.html

Large diffs are not rendered by default.

60 changes: 60 additions & 0 deletions Documentation/Variable/CSS.CSS.html

Large diffs are not rendered by default.

76 changes: 76 additions & 0 deletions Documentation/Variable/File._Map.html

Large diffs are not rendered by default.

104 changes: 104 additions & 0 deletions Documentation/Variable/HTML.HTML.html

Large diffs are not rendered by default.

99 changes: 99 additions & 0 deletions Documentation/Variable/Image.Image-1.html

Large diffs are not rendered by default.

76 changes: 76 additions & 0 deletions Documentation/Variable/Image.Image.html

Large diffs are not rendered by default.

76 changes: 76 additions & 0 deletions Documentation/Variable/Image._Map.html

Large diffs are not rendered by default.

51 changes: 51 additions & 0 deletions Documentation/Variable/Integration.Default.html

Large diffs are not rendered by default.

51 changes: 51 additions & 0 deletions Documentation/Variable/Integration.Files.html

Large diffs are not rendered by default.

51 changes: 51 additions & 0 deletions Documentation/Variable/Integration.Search.html

Large diffs are not rendered by default.

51 changes: 51 additions & 0 deletions Documentation/Variable/Integration._Action.html

Large diffs are not rendered by default.

75 changes: 75 additions & 0 deletions Documentation/Variable/JavaScript.JavaScript.html

Large diffs are not rendered by default.

64 changes: 64 additions & 0 deletions Documentation/Variable/Map.Map.html

Large diffs are not rendered by default.

51 changes: 51 additions & 0 deletions Documentation/Variable/Option.Option.html

Large diffs are not rendered by default.

65 changes: 65 additions & 0 deletions Documentation/Variable/SVG.SVG.html

Large diffs are not rendered by default.

134 changes: 134 additions & 0 deletions Documentation/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
:root {
--light-hl-0: #795E26;
--dark-hl-0: #DCDCAA;
--light-hl-1: #000000;
--dark-hl-1: #D4D4D4;
--light-hl-2: #A31515;
--dark-hl-2: #CE9178;
--light-hl-3: #001080;
--dark-hl-3: #9CDCFE;
--light-hl-4: #0070C1;
--dark-hl-4: #4FC1FF;
--light-hl-5: #AF00DB;
--dark-hl-5: #C586C0;
--light-hl-6: #0000FF;
--dark-hl-6: #569CD6;
--light-hl-7: #008000;
--dark-hl-7: #6A9955;
--light-hl-8: #267F99;
--dark-hl-8: #4EC9B0;
--light-hl-9: #098658;
--dark-hl-9: #B5CEA8;
--light-hl-10: #811F3F;
--dark-hl-10: #D16969;
--light-hl-11: #EE0000;
--dark-hl-11: #DCDCAA;
--light-hl-12: #D16969;
--dark-hl-12: #CE9178;
--light-hl-13: #000000;
--dark-hl-13: #D7BA7D;
--light-hl-14: #EE0000;
--dark-hl-14: #D7BA7D;
--light-hl-15: #000000;
--dark-hl-15: #C8C8C8;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}

@media (prefers-color-scheme: light) { :root {
--hl-0: var(--light-hl-0);
--hl-1: var(--light-hl-1);
--hl-2: var(--light-hl-2);
--hl-3: var(--light-hl-3);
--hl-4: var(--light-hl-4);
--hl-5: var(--light-hl-5);
--hl-6: var(--light-hl-6);
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--hl-11: var(--light-hl-11);
--hl-12: var(--light-hl-12);
--hl-13: var(--light-hl-13);
--hl-14: var(--light-hl-14);
--hl-15: var(--light-hl-15);
--code-background: var(--light-code-background);
} }

@media (prefers-color-scheme: dark) { :root {
--hl-0: var(--dark-hl-0);
--hl-1: var(--dark-hl-1);
--hl-2: var(--dark-hl-2);
--hl-3: var(--dark-hl-3);
--hl-4: var(--dark-hl-4);
--hl-5: var(--dark-hl-5);
--hl-6: var(--dark-hl-6);
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--hl-11: var(--dark-hl-11);
--hl-12: var(--dark-hl-12);
--hl-13: var(--dark-hl-13);
--hl-14: var(--dark-hl-14);
--hl-15: var(--dark-hl-15);
--code-background: var(--dark-code-background);
} }

:root[data-theme='light'] {
--hl-0: var(--light-hl-0);
--hl-1: var(--light-hl-1);
--hl-2: var(--light-hl-2);
--hl-3: var(--light-hl-3);
--hl-4: var(--light-hl-4);
--hl-5: var(--light-hl-5);
--hl-6: var(--light-hl-6);
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--hl-11: var(--light-hl-11);
--hl-12: var(--light-hl-12);
--hl-13: var(--light-hl-13);
--hl-14: var(--light-hl-14);
--hl-15: var(--light-hl-15);
--code-background: var(--light-code-background);
}

:root[data-theme='dark'] {
--hl-0: var(--dark-hl-0);
--hl-1: var(--dark-hl-1);
--hl-2: var(--dark-hl-2);
--hl-3: var(--dark-hl-3);
--hl-4: var(--dark-hl-4);
--hl-5: var(--dark-hl-5);
--hl-6: var(--dark-hl-6);
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--hl-11: var(--dark-hl-11);
--hl-12: var(--dark-hl-12);
--hl-13: var(--dark-hl-13);
--hl-14: var(--dark-hl-14);
--hl-15: var(--dark-hl-15);
--code-background: var(--dark-code-background);
}

.hl-0 { color: var(--hl-0); }
.hl-1 { color: var(--hl-1); }
.hl-2 { color: var(--hl-2); }
.hl-3 { color: var(--hl-3); }
.hl-4 { color: var(--hl-4); }
.hl-5 { color: var(--hl-5); }
.hl-6 { color: var(--hl-6); }
.hl-7 { color: var(--hl-7); }
.hl-8 { color: var(--hl-8); }
.hl-9 { color: var(--hl-9); }
.hl-10 { color: var(--hl-10); }
.hl-11 { color: var(--hl-11); }
.hl-12 { color: var(--hl-12); }
.hl-13 { color: var(--hl-13); }
.hl-14 { color: var(--hl-14); }
.hl-15 { color: var(--hl-15); }
pre, code { background: var(--code-background); }
59 changes: 59 additions & 0 deletions Documentation/assets/main.js

Large diffs are not rendered by default.

Loading

0 comments on commit 0aa672f

Please sign in to comment.