aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/javascript/reference/global_objects/function
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:25 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:25 +0100
commitb8170f78422f2269dfc9df7760cc1ad51c048c00 (patch)
treebbe8555451304d47a06232ea37338c1678f2f1ed /files/pl/web/javascript/reference/global_objects/function
parentde5c456ebded0e038adbf23db34cc290c8829180 (diff)
downloadtranslated-content-b8170f78422f2269dfc9df7760cc1ad51c048c00.tar.gz
translated-content-b8170f78422f2269dfc9df7760cc1ad51c048c00.tar.bz2
translated-content-b8170f78422f2269dfc9df7760cc1ad51c048c00.zip
unslug pl: modify
Diffstat (limited to 'files/pl/web/javascript/reference/global_objects/function')
-rw-r--r--files/pl/web/javascript/reference/global_objects/function/apply/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/function/arguments/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/function/bind/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/function/caller/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/function/displayname/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/function/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/function/length/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/function/tostring/index.html3
8 files changed, 16 insertions, 8 deletions
diff --git a/files/pl/web/javascript/reference/global_objects/function/apply/index.html b/files/pl/web/javascript/reference/global_objects/function/apply/index.html
index 411b47423a..1114e51167 100644
--- a/files/pl/web/javascript/reference/global_objects/function/apply/index.html
+++ b/files/pl/web/javascript/reference/global_objects/function/apply/index.html
@@ -1,7 +1,8 @@
---
title: Function.prototype.apply()
-slug: Web/JavaScript/Referencje/Obiekty/Function/apply
+slug: Web/JavaScript/Reference/Global_Objects/Function/apply
translation_of: Web/JavaScript/Reference/Global_Objects/Function/apply
+original_slug: Web/JavaScript/Referencje/Obiekty/Function/apply
---
<div>{{JSRef}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/function/arguments/index.html b/files/pl/web/javascript/reference/global_objects/function/arguments/index.html
index abbb63eef4..2730721c86 100644
--- a/files/pl/web/javascript/reference/global_objects/function/arguments/index.html
+++ b/files/pl/web/javascript/reference/global_objects/function/arguments/index.html
@@ -1,12 +1,13 @@
---
title: Function.arguments
-slug: Web/JavaScript/Referencje/Obiekty/Function/arguments
+slug: Web/JavaScript/Reference/Global_Objects/Function/arguments
tags:
- Dokumentacja_JavaScript
- Dokumentacje
- JavaScript
- Wszystkie_kategorie
translation_of: Web/JavaScript/Reference/Global_Objects/Function/arguments
+original_slug: Web/JavaScript/Referencje/Obiekty/Function/arguments
---
<p>{{JSRef}}{{ Deprecated_header() }}</p>
diff --git a/files/pl/web/javascript/reference/global_objects/function/bind/index.html b/files/pl/web/javascript/reference/global_objects/function/bind/index.html
index 028db6b6d4..804d686f1d 100644
--- a/files/pl/web/javascript/reference/global_objects/function/bind/index.html
+++ b/files/pl/web/javascript/reference/global_objects/function/bind/index.html
@@ -1,7 +1,8 @@
---
title: Function.prototype.bind()
-slug: Web/JavaScript/Referencje/Obiekty/Function/bind
+slug: Web/JavaScript/Reference/Global_Objects/Function/bind
translation_of: Web/JavaScript/Reference/Global_Objects/Function/bind
+original_slug: Web/JavaScript/Referencje/Obiekty/Function/bind
---
<div>{{JSRef}}<br>
Metoda <span class="seoSummary"><code><strong>bind()</strong></code> </span> tworzy nową funkcję, której wywołanie powoduje ustawienie <strong>this</strong> na podaną wartość, z podaną sekwencją argumentów poprzedzającą dowolną podaną podczas wywołania nowej funkcji.<br>
diff --git a/files/pl/web/javascript/reference/global_objects/function/caller/index.html b/files/pl/web/javascript/reference/global_objects/function/caller/index.html
index 1c86b7f92f..c32102869a 100644
--- a/files/pl/web/javascript/reference/global_objects/function/caller/index.html
+++ b/files/pl/web/javascript/reference/global_objects/function/caller/index.html
@@ -1,12 +1,13 @@
---
title: Function.caller
-slug: Web/JavaScript/Referencje/Obiekty/Function/caller
+slug: Web/JavaScript/Reference/Global_Objects/Function/caller
tags:
- Function
- JavaScript
- Non-standard
- Property
translation_of: Web/JavaScript/Reference/Global_Objects/Function/caller
+original_slug: Web/JavaScript/Referencje/Obiekty/Function/caller
---
<div>{{JSRef}} {{non-standard_header}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/function/displayname/index.html b/files/pl/web/javascript/reference/global_objects/function/displayname/index.html
index 72c8c41257..c9fe6b741a 100644
--- a/files/pl/web/javascript/reference/global_objects/function/displayname/index.html
+++ b/files/pl/web/javascript/reference/global_objects/function/displayname/index.html
@@ -1,7 +1,8 @@
---
title: Function.displayName
-slug: Web/JavaScript/Referencje/Obiekty/Function/displayName
+slug: Web/JavaScript/Reference/Global_Objects/Function/displayName
translation_of: Web/JavaScript/Reference/Global_Objects/Function/displayName
+original_slug: Web/JavaScript/Referencje/Obiekty/Function/displayName
---
<div>{{JSRef}} {{non-standard_header}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/function/index.html b/files/pl/web/javascript/reference/global_objects/function/index.html
index 2db4d33411..5a9e96f266 100644
--- a/files/pl/web/javascript/reference/global_objects/function/index.html
+++ b/files/pl/web/javascript/reference/global_objects/function/index.html
@@ -1,11 +1,12 @@
---
title: Function
-slug: Web/JavaScript/Referencje/Obiekty/Function
+slug: Web/JavaScript/Reference/Global_Objects/Function
tags:
- Function
- JavaScript
- Konstruktor
translation_of: Web/JavaScript/Reference/Global_Objects/Function
+original_slug: Web/JavaScript/Referencje/Obiekty/Function
---
<div>{{JSRef}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/function/length/index.html b/files/pl/web/javascript/reference/global_objects/function/length/index.html
index e34ecb8154..df26b64675 100644
--- a/files/pl/web/javascript/reference/global_objects/function/length/index.html
+++ b/files/pl/web/javascript/reference/global_objects/function/length/index.html
@@ -1,11 +1,12 @@
---
title: Function.length
-slug: Web/JavaScript/Referencje/Obiekty/Function/length
+slug: Web/JavaScript/Reference/Global_Objects/Function/length
tags:
- Function
- JavaScript
- Property
translation_of: Web/JavaScript/Reference/Global_Objects/Function/length
+original_slug: Web/JavaScript/Referencje/Obiekty/Function/length
---
<p>{{JSRef}}</p>
diff --git a/files/pl/web/javascript/reference/global_objects/function/tostring/index.html b/files/pl/web/javascript/reference/global_objects/function/tostring/index.html
index 2f158219b9..675f65c662 100644
--- a/files/pl/web/javascript/reference/global_objects/function/tostring/index.html
+++ b/files/pl/web/javascript/reference/global_objects/function/tostring/index.html
@@ -1,12 +1,13 @@
---
title: Function.prototype.toString()
-slug: Web/JavaScript/Referencje/Obiekty/Function/toString
+slug: Web/JavaScript/Reference/Global_Objects/Function/toString
tags:
- Function
- JavaScript
- Method
- Prototype
translation_of: Web/JavaScript/Reference/Global_Objects/Function/toString
+original_slug: Web/JavaScript/Referencje/Obiekty/Function/toString
---
<div>{{JSRef}}</div>