Removed the deprecated ccvs extension from all of phpdoc.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255540 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2008-03-20 01:47:27 +00:00
parent 5feb99c8d2
commit d096263468
21 changed files with 2 additions and 861 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.33 $ -->
<!-- $Revision: 1.34 $ -->
<appendix xml:id="aliases" xmlns="http://docbook.org/ns/docbook">
<title>List of Function Aliases</title>
<para>
@ -124,86 +124,6 @@
<entry><function>com_propput</function></entry>
<entry><link linkend="ref.com">COM</link></entry>
</row>
<row>
<entry>cv_add</entry>
<entry><function>ccvs_add</function></entry>
<entry><link linkend="ref.ccvs">CCVS</link></entry>
</row>
<row>
<entry>cv_auth</entry>
<entry><function>ccvs_auth</function></entry>
<entry><link linkend="ref.ccvs">CCVS</link></entry>
</row>
<row>
<entry>cv_command</entry>
<entry><function>ccvs_command</function></entry>
<entry><link linkend="ref.ccvs">CCVS</link></entry>
</row>
<row>
<entry>cv_count</entry>
<entry><function>ccvs_count</function></entry>
<entry><link linkend="ref.ccvs">CCVS</link></entry>
</row>
<row>
<entry>cv_delete</entry>
<entry><function>ccvs_delete</function></entry>
<entry><link linkend="ref.ccvs">CCVS</link></entry>
</row>
<row>
<entry>cv_done</entry>
<entry><function>ccvs_done</function></entry>
<entry><link linkend="ref.ccvs">CCVS</link></entry>
</row>
<row>
<entry>cv_init</entry>
<entry><function>ccvs_init</function></entry>
<entry><link linkend="ref.ccvs">CCVS</link></entry>
</row>
<row>
<entry>cv_lookup</entry>
<entry><function>ccvs_lookup</function></entry>
<entry><link linkend="ref.ccvs">CCVS</link></entry>
</row>
<row>
<entry>cv_new</entry>
<entry><function>ccvs_new</function></entry>
<entry><link linkend="ref.ccvs">CCVS</link></entry>
</row>
<row>
<entry>cv_report</entry>
<entry><function>ccvs_report</function></entry>
<entry><link linkend="ref.ccvs">CCVS</link></entry>
</row>
<row>
<entry>cv_return</entry>
<entry><function>ccvs_return</function></entry>
<entry><link linkend="ref.ccvs">CCVS</link></entry>
</row>
<row>
<entry>cv_reverse</entry>
<entry><function>ccvs_reverse</function></entry>
<entry><link linkend="ref.ccvs">CCVS</link></entry>
</row>
<row>
<entry>cv_sale</entry>
<entry><function>ccvs_sale</function></entry>
<entry><link linkend="ref.ccvs">CCVS</link></entry>
</row>
<row>
<entry>cv_status</entry>
<entry><function>ccvs_status</function></entry>
<entry><link linkend="ref.ccvs">CCVS</link></entry>
</row>
<row>
<entry>cv_textvalue</entry>
<entry><function>ccvs_textvalue</function></entry>
<entry><link linkend="ref.ccvs">CCVS</link></entry>
</row>
<row>
<entry>cv_void</entry>
<entry><function>ccvs_void</function></entry>
<entry><link linkend="ref.ccvs">CCVS</link></entry>
</row>
<row>
<entry>die</entry>
<entry><function>exit</function></entry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.28 $ -->
<!-- $Revision: 1.29 $ -->
<!--
DO NOT TRANSLATE THIS FILE! All the content that is displayed
on the extension categorization page in your translated manual
@ -340,7 +340,6 @@
&extcat.state.deprecated;
<itemizedlist>
<listitem><para><xref linkend="book.ccvs"/></para></listitem>
<listitem><para><xref linkend="book.cpdf"/></para></listitem>
<listitem><para><xref linkend="book.dbm"/></para></listitem>
<listitem><para><xref linkend="book.mime-magic"/></para></listitem>

View file

@ -1,66 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.3 $ -->
<!-- State: deprecated -->
<book xml:id="book.ccvs" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>CCVS API &Functions; [deprecated]</title>
<titleabbrev>CCVS</titleabbrev>
<!-- {{{ preface -->
<preface xml:id="intro.ccvs">
&reftitle.intro;
<para>
These functions interface the CCVS API, allowing you to work
directly with CCVS from your PHP scripts. CCVS is <link
xlink:href="&url.redhat;">RedHat's</link> solution to the "middle-man"
in credit card processing. It lets you directly address the
credit card clearing houses via your *nix box and a modem. Using
the CCVS module for PHP, you can process credit cards directly
through CCVS via your PHP Scripts. The following references will
outline the process.
</para>
<warning>
<para>
CCVS has been discontinued by Red Hat and there are no plans
to issue further keys or support contracts. Those looking for a
replacement can consider
<link xlink:href="&url.redhat.mcve;">MCVE by Main Street Softworks</link>
as a potential replacement. It is similar in design and has documented
PHP support!
</para>
<para>
This extension has been removed from PHP and is no
longer available as of PHP 4.3.0. If you want to use credit card
processing features you can use <link linkend="book.mcve">MCVE</link>
instead.
</para>
</warning>
</preface>
<!-- }}} -->
&reference.ccvs.configure;
&reference.ccvs.reference;
</book>
<!-- 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:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,46 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<appendix xml:id="ccvs.installation" xmlns="http://docbook.org/ns/docbook">
&reftitle.install;
<para xml:id="ccvs.configure">
To enable CCVS Support in PHP, first verify your CCVS installation
directory. You will then need to configure PHP with the <option
role="configure">--with-ccvs</option> option. If you use this
option without specifying the path to your CCVS installation, PHP
will attempt to look in the default CCVS Install location
(<filename>/usr/local/ccvs</filename>). If CCVS is in a non-standard location,
run configure with: <option role="configure">--with-ccvs=[DIR]</option>, where
DIR is the path to your CCVS installation. Please note that CCVS support
requires that DIR/lib and DIR/include exist, and include
<filename>cv_api.h</filename> under the include directory and
<filename>libccvs.a</filename> under the lib directory.
</para>
<para>
Additionally, a ccvsd process will need to be running for the configurations
you intend to use in your PHP scripts. You will also need to make sure the PHP
Processes are running under the same user as your CCVS was installed as (e.g.
if you installed CCVS as user 'ccvs', your PHP processes must run as 'ccvs' as
well.)
</para>
</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:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<refentry xml:id="function.ccvs-add" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ccvs_add</refname>
<refpurpose>Add data to a transaction</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>ccvs_add</methodname>
<methodparam><type>string</type><parameter>session</parameter></methodparam>
<methodparam><type>string</type><parameter>invoice</parameter></methodparam>
<methodparam><type>string</type><parameter>argtype</parameter></methodparam>
<methodparam><type>string</type><parameter>argval</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>
</refentry>
<!-- 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:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,38 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<refentry xml:id="function.ccvs-auth" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ccvs_auth</refname>
<refpurpose>Perform credit authorization test on a transaction</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>ccvs_auth</methodname>
<methodparam><type>string</type><parameter>session</parameter></methodparam>
<methodparam><type>string</type><parameter>invoice</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>
</refentry>
<!-- 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:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,42 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<refentry xml:id="function.ccvs-command" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ccvs_command</refname>
<refpurpose>
Performs a command which is peculiar to a single protocol,
and thus is not available in the general CCVS API
</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>ccvs_command</methodname>
<methodparam><type>string</type><parameter>session</parameter></methodparam>
<methodparam><type>string</type><parameter>type</parameter></methodparam>
<methodparam><type>string</type><parameter>argval</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>
</refentry>
<!-- 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:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<refentry xml:id="function.ccvs-count" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ccvs_count</refname>
<refpurpose>
Find out how many transactions of a given type are stored in the system
</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>ccvs_count</methodname>
<methodparam><type>string</type><parameter>session</parameter></methodparam>
<methodparam><type>string</type><parameter>type</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>
</refentry>
<!-- 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:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,38 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<refentry xml:id="function.ccvs-delete" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ccvs_delete</refname>
<refpurpose>Delete a transaction</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>ccvs_delete</methodname>
<methodparam><type>string</type><parameter>session</parameter></methodparam>
<methodparam><type>string</type><parameter>invoice</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>
</refentry>
<!-- 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:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,37 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<refentry xml:id="function.ccvs-done" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ccvs_done</refname>
<refpurpose>Terminate CCVS engine and do cleanup work</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>ccvs_done</methodname>
<methodparam><type>string</type><parameter>sess</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>
</refentry>
<!-- 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:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,37 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<refentry xml:id="function.ccvs-init" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ccvs_init</refname>
<refpurpose>Initialize CCVS for use</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>ccvs_init</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>
</refentry>
<!-- 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:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,41 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<refentry xml:id="function.ccvs-lookup" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ccvs_lookup</refname>
<refpurpose>
Look up an item of a particular type in the database #
</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>ccvs_lookup</methodname>
<methodparam><type>string</type><parameter>session</parameter></methodparam>
<methodparam><type>string</type><parameter>invoice</parameter></methodparam>
<methodparam><type>int</type><parameter>inum</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>
</refentry>
<!-- 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:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,38 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<refentry xml:id="function.ccvs-new" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ccvs_new</refname>
<refpurpose>Create a new, blank transaction</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>ccvs_new</methodname>
<methodparam><type>string</type><parameter>session</parameter></methodparam>
<methodparam><type>string</type><parameter>invoice</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>
</refentry>
<!-- 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:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,38 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<refentry xml:id="function.ccvs-report" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ccvs_report</refname>
<refpurpose>Return the status of the background communication process</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>ccvs_report</methodname>
<methodparam><type>string</type><parameter>session</parameter></methodparam>
<methodparam><type>string</type><parameter>type</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>
</refentry>
<!-- 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:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<refentry xml:id="function.ccvs-return" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ccvs_return</refname>
<refpurpose>
Transfer funds from the merchant to the credit card holder
</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>ccvs_return</methodname>
<methodparam><type>string</type><parameter>session</parameter></methodparam>
<methodparam><type>string</type><parameter>invoice</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>
</refentry>
<!-- 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:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<refentry xml:id="function.ccvs-reverse" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ccvs_reverse</refname>
<refpurpose>
Perform a full reversal on an already-processed authorization
</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>ccvs_reverse</methodname>
<methodparam><type>string</type><parameter>session</parameter></methodparam>
<methodparam><type>string</type><parameter>invoice</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>
</refentry>
<!-- 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:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<refentry xml:id="function.ccvs-sale" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ccvs_sale</refname>
<refpurpose>
Transfer funds from the credit card holder to the merchant
</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>ccvs_sale</methodname>
<methodparam><type>string</type><parameter>session</parameter></methodparam>
<methodparam><type>string</type><parameter>invoice</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>
</refentry>
<!-- 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:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,38 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<refentry xml:id="function.ccvs-status" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ccvs_status</refname>
<refpurpose>Check the status of an invoice</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>ccvs_status</methodname>
<methodparam><type>string</type><parameter>session</parameter></methodparam>
<methodparam><type>string</type><parameter>invoice</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>
</refentry>
<!-- 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:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,37 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<refentry xml:id="function.ccvs-textvalue" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ccvs_textvalue</refname>
<refpurpose>Get text return value for previous function call</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>ccvs_textvalue</methodname>
<methodparam><type>string</type><parameter>session</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>
</refentry>
<!-- 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:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<refentry xml:id="function.ccvs-void" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ccvs_void</refname>
<refpurpose>
Perform a full reversal on a completed transaction
</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>ccvs_void</methodname>
<methodparam><type>string</type><parameter>session</parameter></methodparam>
<methodparam><type>string</type><parameter>invoice</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>
</refentry>
<!-- 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:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,42 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.20 $ -->
<reference xml:id="ref.ccvs" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>CCVS API &Functions; [deprecated]</title>
<titleabbrev>CCVS</titleabbrev>
<partintro>
<section xml:id="ccvs.seealso">
&reftitle.seealso;
<para>
RedHat has discontinued support for CCVS; however, a slightly
outdated manual is still available at
<link xlink:href="&url.redhat.support;">&url.redhat.support;</link>.
</para>
</section>
</partintro>
&reference.ccvs.entities.functions;
</reference>
<!-- 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:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->