• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/Getopt/

Lines Matching defs:Getopt

2 package Getopt::Mixed;
9 # Note that RCS revision 1.23 => $Getopt::Mixed::VERSION = "1.023"
151 # You can override this by setting $Getopt::Mixed::badOption to a
182 # You can override this by setting $Getopt::Mixed::checkArg to a
393 Getopt::Mixed - getopt processing with both long and short options
397 use Getopt::Mixed;
398 Getopt::Mixed::getOptions(...option-descriptions...);
403 use Getopt::Mixed "nextOption";
404 Getopt::Mixed::init(...option-descriptions...);
408 Getopt::Mixed::cleanup();
412 This package is my response to the standard modules Getopt::Std and
413 Getopt::Long. C<Std> doesn't support long options, and C<Long>
417 This package is intended to be the "Getopt-to-end-all-Getop's". It
425 There are two methods for using Getopt::Mixed: the simple method and
512 use Getopt::Mixed;
513 Getopt::Mixed::getOptions(...option-descriptions...);
543 use Getopt::Mixed "nextOption";
544 Getopt::Mixed::init(...option-descriptions...);
548 Getopt::Mixed::cleanup();
556 First, you call Getopt::Mixed::init with the option descriptions.
558 Finally, you call Getopt::Mixed::cleanup when you're done. The
570 Getopt::Mixed provides one other function you can use. C<abortMsg>
575 Getopt::Mixed::abortMsg("Error");
584 variables should be set I<after> calling Getopt::Mixed::init and
590 use Getopt::Mixed 1.006;
596 use Getopt::Mixed 1.006;
597 Getopt::Mixed::init(...option-descriptions...);
599 Getopt::Mixed::getOptions(); # IMPORTANT: no parameters
716 The C<!> argument specifier of Getopt::Long is not supported, but you
723 The C<@> argument specifier of Getopt::Long is not supported. If you
731 Getopt::Mixed is distributed under the terms of the GNU General Public
741 Getopt::Mixed does I<not> bring your program under the GPL, the only
742 real restriction is that you can't use Getopt::Mixed in an
750 Thanks are also due to Andreas Koenig for helping Getopt::Mixed