Searched refs:tmp (Results 26 - 50 of 530) sorted by relevance

1234567891011>>

/forgerock/web-agents-v4/source/
H A Dlist.h51 #define AM_LIST_FOR_EACH(head,el,tmp) \
52 for ((el) = (head); (el) && (tmp = (el)->next, 1); (el) = tmp)
76 #define AM_OFFSET_LIST_FOR_EACH(base,head,el,tmp,typ) \
78 (tmp = (typ *) AM_GET_POINTER(base, el->lh.next), 1);(el) = tmp)
/forgerock/openam-v13/openam-server-only/src/main/resources/
H A Damhaenv.conf30 historypath /var/tmp
37 inetdsetupdir /tmp
/forgerock/openam/openam-server-only/src/main/resources/
H A Damhaenv.conf30 historypath /var/tmp
37 inetdsetupdir /tmp
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DBulkOperations.java95 String tmp = argv.substring(startIdx, i);
96 tmp = tmp.trim();
97 if (tmp.length() > 0) {
98 options.add(tmp);
145 String tmp = argv.substring(startIdx);
146 tmp = tmp.trim();
147 if (tmp.length() > 0) {
148 options.add(tmp);
[all...]
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DBulkOperations.java95 String tmp = argv.substring(startIdx, i);
96 tmp = tmp.trim();
97 if (tmp.length() > 0) {
98 options.add(tmp);
145 String tmp = argv.substring(startIdx);
146 tmp = tmp.trim();
147 if (tmp.length() > 0) {
148 options.add(tmp);
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMModuleProperties.java183 String tmp;
236 tmp = getAttribute(node, "isRequired");
237 if (tmp != null) {
238 if (tmp.equals("true")) {
246 tmp = getAttribute(node, "attribute");
247 if (tmp!=null) {
248 attribute.add(tmp);
252 tmp = getAttribute(node, "infoText");
253 if (tmp!=null) {
254 infoText.add(tmp);
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMModuleProperties.java184 String tmp;
236 tmp = getAttribute(node, "isRequired");
237 if (tmp != null) {
238 if (tmp.equals("true")) {
246 tmp = getAttribute(node, "attribute");
247 if (tmp!=null) {
248 attribute.add(tmp);
252 tmp = getAttribute(node, "infoText");
253 if (tmp!=null) {
254 infoText.add(tmp);
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/siteminder/source/com/sun/identity/authentication/siteminder/
H A DSMAuthModule.java116 String tmp = CollectionHelper.getMapAttr(options,
118 accountingPort = Integer.parseInt(tmp);
120 tmp = CollectionHelper.getMapAttr(options,
122 authenticationPort = Integer.parseInt(tmp);
124 tmp = CollectionHelper.getMapAttr(options,
126 authorizationPort = Integer.parseInt(tmp);
128 tmp = CollectionHelper.getMapAttr(options, MIN_CONNECTION);
129 connectionMin = Integer.parseInt(tmp);
131 tmp = CollectionHelper.getMapAttr(options, MAX_CONNECTION);
132 connectionMax = Integer.parseInt(tmp);
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/siteminder/source/com/sun/identity/saml2/plugins/
H A DSMAdapter.java156 String tmp = (String)initParams.get("AuthorizationPort");
158 authorizationPort = Integer.parseInt(tmp);
163 tmp = (String)initParams.get("AuthenticationPort");
165 authenticationPort = Integer.parseInt(tmp);
170 tmp = (String)initParams.get("AccountingPort");
172 accountingPort = Integer.parseInt(tmp);
177 tmp = (String)initParams.get("ConnectionMinimum");
179 connectionMinimum = Integer.parseInt(tmp);
184 tmp = (String)initParams.get("ConnectionMaximum");
186 connectionMaximum = Integer.parseInt(tmp);
[all...]
/forgerock/openam/openam-federation/OpenFM/src/main/integrations/siteminder/source/com/sun/identity/authentication/siteminder/
H A DSMAuthModule.java116 String tmp = CollectionHelper.getMapAttr(options,
118 accountingPort = Integer.parseInt(tmp);
120 tmp = CollectionHelper.getMapAttr(options,
122 authenticationPort = Integer.parseInt(tmp);
124 tmp = CollectionHelper.getMapAttr(options,
126 authorizationPort = Integer.parseInt(tmp);
128 tmp = CollectionHelper.getMapAttr(options, MIN_CONNECTION);
129 connectionMin = Integer.parseInt(tmp);
131 tmp = CollectionHelper.getMapAttr(options, MAX_CONNECTION);
132 connectionMax = Integer.parseInt(tmp);
[all...]
/forgerock/openam/openam-federation/OpenFM/src/main/integrations/siteminder/source/com/sun/identity/saml2/plugins/
H A DSMAdapter.java156 String tmp = (String)initParams.get("AuthorizationPort");
158 authorizationPort = Integer.parseInt(tmp);
163 tmp = (String)initParams.get("AuthenticationPort");
165 authenticationPort = Integer.parseInt(tmp);
170 tmp = (String)initParams.get("AccountingPort");
172 accountingPort = Integer.parseInt(tmp);
177 tmp = (String)initParams.get("ConnectionMinimum");
179 connectionMinimum = Integer.parseInt(tmp);
184 tmp = (String)initParams.get("ConnectionMaximum");
186 connectionMaximum = Integer.parseInt(tmp);
[all...]
/forgerock/openam-v13/openam-console/src/main/webapp/console/js/
H A Dhelp.js65 var tmp = document.getElementById(id);
66 tmp.src = amContextRoot + newPath;
/forgerock/authenticator-ios-v2/unit-tests/
H A Dbase32test.m38 const char *tmp = "IJQWIZ3FOIQQ====";
41 int res = base32_decode(tmp, key, sizeof(key));
50 const char *tmp = "IJQWIZ3FOIQUEYLE";
53 int res = base32_decode(tmp, key, sizeof(key));
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/ui/
H A DcorrelateTreeToQueryFilter.js118 var j,tmp,resultArray = [];
123 tmp = expressionParser(mapping, container[j]);
124 if (tmp && tmp.length) {
125 resultArray.push( "(" + tmp + ")");
/forgerock/openam/openam-console/src/main/webapp/console/js/
H A Dhelp.js65 var tmp = document.getElementById(id);
66 tmp.src = amContextRoot + newPath;
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DCollectiveAttributeSubentriesVirtualAttributeProvider.java101 Set<AttributeValue> tmp = new HashSet<AttributeValue>(2);
102 tmp.addAll(values);
103 tmp.add(value);
104 values = tmp;
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DCollectiveAttributeSubentriesVirtualAttributeProvider.java101 Set<AttributeValue> tmp = new HashSet<AttributeValue>(2);
102 tmp.addAll(values);
103 tmp.add(value);
104 values = tmp;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/https/
H A DApprovalCallback.java83 String tmp =
85 trustAllServerCerts = (tmp != null && tmp.equalsIgnoreCase("true"));
87 tmp =
89 checkSubjectAltName = (tmp != null && tmp.equalsIgnoreCase("true"));
91 tmp = SystemProperties.get("com.iplanet.am.jssproxy.resolveIPAddress");
92 resolveIPAddress = (tmp != null && tmp.equalsIgnoreCase("true"));
94 tmp
[all...]
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/snmp/
H A DSNMPTrapListener.java201 String[] tmp = expectedTrapList.split(",");
203 nbTrapV1_community + "/" + tmp[0]);
205 nbTrapV1_otherCommunity + "/" + tmp[1]);
207 nbTrapV2_community + "/" + tmp[2]);
209 nbTrapV2_otherCommunity + "/" + tmp[3]);
211 nbTrapV3_community + "/" + tmp[4]);
213 nbTrapV3_otherCommunity + "/" + tmp[5]);
/forgerock/opendj2/tests/staf-tests/shared/java/snmp/
H A DSNMPTrapListener.java200 String[] tmp = expectedTrapList.split(",");
202 nbTrapV1_community + "/" + tmp[0]);
204 nbTrapV1_otherCommunity + "/" + tmp[1]);
206 nbTrapV2_community + "/" + tmp[2]);
208 nbTrapV2_otherCommunity + "/" + tmp[3]);
210 nbTrapV3_community + "/" + tmp[4]);
212 nbTrapV3_otherCommunity + "/" + tmp[5]);
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/snmp/
H A DSNMPTrapListener.java201 String[] tmp = expectedTrapList.split(",");
203 nbTrapV1_community + "/" + tmp[0]);
205 nbTrapV1_otherCommunity + "/" + tmp[1]);
207 nbTrapV2_community + "/" + tmp[2]);
209 nbTrapV2_otherCommunity + "/" + tmp[3]);
211 nbTrapV3_community + "/" + tmp[4]);
213 nbTrapV3_otherCommunity + "/" + tmp[5]);
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/snmp/
H A DSNMPTrapListener.java201 String[] tmp = expectedTrapList.split(",");
203 nbTrapV1_community + "/" + tmp[0]);
205 nbTrapV1_otherCommunity + "/" + tmp[1]);
207 nbTrapV2_community + "/" + tmp[2]);
209 nbTrapV2_otherCommunity + "/" + tmp[3]);
211 nbTrapV3_community + "/" + tmp[4]);
213 nbTrapV3_otherCommunity + "/" + tmp[5]);
/forgerock/opendj2-hg/tests/staf-tests/shared/java/snmp/
H A DSNMPTrapListener.java200 String[] tmp = expectedTrapList.split(",");
202 nbTrapV1_community + "/" + tmp[0]);
204 nbTrapV1_otherCommunity + "/" + tmp[1]);
206 nbTrapV2_community + "/" + tmp[2]);
208 nbTrapV2_otherCommunity + "/" + tmp[3]);
210 nbTrapV3_community + "/" + tmp[4]);
212 nbTrapV3_otherCommunity + "/" + tmp[5]);
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DSearchResultEntryProtocolOp.java171 LinkedList<LDAPAttribute> tmp = attributes;
172 if (tmp == null)
174 tmp = new LinkedList<LDAPAttribute>();
195 tmp.add(new LDAPAttribute(a));
207 tmp.add(new LDAPAttribute(builder.toAttribute()));
223 tmp.add(new LDAPAttribute(a));
235 tmp.add(new LDAPAttribute(builder.toAttribute()));
247 tmp.add(new LDAPAttribute(a));
256 tmp.add(new LDAPAttribute(a));
262 attributes = tmp;
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DSearchResultEntryProtocolOp.java170 LinkedList<LDAPAttribute> tmp = attributes;
171 if (tmp == null)
173 tmp = new LinkedList<LDAPAttribute>();
194 tmp.add(new LDAPAttribute(a));
206 tmp.add(new LDAPAttribute(builder.toAttribute()));
222 tmp.add(new LDAPAttribute(a));
234 tmp.add(new LDAPAttribute(builder.toAttribute()));
246 tmp.add(new LDAPAttribute(a));
255 tmp.add(new LDAPAttribute(a));
261 attributes = tmp;
[all...]

Completed in 87 milliseconds

1234567891011>>