aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/exslt/math
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/fr/web/exslt/math
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/fr/web/exslt/math')
-rw-r--r--files/fr/web/exslt/math/highest/index.html40
-rw-r--r--files/fr/web/exslt/math/index.html6
-rw-r--r--files/fr/web/exslt/math/lowest/index.html40
-rw-r--r--files/fr/web/exslt/math/min/index.html41
4 files changed, 127 insertions, 0 deletions
diff --git a/files/fr/web/exslt/math/highest/index.html b/files/fr/web/exslt/math/highest/index.html
new file mode 100644
index 0000000000..58050e9e5f
--- /dev/null
+++ b/files/fr/web/exslt/math/highest/index.html
@@ -0,0 +1,40 @@
+---
+title: highest
+slug: Web/EXSLT/math/highest
+tags:
+ - EXSLT
+ - XSLT
+translation_of: Web/EXSLT/math/highest
+---
+<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}<br>
+ <code>math:highest()</code> retourne le nœud de l'ensemble de nœuds spécifié possédant la plus grande valeur (où la plus grande valeur est calculée avec <code><a href="fr/EXSLT/math/max">math:max()</a></code>).</p>
+
+<p>Un nœud a sa valeur maximale si sa valeur de chaîne convertie en nombre est égale à la valeur maximale.</p>
+
+<p>{{ Note() }}</p>
+
+<h3 id="Syntaxe" name="Syntaxe">Syntaxe</h3>
+
+<pre class="eval">math:highest(<em>ensembleNœud</em>)
+</pre>
+
+<h3 id="Arguments" name="Arguments">Arguments</h3>
+
+<dl>
+ <dt><code>ensembleNœud</code></dt>
+ <dd>L'ensemble de nœuds pour lequel il faut retourner la plus grande valeur.</dd>
+</dl>
+
+<h3 id="Retourne" name="Retourne">Retourne</h3>
+
+<p>Un fragment d'arbre résultat consistant en copies des nœuds retournés par la fonction <code><a href="fr/EXSLT/math/max">math:max()</a></code>.</p>
+
+<h3 id="D.C3.A9finition" name="D.C3.A9finition">Définition</h3>
+
+<ul>
+ <li><a class="external" href="http://www.exslt.org/regexp/functions/highest/index.html">EXSLT - MATH:HIGHEST (en)</a></li>
+</ul>
+
+<h3 id="Support_par_Gecko" name="Support_par_Gecko">Support par Gecko</h3>
+
+<p>Supporté par Gecko 1.9 et ultérieur.</p>
diff --git a/files/fr/web/exslt/math/index.html b/files/fr/web/exslt/math/index.html
new file mode 100644
index 0000000000..fe412ed7d8
--- /dev/null
+++ b/files/fr/web/exslt/math/index.html
@@ -0,0 +1,6 @@
+---
+title: math
+slug: Web/EXSLT/math
+translation_of: Web/EXSLT/math
+---
+<p>{{wiki.localize('System.API.page-generated-for-subpage')}}</p>
diff --git a/files/fr/web/exslt/math/lowest/index.html b/files/fr/web/exslt/math/lowest/index.html
new file mode 100644
index 0000000000..0c3ca2727d
--- /dev/null
+++ b/files/fr/web/exslt/math/lowest/index.html
@@ -0,0 +1,40 @@
+---
+title: lowest
+slug: Web/EXSLT/math/lowest
+tags:
+ - EXSLT
+ - XSLT
+translation_of: Web/EXSLT/math/lowest
+---
+<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}<br>
+ <code>math:lowest()</code> retourne le nœud de l'ensemble de nœuds spécifié possédant la plus grande valeur (où la plus grande valeur est calculée avec <code><a href="fr/EXSLT/math/min">math:min()</a></code>).</p>
+
+<p>Un nœud a sa valeur minimale si sa valeur de chaîne convertie en nombre est égale à la valeur minimale.</p>
+
+<p>{{ Note() }}</p>
+
+<h3 id="Syntaxe" name="Syntaxe">Syntaxe</h3>
+
+<pre class="eval">math:lowest(<em>ensembleNœud</em>)
+</pre>
+
+<h3 id="Arguments" name="Arguments">Arguments</h3>
+
+<dl>
+ <dt><code><em>ensembleNœud</em></code></dt>
+ <dd>L'ensemble de nœuds pour lequel il faut retourner la plus petite valeur.</dd>
+</dl>
+
+<h3 id="Retourne" name="Retourne">Retourne</h3>
+
+<p>Un fragment d'arbre résultat consistant en copies des nœuds retournés par la fonction <code><a href="fr/EXSLT/math/min">math:min()</a></code>.</p>
+
+<h3 id="D.C3.A9finition" name="D.C3.A9finition">Définition</h3>
+
+<ul>
+ <li><a class="external" href="http://www.exslt.org/regexp/functions/lowest/index.html">EXSLT - MATH:HIGHEST (en)</a></li>
+</ul>
+
+<h3 id="Support_par_Gecko" name="Support_par_Gecko">Support par Gecko</h3>
+
+<p>Supporté par Gecko 1.9 et ultérieur.</p>
diff --git a/files/fr/web/exslt/math/min/index.html b/files/fr/web/exslt/math/min/index.html
new file mode 100644
index 0000000000..28d2947748
--- /dev/null
+++ b/files/fr/web/exslt/math/min/index.html
@@ -0,0 +1,41 @@
+---
+title: min
+slug: Web/EXSLT/math/min
+tags:
+ - EXSLT
+ - XSLT
+translation_of: Web/EXSLT/math/min
+---
+<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p>
+
+<p><br>
+ <code>math:min()</code> renvoir la valeur minimale pour un ensemble de nœuds.</p>
+
+<p>Pour calculer la valeur minimale d'un ensemble de nœuds, l'ensemble est trié dans l'ordre croissant comme il le serait avec la commande <code><a href="fr/XSLT/sort">xsl:sort()</a></code> avec un type de donnée <code>number</code>. La valeur minimale est ensuite le premier nœud de la liste triée, converti en nombre.</p>
+
+<p>{{ Note() }}</p>
+
+<h3 id="Syntax" name="Syntax">Syntaxe</h3>
+
+<pre class="eval">math:min(<em>nodeSet</em>)
+</pre>
+
+<h3 id="Arguments" name="Arguments">Arguments</h3>
+
+<dl>
+ <dt><code><em>nodeSet</em></code></dt>
+ <dd>L'ensemble de nœuds dont la valeur la plus faible est recherchée.</dd>
+</dl>
+
+<h3 id="Returns" name="Returns">Renvoie</h3>
+
+<p>Fragment de l'arbre du résultat représentant la valeur numérique du nœud avec la valeur la plus faible sous forme d'une de caractères.</p>
+
+<h3 id="Defined" name="Defined">Défini</h3>
+
+<p><a class="external" href="http://www.exslt.org/regexp/functions/min/index.html">EXSLT - MATH:MIN</a></p>
+
+<h3 id="Gecko_support" name="Gecko_support">Prise en charge par Gecko</h3>
+
+<p><br>
+ Pris en charge par Gecko 1.9 et suivants.</p>