diff options
Diffstat (limited to 'files/pl/web/xpath/functions/function-available/index.html')
-rw-r--r-- | files/pl/web/xpath/functions/function-available/index.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/files/pl/web/xpath/functions/function-available/index.html b/files/pl/web/xpath/functions/function-available/index.html new file mode 100644 index 0000000000..b4471a0825 --- /dev/null +++ b/files/pl/web/xpath/functions/function-available/index.html @@ -0,0 +1,30 @@ +--- +title: function-available +slug: Web/XPath/Functions/function-available +tags: + - Dokumentacje + - Wszystkie_kategorie + - XSLT + - XSLT:Dokumentacje +translation_of: Web/XPath/Functions/function-available +original_slug: Web/XPath/Funkcje/function-available +--- +<p> +{{ XsltRef() }} +</p><p><br> +</p><p>Funkcja <code>function-available</code> określa czy podana funkcja jest dostępna i zwraca wartość logiczną prawda lub fałsz. </p> +<h3 id="Sk.C5.82adnia" name="Sk.C5.82adnia"> Składnia </h3> +<pre class="eval">function-available( <i>nazwa</i> ) +</pre> +<h3 id="Argumenty" name="Argumenty"> Argumenty </h3> +<dl><dt><code><i>name</i></code> +</dt><dd>Nazwa funkcji do ocenienia. </dd></dl> +<h3 id="Zwraca" name="Zwraca"> Zwraca </h3> +<p>Wartość logiczną <code>true</code> lub <code>false</code>. +</p> +<h3 id="Definicja" name="Definicja"> Definicja </h3> +<p><a href="http://www.w3.org/TR/xslt#function-function-available" class="external">XPath 1.0 15</a> +</p> +<h3 id="Gecko" name="Gecko"> Gecko </h3> +<p>Obsługuje. +</p>{{ languages( { "en": "en/XPath/Functions/function-available", "fr": "fr/XPath/Fonctions/function-available" } ) }} |