Skip to content

Commit 6debafd

Browse files
committed
Update website build
1 parent 32a324c commit 6debafd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+807
-613
lines changed

cache/changelog.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ <h3 class="off-canvas-menu__section-header">Utility Components</h3>
170170
PromiseStream
171171

172172
<span class="off-canvas-menu__version">
173-
v1.3.0
173+
v1.4.0
174174
</span>
175175
</a>
176176
</li>
@@ -716,7 +716,7 @@ <h3 class="component-info__subtitle">Activity</h3>
716716
<mask id="reactphp-cache-participation-sparkline" x="0" y="0" width="320" height="40" >
717717
<polyline
718718
transform="translate(0, 40) scale(1,-1)"
719-
points="0,1 6,1 12,1 18,1 24,1 30,1 36,1 42,1 48,1 54,1 60,1 66,1 72,1 78,1 84,1 90,1 96,1 102,1 108,1 114,1 120,1 126,1 132,3 138,1 144,1 150,1 156,1 162,1 168,1 174,1 180,1 186,1 192,1 198,1 204,1 210,1 216,1 222,1 228,1 234,3 240,1 246,1 252,1 258,3 264,1 270,1 276,1 282,1 288,1 294,1 300,1 306,1"
719+
points="0,1 6,1 12,1 18,1 24,1 30,1 36,1 42,1 48,1 54,1 60,1 66,1 72,1 78,1 84,1 90,1 96,1 102,1 108,1 114,1 120,3 126,1 132,1 138,1 144,1 150,1 156,1 162,1 168,1 174,1 180,1 186,1 192,1 198,1 204,1 210,1 216,1 222,3 228,1 234,1 240,1 246,2 252,2 258,1 264,1 270,1 276,1 282,1 288,1 294,1 300,1 306,1"
720720
fill="transparent"
721721
stroke="#40a977"
722722
stroke-width="2"

cache/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ <h3 class="off-canvas-menu__section-header">Utility Components</h3>
170170
PromiseStream
171171

172172
<span class="off-canvas-menu__version">
173-
v1.3.0
173+
v1.4.0
174174
</span>
175175
</a>
176176
</li>
@@ -361,7 +361,7 @@ <h4>
361361
occurs. When no items for <code>$keys</code> are found in the cache, it also resolves
362362
to <code>true</code>. If the cache implementation has to go over the network to
363363
delete it, it may take a while.</p>
364-
<div class="highlight highlight-text-html-php"><pre><span class="pl-s1"><span class="pl-c1">$</span>cache</span>-&gt;deleteMultiple(array(<span class="pl-s">'foo'</span>, <span class="pl-s">'bar, '</span>baz'));</pre></div>
364+
<div class="highlight highlight-text-html-php"><pre><span class="pl-s1"><span class="pl-c1">$</span>cache</span>-&gt;<span class="pl-en">deleteMultiple</span>(<span class="pl-en">array</span>(<span class="pl-s">'foo'</span>, <span class="pl-s">'bar, '</span>baz'));</pre></div>
365365
<p>This example eventually deletes keys <code>foo</code>, <code>bar</code> and <code>baz</code> from the cache.
366366
As with <code>setMultiple()</code>, this may not happen instantly and a promise is returned to
367367
provide guarantees whether or not the item has been removed from cache.</p>
@@ -430,7 +430,7 @@ <h3>
430430
-&gt;<span class="pl-en">get</span>(<span class="pl-s">'foo'</span>)
431431
-&gt;<span class="pl-en">then</span>(<span class="pl-k">function</span> (<span class="pl-s1"><span class="pl-c1">$</span>result</span>) {
432432
<span class="pl-k">if</span> (<span class="pl-s1"><span class="pl-c1">$</span>result</span> === <span class="pl-c1">null</span>) {
433-
<span class="pl-k">return</span> <span class="pl-en">getFooFromDb</span>();
433+
<span class="pl-k">return</span> getFooFromDb();
434434
}
435435

436436
<span class="pl-k">return</span> <span class="pl-s1"><span class="pl-c1">$</span>result</span>;
@@ -662,7 +662,7 @@ <h3 class="component-info__subtitle">Activity</h3>
662662
<mask id="reactphp-cache-participation-sparkline" x="0" y="0" width="320" height="40" >
663663
<polyline
664664
transform="translate(0, 40) scale(1,-1)"
665-
points="0,1 6,1 12,1 18,1 24,1 30,1 36,1 42,1 48,1 54,1 60,1 66,1 72,1 78,1 84,1 90,1 96,1 102,1 108,1 114,1 120,1 126,1 132,3 138,1 144,1 150,1 156,1 162,1 168,1 174,1 180,1 186,1 192,1 198,1 204,1 210,1 216,1 222,1 228,1 234,3 240,1 246,1 252,1 258,3 264,1 270,1 276,1 282,1 288,1 294,1 300,1 306,1"
665+
points="0,1 6,1 12,1 18,1 24,1 30,1 36,1 42,1 48,1 54,1 60,1 66,1 72,1 78,1 84,1 90,1 96,1 102,1 108,1 114,1 120,3 126,1 132,1 138,1 144,1 150,1 156,1 162,1 168,1 174,1 180,1 186,1 192,1 198,1 204,1 210,1 216,1 222,3 228,1 234,1 240,1 246,2 252,2 258,1 264,1 270,1 276,1 282,1 288,1 294,1 300,1 306,1"
666666
fill="transparent"
667667
stroke="#40a977"
668668
stroke-width="2"

cache/license.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ <h3 class="off-canvas-menu__section-header">Utility Components</h3>
169169
PromiseStream
170170

171171
<span class="off-canvas-menu__version">
172-
v1.3.0
172+
v1.4.0
173173
</span>
174174
</a>
175175
</li>
@@ -394,7 +394,7 @@ <h3 class="component-info__subtitle">Activity</h3>
394394
<mask id="reactphp-cache-participation-sparkline" x="0" y="0" width="320" height="40" >
395395
<polyline
396396
transform="translate(0, 40) scale(1,-1)"
397-
points="0,1 6,1 12,1 18,1 24,1 30,1 36,1 42,1 48,1 54,1 60,1 66,1 72,1 78,1 84,1 90,1 96,1 102,1 108,1 114,1 120,1 126,1 132,3 138,1 144,1 150,1 156,1 162,1 168,1 174,1 180,1 186,1 192,1 198,1 204,1 210,1 216,1 222,1 228,1 234,3 240,1 246,1 252,1 258,3 264,1 270,1 276,1 282,1 288,1 294,1 300,1 306,1"
397+
points="0,1 6,1 12,1 18,1 24,1 30,1 36,1 42,1 48,1 54,1 60,1 66,1 72,1 78,1 84,1 90,1 96,1 102,1 108,1 114,1 120,3 126,1 132,1 138,1 144,1 150,1 156,1 162,1 168,1 174,1 180,1 186,1 192,1 198,1 204,1 210,1 216,1 222,3 228,1 234,1 240,1 246,2 252,2 258,1 264,1 270,1 276,1 282,1 288,1 294,1 300,1 306,1"
398398
fill="transparent"
399399
stroke="#40a977"
400400
stroke-width="2"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy