Skip to content

Commit

Permalink
Adding static version of the site
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuswilms committed Nov 14, 2024
1 parent da836f2 commit 0ccf82f
Show file tree
Hide file tree
Showing 21,003 changed files with 3,740,968 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file added public/assets/aud/phparch-podcast-2009-11-12.mp3
Binary file not shown.
Binary file added public/assets/ico/site.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/img/default_app_welcome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/img/lithium_advent_caching_flow.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
104 changes: 104 additions & 0 deletions public/assets/v:__PROJECT_VERSION_BUILD__xyzz/css/highlight.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
@charset "UTF-8";
/*!
Lithium - Bright Highlighting Theme for HighlightJS
Works with HighlighJS and Prism.
Copyright (c) 2014 Union of RAD - All rights reserved.
The code is distributed under the terms of the BSD 3-clause
License. For the full license text see the LICENSE file.
*/

pre > code {
display: block;
color: #111;
border-left: 8px solid #e8e8e8;
background: rgb(253,252,255);
overflow: auto;
padding: 15px;
margin-left: -23px;
margin-right: -15px;

white-space: pre;
word-spacing: normal;
word-break: normal;

-moz-tab-size: 4;
tab-size: 4;
}
/* inline literals */
:not(pre) > code {
background: #F8F7F7;
padding: .1em .2em .1em .3em;
margin-left: -.3em;
margin-right: -.2em;
}

pre > code.language-asciiart {
font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
border-left: 0;
margin-left: 0;
background: none;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata,
.hljs-phpdoc,
.hljs-comment,
code .comment,
.template_comment, .javadoc {
color: #ababab;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted,
pre code .string,
.hljs-string {
color: #319931;
}

.token.punctuation,
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
code .keyword,
.me1 {
color: #111;
}

.token.boolean {
color: #CB0532;
}
.token.number,
code .hljs-number {
color: #7044bb;
color: #7745D1
}
.token.variable,
code .variable,
.hljs-variable, .envvar {
color: #2060ad;
}

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
color: #f92672;
}
.token.atrule,
.token.attr-value {
color: #e6db74;
}
.token.keyword {
color: #2F99A1;
}
141 changes: 141 additions & 0 deletions public/assets/v:__PROJECT_VERSION_BUILD__xyzz/css/li3_docs.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@
@charset "UTF-8";
/*!
i3_docs Styles
Copyright (c) 2014 Union of RAD - All rights reserved.
The code is distributed under the terms of the BSD 3-clause
License. For the full license text see the LICENSE file.
*/

.li3-docs #content h2 {
margin-top: 60px;
}
.li3-docs #content h3 {
margin-top: 40px;
}

.li3-docs pre {
width: 120%;
}

.li3-docs p {
hyphens: auto;
}
.li3-docs code {
hyphens: none;
}

.li3-docs .nav-up {
font-weight: bold;
}

.li3-docs .body .deprecated,
.li3-docs .body .note {
border-left: 8px solid #e8e8e8;
background: rgb(253,252,255);
margin-left: -23px;
margin-right: -15px;
}
.li3-docs .body .note pre {
width: auto;
}

.li3-docs .body .note-hint,
.li3-docs .body .note-info,
.li3-docs .body .note-caution,
.li3-docs .body .note-version,
.li3-docs .body .deprecated {
padding: 15px;
margin-top: 3em;
margin-bottom: 2em;
}

.li3-docs .body .note-hint {
border-color: #2F99A1;
}
.li3-docs .body .note-info {
border-color: #319931;
}
.li3-docs .body .deprecated,
.li3-docs .body .note-caution {
border-color: #CB0532;
}
.li3-docs .body .note-version {
margin-top: 1em;
margin-bottom: .25em;
padding: 0 0 0 15px;
border-color: #180274;
}

/* --- Under Symbol name --- */
.li3-docs .under {
margin: -1em 0 2em 0;
}
.li3-docs .under .extends {
margin-bottom: .5em;
}
.li3-docs .extends__title {
font-weight: bold;
}
.li3-docs .under .tag {
border: 1px solid black;
display: inline-block;
margin-right: 5px;
padding: 4px 10px;
font-weight: bold;
}

.li3-docs .type {
font-weight: bold;
}
.li3-docs .parameter ul {
list-style-type: disc;
}
.li3-docs .summary {
font-size: 25px;
font-weight: bold;
line-height: 1.2;
}
.li3-docs .return p,
.li3-docs .parameter p {
margin-top: 0;
}
.li3-docs .parameter p + ul {
margin-top: -.5em;
}
.li3-docs .parameter ul p {
margin: 0;
}

.li3-docs #content img {
margin-top: 1em;
margin-bottom: 1.5em;
max-width: 90%;
}

.li3-docs #content > article.docs-index {
max-width: none;
}

/* ----- Aside Menu ----- */
.li3-docs .aside .inherited a:not(:hover) {
color: blue;
}
.li3-docs .aside .deprecated a:not(:hover) {
text-decoration: line-through;
}
.li3-docs .aside .protected a:not(:hover) {
opacity: .5;
}

.li3-docs .body .anchor:hover:after {
display: inline-block;
content: "¶";
color: #2F99A1;
margin-left: 3px;
}
.li3-docs .ns-summary ul {
list-style: none;
padding-left: 0;
}
Loading

0 comments on commit 0ccf82f

Please sign in to comment.