gozer 2004/09/14 10:36:42
Modified: src/docs/2.0/api/Apache Const.pod
Log:
Documented the :args_how constant group for Apache::Const
Revision Changes Path
1.22 +28 -4 modperl-docs/src/docs/2.0/api/Apache/Const.pod
Index: Const.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/Const.pod,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- Const.pod 18 Aug 2004 02:56:31 -0000 1.21
+++ Const.pod 14 Sep 2004 17:36:42 -0000 1.22
@@ -86,13 +86,15 @@
use Apache::Const -compile => qw(:cmd_how);
-The C<:cmd_how> group is for XXX constants.
-
-
-
+The C<:cmd_how> constants group is used in
+C<L<@APACHE_MODULE_COMMANDS|docs::2.0::user::config::custom/C_args_how_>>
+and
+C<L<$cmds-E<gt>args_how()|docs::2.0::api::Apache::Command/C_args_how_>>
=head3 C<Apache::FLAG>
+One of I<On> or I<Off>
+
=over
=item since: 1.99_12
@@ -105,6 +107,8 @@
=head3 C<Apache::ITERATE>
+One argument, occuring multiple times
+
=over
=item since: 1.99_12
@@ -118,6 +122,8 @@
=head3 C<Apache::ITERATE2>
+Two arguments, the second occurs multiple times
+
=over
=item since: 1.99_12
@@ -130,6 +136,8 @@
=head3 C<Apache::NO_ARGS>
+No arguments at all
+
=over
=item since: 1.99_12
@@ -142,6 +150,8 @@
=head3 C<Apache::RAW_ARGS>
+The command will parse the command line itself
+
=over
=item since: 1.99_12
@@ -154,6 +164,8 @@
=head3 C<Apache::TAKE1>
+One argument only
+
=over
=item since: 1.99_12
@@ -166,6 +178,8 @@
=head3 C<Apache::TAKE12>
+One or two arguments
+
=over
=item since: 1.99_12
@@ -178,6 +192,8 @@
=head3 C<Apache::TAKE123>
+One, two or three arguments
+
=over
=item since: 1.99_12
@@ -190,6 +206,8 @@
=head3 C<Apache::TAKE13>
+One or three arguments
+
=over
=item since: 1.99_12
@@ -202,6 +220,8 @@
=head3 C<Apache::TAKE2>
+Two arguments
+
=over
=item since: 1.99_12
@@ -214,6 +234,8 @@
=head3 C<Apache::TAKE23>
+Two or three arguments
+
=over
=item since: 1.99_12
@@ -225,6 +247,8 @@
=head3 C<Apache::TAKE3>
+
+Three arguments
=over
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]