| /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
| DRM.java | 81 * Cancel a previous offer or request. 83 * @throws Exception If the cancel fails. 85 public void cancel() throws Exception; method in interface:DRM
|
| LogDRM.java | 119 * TODO: Define cancel parameters. 121 * @throws Exception If the cancel fails. 123 public void cancel() throws Exception method in class:LogDRM
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| ErrorCountEventHandler.h | 24 void cancel(); 48 void ErrorCountEventHandler::cancel() function in class:SP_NAMESPACE::ErrorCountEventHandler
|
| /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
| pmAboutBox.java | 44 public pmButton cancel = null; field in class:pmAboutBox 59 cancel = new pmButton(pmUtility.getResource("Cancel")); 60 cancel.setMnemonic(pmUtility.getIntResource("Cancel.mnemonic")); 61 cancel.addActionListener(new ActionListener() { 88 buttonPanel.add(cancel); 97 // default button is cancel 98 cancel.setAsDefaultButton(); 100 // handle Esc as cancel [all...] |
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/dchanger/ |
| DCPanel.java | 128 smallTimer.cancel(); 129 bigTimer.cancel(); 203 public void cancel() { method in class:DCPanel.Timer
|
| DurationHelper.java | 50 private Button cancel; field in class:DurationHelper 172 cancel = new Button(getString("Cancel")); 177 p.add(cancel, gbc); 182 cancel.addActionListener(bl); 226 * "Cancel" button. Choosing the window close menu is equivalent to 227 * clicking on "Cancel." 241 * button to save it and on the Cancel button to discard it. Using the 242 * window close menu responds the same way as cancel. 281 } else if (e.getSource() == cancel) { [all...] |
| EncListDialog.java | 16 * once. The Ok and Cancel buttons merely call setVisible with an 22 // bottomPanel contains the buttons ok, clear, cancel, and help. 35 private Button cancel; field in class:EncListDialog 134 cancel = new Button(getString("Cancel")); 138 bottomPanel.add(cancel); 149 cancel.addActionListener(bl); 167 * "Cancel." 251 } else if (e.getSource() == cancel) {
|
| DateTimeDialog.java | 37 * once. The Ok and Cancel buttons merely call setVisible with an 43 // midnight and now. bottomPanel contains the buttons ok, cancel and 67 private Button cancel; field in class:DateTimeDialog 299 cancel = new Button(getString("Cancel")); 302 bottomPanel.add(cancel); 312 cancel.addActionListener(bl); 385 * "Cancel." 480 if (e.getSource() == cancel) {
|
| /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/ |
| cancel.c | 36 ** cancel() - CANCEL A REQUEST 40 cancel (RSTATUS *prs, int spool) function
|
| disena.c | 69 * Cancel current job outright. 72 cancel (pps->request, 1);
|
| requeue.c | 151 * printer when reevaluating, but also don't cancel the request 196 cancel (prs, 1); 223 cancel (prs, 1);
|
| Makefile | 56 cancel.c \
|
| /onnv/onnv-gate/usr/src/cmd/print/bsd-sysv-commands/ |
| disable.c | 94 int cancel = 0; local 104 case 'c': /* cancel active job first */ 105 cancel = 1; 156 if (cancel != 0)
|
| Makefile | 30 BINPROGS = lp lpstat cancel enable disable $(UCBPROGS)
|
| /onnv/onnv-gate/usr/src/cmd/print/selector/ |
| Makefile | 30 LPBINLINKS = lp lpstat cancel enable disable
|
| /onnv/onnv-gate/usr/src/lib/libslp/clib/ |
| SLPOpen.c | 69 hp->cancel = 0; 132 hp->cancel = 1;
|
| slp_ua_common.c | 110 hp->cancel = 1; 158 hp->cancel = 1; 200 if (args->hp->cancel) 212 if ((!args->hp->cancel) &&
|
| /onnv/onnv-gate/usr/src/cmd/zinject/ |
| zinject.c | 537 char *cancel = NULL; local 609 cancel = optarg; 749 if (cancel != NULL) { 756 (void) fprintf(stderr, "cancel (-c) incompatible with " 767 if (strcmp(cancel, "all") == 0) { 770 int id = (int)strtol(cancel, &end, 10); 773 " must be an integer or 'all'\n", cancel);
|
| /onnv/onnv-gate/usr/src/lib/print/libipp-listener/ |
| Makefile.com | 30 cancel-job.o common.o create-job.o cups-accept-jobs.o \
|
| /onnv/onnv-gate/usr/src/lib/print/libpapi-lpd/ |
| Makefile.com | 29 OBJECTS = job.o library.o lpd-cancel.o lpd-job.o lpd-query.o printer.o \
|
| /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpadmin/ |
| do_align.c | 69 cancel(), 281 cancel (req_id); 450 cancel (req_id); 594 ** cancel() - MAKE PRINTER ACCEPT REQUESTS 597 static void cancel (req_id) function
|
| /onnv/onnv-gate/usr/src/uts/common/fs/tmpfs/ |
| tmp_vfsops.c | 91 /* Option name Cancel Opt Arg Flags Data */ 382 struct tmpnode *tnp, *cancel; local 415 cancel = tm->tm_rootnode->tn_forw; 416 while (cancel != tnp) { 417 vp = TNTOV(cancel); 420 cancel = cancel->tn_forw;
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/dataclasses/ |
| PrintUtil.java | 185 Button cancel = new Button(getString("Cancel")); local 216 p.add(cancel, gbc); 220 cancel.addActionListener(new CancelButtonListener()); 229 * as a result of the user choosing any one of "print", "cancel" or
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
| TestDrop.java | 56 timer.cancel();
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/ |
| TypeEditor.java | 185 * be disabled except for the Cancel and Help buttons. 461 cancel(); method 469 public void cancel() { method in class:TypeEditor
|