mirror of
https://github.com/php/doc-es.git
synced 2026-03-26 08:22:08 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@324111 c90b9560-bf6c-de11-be94-00142212c4b1
57 lines
1.7 KiB
XML
57 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 4de5cce5d886bf7ea08db8583141ff9715b47073 Maintainer: jesusruiz Status: ready -->
|
|
<!-- Reviewed: no Maintainer: jesusruiz -->
|
|
|
|
<appendix xml:id="xdiff.constants" xmlns="http://docbook.org/ns/docbook">
|
|
&reftitle.constants;
|
|
&extension.constants;
|
|
<variablelist>
|
|
<varlistentry xml:id="constant.xdiff-patch-normal">
|
|
<term>
|
|
<constant>XDIFF_PATCH_NORMAL</constant>
|
|
(<type>integer</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Este indicador indica que las funciones <function>xdiff_string_patch</function> y
|
|
<function>xdiff_file_patch</function> deben crear el resultado de
|
|
aplicar el parche al contenido original, creando así una versión más reciente del archivo. Este es el
|
|
modo por defecto de funcionamiento.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.xdiff-patch-reverse">
|
|
<term>
|
|
<constant>XDIFF_PATCH_REVERSE</constant>
|
|
(<type>integer</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Este indicador indica que las funciones <function>xdiff_string_patch</function> y
|
|
<function>xdiff_file_patch</function> deben crear el resultado de
|
|
revertir el parche de modificación desde el nuevo contenido, creando así la versión original.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</appendix>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
-->
|