Home
last modified time | relevance | path

Searched refs:enclose (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/power/
H A Dpower.dfl43 # list. It is required to enclose the list
/titanic_41/usr/src/cmd/krb5/kadmin/gui/
H A DKdcGui.java5581 private static String enclose(String value) { in enclose() method in KdcGui
5587 result.append(enclose(nf.format(28800))); in constructDurationExample()
5593 result.append(enclose(df.format(new Date()))); in constructDateExample()
5595 result.append(enclose(neverString)); in constructDateExample()
5601 result.append(enclose(nf.format(4))); in constructNumberExample()
/titanic_41/usr/src/lib/libshell/common/
H A Dsh.memo1093 The simplest is to enclose a sequence of characters inside single quotes.