gozer       2004/08/11 15:52:42

  Modified:    src/docs/2.0/api/Apache Const.pod
  Log:
  Document the new :context group of constants
   NOT_IN_VIRTUALHOST
   NOT_IN_LIMIT
   NOT_IN_DIRECTORY
   NOT_IN_LOCATION
   NOT_IN_FILES
   NOT_IN_DIR_LOC_FILE
   GLOBAL_ONLY
  
  Revision  Changes    Path
  1.17      +96 -0     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.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- Const.pod 9 Aug 2004 00:26:23 -0000       1.16
  +++ Const.pod 11 Aug 2004 22:52:42 -0000      1.17
  @@ -418,6 +418,102 @@
   
   
   
  +=head2 C<:context>
  +
  +  use Apache::Const -compile => qw(:context);
  +
  +The C<:context> group is for constants that allow directive
  +handlers to check what kind of context (Location/Directory/Server/etc)
  +they are in. For more information, see L<Apache::CmdParms>
  +
  +=head3 C<Apache::NOT_IN_VIRTUALHOST>
  +
  +=over
  +
  +=item since: 1.99_16
  +
  +=back
  +
  +
  +
  +=head3 C<Apache::NOT_IN_LIMIT>
  +
  +=over
  +
  +=item since: 1.99_16
  +
  +=back
  +
  +
  +
  +
  +
  +
  +=head3 C<Apache::NOT_IN_DIRECTORY>
  +
  +=over
  +
  +=item since: 1.99_16
  +
  +=back
  +
  +
  +
  +
  +
  +
  +=head3 C<Apache::NOT_IN_LOCATION>
  +
  +=over
  +
  +=item since: 1.99_16
  +
  +=back
  +
  +
  +
  +
  +
  +
  +=head3 C<Apache::NOT_IN_FILES>
  +
  +=over
  +
  +=item since: 1.99_16
  +
  +=back
  +
  +
  +
  +
  +
  +
  +
  +=head3 C<Apache::NOT_IN_DIR_LOC_FILE>
  +
  +=over
  +
  +=item since: 1.99_16
  +
  +=back
  +
  +
  +
  +
  +
  +
  +=head3 C<Apache::GLOBAL_ONLY>
  +
  +=over
  +
  +=item since: 1.99_16
  +
  +=back
  +
  +
  +
  +
  +
   
   =head2 C<:filter_type>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to