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

  /onnv/onnv-gate/usr/src/cmd/print/scripts/
desktop-print-management.desktop 29 Comment=Manage your printer queues and jobs
30 Comment[cs]=Spr??va tiskov??ch front a proces??
31 Comment[de]=Druckerwarteschlangen und Druckauftr??ge verwalten
32 Comment[es]=Administre las tareas y colas de la impresora
33 Comment[fr]=G??rer les files d'attente et travaux de l'imprimante
34 Comment[it]=Gestisci le code e i processi della stampante
35 Comment[ja]=?????????????????????????????????????????????????????????
36 Comment[ko]=????????? ????????? ??? ?????? ??????
37 Comment[pt_BR]=Gerenciar filas e trabalhos da impressora
38 Comment[zh_CN]=?????????????????????????????
    [all...]
desktop-print-management-prefs.desktop 39 Comment=Set printer detection and connection behavior
40 Comment[de]=Verhalten f??r Druckererkennung und -verbindung festlegen
41 Comment[es]=Definir la detecci??n de impresoras y el comportamiento de conexi??n
42 Comment[fr]=D??finir la d??tection des imprimantes et le comportement des connexions
43 Comment[it]=Impostare la rilevazione della stampante e il comportamento della connessione
44 Comment[ja]=???????????????????????????????????????????????????????????????
45 Comment[ko]=????????? ?????? ??? ?????? ?????? ??????
46 Comment[pt_BR]=Definir comportamento de conex??o e detec????o da impressora
47 Comment[zh_CN]=????????????????????????????????????
48 Comment[zh_HK]=????????????????????????????????????????????
    [all...]
desktop-print-management-applet.desktop 30 Comment=Show balloon dialog for printers
  /onnv/onnv-gate/usr/src/cmd/saf/
util.c 47 char Comment[SIZE]; /* place holder for comments */
98 * tag:type:flags:restart_count:command_string #comment
230 * remember the comment string
233 if ((sp->sc_comment = malloc((unsigned) (strlen(Comment) + 1))) == NULL) {
241 (void) strcpy(sp->sc_comment, Comment);
260 tp = strchr(p, COMMENT);
261 Comment[0] = '\0';
263 (void) strcpy(Comment, tp + 1); /* skip the '#' */
265 tp = strchr(Comment, '\n');
extern.h 86 extern char Comment[];
pmadm.c 124 char *comment = " "; /* argument to -y */ local
262 comment = optarg;
314 add_svc(pmtag, type, svctag, id, pmspec, flags, version, comment, script);
381 (void) fprintf(stderr, "\t\t-v version [ -f xu ] [ -y comment ] [ -z script]\n");
404 * comment - comment describing service
409 add_svc(tag, type, svctag, id, pmspec, flags, version, comment, script)
417 char *comment;
523 (comment ? comment : ""))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/pntadm/
ResourceBundle.properties 72 Comment=Comment
98 usage=pntadm [-r (resource)] [-p (path)] [-u (uninterpreted data)] (options) [(network ip or name)]\n\nWhere (options) is one of:\n\n -C Create the named table\n\n -A (client ip or name) Add client entry. Sub-options:\n [-c (comment)]\n [-e (lease expiration)]\n [-f (flags)]\n [-h (client host name)]\n [-i (client identifier)[-a]]\n [-m (dhcptab macro reference)[-y]]\n [-s (server ip or name)]\n\n -M (client ip or name) Modify client entry. Sub-options:\n [-c (new comment)]\n [-e (new lease expiration)]\n [-f (new flags)]\n [-h (new client host name)]\n [-i (new client identifier)[-a]]\n [-m (new dhcptab macro reference)[-y]]\n [-n (new client ip)]\n [-s (new server ip or name)]\n\n -D (client ip or name) Delete client entry. Sub-options:\n [-y] Remove hosts table entry\n\n -R Remove the named table\n\n -P Display the named table. Sub-options:\n [-v] Display lease time in full format.\n [-x] Display lease time in raw format.\n\n -L List the configured DHCP networks\n\n -B [batchfile] Run command in batch input mode. Sub-options:\n [-v] Output commands as they are processed.\n\n The network ip or name argument is required for all options except -L and -B\n
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/utils/port/
CheckIn 20 # SCCS comment, perl versions.
21 our $Comment =
77 print("#!/bin/ksh\n\nunalias rm\ntypeset -r comment=$Comment\n",
90 "sccs create $f -y\"\$comment\" )\n");
99 "sccs create $f -y\"\$comment\" )\n");
110 "sccs create $f -y\"\$comment\" )\n");
126 print("( cd $ver_dst/distrib && sccs create MANIFEST -y\"\$comment\" )\n");
  /onnv/onnv-gate/usr/src/lib/libbsm/
xmlHandlers.pm 134 Comment => \&commentHandler,
224 print "comment: $element\n";
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
mktables 392 ## May have an optional comment as a 2nd arg.
398 my $comment = shift;
401 if (defined $comment) {
402 $comment =~ s/\s+\Z//;
403 $comment =~ s/^/# /gm;
404 push @OUT, "#\n$comment\n#\n";
710 $comment, ## comment field
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
NEXT.pm 527 Comment, suggestions, and patches welcome.
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
ResourceBundle.properties 113 comment_column=Comment
287 add_wiz_comment_explain=Why are you adding these addresses? Enter a comment, or leave this space blank.
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
Harness.pm 112 It should be the first non-comment line output by your test program.
225 lines. Comment lines should begin with a '#', Test::Harness will
237 test script, please use a comment.
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
s2p.PL 546 $ComTab{'#'}=[ 0, 'str', \&Comment, '' ]; #ok
548 =item [0addr]B<#> [I<comment>]
550 The entire line is ignored (treated as a comment). If, however, the first
731 # Comment (# command): A no-op. Who would've thought that!
733 sub Comment($$$$$$){
    [all...]

Completed in 299 milliseconds