1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-16 14:36:23 +02:00

Deploying to gh-pages from @ RSS-Bridge/rss-bridge@8982995445 🚀

This commit is contained in:
dvikan
2022-05-09 21:49:13 +00:00
parent 6feb4ba25b
commit a68c75af73
40 changed files with 40 additions and 47 deletions

View File

@ -93,7 +93,7 @@
<div class="Page__header">
<h1><a href="../Format_API/index.html">Format API</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../Format_API/FormatAbstract.html">FormatAbstract</a></h1>
<span class="ModifiedDate">
April 25, 2022 at 4:41 PM </span>
May 9, 2022 at 2:49 PM </span>
<span class="EditOn">
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/08_Format_API/03_FormatAbstract.md" target="_blank">
Edit on GitHub </a>
@ -112,9 +112,6 @@
<li>
<a href="#the-sanitizehtml-function">sanitizeHtml</a>
</li>
<li>
<a href="#the-array_trim-function">array_trim</a>
</li>
</ul>
<h1><a id="functions" href="#functions" class="Permalink" aria-hidden="true" title="Permalink">#</a>Functions</h1>
<h2><a id="the-setcontenttype-function" href="#the-setcontenttype-function" class="Permalink" aria-hidden="true" title="Permalink">#</a>The <code>setContentType</code> function</h2>
@ -128,10 +125,6 @@
<h2><a id="the-sanitizehtml-function" href="#the-sanitizehtml-function" class="Permalink" aria-hidden="true" title="Permalink">#</a>The <code>sanitizeHtml</code> function</h2>
<p>The <code>sanitizeHtml</code> function receives an HTML formatted string and returns the string with disabled <code>&lt;script&gt;</code>, <code>&lt;iframe&gt;</code> and <code>&lt;link&gt;</code> tags.</p>
<pre><code class="language-PHP">sanitizeHtml(string $html): string
</code></pre>
<h2><a id="the-array-trim-function" href="#the-array-trim-function" class="Permalink" aria-hidden="true" title="Permalink">#</a>The <code>array_trim</code> function</h2>
<p>The <code>array_trim</code> function receives an array of strings and returns the same array with all elements trimmed (like using the <code>trim</code> function on all elements)</p>
<pre><code class="language-PHP">array_trim(array $elements): array
</code></pre>
</div>

View File

@ -93,7 +93,7 @@
<div class="Page__header">
<h1><a href="../Format_API/index.html">Format API</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../Format_API/FormatInterface.html">FormatInterface</a></h1>
<span class="ModifiedDate">
April 25, 2022 at 4:41 PM </span>
May 9, 2022 at 2:49 PM </span>
<span class="EditOn">
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/08_Format_API/02_FormatInterface.md" target="_blank">
Edit on GitHub </a>

View File

@ -93,7 +93,7 @@
<div class="Page__header">
<h1><a href="../Format_API/index.html">Format API</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../Format_API/How_to_create_a_new_format.html">How to create a new format</a></h1>
<span class="ModifiedDate">
April 25, 2022 at 4:41 PM </span>
May 9, 2022 at 2:49 PM </span>
<span class="EditOn">
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/08_Format_API/01_How_to_create_a_new_format.md" target="_blank">
Edit on GitHub </a>

View File

@ -93,7 +93,7 @@
<div class="Page__header">
<h1><a href="../Format_API/index.html">Format API</a></h1>
<span class="ModifiedDate">
April 25, 2022 at 4:41 PM </span>
May 9, 2022 at 2:49 PM </span>
<span class="EditOn">
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/08_Format_API/index.md" target="_blank">
Edit on GitHub </a>