|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<!-- EN-Revision: 3d4ee5f40afbfe44db4f1b13a22a6a38d4b40c7b Maintainer: PhilDaiguille Status: ready --> |
| 2 | +<!-- EN-Revision: 1c5ff30e9ae64bd4fd7ebbd0cccfb1e642e1b02c Maintainer: PhilDaiguille Status: ready --> |
3 | 3 | <!-- Reviewed: yes Maintainer: Marqitos --> |
4 | 4 | <!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. --> |
5 | 5 | <appendix xml:id="filter.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> |
|
283 | 283 | <listitem> |
284 | 284 | <simpara> |
285 | 285 | Devuelve &true; para <literal>"1"</literal>, |
286 | | - <literal>1</literal> incluyendo notaciones binarias, octales y hexadecimales, <literal>1.0</literal>, |
| 286 | + <literal>1</literal> incluyendo notaciones binarias, octales y hexadecimales, <literal>1.0</literal> incluyendo notación científica, |
287 | 287 | <literal>"true"</literal>, <literal>true</literal>, |
288 | 288 | <literal>"on"</literal>, |
289 | 289 | y <literal>"yes"</literal>. |
290 | 290 | </simpara> |
291 | 291 | <simpara> |
292 | 292 | Devuelve &false; para <literal>"0"</literal>, |
293 | | - <literal>0</literal> incluyendo notaciones binarias, octales y hexadecimales, <literal>0.0</literal>, |
| 293 | + <literal>0</literal> incluyendo notaciones binarias, octales y hexadecimales, <literal>0.0</literal> incluyendo notación científica, |
294 | 294 | <literal>"false"</literal>, <literal>false</literal>, |
295 | 295 | <literal>"off"</literal>, |
296 | 296 | <literal>"no"</literal>, y |
|
0 commit comments