Searched defs:trim (Results 1 - 25 of 79) sorted by relevance

1234

/forgerock/openam-v13/openam-scripting/src/test/js/
H A Dam-binding-mocks.js53 if (!String.prototype.trim) {
54 String.prototype.trim = function () {
/forgerock/openam/openam-scripting/src/test/js/
H A Dam-binding-mocks.js53 if (!String.prototype.trim) {
54 String.prototype.trim = function () {
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/
H A DStringPrepProfile.java81 * @param trim Indicates whether leading and trailing spaces should be
89 boolean trim,
102 map(buffer,sequence.subSequence(i, length),trim,foldCase);
111 if ((trim && (buffLen == 0)) ||
125 if((trim && ( (buffLen ==0) ))
156 if (trim)
178 boolean trim,
181 MappingTable.map(buffer,value,trim,foldCase);
545 boolean trim,
560 if((trim
87 prepareUnicode(StringBuilder buffer, ByteSequence sequence, boolean trim, boolean foldCase) argument
176 map(StringBuilder buffer, ByteSequence value, boolean trim, boolean foldCase) argument
543 map(StringBuilder buffer, ByteSequence sequence, boolean trim, boolean foldCase) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DStringPrepProfile.java80 * @param trim Indicates whether leading and trailing spaces should be
88 boolean trim,
101 map(buffer,sequence.subSequence(i, length),trim,foldCase);
110 if ((trim && (buffLen == 0)) ||
124 if((trim && ( (buffLen ==0) ))
155 if (trim)
177 boolean trim,
180 MappingTable.map(buffer,value,trim,foldCase);
544 boolean trim,
559 if((trim
86 prepareUnicode(StringBuilder buffer, ByteSequence sequence, boolean trim, boolean foldCase) argument
175 map(StringBuilder buffer, ByteSequence value, boolean trim, boolean foldCase) argument
542 map(StringBuilder buffer, ByteSequence sequence, boolean trim, boolean foldCase) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/
H A DStringPrepProfile.java81 * @param trim Indicates whether leading and trailing spaces should be
89 boolean trim,
102 map(buffer,sequence.subSequence(i, length),trim,foldCase);
111 if ((trim && (buffLen == 0)) ||
125 if((trim && ( (buffLen ==0) ))
156 if (trim)
178 boolean trim,
181 MappingTable.map(buffer,value,trim,foldCase);
545 boolean trim,
560 if((trim
87 prepareUnicode(StringBuilder buffer, ByteSequence sequence, boolean trim, boolean foldCase) argument
176 map(StringBuilder buffer, ByteSequence value, boolean trim, boolean foldCase) argument
543 map(StringBuilder buffer, ByteSequence sequence, boolean trim, boolean foldCase) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/
H A DStringPrepProfile.java81 * @param trim Indicates whether leading and trailing spaces should be
89 boolean trim,
102 map(buffer,sequence.subSequence(i, length),trim,foldCase);
111 if ((trim && (buffLen == 0)) ||
125 if((trim && ( (buffLen ==0) ))
156 if (trim)
178 boolean trim,
181 MappingTable.map(buffer,value,trim,foldCase);
545 boolean trim,
560 if((trim
87 prepareUnicode(StringBuilder buffer, ByteSequence sequence, boolean trim, boolean foldCase) argument
176 map(StringBuilder buffer, ByteSequence value, boolean trim, boolean foldCase) argument
543 map(StringBuilder buffer, ByteSequence sequence, boolean trim, boolean foldCase) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DStringPrepProfile.java80 * @param trim Indicates whether leading and trailing spaces should be
88 boolean trim,
101 map(buffer,sequence.subSequence(i, length),trim,foldCase);
110 if ((trim && (buffLen == 0)) ||
124 if((trim && ( (buffLen ==0) ))
155 if (trim)
177 boolean trim,
180 MappingTable.map(buffer,value,trim,foldCase);
544 boolean trim,
559 if((trim
86 prepareUnicode(StringBuilder buffer, ByteSequence sequence, boolean trim, boolean foldCase) argument
175 map(StringBuilder buffer, ByteSequence value, boolean trim, boolean foldCase) argument
542 map(StringBuilder buffer, ByteSequence sequence, boolean trim, boolean foldCase) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DDbHandler.java72 // A dedicated thread loops on flush() and trim().
75 // trim() : deletes from the DB a number of changes that are older than a
117 * The trim age in milliseconds. Changes record in the change DB that
355 trim();
401 * Retrieves the latest trim date.
402 * @return the latest trim date.
414 private void trim() throws DatabaseException, Exception method in class:DbHandler
439 * the trim is done by group in order to save some CPU and IO bandwidth
656 // is older than the trim date.
H A DDraftCNDbHandler.java82 A dedicated thread loops trim().
83 trim() : deletes from the DB a number of changes that are older than a
88 * The trim age in milliseconds. Changes record in the change DB that
273 trim();
309 public void trim() throws DatabaseException, Exception method in class:DraftCNDbHandler
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DDbHandler.java72 // A dedicated thread loops on flush() and trim().
75 // trim() : deletes from the DB a number of changes that are older than a
115 * The trim age in milliseconds. Changes record in the change DB that
345 trim();
397 * Retrieves the latest trim date.
398 * @return the latest trim date.
410 private void trim() throws DatabaseException, Exception method in class:DbHandler
435 * the trim is done by group in order to save some CPU and IO bandwidth
656 // is older than the trim date.
H A DDraftCNDbHandler.java90 A dedicated thread loops trim().
91 trim() : deletes from the DB a number of changes that are older than a
96 * The trim age in milliseconds. Changes record in the change DB that
282 trim();
318 public void trim() throws DatabaseException, Exception method in class:DraftCNDbHandler
369 // do not trim the newest record to avoid having the last generated
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DDbHandler.java72 // A dedicated thread loops on flush() and trim().
75 // trim() : deletes from the DB a number of changes that are older than a
117 * The trim age in milliseconds. Changes record in the change DB that
355 trim();
401 * Retrieves the latest trim date.
402 * @return the latest trim date.
414 private void trim() throws DatabaseException, Exception method in class:DbHandler
439 * the trim is done by group in order to save some CPU and IO bandwidth
656 // is older than the trim date.
H A DDraftCNDbHandler.java82 A dedicated thread loops trim().
83 trim() : deletes from the DB a number of changes that are older than a
88 * The trim age in milliseconds. Changes record in the change DB that
273 trim();
309 public void trim() throws DatabaseException, Exception method in class:DraftCNDbHandler
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/yahoo/
H A Dyahoo-debug.js766 * @method trim
768 * @param s {string} the string to trim
771 trim: function(s){
H A Dyahoo-min.js41 return s;},trim:function(s){try{return s.replace(/^\s+|\s+$/g,"");}catch(e){return s;}},merge:function(){var o={},a=arguments,i;for(i=0;i<a.length;i=i+1){YAHOO.lang.augmentObject(o,a[i],true);}
H A Dyahoo.js766 * @method trim
768 * @param s {string} the string to trim
771 trim: function(s){
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/yahoo/
H A Dyahoo-debug.js766 * @method trim
768 * @param s {string} the string to trim
771 trim: function(s){
H A Dyahoo-min.js41 return s;},trim:function(s){try{return s.replace(/^\s+|\s+$/g,"");}catch(e){return s;}},merge:function(){var o={},a=arguments,i;for(i=0;i<a.length;i=i+1){YAHOO.lang.augmentObject(o,a[i],true);}
H A Dyahoo.js766 * @method trim
768 * @param s {string} the string to trim
771 trim: function(s){
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DStaticUtils.java2909 * @param trim Indicates whether leading and trailing spaces should be
2913 boolean trim)
2938 if (trim && (bufferLength == 0))
3028 if (trim)
3202 * @param trim Indicates whether leading and trailing spaces should be
3205 public static void toUpperCase(byte[] b, StringBuilder buffer, boolean trim) argument
3239 if (trim && (bufferLength == 0))
3329 if (trim)
2912 toLowerCase(ByteSequence b, StringBuilder buffer, boolean trim) argument
/forgerock/opendj2/src/server/org/opends/server/util/
H A DStaticUtils.java2887 * @param trim Indicates whether leading and trailing spaces should be
2891 boolean trim)
2916 if (trim && (bufferLength == 0))
3006 if (trim)
3180 * @param trim Indicates whether leading and trailing spaces should be
3183 public static void toUpperCase(byte[] b, StringBuilder buffer, boolean trim) argument
3217 if (trim && (bufferLength == 0))
3307 if (trim)
2890 toLowerCase(ByteSequence b, StringBuilder buffer, boolean trim) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DStaticUtils.java2909 * @param trim Indicates whether leading and trailing spaces should be
2913 boolean trim)
2938 if (trim && (bufferLength == 0))
3028 if (trim)
3202 * @param trim Indicates whether leading and trailing spaces should be
3205 public static void toUpperCase(byte[] b, StringBuilder buffer, boolean trim) argument
3239 if (trim && (bufferLength == 0))
3329 if (trim)
2912 toLowerCase(ByteSequence b, StringBuilder buffer, boolean trim) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DStaticUtils.java2986 * @param trim Indicates whether leading and trailing spaces should be
2990 boolean trim)
3015 if (trim && (bufferLength == 0))
3105 if (trim)
3279 * @param trim Indicates whether leading and trailing spaces should be
3282 public static void toUpperCase(byte[] b, StringBuilder buffer, boolean trim) argument
3316 if (trim && (bufferLength == 0))
3406 if (trim)
2989 toLowerCase(ByteSequence b, StringBuilder buffer, boolean trim) argument
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DStaticUtils.java2887 * @param trim Indicates whether leading and trailing spaces should be
2891 boolean trim)
2916 if (trim && (bufferLength == 0))
3006 if (trim)
3180 * @param trim Indicates whether leading and trailing spaces should be
3183 public static void toUpperCase(byte[] b, StringBuilder buffer, boolean trim) argument
3217 if (trim && (bufferLength == 0))
3307 if (trim)
2890 toLowerCase(ByteSequence b, StringBuilder buffer, boolean trim) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DStaticUtils.java1643 * @param trim Indicates whether leading and trailing spaces should be
1646 public static void toLowerCase(ByteSequence b, StringBuilder buffer, boolean trim) argument
1653 if (trim)
1838 * @param trim Indicates whether leading and trailing spaces should be
1841 public static void toUpperCase(byte[] b, StringBuilder buffer, boolean trim) argument
1871 if (trim && bufferLength == 0)
1961 if (trim)

Completed in 185 milliseconds

1234