Lines Matching defs:is

5  * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
66 // this is for case insensitive string comparisons
93 /* The public key alias information is stored here. */
197 // see if user is opening a NEW policy file
231 ("Warning.A.public.key.for.alias.signers.i.does.not.exist.Make.sure.a.KeyStore.is.properly.configured."));
286 ("Warning.A.public.key.for.alias.signers.i.does.not.exist.Make.sure.a.KeyStore.is.properly.configured."));
354 // if the call is successful, we can set the proper values
425 * If the principal already exists, it is not added again.
451 * If the permission already exists, it is not added again.
511 * If the key has expired, a KeyException is thrown.
719 // this method is for easy pronounciation
727 * Each entry in the policy configuration file is represented by a
730 * A PolicyEntry is a (CodeSource,Permission) pair. The
734 * null, meaning that this policy entry is given to all comers, as
736 * meaning the code is not signed.
1067 double weightx, double weighty, int fill, Insets is) {
1082 if (is != null) gbc.insets = is;
1156 // find where the PolicyTool gui is
1522 * - if edit is TRUE, then the user is editing an existing entry
1525 * - the other reason we need the 'edit' boolean is we need to know
1547 // find where the PolicyTool gui is
1751 // find where the PolicyTool gui is
1831 * if editPolicyEntry is false, then we are adding Principals to
1835 * if edit is true, then we are editing an existing Policy entry.
1853 // find where the PolicyTool gui is
1938 * if editPolicyEntry is false, then we are adding Permissions to
1942 * if edit is true, then we are editing an existing Permission entry.
1960 // find where the PolicyTool gui is
2141 // When the permission is FilePermission, we need to check the name
2155 "Warning.File.name.may.include.escaped.backslash.characters.It.is.not.necessary.to.escape.backslash.characters.the.tool.escapes"),
2189 ("Warning.A.public.key.for.alias.signers.i.does.not.exist.Make.sure.a.KeyStore.is.properly.configured."));
2212 // find where the PolicyTool gui is
2340 // find where the PolicyTool gui is
2501 * not allowed to be entered (and the TextField is set to be
2531 * not allowed to be entered (and the TextField is set to be
2532 * non-editable). This is typically true for BasicPermissions.
2700 // if there is no filename, do a SAVE_AS
2814 * -- if edit is TRUE, then we are EDITing an existing PolicyEntry
2816 * if edit is FALSE, then we are ADDing a new PolicyEntry,
2849 ("Warning.A.public.key.for.alias.signers.i.does.not.exist.Make.sure.a.KeyStore.is.properly.configured."));
3175 * We need the editPolicyEntry boolean to tell us if the user is
3177 * If the user is adding a new PolicyEntry, we ONLY update the
3178 * GUI listing. If the user is editing an existing PolicyEntry, we
3214 * We need the editPolicyEntry boolean to tell us if the user is
3216 * If the user is adding a new PolicyEntry, we ONLY update the
3217 * GUI listing. If the user is editing an existing PolicyEntry, we
3647 * This is a java.awt.List that bind an Object to each String it holds.