From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pl/web/xpath/funkcje/not/index.html | 37 +++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 files/pl/web/xpath/funkcje/not/index.html (limited to 'files/pl/web/xpath/funkcje/not') diff --git a/files/pl/web/xpath/funkcje/not/index.html b/files/pl/web/xpath/funkcje/not/index.html new file mode 100644 index 0000000000..9de59d5d7a --- /dev/null +++ b/files/pl/web/xpath/funkcje/not/index.html @@ -0,0 +1,37 @@ +--- +title: not +slug: Web/XPath/Funkcje/not +tags: + - Dokumentacje + - Wszystkie_kategorie + - XSLT + - 'XSLT:Dokumentacje' +translation_of: Web/XPath/Functions/not +--- +

+{{ XsltRef() }} +


+Funkcja not ocenia wartość wyrażenia logicznego i zwraca wartość przeciwną. +

+

Składnia

+
not( wyrażenie )
+
+

Argumenty

+
wyrażenie +
Wyrażenie jest oceniane dokładnie tak, jak gdyby zostało ono przekazane jako argument funkcji boolean(). +
+

Zwraca

+

Prawda, jeśli wyrażenie jest fałszywe; fałsz, jeżeli wyrażenie zostało ocenione jako prawdziwe. +

+

Uwagi

+ +

Definicja

+

XPath 1.0 4.3 +

+

Gecko

+

Obsługuje. +

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