From de5c456ebded0e038adbf23db34cc290c8829180 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:49:24 +0100 Subject: unslug pl: move --- files/pl/web/xpath/functions/false/index.html | 37 +++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 files/pl/web/xpath/functions/false/index.html (limited to 'files/pl/web/xpath/functions/false') diff --git a/files/pl/web/xpath/functions/false/index.html b/files/pl/web/xpath/functions/false/index.html new file mode 100644 index 0000000000..9eb932a51b --- /dev/null +++ b/files/pl/web/xpath/functions/false/index.html @@ -0,0 +1,37 @@ +--- +title: 'false' +slug: Web/XPath/Funkcje/false +tags: + - Dokumentacje + - Wszystkie_kategorie + - XSLT + - 'XSLT:Dokumentacje' +translation_of: Web/XPath/Functions/false +--- +

+{{ XsltRef() }} +


+Funkcja false zwraca wartość logiczną fałsz. +

+

Składnia

+
false()
+
+

Zwraca

+

Wartość logiczną false. +

+

Uwagi

+

Ta funkcja jest użyteczna jako część porównania: +

+
<xsl:if test="boolean((1 &gt; 2) = false())">
+ Wyrażenie jest ocenione jako true
+</xsl:if>
+
+

Definicja

+

XPath 1.0 4.3 +

+

Gecko

+

Obsługuje. +

+
+
+{{ languages( { "en": "en/XPath/Functions/false", "fr": "fr/XPath/Fonctions/false", "ja": "ja/XPath/Functions/false" } ) }} -- cgit v1.2.3-54-g00ecf