diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-09-04 00:46:12 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-09-04 00:46:12 +0900 |
commit | fe6f6abf2b7c497bf1f97f73a82dde7cf48eb79f (patch) | |
tree | 51b7edfc370236684a203f4e69ae67bb7d24b549 /files/pl/web | |
parent | 04ea4edc83cc12142ed151bbea2c65cffc8e76f6 (diff) | |
parent | eeb07fe338cdc90092841d717919f46f9d9e3ff9 (diff) | |
download | translated-content-fe6f6abf2b7c497bf1f97f73a82dde7cf48eb79f.tar.gz translated-content-fe6f6abf2b7c497bf1f97f73a82dde7cf48eb79f.tar.bz2 translated-content-fe6f6abf2b7c497bf1f97f73a82dde7cf48eb79f.zip |
Merge branch 'main' into 20210818-Glossary/Type
Diffstat (limited to 'files/pl/web')
-rw-r--r-- | files/pl/web/api/atob/index.html (renamed from files/pl/web/api/windoworworkerglobalscope/atob/index.html) | 4 | ||||
-rw-r--r-- | files/pl/web/api/btoa/index.html (renamed from files/pl/web/api/windoworworkerglobalscope/btoa/index.html) | 4 | ||||
-rw-r--r-- | files/pl/web/api/clearinterval/index.html (renamed from files/pl/web/api/windoworworkerglobalscope/clearinterval/index.html) | 4 | ||||
-rw-r--r-- | files/pl/web/api/cleartimeout/index.html (renamed from files/pl/web/api/windoworworkerglobalscope/cleartimeout/index.html) | 4 | ||||
-rw-r--r-- | files/pl/web/api/mouseevent/pagex/index.html (renamed from files/pl/web/api/uievent/pagex/index.html) | 4 | ||||
-rw-r--r-- | files/pl/web/api/mouseevent/pagey/index.html (renamed from files/pl/web/api/uievent/pagey/index.html) | 4 | ||||
-rw-r--r-- | files/pl/web/api/setinterval/index.html (renamed from files/pl/web/api/windoworworkerglobalscope/setinterval/index.html) | 4 | ||||
-rw-r--r-- | files/pl/web/api/settimeout/index.html (renamed from files/pl/web/api/windoworworkerglobalscope/settimeout/index.html) | 4 | ||||
-rw-r--r-- | files/pl/web/css/css_grid_layout/index.html | 2 | ||||
-rw-r--r-- | files/pl/web/css/grid/index.html | 2 |
10 files changed, 18 insertions, 18 deletions
diff --git a/files/pl/web/api/windoworworkerglobalscope/atob/index.html b/files/pl/web/api/atob/index.html index 862f7b56fe..9e589fdfae 100644 --- a/files/pl/web/api/windoworworkerglobalscope/atob/index.html +++ b/files/pl/web/api/atob/index.html @@ -1,6 +1,6 @@ --- title: WindowBase64.atob() -slug: Web/API/WindowOrWorkerGlobalScope/atob +slug: Web/API/atob tags: - API - Base-64 @@ -11,7 +11,7 @@ tags: - Referencja - WindowBase64 translation_of: Web/API/WindowOrWorkerGlobalScope/atob -original_slug: Web/API/WindowBase64/atob +original_slug: Web/API/WindowOrWorkerGlobalScope/atob --- <p>{{APIRef}}</p> <p>Funkcja <strong><code>WindowBase64.atob()</code></strong> dekoduje ciąg danych, który został zakodowany używając kodowania base-64. Możesz użyć metody <a href="/pl/docs/Web/API/WindowBase64.btoa"><code>window.btoa()</code></a> aby zakodować i przesłać dane, które w innym wypadku mogą powodować problemy z komunikacją, a następnie odebrać je i użyć metody <code>window.atob()</code> aby zdekodować dane ponownie. Na przykład możesz zakodować, przesłać i zdekodować znaki kontrolne ASCII o wartościach od 0 do 31.</p> diff --git a/files/pl/web/api/windoworworkerglobalscope/btoa/index.html b/files/pl/web/api/btoa/index.html index 7c5b95a7ae..82f706f632 100644 --- a/files/pl/web/api/windoworworkerglobalscope/btoa/index.html +++ b/files/pl/web/api/btoa/index.html @@ -1,6 +1,6 @@ --- title: WindowBase64.btoa() -slug: Web/API/WindowOrWorkerGlobalScope/btoa +slug: Web/API/btoa tags: - API - Base-64 @@ -10,7 +10,7 @@ tags: - Referencja - WindowBase64 translation_of: Web/API/WindowOrWorkerGlobalScope/btoa -original_slug: Web/API/WindowBase64/btoa +original_slug: Web/API/WindowOrWorkerGlobalScope/btoa --- <p>{{APIRef}}</p> <p>Tworzy string ASCII zakodowany w base-64 z ciągu ("string") danych binarnych.</p> diff --git a/files/pl/web/api/windoworworkerglobalscope/clearinterval/index.html b/files/pl/web/api/clearinterval/index.html index e4ecb8701d..b944d2303d 100644 --- a/files/pl/web/api/windoworworkerglobalscope/clearinterval/index.html +++ b/files/pl/web/api/clearinterval/index.html @@ -1,10 +1,10 @@ --- title: window.clearInterval -slug: Web/API/WindowOrWorkerGlobalScope/clearInterval +slug: Web/API/clearInterval tags: - Window translation_of: Web/API/WindowOrWorkerGlobalScope/clearInterval -original_slug: Web/API/Window/clearInterval +original_slug: Web/API/WindowOrWorkerGlobalScope/clearInterval --- <div> {{ApiRef}}</div> diff --git a/files/pl/web/api/windoworworkerglobalscope/cleartimeout/index.html b/files/pl/web/api/cleartimeout/index.html index b57e9d04b4..4a910ca13e 100644 --- a/files/pl/web/api/windoworworkerglobalscope/cleartimeout/index.html +++ b/files/pl/web/api/cleartimeout/index.html @@ -1,8 +1,8 @@ --- title: window.clearTimeout -slug: Web/API/WindowOrWorkerGlobalScope/clearTimeout +slug: Web/API/clearTimeout translation_of: Web/API/WindowOrWorkerGlobalScope/clearTimeout -original_slug: Web/API/Window/clearTimeout +original_slug: Web/API/WindowOrWorkerGlobalScope/clearTimeout --- <p>{{ ApiRef() }}</p> <h3 id="Summary" name="Summary">Podsumowanie</h3> diff --git a/files/pl/web/api/uievent/pagex/index.html b/files/pl/web/api/mouseevent/pagex/index.html index 05b33b7b84..85e5636964 100644 --- a/files/pl/web/api/uievent/pagex/index.html +++ b/files/pl/web/api/mouseevent/pagex/index.html @@ -1,13 +1,13 @@ --- title: event.pageX -slug: Web/API/UIEvent/pageX +slug: Web/API/MouseEvent/pageX tags: - DOM - Dokumentacja_Gecko_DOM - Gecko - Wszystkie_kategorie translation_of: Web/API/UIEvent/pageX -original_slug: Web/API/Event/pageX +original_slug: Web/API/UIEvent/pageX --- <p>{{ ApiRef() }}</p> <h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3> diff --git a/files/pl/web/api/uievent/pagey/index.html b/files/pl/web/api/mouseevent/pagey/index.html index e1749273da..a001ec316d 100644 --- a/files/pl/web/api/uievent/pagey/index.html +++ b/files/pl/web/api/mouseevent/pagey/index.html @@ -1,11 +1,11 @@ --- title: event.pageY -slug: Web/API/UIEvent/pageY +slug: Web/API/MouseEvent/pageY tags: - DOM - Wszystkie_kategorie translation_of: Web/API/UIEvent/pageY -original_slug: Web/API/Event/pageY +original_slug: Web/API/UIEvent/pageY --- <p>{{ ApiRef() }}</p> <h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3> diff --git a/files/pl/web/api/windoworworkerglobalscope/setinterval/index.html b/files/pl/web/api/setinterval/index.html index 277b9c44d7..0149cda60d 100644 --- a/files/pl/web/api/windoworworkerglobalscope/setinterval/index.html +++ b/files/pl/web/api/setinterval/index.html @@ -1,6 +1,6 @@ --- title: window.setInterval -slug: Web/API/WindowOrWorkerGlobalScope/setInterval +slug: Web/API/setInterval tags: - DOM - DOM_0 @@ -8,7 +8,7 @@ tags: - Gecko - Wszystkie_kategorie translation_of: Web/API/WindowOrWorkerGlobalScope/setInterval -original_slug: Web/API/Window/setInterval +original_slug: Web/API/WindowOrWorkerGlobalScope/setInterval --- <p>{{ ApiRef() }}</p> diff --git a/files/pl/web/api/windoworworkerglobalscope/settimeout/index.html b/files/pl/web/api/settimeout/index.html index bfe274a8f7..d49c70ced3 100644 --- a/files/pl/web/api/windoworworkerglobalscope/settimeout/index.html +++ b/files/pl/web/api/settimeout/index.html @@ -1,6 +1,6 @@ --- title: window.setTimeout -slug: Web/API/WindowOrWorkerGlobalScope/setTimeout +slug: Web/API/setTimeout tags: - DOM - DOM_0 @@ -8,7 +8,7 @@ tags: - Gecko - Wszystkie_kategorie translation_of: Web/API/WindowOrWorkerGlobalScope/setTimeout -original_slug: Web/API/Window/setTimeout +original_slug: Web/API/WindowOrWorkerGlobalScope/setTimeout --- <p>{{ ApiRef() }}</p> <h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3> diff --git a/files/pl/web/css/css_grid_layout/index.html b/files/pl/web/css/css_grid_layout/index.html index 0894a70679..933e531b6a 100644 --- a/files/pl/web/css/css_grid_layout/index.html +++ b/files/pl/web/css/css_grid_layout/index.html @@ -186,7 +186,7 @@ translation_of: Web/CSS/CSS_Grid_Layout </tbody> </table> -<section class="Quick_links" id="Quick_Links"> +<section id="Quick_links"> <ol> <li><a href="/en-US/docs/Web/CSS"><strong>CSS</strong></a></li> <li><a href="/en-US/docs/Web/CSS/Reference"><strong>CSS Reference</strong></a></li> diff --git a/files/pl/web/css/grid/index.html b/files/pl/web/css/grid/index.html index 6829a1ea22..d213f14e80 100644 --- a/files/pl/web/css/grid/index.html +++ b/files/pl/web/css/grid/index.html @@ -143,7 +143,7 @@ grid: unset; <li>Grid Layout Guide: <em><a href="/en-US/docs/Web/CSS/CSS_Grid_Layout/Grid_Template_Areas#Grid_definition_shorthands">Grid template areas - Grid definition shorthands</a></em></li> </ul> -<section class="Quick_links" id="Quick_Links"> +<section id="Quick_links"> <ol> <li><a href="/en-US/docs/Web/CSS"><strong>CSS</strong></a></li> <li><a href="/en-US/docs/Web/CSS/Reference"><strong>CSS Reference</strong></a></li> |