Searched refs:escape (Results 1 - 25 of 65) sorted by relevance

123

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionURL.java99 * @param escape true if ampersand entity escaping needs to done
106 public String encodeURL(String url, boolean escape, Session session) { argument
107 return encodeURL(url, escape, sessionCookies.getCookieName(), session);
115 * @param escape true if ampersand entity escaping needs to
123 public String encodeURL(String url, boolean escape, String cookieName, Session session) { argument
124 return encodeURL(url, SessionUtils.QUERY, escape, cookieName, session);
162 * @param escape true if ampersand entity escaping needs to done
169 public String encodeURL(String url, short encodingScheme, boolean escape, Session session) { argument
170 return encodeURL(url, encodingScheme, escape, sessionCookies.getCookieName(), session);
182 * @param escape tru
190 encodeURL(String url, short encodingScheme, boolean escape, String cookieName, Session session) argument
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionURL.java112 * @param escape true if ampersand entity escaping needs to done
119 public String encodeURL(String url, boolean escape, Session session) { argument
120 return encodeURL(url, escape, sessionCookies.getCookieName(), session);
128 * @param escape true if ampersand entity escaping needs to
136 public String encodeURL(String url, boolean escape, String cookieName, Session session) { argument
137 return encodeSessionURL(url, SessionUtils.QUERY, escape, cookieName, session);
175 * @param escape true if ampersand entity escaping needs to done
182 public String encodeURL(String url, short encodingScheme, boolean escape, Session session) { argument
183 return encodeSessionURL(url, encodingScheme, escape, sessionCookies.getCookieName(), session);
195 * @param escape tru
203 encodeSessionURL(String url, short encodingScheme, boolean escape, String cookieName, Session session) argument
275 encodeInternalSessionURL(String url, short encodingScheme, boolean escape, String cookieName, InternalSession internalSession) argument
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/workflow/
H A DActiveProcessesView.js157 item: function(item, escape) {
158 var userName = item.userName.length > 0 ? ' (' + escape(item.userName) + ')': "",
164 '<span class="user-fullname">' + escape(displayName) + userName + '</span>' +
168 option: function(item, escape) {
169 var userName = item.userName.length > 0 ? ' (' + escape(item.userName) + ')': "",
175 '<span class="user-fullname">' + escape(displayName) + userName + '</span>' +
H A DProcessHistoryView.js151 item: function(item, escape) {
152 var userName = item.userName.length > 0 ? ' (' + escape(item.userName) + ')': "",
158 '<span class="user-fullname">' + escape(displayName) + userName + '</span>' +
162 option: function(item, escape) {
163 var userName = item.userName.length > 0 ? ' (' + escape(item.userName) + ')': "",
169 '<span class="user-fullname">' + escape(displayName) + userName + '</span>' +
H A DTaskListView.js163 item: function(item, escape) {
164 var userName = item.userName.length > 0 ? ' (' + escape(item.userName) + ')': "",
170 '<span class="user-fullname">' + escape(displayName) + userName + '</span>' +
174 option: function(item, escape) {
175 var userName = item.userName.length > 0 ? ' (' + escape(item.userName) + ')': "",
181 '<span class="user-fullname">' + escape(displayName) + userName + '</span>' +
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionEncodeURL.java79 * if the escape is true. Only the ampersand before appending cookie parameter
126 * if escape is false then no entity escaping of ampersand.
131 * if escape is true then entity escaping of ampersand
150 * @param escape <code>true</code> to escape ampersand.
154 short encodingScheme, boolean escape) {
157 escape);
162 debug.message("escape is.. " + escape);
284 * @param escape <cod
153 encodeURL(String sidString, String url, short encodingScheme, boolean escape) argument
287 encodeSidURL(String url, String cookieStr, short encodingScheme, boolean escape) argument
376 writeUrlInQuery(String url, String cookieStr, boolean escape) argument
447 encodeSidInQueryString(String uri, String qString, String cookieStr, boolean escape) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionEncodeURL.java79 * if the escape is true. Only the ampersand before appending cookie parameter
126 * if escape is false then no entity escaping of ampersand.
131 * if escape is true then entity escaping of ampersand
150 * @param escape <code>true</code> to escape ampersand.
154 short encodingScheme, boolean escape) {
157 escape);
162 debug.message("escape is.. " + escape);
284 * @param escape <cod
153 encodeURL(String sidString, String url, short encodingScheme, boolean escape) argument
287 encodeSidURL(String url, String cookieStr, short encodingScheme, boolean escape) argument
376 writeUrlInQuery(String url, String cookieStr, boolean escape) argument
447 encodeSidInQueryString(String uri, String qString, String cookieStr, boolean escape) argument
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/utils/
H A DModelUtils.js38 Messages.addMessage({ type: Messages.TYPE_DANGER, escape: true, response });
/forgerock/openam-v13/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Dcookie.js87 cookieVal += prop + ':' + escape(this[prop]);
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/mapping/util/
H A DMappingUtils.js84 item: function(item, escape) {
87 return "<div>" +escape(item[autocompleteProps[0]]) +"</div>";
/forgerock/openam/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Dcookie.js87 cookieVal += prop + ':' + escape(this[prop]);
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/util/
H A DWorkflowUtils.js64 item: function (item, escape) {
68 option: function (item, escape) {
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/util/
H A DResourceCollectionUtils.js41 return _.escape(eval("item." + p));
74 item: function(item, escape) {
78 option: function(item, escape) {
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/history/
H A Dhistory-beta-debug.js466 module = escape( module );
467 initialState = escape( initialState );
611 moduleName = escape( moduleName );
612 currentState = escape( currentState );
H A Dhistory-beta-min.js27 module=escape(module);initialState=escape(initialState);scope=null;if(override===true){scope=obj;}else{scope=override;}
37 moduleName=escape(moduleName);currentState=escape(currentState);currentStates.push(moduleName+"="+currentState);}}
H A Dhistory-beta.js466 module = escape( module );
467 initialState = escape( initialState );
611 moduleName = escape( moduleName );
612 currentState = escape( currentState );
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/history/
H A Dhistory-beta-debug.js466 module = escape( module );
467 initialState = escape( initialState );
611 moduleName = escape( moduleName );
612 currentState = escape( currentState );
H A Dhistory-beta-min.js27 module=escape(module);initialState=escape(initialState);scope=null;if(override===true){scope=obj;}else{scope=override;}
37 moduleName=escape(moduleName);currentState=escape(currentState);currentStates.push(moduleName+"="+currentState);}}
H A Dhistory-beta.js466 module = escape( module );
467 initialState = escape( initialState );
611 moduleName = escape( moduleName );
612 currentState = escape( currentState );
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DBulkOperations.java86 boolean escape = false;
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DBulkOperations.java86 boolean escape = false;
/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c144 on. Zero means further processing is needed (for things like \x), or the escape
358 general substitute of a Unicode property escape (\p or \P). However, for some
457 "invalid escape sequence in character class\0"
978 positive value for a simple escape such as \n, or 0 for a data character which
982 character of the escape sequence.
993 positive => a special escape sequence
1006 int escape = 0; local
1024 { if (i > 0) c = (pcre_uint32)i; else escape = -i; }
1029 else if ((i = escapes[c - 0x48]) != 0) { if (i > 0) c = (pcre_uint32)i; else escape = -i; }
1116 escape
4406 int escape; local
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DSessionPropertyConditionHelper.java117 buff.append(HtmlUtil.escape(val));
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DSessionPropertyConditionHelper.java117 buff.append(HtmlUtil.escape(val));
/forgerock/openidm-v4/openidm-enhanced-config/src/main/java/org/forgerock/openidm/config/enhanced/
H A DJSONEnhancedConfig.java90 * @param escape
94 public JSONEnhancedConfig setEscaping(boolean escape) { argument
95 doEscape = escape;

Completed in 92 milliseconds

123