| /forgerock/opendj2/ext/ant/bin/ |
| H A D | ant.cmd | 21 parse arg mode envarg '::' antarg
23 if mode\='.' & mode\='..' & mode\='/' then do
24 envarg = mode envarg
25 mode = ''
39 if mode = '' then mode = _getenv_('ANT_MODE' '..')
40 if mode \= '/' then do
43 if mode [all...] |
| H A D | envset.cmd | 52 parse arg mode envar args
59 when mode='-' then do
63 when mode=';' then do
67 when mode='-D' then equal = 1
68 when mode='=D' then mode = '-D'
69 when mode=',' then sep = ','
72 envar = mode
73 mode = ''
89 if mode [all...] |
| H A D | antenv.cmd | 24 mode = ''
33 when param='-lcp' then mode = 'l'
34 when param='-cp' | param='-classpath' then mode = 'c'
35 when abbrev('-opts', param, 4) then mode = 'o'
36 when abbrev('-args', param, 4) then mode = 'a'
39 when mode = 'a' then args = space(args param, 1)
40 when mode = 'c' then cp = space(cp param, 1)
41 when mode = 'l' then lcp = space(lcp param, 1)
42 when mode = 'o' then opts = space(opts param, 1)
|
| /forgerock/opendj-b2.6/ext/ant/bin/ |
| H A D | ant.cmd | 21 parse arg mode envarg '::' antarg
23 if mode\='.' & mode\='..' & mode\='/' then do
24 envarg = mode envarg
25 mode = ''
39 if mode = '' then mode = _getenv_('ANT_MODE' '..')
40 if mode \= '/' then do
43 if mode [all...] |
| H A D | envset.cmd | 52 parse arg mode envar args
59 when mode='-' then do
63 when mode=';' then do
67 when mode='-D' then equal = 1
68 when mode='=D' then mode = '-D'
69 when mode=',' then sep = ','
72 envar = mode
73 mode = ''
89 if mode [all...] |
| H A D | antenv.cmd | 24 mode = ''
33 when param='-lcp' then mode = 'l'
34 when param='-cp' | param='-classpath' then mode = 'c'
35 when abbrev('-opts', param, 4) then mode = 'o'
36 when abbrev('-args', param, 4) then mode = 'a'
39 when mode = 'a' then args = space(args param, 1)
40 when mode = 'c' then cp = space(cp param, 1)
41 when mode = 'l' then lcp = space(lcp param, 1)
42 when mode = 'o' then opts = space(opts param, 1)
|
| /forgerock/opendj2.6.2/ext/ant/bin/ |
| H A D | ant.cmd | 21 parse arg mode envarg '::' antarg
23 if mode\='.' & mode\='..' & mode\='/' then do
24 envarg = mode envarg
25 mode = ''
39 if mode = '' then mode = _getenv_('ANT_MODE' '..')
40 if mode \= '/' then do
43 if mode [all...] |
| H A D | envset.cmd | 52 parse arg mode envar args
59 when mode='-' then do
63 when mode=';' then do
67 when mode='-D' then equal = 1
68 when mode='=D' then mode = '-D'
69 when mode=',' then sep = ','
72 envar = mode
73 mode = ''
89 if mode [all...] |
| H A D | antenv.cmd | 24 mode = ''
33 when param='-lcp' then mode = 'l'
34 when param='-cp' | param='-classpath' then mode = 'c'
35 when abbrev('-opts', param, 4) then mode = 'o'
36 when abbrev('-args', param, 4) then mode = 'a'
39 when mode = 'a' then args = space(args param, 1)
40 when mode = 'c' then cp = space(cp param, 1)
41 when mode = 'l' then lcp = space(lcp param, 1)
42 when mode = 'o' then opts = space(opts param, 1)
|
| /forgerock/opendj2-hg/ext/ant/bin/ |
| H A D | ant.cmd | 21 parse arg mode envarg '::' antarg
23 if mode\='.' & mode\='..' & mode\='/' then do
24 envarg = mode envarg
25 mode = ''
39 if mode = '' then mode = _getenv_('ANT_MODE' '..')
40 if mode \= '/' then do
43 if mode [all...] |
| H A D | envset.cmd | 52 parse arg mode envar args
59 when mode='-' then do
63 when mode=';' then do
67 when mode='-D' then equal = 1
68 when mode='=D' then mode = '-D'
69 when mode=',' then sep = ','
72 envar = mode
73 mode = ''
89 if mode [all...] |
| H A D | antenv.cmd | 24 mode = ''
33 when param='-lcp' then mode = 'l'
34 when param='-cp' | param='-classpath' then mode = 'c'
35 when abbrev('-opts', param, 4) then mode = 'o'
36 when abbrev('-args', param, 4) then mode = 'a'
39 when mode = 'a' then args = space(args param, 1)
40 when mode = 'c' then cp = space(cp param, 1)
41 when mode = 'l' then lcp = space(lcp param, 1)
42 when mode = 'o' then opts = space(opts param, 1)
|
| /forgerock/opendj-v3/opendj-server-legacy/ext/ant/bin/ |
| H A D | ant.cmd | 21 parse arg mode envarg '::' antarg
23 if mode\='.' & mode\='..' & mode\='/' then do
24 envarg = mode envarg
25 mode = ''
39 if mode = '' then mode = _getenv_('ANT_MODE' '..')
40 if mode \= '/' then do
43 if mode [all...] |
| H A D | envset.cmd | 52 parse arg mode envar args
59 when mode='-' then do
63 when mode=';' then do
67 when mode='-D' then equal = 1
68 when mode='=D' then mode = '-D'
69 when mode=',' then sep = ','
72 envar = mode
73 mode = ''
89 if mode [all...] |
| /forgerock/openam-v13/openam-http/src/main/java/org/forgerock/openam/http/ |
| H A D | HttpRoute.java | 39 private final RoutingMode mode; field in class:HttpRoute 44 * Creates a new {@code HttpRoute} for a route with the given {@code mode} and 48 * @param mode Indicates how the URI template should be matched against resource names. 53 public static HttpRoute newHttpRoute(RoutingMode mode, String uriTemplate, final Handler handler) { argument 54 return newHttpRoute(mode, uriTemplate, new Provider<Handler>() { 63 * Creates a new {@code HttpRoute} for a route with the given {@code mode} and 67 * @param mode Indicates how the URI template should be matched against resource names. 72 public static HttpRoute newHttpRoute(RoutingMode mode, String uriTemplate, Annotation annotation) { argument 73 return newHttpRoute(mode, uriTemplate, Key.get(Handler.class, annotation)); 77 * Creates a new {@code HttpRoute} for a route with the given {@code mode} an 86 newHttpRoute(RoutingMode mode, String uriTemplate, Class<? extends Handler> handler) argument 100 newHttpRoute(RoutingMode mode, String uriTemplate, final Key<? extends Handler> key) argument 120 newHttpRoute(RoutingMode mode, String uriTemplate, final Provider<Handler> provider) argument 124 HttpRoute(RoutingMode mode, String uriTemplate, Provider<Handler> handler) argument [all...] |
| /forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/log/ |
| H A D | AmAgentLog.java | 74 int mode = DEFAULT_INT_LOG_MODE; 92 logWarning("AmAgentLog: Invalid log mode specified: " 101 mode = INT_LOG_MODE_REMOTE; 103 mode = INT_LOG_MODE_LOCAL; 105 mode = INT_LOG_MODE_ALL; 108 setLogMode(mode); 166 private void setLogMode(int mode) throws AgentException { argument 168 if((mode != INT_LOG_MODE_LOCAL) && (mode != INT_LOG_MODE_REMOTE) 169 && (mode ! 181 getLogModeString(int mode) argument [all...] |
| /forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/base/ |
| H A D | MechanismLayout.java | 76 * @param mode ActionMode being prepared 79 protected void onPrepareContextualActionBar(ActionMode mode, Menu menu) { argument 85 * @param mode The current ActionMode 88 public abstract void onContextualActionBarItemClicked(ActionMode mode, MenuItem item); argument 102 public boolean onCreateActionMode(ActionMode mode, Menu menu) { argument 103 MenuInflater inflater = mode.getMenuInflater(); 109 public boolean onPrepareActionMode(ActionMode mode, Menu menu) { argument 110 onPrepareContextualActionBar(mode, menu); 115 public boolean onActionItemClicked(ActionMode mode, MenuItem item) { argument 116 onContextualActionBarItemClicked(mode, ite 122 onDestroyActionMode(ActionMode mode) argument [all...] |
| /forgerock/web-agents-v4/zlib/ |
| H A D | gzlib.c | 79 if (state->mode == GZ_READ) { /* for reading ... */ 91 local gzFile gz_open(path, fd, mode) 94 const char *mode; 118 /* interpret mode */ 119 state->mode = GZ_NONE; 123 while (*mode) { 124 if (*mode >= '0' && *mode <= '9') 125 state->level = *mode - '0'; 127 switch (*mode) { [all...] |
| /forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/ |
| H A D | AuditLogMode.java | 34 * This class represents an audit log mode. 62 public static AuditLogMode get(int mode) { argument 63 return (AuditLogMode) ConstrainedSelection.get(mode, values); 66 public static AuditLogMode get(String mode) { argument 67 return (AuditLogMode) ConstrainedSelection.get(mode, values);
|
| /forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/ |
| H A D | AttributeFetchMode.java | 34 * An attribute fetch mode of the agent filter 66 public static AttributeFetchMode get(int mode) { argument 67 return (AttributeFetchMode) ConstrainedSelection.get(mode, values); 70 public static AttributeFetchMode get(String mode) { argument 71 return (AttributeFetchMode) ConstrainedSelection.get(mode, values);
|
| /forgerock/openam-v13/openam-distribution/src/main/amserver/diagnostics/services/webcontainer/config/ |
| H A D | BEAWeblogic.jvmoptions | 31 pattern.jvmoptions.2=-D["]*click[.]mode=debug["]* 32 cleartext.jvmoptions.2=-Dclick.mode=debug
|
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/ |
| H A D | SetSetupProgress.java | 51 String mode = req.getParameter("mode"); 52 boolean isTextMode = ((mode != null) && (mode.equals("text")));
|
| /forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/ |
| H A D | SetUpgradeProgress.java | 47 String mode = req.getParameter("mode"); 48 boolean isTextMode = ((mode != null) && (mode.equals("text")));
|
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/ |
| H A D | SetSetupProgress.java | 51 String mode = req.getParameter("mode"); 52 boolean isTextMode = ((mode != null) && (mode.equals("text")));
|
| /forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/ |
| H A D | SetUpgradeProgress.java | 47 String mode = req.getParameter("mode"); 48 boolean isTextMode = ((mode != null) && (mode.equals("text")));
|