aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/javascript/reference/global_objects/function
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/javascript/reference/global_objects/function')
-rw-r--r--files/fr/web/javascript/reference/global_objects/function/apply/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/function/arguments/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/function/bind/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/function/call/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/function/caller/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/function/displayname/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/function/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/function/length/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/function/name/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/function/tosource/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/function/tostring/index.html3
11 files changed, 22 insertions, 11 deletions
diff --git a/files/fr/web/javascript/reference/global_objects/function/apply/index.html b/files/fr/web/javascript/reference/global_objects/function/apply/index.html
index 6c1f23d146..fe76177918 100644
--- a/files/fr/web/javascript/reference/global_objects/function/apply/index.html
+++ b/files/fr/web/javascript/reference/global_objects/function/apply/index.html
@@ -1,12 +1,13 @@
---
title: Function.prototype.apply()
-slug: Web/JavaScript/Reference/Objets_globaux/Function/apply
+slug: Web/JavaScript/Reference/Global_Objects/Function/apply
tags:
- Function
- JavaScript
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Function/apply
+original_slug: Web/JavaScript/Reference/Objets_globaux/Function/apply
---
<div>{{JSRef}}</div>
diff --git a/files/fr/web/javascript/reference/global_objects/function/arguments/index.html b/files/fr/web/javascript/reference/global_objects/function/arguments/index.html
index 13bfc16dd3..5c3c25d536 100644
--- a/files/fr/web/javascript/reference/global_objects/function/arguments/index.html
+++ b/files/fr/web/javascript/reference/global_objects/function/arguments/index.html
@@ -1,6 +1,6 @@
---
title: Function.arguments
-slug: Web/JavaScript/Reference/Objets_globaux/Function/arguments
+slug: Web/JavaScript/Reference/Global_Objects/Function/arguments
tags:
- Déprécié
- Function
@@ -9,6 +9,7 @@ tags:
- Reference
- arguments
translation_of: Web/JavaScript/Reference/Global_Objects/Function/arguments
+original_slug: Web/JavaScript/Reference/Objets_globaux/Function/arguments
---
<div>{{JSRef}} {{Deprecated_header}}</div>
diff --git a/files/fr/web/javascript/reference/global_objects/function/bind/index.html b/files/fr/web/javascript/reference/global_objects/function/bind/index.html
index dd214fe306..577a5be803 100644
--- a/files/fr/web/javascript/reference/global_objects/function/bind/index.html
+++ b/files/fr/web/javascript/reference/global_objects/function/bind/index.html
@@ -1,6 +1,6 @@
---
title: Function.prototype.bind()
-slug: Web/JavaScript/Reference/Objets_globaux/Function/bind
+slug: Web/JavaScript/Reference/Global_Objects/Function/bind
tags:
- ECMAScript 2015
- ECMAScript 5
@@ -10,6 +10,7 @@ tags:
- Reference
- polyfill
translation_of: Web/JavaScript/Reference/Global_Objects/Function/bind
+original_slug: Web/JavaScript/Reference/Objets_globaux/Function/bind
---
<div>{{JSRef}}</div>
diff --git a/files/fr/web/javascript/reference/global_objects/function/call/index.html b/files/fr/web/javascript/reference/global_objects/function/call/index.html
index b419b7eca6..37bc685d26 100644
--- a/files/fr/web/javascript/reference/global_objects/function/call/index.html
+++ b/files/fr/web/javascript/reference/global_objects/function/call/index.html
@@ -1,12 +1,13 @@
---
title: Function.prototype.call()
-slug: Web/JavaScript/Reference/Objets_globaux/Function/call
+slug: Web/JavaScript/Reference/Global_Objects/Function/call
tags:
- Function
- JavaScript
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Function/call
+original_slug: Web/JavaScript/Reference/Objets_globaux/Function/call
---
<div>{{JSRef}}</div>
diff --git a/files/fr/web/javascript/reference/global_objects/function/caller/index.html b/files/fr/web/javascript/reference/global_objects/function/caller/index.html
index 9956ad14ee..d0a7b73fe6 100644
--- a/files/fr/web/javascript/reference/global_objects/function/caller/index.html
+++ b/files/fr/web/javascript/reference/global_objects/function/caller/index.html
@@ -1,12 +1,13 @@
---
title: Function.caller
-slug: Web/JavaScript/Reference/Objets_globaux/Function/caller
+slug: Web/JavaScript/Reference/Global_Objects/Function/caller
tags:
- Function
- JavaScript
- Propriété
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Function/caller
+original_slug: Web/JavaScript/Reference/Objets_globaux/Function/caller
---
<div>{{JSRef}} {{non-standard_header}}</div>
diff --git a/files/fr/web/javascript/reference/global_objects/function/displayname/index.html b/files/fr/web/javascript/reference/global_objects/function/displayname/index.html
index dc9f7fc870..25354d9e02 100644
--- a/files/fr/web/javascript/reference/global_objects/function/displayname/index.html
+++ b/files/fr/web/javascript/reference/global_objects/function/displayname/index.html
@@ -1,6 +1,6 @@
---
title: Function.displayName
-slug: Web/JavaScript/Reference/Objets_globaux/Function/displayName
+slug: Web/JavaScript/Reference/Global_Objects/Function/displayName
tags:
- Function
- JavaScript
@@ -8,6 +8,7 @@ tags:
- Propriété
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Function/displayName
+original_slug: Web/JavaScript/Reference/Objets_globaux/Function/displayName
---
<div>{{JSRef}} {{Non-standard_header}}</div>
diff --git a/files/fr/web/javascript/reference/global_objects/function/index.html b/files/fr/web/javascript/reference/global_objects/function/index.html
index 01c2a34869..b63325c86b 100644
--- a/files/fr/web/javascript/reference/global_objects/function/index.html
+++ b/files/fr/web/javascript/reference/global_objects/function/index.html
@@ -1,12 +1,13 @@
---
title: Function
-slug: Web/JavaScript/Reference/Objets_globaux/Function
+slug: Web/JavaScript/Reference/Global_Objects/Function
tags:
- Constructor
- Function
- JavaScript
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Function
+original_slug: Web/JavaScript/Reference/Objets_globaux/Function
---
<div>{{JSRef}}</div>
diff --git a/files/fr/web/javascript/reference/global_objects/function/length/index.html b/files/fr/web/javascript/reference/global_objects/function/length/index.html
index 023b40a5f8..391c18a64a 100644
--- a/files/fr/web/javascript/reference/global_objects/function/length/index.html
+++ b/files/fr/web/javascript/reference/global_objects/function/length/index.html
@@ -1,12 +1,13 @@
---
title: Function.length
-slug: Web/JavaScript/Reference/Objets_globaux/Function/length
+slug: Web/JavaScript/Reference/Global_Objects/Function/length
tags:
- Function
- JavaScript
- Propriété
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Function/length
+original_slug: Web/JavaScript/Reference/Objets_globaux/Function/length
---
<div>{{JSRef}}</div>
diff --git a/files/fr/web/javascript/reference/global_objects/function/name/index.html b/files/fr/web/javascript/reference/global_objects/function/name/index.html
index b9b6f8300e..0ee47b1d1e 100644
--- a/files/fr/web/javascript/reference/global_objects/function/name/index.html
+++ b/files/fr/web/javascript/reference/global_objects/function/name/index.html
@@ -1,6 +1,6 @@
---
title: Function.name
-slug: Web/JavaScript/Reference/Objets_globaux/Function/name
+slug: Web/JavaScript/Reference/Global_Objects/Function/name
tags:
- ECMAScript 2015
- Function
@@ -8,6 +8,7 @@ tags:
- Propriété
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Function/name
+original_slug: Web/JavaScript/Reference/Objets_globaux/Function/name
---
<div>{{JSRef}}</div>
diff --git a/files/fr/web/javascript/reference/global_objects/function/tosource/index.html b/files/fr/web/javascript/reference/global_objects/function/tosource/index.html
index 3eb4b0d6dc..e81a86fa91 100644
--- a/files/fr/web/javascript/reference/global_objects/function/tosource/index.html
+++ b/files/fr/web/javascript/reference/global_objects/function/tosource/index.html
@@ -1,12 +1,13 @@
---
title: Function.prototype.toSource()
-slug: Web/JavaScript/Reference/Objets_globaux/Function/toSource
+slug: Web/JavaScript/Reference/Global_Objects/Function/toSource
tags:
- Function
- JavaScript
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Function/toSource
+original_slug: Web/JavaScript/Reference/Objets_globaux/Function/toSource
---
<div>{{JSRef}}{{non-standard_header}}</div>
diff --git a/files/fr/web/javascript/reference/global_objects/function/tostring/index.html b/files/fr/web/javascript/reference/global_objects/function/tostring/index.html
index db667ff0f6..11d561c24d 100644
--- a/files/fr/web/javascript/reference/global_objects/function/tostring/index.html
+++ b/files/fr/web/javascript/reference/global_objects/function/tostring/index.html
@@ -1,6 +1,6 @@
---
title: Function.prototype.toString()
-slug: Web/JavaScript/Reference/Objets_globaux/Function/toString
+slug: Web/JavaScript/Reference/Global_Objects/Function/toString
tags:
- Function
- JavaScript
@@ -8,6 +8,7 @@ tags:
- Prototype
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Function/toString
+original_slug: Web/JavaScript/Reference/Objets_globaux/Function/toString
---
<div>{{JSRef}}</div>