HomeSort by relevance Sort by last modified time
    Searched refs:formatter (Results 1 - 15 of 15) sorted by null

  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
MessageFormatter.h 40 Builder(MessageFormatter *formatter, OutputCharStream &os, bool b)
41 : formatter_(formatter), os_(&os), argIsCompleteMessage_(b) { }
  /onnv/onnv-gate/usr/src/cmd/pools/poold/
poold.properties 47 java.util.logging.FileHandler.formatter = com.sun.solaris.service.logging.SysloglikeFormatter
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
ToRtf.pm 46 Pod::Simple::RTF as a formatter class.
54 If Perldoc is running under MSWin and uses this class as a formatter,
62 and that will set this class as the default formatter to run when
ToXml.pm 34 Pod::Simple::XMLOutStream as a formatter class.
ToNroff.pm 64 Pod::Man as a formatter class.
77 This module may change to use a different pod-to-nroff formatter class
ToText.pm 57 Pod::Text as a formatter class.
68 This module may change to use a different text formatter class in the
ToTk.pm 115 Tk::Pod as a formatter class.
ToMan.pm 152 This module may change to use a different pod-to-nroff formatter class
  /onnv/onnv-gate/usr/src/cmd/pools/poolstat/
poolstat.c 57 typedef int (* formatter) (char *, int, int, poolstat_field_format_t *, char *); typedef
73 /* formatter objects for pset, defined in a default printing sequence */
75 /* prt flags,name,header,type,width,minwidth,offset,formatter */
78 (formatter)default_f },
81 (formatter)default_f },
84 (formatter)default_f },
87 (formatter)default_f },
90 (formatter)default_f },
93 (formatter)bigno_f },
96 (formatter)bigno_f }
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
Perldoc.pm 75 sub opt_w_with { # Specify an option for the formatter subclass
83 warn "\"$value\" isn't a good formatter option name. I'm ignoring it!\n";
88 sub opt_M_with { # specify formatter class name(s)
91 DEBUG > 4 and print "Considering new formatter classes -M$classes\n";
106 "Adding @classes_to_add to the list of formatter classes, "
317 # Init formatter switches, and start it off with __bindir and all that
348 DEBUG > 3 and printf "Formatter switches now: [%s]\n",
450 die "WHAT? Nothing in the formatter class list!?" unless @class_list;
471 "Interesting, the formatter class $c is already loaded!\n";
504 $self->aside("Formatter class $c$v successfully loaded!\n")
    [all...]
Checker.pm 125 A C<=begin> command was found that is not followed by the formatter
138 =item * =for without formatter specification
140 There is no specification of the formatter after the C<=for> command.
1011 -msg => "=for without formatter specification" });
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
pod2text.PL 85 # Figure out what formatter we're going to use. -c overrides -t.
86 my $formatter = 'Pod::Text';
88 $formatter = 'Pod::Text::Color';
93 $formatter = 'Pod::Text::Termcap';
96 $formatter = 'Pod::Text::Overstrike';
101 # Initialize and run the formatter.
102 my $parser = $formatter->new (%options);
  /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
SyslogHandler.java 33 import java.util.logging.Formatter;
245 public void setFormatter(Formatter formatter)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
Wrap.pm 145 C<Text::Wrap::wrap()> is a very simple paragraph formatter. It formats a
152 Text::Wrap::fill() is a simple multi-paragraph formatter. It formats
  /onnv/onnv-gate/usr/src/cmd/stat/iostat/
iostat.c 79 typedef struct formatter { struct
81 struct formatter *next;
    [all...]

Completed in 4149 milliseconds