Searched refs:help (Results 1 - 25 of 39) sorted by relevance

12

/solaris-userland-s11u3/components/visual-panels/usermgr/src/java/vpanels/app/usermgr/com/oracle/solaris/vp/panels/usermgr/client/swing/
H A DAuthAttrModelEntry.java42 * to a help file or localization resource property file and message id
62 private String help; // Authorization help file or message id field in class:AuthAttrModelEntry
85 this.help = authAttr.getLongDescId();
97 * @param authHelp The authorization help file or long message file+id
105 this.help = authHelp;
169 * Return the help file name or long description file name and message
171 * "html" or "htm", it is a help file relative path name. Add the
173 * the full path to the help file, then generate a "file" URL from this
174 * path for HTML help fil
[all...]
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/swing/view/
H A DListObjectsPanel.java50 StructuredAction<List<C>, ?, ?> dmAction, String title, String help,
53 super(pObject, mActions, dmAction, title, help);
48 ListObjectsPanel(ManagedObject<C> pObject, StructuredAction<List<C>, ?, ?>[] mActions, StructuredAction<List<C>, ?, ?> dmAction, String title, String help, boolean iconView) argument
H A DTreeTableObjectsPanel.java54 String help) {
57 title, help);
50 TreeTableObjectsPanel(ManagedObject<?> pObject, PropInfo<ManagedObject, ?>[] props, StructuredAction<List<ManagedObject>, ?, ?>[] mActions, StructuredAction<List<ManagedObject>, ?, ?> dmAction, String title, String help) argument
H A DDualViewObjectsPanel.java53 StructuredAction<List<C>, ?, ?> dmAction, String title, String help,
56 super(pObject, mActions, dmAction, title, help, true);
51 DualViewObjectsPanel(ManagedObject<C> pObject, StructuredAction<List<C>, ?, ?>[] mActions, StructuredAction<List<C>, ?, ?> dmAction, String title, String help, PropInfo<C, ?>[] props) argument
H A DTableObjectsPanel.java53 StructuredAction<List<C>, ?, ?> dmAction, String title, String help,
56 super(pObject, mActions, dmAction, title, help);
51 TableObjectsPanel(ManagedObject<C> pObject, StructuredAction<List<C>, ?, ?>[] mActions, StructuredAction<List<C>, ?, ?> dmAction, String title, String help, PropInfo<C, ?>[] props) argument
H A DObjectsHeader.java138 public void setHelp(String help) { argument
139 info.setToolTipText(help);
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/model/
H A DPanelDescriptor.java28 import javax.help.HelpSet;
62 * help.
H A DAbstractPanelDescriptor.java28 import javax.help.*;
123 * helpset named "help/app" relative to this class's package.
135 replaceAll("\\.", "/") + "/help/app";
/solaris-userland-s11u3/components/openstack/cinder/files/zfssa/
H A Dzfssaiscsi.py36 help='Storage pool name.'), variable
38 help='Project name.'), variable
42 help='Block size.'), variable
44 help='Flag to enable sparse (thin-provisioned): True, False.'), variable
47 help='Data compression.'), variable
50 help='Synchronous write bias.'), variable
52 help='iSCSI initiator group.'), variable
54 help='iSCSI initiator IQNs. (comma separated)'), variable
56 help='iSCSI initiator CHAP user.'), variable
58 help
60 help='iSCSI initiators configuration.'), variable
62 help='iSCSI target group name.'), variable
64 help='iSCSI target CHAP user.'), variable
68 help='iSCSI target portal (Data-IP:Port, w.x.y.z:3260).'), variable
70 help='Network interfaces of iSCSI targets. (comma separated)'), variable
72 help='REST connection timeout. (seconds)') variable
[all...]
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/
H A DClientContext.java29 import javax.help.HelpBroker;
64 * Gets a handle to the help subsystem used by the client.
122 * Displays the {@link #getHelpBroker HelpBroker}'s help.
/solaris-userland-s11u3/components/open-fabrics/qperf/
H A DMakefile46 (mkdir $(@D)/src ; cd $(@D)/src ; ln -s $(SOURCE_DIR)/src/help.txt ; \
/solaris-userland-s11u3/components/curl/Solaris/
H A Dcurl-config44 --help display this help and exit
128 --help)
H A Dcurl-config-6446 --help display this help and exit
130 --help)
/solaris-userland-s11u3/components/ruby/puppet/files/
H A Dupdate_smf.py267 help="Puppet configuration file generated via"
273 help="Current solaris Puppet SMF XML configuration"
279 help="The name of the new puppet.xml file ")
283 help="Puppet Version of update")
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/finder/
H A DHelpSetFinder.java30 import javax.help.*;
34 * Gets the requested help set for the given parameters.
61 * Gets the requested help set for the given parameters.
91 * Gets the requested help set for the given parameters.
H A DFinder.java31 import javax.help.*;
53 * Gets the requested help set for the given parameters, using the security
/solaris-userland-s11u3/components/bash/
H A DMakefile99 CONFIGURE_OPTIONS += --enable-help-builtin
111 CONFIGURE_OPTIONS += --enable-single-help-strings
/solaris-userland-s11u3/components/stdcxx/Solaris/
H A Drun_examples.sh54 --help)
H A Drun_tests.sh62 --help)
/solaris-userland-s11u3/components/openstack/neutron/files/agent/solaris/
H A Dra.py35 help=_('Location to store IPv6 RA config files')), variable
H A Dinterface.py34 help=_("An URI that specifies an EVS controller")) variable
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/control/
H A DControl.java33 import javax.help.*;
319 * that corresponds to a help URL for this {@code Control}.
331 * Gets the help URL for this {@code Control}.
334 * the {@link #getHelpMapID help ID}, if any, in the value map of the given
350 Enumeration<javax.help.Map.ID> ids =
354 javax.help.Map.ID mid = ids.nextElement();
360 "id \"%s\" invalid for help set: %s", id,
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/client/com/oracle/solaris/vp/client/swing/
H A DApp.java65 private HelpFormatter help; field in class:App.CommandLineOptionsBean
73 public CommandLineOptionsBean(HelpFormatter help) { argument
74 this.help = help;
159 System.out.println(help.getHelp());
291 private static final String ARG_LONG_HELP = "help";
336 ARG_LONG_HELP, false, Finder.getString("cli.arg.help"));
673 HelpFormatter help = new HelpFormatter(COMMAND_DESC, usage);
674 CommandLineOptionsBean bean = new CommandLineOptionsBean(help);
H A DAppRootControl.java32 import javax.help.HelpSet;
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/swing/control/
H A DSettingsControl.java32 import javax.help.HelpSet;
153 * {@link Control#getHelpURL help URL}, then show it.
163 getLog().log(Level.SEVERE, "no help set found for " +
181 "help set found but no URL provided: " +

Completed in 398 milliseconds

12