diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-11 08:09:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-11 08:09:49 +0100 |
commit | 8e4b6a2591e41a2f09549c99bf077a596703c2ac (patch) | |
tree | abd4852fa1e7e55a33f5c206ed10b7369b9f797f /files/fr/web/exslt/str | |
parent | 0c7447342f42b5d181db04f6b5459b052270d9b7 (diff) | |
download | translated-content-8e4b6a2591e41a2f09549c99bf077a596703c2ac.tar.gz translated-content-8e4b6a2591e41a2f09549c99bf077a596703c2ac.tar.bz2 translated-content-8e4b6a2591e41a2f09549c99bf077a596703c2ac.zip |
Fix MD conversion errors (#3016)
Diffstat (limited to 'files/fr/web/exslt/str')
-rw-r--r-- | files/fr/web/exslt/str/concat/index.html | 10 | ||||
-rw-r--r-- | files/fr/web/exslt/str/split/index.html | 10 | ||||
-rw-r--r-- | files/fr/web/exslt/str/tokenize/index.html | 10 |
3 files changed, 15 insertions, 15 deletions
diff --git a/files/fr/web/exslt/str/concat/index.html b/files/fr/web/exslt/str/concat/index.html index 117e9244f0..4d2b05080c 100644 --- a/files/fr/web/exslt/str/concat/index.html +++ b/files/fr/web/exslt/str/concat/index.html @@ -11,28 +11,28 @@ translation_of: Web/EXSLT/str/concat <p><br> <code>str:concat()</code> retourne une chaîne contenant toutes les valeurs de chaînes d'un ensemble de nœuds concaténées ensembles.</p> -<h3 id="Syntaxe" name="Syntaxe">Syntaxe</h3> +<h3 id="Syntaxe">Syntaxe</h3> <pre class="eval">str:concat(<em>ensembleNœud</em>) </pre> -<h3 id="Arguments" name="Arguments">Arguments</h3> +<h3 id="Arguments">Arguments</h3> <dl> <dt><code>ensembleNœud</code></dt> <dd>L'ensemble de nœuds dont les valeurs de chaînes doivent être concaténées en une seule chaîne.</dd> </dl> -<h3 id="Retourne" name="Retourne">Retourne</h3> +<h3 id="Retourne">Retourne</h3> <p>Une chaîne dont la valeur correspond à toutes les valeurs des chaînes des nœuds de <code>ensembleNœud</code> concaténées ensembles. Si <code>ensembleNœud</code> est vide, une chaîne vide est retournée.</p> -<h3 id="D.C3.A9finition" name="D.C3.A9finition">Définition</h3> +<h3 id="D.C3.A9finition">Définition</h3> <ul> <li><a class="external" href="http://www.exslt.org/str/functions/concat/">EXSLT - STR:CONCAT (en)</a></li> </ul> -<h3 id="Support_par_Gecko" name="Support_par_Gecko">Support par Gecko</h3> +<h3 id="Support_par_Gecko">Support par Gecko</h3> <p>Supporté par Gecko 1.9 et ultérieur.</p> diff --git a/files/fr/web/exslt/str/split/index.html b/files/fr/web/exslt/str/split/index.html index d568088bb3..b9fc963ad3 100644 --- a/files/fr/web/exslt/str/split/index.html +++ b/files/fr/web/exslt/str/split/index.html @@ -11,12 +11,12 @@ translation_of: Web/EXSLT/str/split <p><br> <code>str:split()</code> divise une chaîne en utilisation un motif pour déterminer où doivent être fait les séparations, en retournant un ensemble de nœuds contenant les chaînes résultantes.</p> -<h3 id="Syntaxe" name="Syntaxe">Syntaxe</h3> +<h3 id="Syntaxe">Syntaxe</h3> <pre class="eval">str:split(<em>chaîne</em>,<em>motif</em>) </pre> -<h3 id="Arguments" name="Arguments">Arguments</h3> +<h3 id="Arguments">Arguments</h3> <dl> <dt><code>chaîne</code></dt> @@ -25,7 +25,7 @@ translation_of: Web/EXSLT/str/split <dd>Le motif indiquant les endroits de division de la chaîne.</dd> </dl> -<h3 id="Retourne" name="Retourne">Retourne</h3> +<h3 id="Retourne">Retourne</h3> <p>Un ensemble de nœuds d'éléments <code>token</code>, contenant chacun un <code>token</code> provenant de <code>chaîne</code>.</p> @@ -42,12 +42,12 @@ translation_of: Web/EXSLT/str/split <token>chaise</token> </pre> -<h3 id="D.C3.A9finition" name="D.C3.A9finition">Définition</h3> +<h3 id="D.C3.A9finition">Définition</h3> <ul> <li><a class="external" href="http://www.exslt.org/regexp/functions/split/index.html">EXSLT - STR:SPLIT (en)</a></li> </ul> -<h3 id="Support_par_Gecko" name="Support_par_Gecko">Support par Gecko</h3> +<h3 id="Support_par_Gecko">Support par Gecko</h3> <p>Supporté par Gecko 1.9 et ultérieur.</p> diff --git a/files/fr/web/exslt/str/tokenize/index.html b/files/fr/web/exslt/str/tokenize/index.html index ffa54bdfdd..21c1fc8173 100644 --- a/files/fr/web/exslt/str/tokenize/index.html +++ b/files/fr/web/exslt/str/tokenize/index.html @@ -11,12 +11,12 @@ translation_of: Web/EXSLT/str/tokenize <p><br> <code>str:tokenize()</code> divise une chaîne en utilisant un ensemble de caractère comme délimiteur qui détermine l'endroit où doivent être fait les séparations, en retournant un ensemble de nœuds contenant les chaînes résultantes.</p> -<h3 id="Syntaxe" name="Syntaxe">Syntaxe</h3> +<h3 id="Syntaxe">Syntaxe</h3> <pre class="eval">str:tokenize(<em>chaîne</em>,<em>délimiteurs</em>) </pre> -<h3 id="Arguments" name="Arguments">Arguments</h3> +<h3 id="Arguments">Arguments</h3> <dl> <dt><code>chaîne</code></dt> @@ -25,7 +25,7 @@ translation_of: Web/EXSLT/str/tokenize <dd>Chaque caractère de la chaîne est utilisé comme séparateur de mot pendant le marquage.</dd> </dl> -<h3 id="Retourne" name="Retourne">Retourne</h3> +<h3 id="Retourne">Retourne</h3> <p>Un ensemble de nœuds d'éléments <code>token</code>, contenant chacun un <code>token</code> provenant de <code>chaîne</code>.</p> @@ -44,12 +44,12 @@ translation_of: Web/EXSLT/str/tokenize <token>23</token> </pre> -<h3 id="D.C3.A9finition" name="D.C3.A9finition">Définition</h3> +<h3 id="D.C3.A9finition">Définition</h3> <ul> <li><a class="external" href="http://www.exslt.org/regexp/functions/tokenize/index.html">EXSLT - STR:TOKENIZE (en)</a></li> </ul> -<h3 id="Support_par_Gecko" name="Support_par_Gecko">Support par Gecko</h3> +<h3 id="Support_par_Gecko">Support par Gecko</h3> <p>Supporté par Gecko 1.9 et ultérieur.</p> |