aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/javascript/reference/global_objects/atomics
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:30 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:30 +0100
commit7766d67593cf81cc5d15a77b6dcad98d1b98f6aa (patch)
tree004e031fc47a2ed576e83000b7ef08f9355459f4 /files/fr/web/javascript/reference/global_objects/atomics
parent39f2114f9797eb51994966c6bb8ff1814c9a4da8 (diff)
downloadtranslated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.gz
translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.bz2
translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.zip
unslug fr: modify
Diffstat (limited to 'files/fr/web/javascript/reference/global_objects/atomics')
-rw-r--r--files/fr/web/javascript/reference/global_objects/atomics/add/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/atomics/and/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/atomics/compareexchange/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/atomics/exchange/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/atomics/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/atomics/islockfree/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/atomics/load/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/atomics/notify/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/atomics/or/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/atomics/store/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/atomics/sub/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/atomics/wait/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/atomics/xor/index.html3
13 files changed, 26 insertions, 13 deletions
diff --git a/files/fr/web/javascript/reference/global_objects/atomics/add/index.html b/files/fr/web/javascript/reference/global_objects/atomics/add/index.html
index 2d9bc81ecc..021dc0cc6f 100644
--- a/files/fr/web/javascript/reference/global_objects/atomics/add/index.html
+++ b/files/fr/web/javascript/reference/global_objects/atomics/add/index.html
@@ -1,6 +1,6 @@
---
title: Atomics.add()
-slug: Web/JavaScript/Reference/Objets_globaux/Atomics/add
+slug: Web/JavaScript/Reference/Global_Objects/Atomics/add
tags:
- Atomics
- JavaScript
@@ -8,6 +8,7 @@ tags:
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Atomics/add
+original_slug: Web/JavaScript/Reference/Objets_globaux/Atomics/add
---
<div>{{JSRef}}</div>
diff --git a/files/fr/web/javascript/reference/global_objects/atomics/and/index.html b/files/fr/web/javascript/reference/global_objects/atomics/and/index.html
index 31fb9d4a53..a558dacae3 100644
--- a/files/fr/web/javascript/reference/global_objects/atomics/and/index.html
+++ b/files/fr/web/javascript/reference/global_objects/atomics/and/index.html
@@ -1,6 +1,6 @@
---
title: Atomics.and()
-slug: Web/JavaScript/Reference/Objets_globaux/Atomics/and
+slug: Web/JavaScript/Reference/Global_Objects/Atomics/and
tags:
- Atomics
- JavaScript
@@ -8,6 +8,7 @@ tags:
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Atomics/and
+original_slug: Web/JavaScript/Reference/Objets_globaux/Atomics/and
---
<div>{{JSRef}}</div>
diff --git a/files/fr/web/javascript/reference/global_objects/atomics/compareexchange/index.html b/files/fr/web/javascript/reference/global_objects/atomics/compareexchange/index.html
index bb470fa343..a28d50c795 100644
--- a/files/fr/web/javascript/reference/global_objects/atomics/compareexchange/index.html
+++ b/files/fr/web/javascript/reference/global_objects/atomics/compareexchange/index.html
@@ -1,6 +1,6 @@
---
title: Atomics.compareExchange()
-slug: Web/JavaScript/Reference/Objets_globaux/Atomics/compareExchange
+slug: Web/JavaScript/Reference/Global_Objects/Atomics/compareExchange
tags:
- Atomics
- JavaScript
@@ -8,6 +8,7 @@ tags:
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Atomics/compareExchange
+original_slug: Web/JavaScript/Reference/Objets_globaux/Atomics/compareExchange
---
<div>{{JSRef}}</div>
diff --git a/files/fr/web/javascript/reference/global_objects/atomics/exchange/index.html b/files/fr/web/javascript/reference/global_objects/atomics/exchange/index.html
index 6c73556862..71819ab8b0 100644
--- a/files/fr/web/javascript/reference/global_objects/atomics/exchange/index.html
+++ b/files/fr/web/javascript/reference/global_objects/atomics/exchange/index.html
@@ -1,6 +1,6 @@
---
title: Atomics.exchange()
-slug: Web/JavaScript/Reference/Objets_globaux/Atomics/exchange
+slug: Web/JavaScript/Reference/Global_Objects/Atomics/exchange
tags:
- Atomics
- JavaScript
@@ -8,6 +8,7 @@ tags:
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Atomics/exchange
+original_slug: Web/JavaScript/Reference/Objets_globaux/Atomics/exchange
---
<div>{{JSRef}}</div>
diff --git a/files/fr/web/javascript/reference/global_objects/atomics/index.html b/files/fr/web/javascript/reference/global_objects/atomics/index.html
index 6ca2de61b4..73f0cc6a20 100644
--- a/files/fr/web/javascript/reference/global_objects/atomics/index.html
+++ b/files/fr/web/javascript/reference/global_objects/atomics/index.html
@@ -1,11 +1,12 @@
---
title: Atomics
-slug: Web/JavaScript/Reference/Objets_globaux/Atomics
+slug: Web/JavaScript/Reference/Global_Objects/Atomics
tags:
- JavaScript
- Mémoire partagée
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Atomics
+original_slug: Web/JavaScript/Reference/Objets_globaux/Atomics
---
<div>{{JSRef}}</div>
diff --git a/files/fr/web/javascript/reference/global_objects/atomics/islockfree/index.html b/files/fr/web/javascript/reference/global_objects/atomics/islockfree/index.html
index 90fcd68c97..9df33c60d8 100644
--- a/files/fr/web/javascript/reference/global_objects/atomics/islockfree/index.html
+++ b/files/fr/web/javascript/reference/global_objects/atomics/islockfree/index.html
@@ -1,6 +1,6 @@
---
title: Atomics.isLockFree()
-slug: Web/JavaScript/Reference/Objets_globaux/Atomics/isLockFree
+slug: Web/JavaScript/Reference/Global_Objects/Atomics/isLockFree
tags:
- Atomics
- JavaScript
@@ -8,6 +8,7 @@ tags:
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Atomics/isLockFree
+original_slug: Web/JavaScript/Reference/Objets_globaux/Atomics/isLockFree
---
<div>{{JSRef}}</div>
diff --git a/files/fr/web/javascript/reference/global_objects/atomics/load/index.html b/files/fr/web/javascript/reference/global_objects/atomics/load/index.html
index 285abde89f..c9b69edd9c 100644
--- a/files/fr/web/javascript/reference/global_objects/atomics/load/index.html
+++ b/files/fr/web/javascript/reference/global_objects/atomics/load/index.html
@@ -1,6 +1,6 @@
---
title: Atomics.load()
-slug: Web/JavaScript/Reference/Objets_globaux/Atomics/load
+slug: Web/JavaScript/Reference/Global_Objects/Atomics/load
tags:
- Atomics
- JavaScript
@@ -8,6 +8,7 @@ tags:
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Atomics/load
+original_slug: Web/JavaScript/Reference/Objets_globaux/Atomics/load
---
<div>{{JSRef}}</div>
diff --git a/files/fr/web/javascript/reference/global_objects/atomics/notify/index.html b/files/fr/web/javascript/reference/global_objects/atomics/notify/index.html
index 6c2c3ebc47..1f150fd9f5 100644
--- a/files/fr/web/javascript/reference/global_objects/atomics/notify/index.html
+++ b/files/fr/web/javascript/reference/global_objects/atomics/notify/index.html
@@ -1,6 +1,6 @@
---
title: Atomics.notify()
-slug: Web/JavaScript/Reference/Objets_globaux/Atomics/notify
+slug: Web/JavaScript/Reference/Global_Objects/Atomics/notify
tags:
- Atomics
- JavaScript
@@ -8,6 +8,7 @@ tags:
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Atomics/notify
+original_slug: Web/JavaScript/Reference/Objets_globaux/Atomics/notify
---
<div>{{JSRef}}</div>
diff --git a/files/fr/web/javascript/reference/global_objects/atomics/or/index.html b/files/fr/web/javascript/reference/global_objects/atomics/or/index.html
index fa53f24777..d4277e4c1e 100644
--- a/files/fr/web/javascript/reference/global_objects/atomics/or/index.html
+++ b/files/fr/web/javascript/reference/global_objects/atomics/or/index.html
@@ -1,6 +1,6 @@
---
title: Atomics.or()
-slug: Web/JavaScript/Reference/Objets_globaux/Atomics/or
+slug: Web/JavaScript/Reference/Global_Objects/Atomics/or
tags:
- Atomics
- JavaScript
@@ -8,6 +8,7 @@ tags:
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Atomics/or
+original_slug: Web/JavaScript/Reference/Objets_globaux/Atomics/or
---
<div>{{JSRef}}</div>
diff --git a/files/fr/web/javascript/reference/global_objects/atomics/store/index.html b/files/fr/web/javascript/reference/global_objects/atomics/store/index.html
index f5b85b974c..d0f201e312 100644
--- a/files/fr/web/javascript/reference/global_objects/atomics/store/index.html
+++ b/files/fr/web/javascript/reference/global_objects/atomics/store/index.html
@@ -1,6 +1,6 @@
---
title: Atomics.store()
-slug: Web/JavaScript/Reference/Objets_globaux/Atomics/store
+slug: Web/JavaScript/Reference/Global_Objects/Atomics/store
tags:
- Atomics
- JavaScript
@@ -8,6 +8,7 @@ tags:
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Atomics/store
+original_slug: Web/JavaScript/Reference/Objets_globaux/Atomics/store
---
<div>{{JSRef}}</div>
diff --git a/files/fr/web/javascript/reference/global_objects/atomics/sub/index.html b/files/fr/web/javascript/reference/global_objects/atomics/sub/index.html
index 3c1dc879a0..8cfcc0b137 100644
--- a/files/fr/web/javascript/reference/global_objects/atomics/sub/index.html
+++ b/files/fr/web/javascript/reference/global_objects/atomics/sub/index.html
@@ -1,6 +1,6 @@
---
title: Atomics.sub()
-slug: Web/JavaScript/Reference/Objets_globaux/Atomics/sub
+slug: Web/JavaScript/Reference/Global_Objects/Atomics/sub
tags:
- Atomics
- JavaScript
@@ -8,6 +8,7 @@ tags:
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Atomics/sub
+original_slug: Web/JavaScript/Reference/Objets_globaux/Atomics/sub
---
<div>{{JSRef}}</div>
diff --git a/files/fr/web/javascript/reference/global_objects/atomics/wait/index.html b/files/fr/web/javascript/reference/global_objects/atomics/wait/index.html
index 430cafd19a..bf151a173f 100644
--- a/files/fr/web/javascript/reference/global_objects/atomics/wait/index.html
+++ b/files/fr/web/javascript/reference/global_objects/atomics/wait/index.html
@@ -1,6 +1,6 @@
---
title: Atomics.wait()
-slug: Web/JavaScript/Reference/Objets_globaux/Atomics/wait
+slug: Web/JavaScript/Reference/Global_Objects/Atomics/wait
tags:
- Atomics
- JavaScript
@@ -8,6 +8,7 @@ tags:
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Atomics/wait
+original_slug: Web/JavaScript/Reference/Objets_globaux/Atomics/wait
---
<div>{{JSRef}}</div>
diff --git a/files/fr/web/javascript/reference/global_objects/atomics/xor/index.html b/files/fr/web/javascript/reference/global_objects/atomics/xor/index.html
index 7aea0aef24..9e300ada27 100644
--- a/files/fr/web/javascript/reference/global_objects/atomics/xor/index.html
+++ b/files/fr/web/javascript/reference/global_objects/atomics/xor/index.html
@@ -1,6 +1,6 @@
---
title: Atomics.xor()
-slug: Web/JavaScript/Reference/Objets_globaux/Atomics/xor
+slug: Web/JavaScript/Reference/Global_Objects/Atomics/xor
tags:
- Atomics
- JavaScript
@@ -8,6 +8,7 @@ tags:
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Atomics/xor
+original_slug: Web/JavaScript/Reference/Objets_globaux/Atomics/xor
---
<div>{{JSRef}}</div>