Searched refs:command (Results 101 - 125 of 222) sorted by relevance

123456789

/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/
H A DDSConfig.java131 * This class provides a command-line tool which enables administrators to configure the Directory Server.
594 /** The name of a command-line script used to launch an administrative tool. */
597 /** A menu call-back which runs a sub-command interactively. */
599 /** The sub-command handler. */
603 * Creates a new sub-command handler call-back.
606 * The sub-command handler.
649 * The optional create sub-command.
651 * The optional delete sub-command.
653 * The optional list sub-command.
655 * The option set-prop sub-command
1475 toCommandArgs(String command) argument
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java237 * The UNIX status command line script file name.
242 * The Windows status command line batch file name.
948 * Gets the file for invoking a particular command appropriate for the current
951 * @param command
952 * namd of the command
953 * @return File representing the command
955 public File getCommandFile(String command) argument
960 commandFile = new File(getBinariesDirectory(), command + ".bat");
964 commandFile = new File(getBinariesDirectory(), command);
975 * @return File representing the stop command
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java243 * The UNIX status command line script file name.
248 * The Windows status command line batch file name.
954 * Gets the file for invoking a particular command appropriate for the current
957 * @param command
958 * namd of the command
959 * @return File representing the command
961 public File getCommandFile(String command) argument
966 commandFile = new File(getBinariesDirectory(), command + ".bat");
970 commandFile = new File(getBinariesDirectory(), command);
981 * @return File representing the stop command
[all...]
/forgerock/opendj2/ext/ant/lib/
H A Dant-apache-oro.jar ... org.apache.tools.ant.BuildException String command protected void execP4Command (java.lang.String, org. ...
H A Dant-jsch.jar ... String) throws com.jcraft.jsch.JSchException String command com.jcraft.jsch.ChannelExec channel protected com ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-apache-oro.jar ... org.apache.tools.ant.BuildException String command protected void execP4Command (java.lang.String, org. ...
H A Dant-jsch.jar ... String) throws com.jcraft.jsch.JSchException String command com.jcraft.jsch.ChannelExec channel protected com ...
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java243 * The UNIX status command line script file name.
248 * The Windows status command line batch file name.
954 * Gets the file for invoking a particular command appropriate for the current
957 * @param command
958 * namd of the command
959 * @return File representing the command
961 public File getCommandFile(String command) argument
966 commandFile = new File(getBinariesDirectory(), command + ".bat");
970 commandFile = new File(getBinariesDirectory(), command);
981 * @return File representing the stop command
[all...]
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-apache-oro.jar ... org.apache.tools.ant.BuildException String command protected void execP4Command (java.lang.String, org. ...
H A Dant-jsch.jar ... String) throws com.jcraft.jsch.JSchException String command com.jcraft.jsch.ChannelExec channel protected com ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-apache-oro.jar ... org.apache.tools.ant.BuildException String command protected void execP4Command (java.lang.String, org. ...
H A Dant-jsch.jar ... String) throws com.jcraft.jsch.JSchException String command com.jcraft.jsch.ChannelExec channel protected com ...
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java237 * The UNIX status command line script file name.
242 * The Windows status command line batch file name.
948 * Gets the file for invoking a particular command appropriate for the current
951 * @param command
952 * namd of the command
953 * @return File representing the command
955 public File getCommandFile(String command) argument
960 commandFile = new File(getBinariesDirectory(), command + ".bat");
964 commandFile = new File(getBinariesDirectory(), command);
975 * @return File representing the stop command
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java238 * The UNIX status command line script file name.
243 * The Windows status command line batch file name.
922 * Gets the file for invoking a particular command appropriate for the current
925 * @param command
926 * namd of the command
927 * @return File representing the command
929 public File getCommandFile(String command) argument
934 commandFile = new File(getBinariesDirectory(), command + ".bat");
938 commandFile = new File(getBinariesDirectory(), command);
949 * @return File representing the stop command
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DInstallation.java130 /** The UNIX status command line script file name. */
132 /** The Windows status command line batch file name. */
791 * Gets the file for invoking a particular command appropriate for the current
794 * @param command
795 * name of the command
796 * @return File representing the command
798 public File getCommandFile(String command) argument
800 String filename = isWindows() ? command + ".bat" : command;
810 * @return File representing the stop command
[all...]
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-apache-oro.jar ... org.apache.tools.ant.BuildException String command protected void execP4Command (java.lang.String, org. ...
H A Dant-jsch.jar ... String) throws com.jcraft.jsch.JSchException String command com.jcraft.jsch.ChannelExec channel protected com ...
/forgerock/openidm-v4/openidm-shell/src/main/java/org/forgerock/openidm/shell/impl/
H A DLocalCommandScope.java44 import org.apache.felix.service.command.CommandSession;
45 import org.apache.felix.service.command.Descriptor;
46 import org.apache.felix.service.command.Parameter;
86 * @param session the command session
189 * @param session command session
231 * @param session command session
244 * @param session command session,
277 * @param session command session
291 * @param session command session,
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/server/
H A DServerConfigService.java100 String command = null;
/forgerock/openidm-v4/openidm-shell/src/main/java/org/forgerock/openidm/shell/felixgogo/
H A DActivator.java21 import org.apache.felix.service.command.CommandProcessor;
111 * @param commandName command method name
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/colorpicker/
H A Dcolorpicker-beta-debug.js728 * @return {int} a command code
777 var command = _getCommand(e);
779 switch (command) {
809 var command = _getCommand(e);
810 if (command === 6) { // return, update the value
857 var command = _getCommand(e);
858 switch (command) {
H A Dcolorpicker-beta-min.js20 _updateFormFields.call(this);_updateSwatch.call(this);};var _getCommand=function(e){var c=Event.getCharCode(e);if(c===38){return 3;}else if(c===13){return 6;}else if(c===40){return 4;}else if(c>=48&&c<=57){return 1;}else if(c>=97&&c<=102){return 2;}else if(c>=65&&c<=70){return 2;}else if("8, 9, 13, 27, 37, 39".indexOf(c)>-1){return 5;}else{return 0;}};var _rgbFieldKeypress=function(e,el,prop){var command=_getCommand(e);var inc=(e.shiftKey)?10:1;switch(command){case 6:_useFieldValue.apply(this,arguments);break;case 3:this.set(prop,Math.min(this.get(prop)+inc,255));_updateFormFields.call(this);break;case 4:this.set(prop,Math.max(this.get(prop)-inc,0));_updateFormFields.call(this);break;default:}};var _hexFieldKeypress=function(e,el,prop){var command=_getCommand(e);if(command===6){_useFieldValue.apply(this,arguments);}};var _useFieldValue=function(e,el,prop){var val=el.value;if(prop!==this.OPT.HEX){val=parseInt(val,10);}
21 if(val!==this.get(prop)){this.set(prop,val);}};var _numbersOnly=function(e){return _hexOnly(e,true);};var _hexOnly=function(e,numbersOnly){var command=_getCommand(e);switch(command){case 6:case 5:case 1:break;case 2:if(numbersOnly!==true){break;}
H A Dcolorpicker-beta.js722 * @return {int} a command code
771 var command = _getCommand(e);
773 switch (command) {
803 var command = _getCommand(e);
804 if (command === 6) { // return, update the value
851 var command = _getCommand(e);
852 switch (command) {
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/google-connector/
H A DREADME59 c) cd into admin and execute the following command
81 will be given a code that you need to paste back in the terminal where you ran that command
390 To trigger a reconciliation with this mapping, simply issue the following command
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/salesforce-connector/
H A DREADME51 1) Start the Salesforce sample with the following command,
101 1) Start the Salesforce sample with the following command,
207 entries. To trigger a reconciliation with this mapping, simply issue the following command

Completed in 255 milliseconds

123456789