Searched refs:content (Results 1 - 25 of 629) sorted by relevance

1234567891011>>

/forgerock/openidm-v4/openidm-audit/src/test/resources/container/
H A Dlogfilter.js2 if (request.content.operation === 'create') {
5 } else if (request.content.operation === 'update') {
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRAQRUtils.h25 * @param content The original string.
28 + (NSString *)replaceCharactersForURLDecoding:(NSString *)content;
33 * @param content The original string to decode.
36 + (NSData *)decodeURL:(NSString *)content;
49 * @param content The original string to decode.
52 + (NSString *)decode:(NSString*)content;
57 * @param content The original string to pad.
60 + (NSString *)pad:(NSString*)content;
66 * @param content The original string to check.
69 + (BOOL)isBase64:(NSString *)content;
[all...]
H A DFRAQRUtils.m24 + (NSString *)replaceCharactersForURLDecoding:(NSString *)content {
25 NSString * fixed = [content stringByReplacingOccurrencesOfString:@"-" withString:@"+"];
29 + (NSData *)decodeURL:(NSString *) content {
30 NSString * fixed = [FRAQRUtils replaceCharactersForURLDecoding:content];
45 + (NSString *)decode:(NSString *)content {
46 return [content stringByReplacingPercentEscapesUsingEncoding:NSUTF8StringEncoding];
49 + (NSString *)pad:(NSString *)content {
50 int paddSize = (4 - ([content length] % 4)) % 4;
54 content = [content stringByAppendingStrin
[all...]
/forgerock/openam-v13/openam-tools/build-helper-plugin/src/main/java/org/forgerock/maven/plugins/inject/content/
H A Dpackage-info.java17 * This package contains classes for the inject-content maven plugin.
19 package org.forgerock.maven.plugins.inject.content;
H A DContentConverter.java17 package org.forgerock.maven.plugins.inject.content;
20 * Interface for converting content when injecting it into the destination file.
H A DNoOpContentConverter.java17 package org.forgerock.maven.plugins.inject.content;
/forgerock/openam/openam-tools/build-helper-plugin/src/main/java/org/forgerock/maven/plugins/inject/content/
H A Dpackage-info.java17 * This package contains classes for the inject-content maven plugin.
19 package org.forgerock.maven.plugins.inject.content;
H A DContentConverter.java17 package org.forgerock.maven.plugins.inject.content;
20 * Interface for converting content when injecting it into the destination file.
H A DNoOpContentConverter.java17 package org.forgerock.maven.plugins.inject.content;
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/utils/
H A DIntentFactory.java18 import android.content.Context;
19 import android.content.Intent;
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/resources/css/
H A Dicons.less59 .icon-xml:before { content: '\e800'; } /* 'î €' */
60 .icon-cloud:before { content: '\e801'; } /* '' */
61 .icon-cubes:before { content: '\e802'; } /* 'î ‚' */
62 .icon-scriptedsql:before { content: '\e803'; } /* 'î ƒ' */
63 .icon-ldap:before { content: '\e804'; } /* 'î „' */
64 .icon-db:before { content: '\e805'; } /* 'î …' */
65 .icon-csv:before { content: '\e806'; } /* 'î †' */
66 .icon-connector-01:before { content: '\e807'; } /* 'î ‡' */
67 .icon-salesforce:before { content: '\e808'; } /* 'î ˆ' */
68 .icon-google:before { content
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DNotification.java39 * important information in this Notification object is the content of this
40 * notification. The content in this Notification object can be an arbitrary
43 * document into this Notification object as its content.
59 * Constructs an instance of Notification class with the content of the
63 * @param content
64 * The content of this Notification.
66 public Notification(String content) { argument
67 notificationContent = XMLUtils.removeInvalidXMLChars(content);
78 * Gets the ID of the DTD for the content of the Notification
80 * @return The ID of the DTD for the content o
111 setContent(String content) argument
[all...]
H A DResponse.java39 * information in this Response object is the content of this response. The
40 * content in this Response object can be an arbitrary String. This makes it
43 * Response object as its content.
59 * Constructs an instance of Response class with the content of the Response.
63 * @param content
64 * The content of this Response.
66 public Response(String content) { argument
67 responseContent = XMLUtils.removeInvalidXMLChars(content);
78 * Gets the ID of the DTD for the content of the Response
80 * @return The ID of the DTD for the content o
109 setContent(String content) argument
[all...]
H A DRequest.java39 * information in this Request object is the content of this request. The
40 * content in this Request object can be an arbitrary String. This makes it
43 * Request object as its content.
57 * Contructs an instance of Request class with the content of the Request.
61 * @param content
62 * The content of this Request.
64 public Request(String content) { argument
65 requestContent = XMLUtils.removeInvalidXMLChars(content);
76 * Sets the ID of the DTD for the content of the Request
79 * The ID of the DTD for the content o
128 setContent(String content) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DNotification.java39 * important information in this Notification object is the content of this
40 * notification. The content in this Notification object can be an arbitrary
43 * document into this Notification object as its content.
59 * Constructs an instance of Notification class with the content of the
63 * @param content
64 * The content of this Notification.
66 public Notification(String content) { argument
67 notificationContent = XMLUtils.removeInvalidXMLChars(content);
78 * Gets the ID of the DTD for the content of the Notification
80 * @return The ID of the DTD for the content o
111 setContent(String content) argument
[all...]
H A DResponse.java39 * information in this Response object is the content of this response. The
40 * content in this Response object can be an arbitrary String. This makes it
43 * Response object as its content.
59 * Constructs an instance of Response class with the content of the Response.
63 * @param content
64 * The content of this Response.
66 public Response(String content) { argument
67 responseContent = XMLUtils.removeInvalidXMLChars(content);
78 * Gets the ID of the DTD for the content of the Response
80 * @return The ID of the DTD for the content o
109 setContent(String content) argument
[all...]
H A DRequest.java39 * information in this Request object is the content of this request. The
40 * content in this Request object can be an arbitrary String. This makes it
43 * Request object as its content.
57 * Contructs an instance of Request class with the content of the Request.
61 * @param content
62 * The content of this Request.
64 public Request(String content) { argument
65 requestContent = XMLUtils.removeInvalidXMLChars(content);
76 * Sets the ID of the DTD for the content of the Request
79 * The ID of the DTD for the content o
128 setContent(String content) argument
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/resources/css/fontawesome/less/
H A Dicons.less4 .@{fa-css-prefix}-glass:before { content: @fa-var-glass; }
5 .@{fa-css-prefix}-music:before { content: @fa-var-music; }
6 .@{fa-css-prefix}-search:before { content: @fa-var-search; }
7 .@{fa-css-prefix}-envelope-o:before { content: @fa-var-envelope-o; }
8 .@{fa-css-prefix}-heart:before { content: @fa-var-heart; }
9 .@{fa-css-prefix}-star:before { content: @fa-var-star; }
10 .@{fa-css-prefix}-star-o:before { content: @fa-var-star-o; }
11 .@{fa-css-prefix}-user:before { content: @fa-var-user; }
12 .@{fa-css-prefix}-film:before { content: @fa-var-film; }
13 .@{fa-css-prefix}-th-large:before { content
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/ui/
H A DoauthProxy.js8 connectorLocation = request.content.connectorLocation.replace("_", "/");
16 request.content.body += "&client_secret=" + decryptedClientSecret;
18 request.content.body += "&client_secret=" + oAuthConfig.configurationProperties.clientSecret;
23 request.content["contentType"] = "application/x-www-form-urlencoded";
25 return openidm.action("external/rest", "noop", request.content);
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/test/common/
H A DFileHelper.java48 * Returns byte array that contains the content of a file.
51 * @return byte array that contains the content of a file.
52 * @throws IOException if file is not found; or content cannot be read.
57 byte[] content = null;
62 content = new byte[(int)f.length()];
63 in.read(content);
69 return content;
/forgerock/openam/openam-test/src/test/java/com/sun/identity/test/common/
H A DFileHelper.java48 * Returns byte array that contains the content of a file.
51 * @return byte array that contains the content of a file.
52 * @throws IOException if file is not found; or content cannot be read.
57 byte[] content = null;
62 content = new byte[(int)f.length()];
63 in.read(content);
69 return content;
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/tools/diffs/
H A DStat.java68 String content = getFileContent(filename);
70 discover(content, ADDED, TAG_ADDED, buff);
71 discover(content, REMOVED, TAG_REMOVED, buff);
72 discover(content, MODIFIED, TAG_MODIFIED, buff);
77 String content,
82 int idx = content.indexOf(tag);
84 int idx2 = content.lastIndexOf("File: ", idx);
88 fileName = content.substring(idx2, idx);
91 int i = content.indexOf("Repository revision", idx);
93 i = content
76 discover( String content, String tag, String marker, StringBuffer buff ) argument
136 writeToFile(String filename, String content) argument
[all...]
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/tools/diffs/
H A DStat.java68 String content = getFileContent(filename);
70 discover(content, ADDED, TAG_ADDED, buff);
71 discover(content, REMOVED, TAG_REMOVED, buff);
72 discover(content, MODIFIED, TAG_MODIFIED, buff);
77 String content,
82 int idx = content.indexOf(tag);
84 int idx2 = content.lastIndexOf("File: ", idx);
88 fileName = content.substring(idx2, idx);
91 int i = content.indexOf("Repository revision", idx);
93 i = content
76 discover( String content, String tag, String marker, StringBuffer buff ) argument
136 writeToFile(String filename, String content) argument
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/setup/
H A DSwapClientConfig.java77 String content = templateFile.toString();
113 content = content.replaceAll("/@DEPLOY_URI@", deploy_uri);
116 content = content.replaceAll("@SERVER_PROTOCOL@", server_protocol);
117 content = content.replaceAll("@SERVER_HOST@", server_host);
118 content = content.replaceAll("@SERVER_PORT@", server_port);
121 content
[all...]
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/setup/
H A DSwapClientConfig.java77 String content = templateFile.toString();
113 content = content.replaceAll("/@DEPLOY_URI@", deploy_uri);
116 content = content.replaceAll("@SERVER_PROTOCOL@", server_protocol);
117 content = content.replaceAll("@SERVER_HOST@", server_host);
118 content = content.replaceAll("@SERVER_PORT@", server_port);
121 content
[all...]

Completed in 92 milliseconds

1234567891011>>