/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/js/org/forgerock/openam/extensions/authmodules/adaptivedeviceprint/infocollectors/ |
H A D | TimezoneCollector.js | 39 var ret = {}, offset = new Date().getTimezoneOffset(); 41 if(offset) { 42 ret.timezone = offset;
|
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/ |
H A D | RelativeInheritedDefaultBehaviorProvider.java | 38 /** The type of managed object expected at the relative offset. */ 42 * The relative offset (where 1 = parent, 2 = grandparent) of the 45 private final int offset; field in class:RelativeInheritedDefaultBehaviorProvider 60 * @param offset 65 * If the offset is less than 0. 68 int offset) { 71 // offset is 0). 72 if (offset < 0) { 73 throw new IllegalArgumentException("Negative offset"); 77 this.offset 67 RelativeInheritedDefaultBehaviorProvider(AbstractManagedObjectDefinition<?, ?> d, String propertyName, int offset) argument [all...] |
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/ |
H A D | FRABlockActionSheet.h | 28 * The offset parameter passed to the block gives the index of the button that was clicked. 30 @property (nonatomic, copy) void (^callback)(NSInteger offset); variable
|
/forgerock/opendj2/src/server/org/opends/server/admin/ |
H A D | RelativeInheritedDefaultBehaviorProvider.java | 42 // The type of managed object expected at the relative offset. 45 // The relative offset (where 1 = parent, 2 = grandparent) of the 47 private final int offset; field in class:RelativeInheritedDefaultBehaviorProvider 64 * @param offset 69 * If the offset is less than 0. 72 AbstractManagedObjectDefinition<?, ?> d, String propertyName, int offset) 76 // offset is 0). 77 if (offset < 0) { 78 throw new IllegalArgumentException("Negative offset"); 82 this.offset 71 RelativeInheritedDefaultBehaviorProvider( AbstractManagedObjectDefinition<?, ?> d, String propertyName, int offset) argument [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/ |
H A D | RelativeInheritedDefaultBehaviorProvider.java | 43 // The type of managed object expected at the relative offset. 46 // The relative offset (where 1 = parent, 2 = grandparent) of the 48 private final int offset; field in class:RelativeInheritedDefaultBehaviorProvider 65 * @param offset 70 * If the offset is less than 0. 73 AbstractManagedObjectDefinition<?, ?> d, String propertyName, int offset) 77 // offset is 0). 78 if (offset < 0) { 79 throw new IllegalArgumentException("Negative offset"); 83 this.offset 72 RelativeInheritedDefaultBehaviorProvider( AbstractManagedObjectDefinition<?, ?> d, String propertyName, int offset) argument [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/ |
H A D | RelativeInheritedDefaultBehaviorProvider.java | 43 // The type of managed object expected at the relative offset. 46 // The relative offset (where 1 = parent, 2 = grandparent) of the 48 private final int offset; field in class:RelativeInheritedDefaultBehaviorProvider 65 * @param offset 70 * If the offset is less than 0. 73 AbstractManagedObjectDefinition<?, ?> d, String propertyName, int offset) 77 // offset is 0). 78 if (offset < 0) { 79 throw new IllegalArgumentException("Negative offset"); 83 this.offset 72 RelativeInheritedDefaultBehaviorProvider( AbstractManagedObjectDefinition<?, ?> d, String propertyName, int offset) argument [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/admin/ |
H A D | RelativeInheritedDefaultBehaviorProvider.java | 42 // The type of managed object expected at the relative offset. 45 // The relative offset (where 1 = parent, 2 = grandparent) of the 47 private final int offset; field in class:RelativeInheritedDefaultBehaviorProvider 64 * @param offset 69 * If the offset is less than 0. 72 AbstractManagedObjectDefinition<?, ?> d, String propertyName, int offset) 76 // offset is 0). 77 if (offset < 0) { 78 throw new IllegalArgumentException("Negative offset"); 82 this.offset 71 RelativeInheritedDefaultBehaviorProvider( AbstractManagedObjectDefinition<?, ?> d, String propertyName, int offset) argument [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/ |
H A D | RelativeInheritedDefaultBehaviorProvider.java | 43 // The type of managed object expected at the relative offset. 46 // The relative offset (where 1 = parent, 2 = grandparent) of the 48 private final int offset; field in class:RelativeInheritedDefaultBehaviorProvider 65 * @param offset 70 * If the offset is less than 0. 73 AbstractManagedObjectDefinition<?, ?> d, String propertyName, int offset) 77 // offset is 0). 78 if (offset < 0) { 79 throw new IllegalArgumentException("Negative offset"); 83 this.offset 72 RelativeInheritedDefaultBehaviorProvider( AbstractManagedObjectDefinition<?, ?> d, String propertyName, int offset) argument [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/ |
H A D | RelativeInheritedDefaultBehaviorProvider.java | 43 /** The type of managed object expected at the relative offset. */ 47 * The relative offset (where 1 = parent, 2 = grandparent) of the 50 private final int offset; field in class:RelativeInheritedDefaultBehaviorProvider 67 * @param offset 72 * If the offset is less than 0. 75 AbstractManagedObjectDefinition<?, ?> d, String propertyName, int offset) 79 // offset is 0). 80 if (offset < 0) { 81 throw new IllegalArgumentException("Negative offset"); 85 this.offset 74 RelativeInheritedDefaultBehaviorProvider( AbstractManagedObjectDefinition<?, ?> d, String propertyName, int offset) argument [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/types/ |
H A D | ByteString.java | 159 * @param offset 160 * The offset of the byte array to be used; must be 165 * offset}. 168 * If {@code offset} is negative or if {@code length} is 169 * negative or if {@code offset + length} is greater than 172 public static ByteString wrap(byte[] b, int offset, int length) argument 175 checkArrayBounds(b, offset, length); 176 return new ByteString(b, offset, length); 188 * @param offset 189 * The offset o 200 checkArrayBounds(byte[] b, int offset, int length) argument 311 hashCode(byte[] b, int offset, int length) argument 338 toString(byte[] b, int offset, int length) argument 366 private final int offset; field in class:ByteString 388 ByteString(byte[] b, int offset, int length) argument 428 compareTo(byte[] b, int offset, int length) argument 463 copyTo(byte[] b, int offset) argument 512 equals(byte[] b, int offset, int length) argument [all...] |
/forgerock/opendj2/src/server/org/opends/server/types/ |
H A D | ByteString.java | 158 * @param offset 159 * The offset of the byte array to be used; must be 164 * offset}. 167 * If {@code offset} is negative or if {@code length} is 168 * negative or if {@code offset + length} is greater than 171 public static ByteString wrap(byte[] b, int offset, int length) argument 174 checkArrayBounds(b, offset, length); 175 return new ByteString(b, offset, length); 187 * @param offset 188 * The offset o 199 checkArrayBounds(byte[] b, int offset, int length) argument 310 hashCode(byte[] b, int offset, int length) argument 337 toString(byte[] b, int offset, int length) argument 365 private final int offset; field in class:ByteString 387 ByteString(byte[] b, int offset, int length) argument 427 compareTo(byte[] b, int offset, int length) argument 462 copyTo(byte[] b, int offset) argument 511 equals(byte[] b, int offset, int length) argument [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/types/ |
H A D | ByteString.java | 159 * @param offset 160 * The offset of the byte array to be used; must be 165 * offset}. 168 * If {@code offset} is negative or if {@code length} is 169 * negative or if {@code offset + length} is greater than 172 public static ByteString wrap(byte[] b, int offset, int length) argument 175 checkArrayBounds(b, offset, length); 176 return new ByteString(b, offset, length); 188 * @param offset 189 * The offset o 200 checkArrayBounds(byte[] b, int offset, int length) argument 311 hashCode(byte[] b, int offset, int length) argument 338 toString(byte[] b, int offset, int length) argument 366 private final int offset; field in class:ByteString 388 ByteString(byte[] b, int offset, int length) argument 428 compareTo(byte[] b, int offset, int length) argument 463 copyTo(byte[] b, int offset) argument 512 equals(byte[] b, int offset, int length) argument [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/ |
H A D | ByteString.java | 159 * @param offset 160 * The offset of the byte array to be used; must be 165 * offset}. 168 * If {@code offset} is negative or if {@code length} is 169 * negative or if {@code offset + length} is greater than 172 public static ByteString wrap(byte[] b, int offset, int length) argument 175 checkArrayBounds(b, offset, length); 176 return new ByteString(b, offset, length); 188 * @param offset 189 * The offset o 200 checkArrayBounds(byte[] b, int offset, int length) argument 311 hashCode(byte[] b, int offset, int length) argument 338 toString(byte[] b, int offset, int length) argument 366 private final int offset; field in class:ByteString 388 ByteString(byte[] b, int offset, int length) argument 428 compareTo(byte[] b, int offset, int length) argument 463 copyTo(byte[] b, int offset) argument 512 equals(byte[] b, int offset, int length) argument [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/types/ |
H A D | ByteString.java | 158 * @param offset 159 * The offset of the byte array to be used; must be 164 * offset}. 167 * If {@code offset} is negative or if {@code length} is 168 * negative or if {@code offset + length} is greater than 171 public static ByteString wrap(byte[] b, int offset, int length) argument 174 checkArrayBounds(b, offset, length); 175 return new ByteString(b, offset, length); 187 * @param offset 188 * The offset o 199 checkArrayBounds(byte[] b, int offset, int length) argument 310 hashCode(byte[] b, int offset, int length) argument 337 toString(byte[] b, int offset, int length) argument 365 private final int offset; field in class:ByteString 387 ByteString(byte[] b, int offset, int length) argument 427 compareTo(byte[] b, int offset, int length) argument 462 copyTo(byte[] b, int offset) argument 511 equals(byte[] b, int offset, int length) argument [all...] |
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
H A D | NumericLimitedSizeDocumentFilter.java | 57 public void insertString(DocumentFilter.FilterBypass fb, int offset, argument 69 if (offset + newText.length() > maxSize) 71 int newOffset = offset + newText.length() - maxSize; 77 fb.insertString(offset, newText, attr); 83 fb.insertString(offset, newText, attr); 91 public void replace(DocumentFilter.FilterBypass fb, int offset, argument 97 fb.remove(offset, length); 100 insertString(fb, offset, text, attr);
|
H A D | TimeDocumentFilter.java | 54 public void insertString(DocumentFilter.FilterBypass fb, int offset, argument 59 fb.insertString(offset, text.replaceAll("[^0-9]", ""), attr); 60 trimPosition(fb, text, offset, previousLength); 66 public void remove(DocumentFilter.FilterBypass fb, int offset, argument 70 String text = fb.getDocument().getText(offset, length); 74 fb.remove(offset, length); 78 // index value is relative to offset 81 fb.remove(offset, index); 85 fb.remove(offset + index + 1, length - index -1); 94 public void replace(DocumentFilter.FilterBypass fb, int offset, argument 118 trimPosition(DocumentFilter.FilterBypass fb, String newText, int offset, int previousLength) argument [all...] |
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
H A D | NumericLimitedSizeDocumentFilter.java | 56 public void insertString(DocumentFilter.FilterBypass fb, int offset, argument 68 if (offset + newText.length() > maxSize) 70 int newOffset = offset + newText.length() - maxSize; 76 fb.insertString(offset, newText, attr); 82 fb.insertString(offset, newText, attr); 90 public void replace(DocumentFilter.FilterBypass fb, int offset, argument 96 fb.remove(offset, length); 99 insertString(fb, offset, text, attr);
|
H A D | TimeDocumentFilter.java | 53 public void insertString(DocumentFilter.FilterBypass fb, int offset, argument 58 fb.insertString(offset, text.replaceAll("[^0-9]", ""), attr); 59 trimPosition(fb, text, offset, previousLength); 65 public void remove(DocumentFilter.FilterBypass fb, int offset, argument 69 String text = fb.getDocument().getText(offset, length); 73 fb.remove(offset, length); 77 // index value is relative to offset 80 fb.remove(offset, index); 84 fb.remove(offset + index + 1, length - index -1); 93 public void replace(DocumentFilter.FilterBypass fb, int offset, argument 117 trimPosition(DocumentFilter.FilterBypass fb, String newText, int offset, int previousLength) argument [all...] |
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
H A D | NumericLimitedSizeDocumentFilter.java | 57 public void insertString(DocumentFilter.FilterBypass fb, int offset, argument 69 if (offset + newText.length() > maxSize) 71 int newOffset = offset + newText.length() - maxSize; 77 fb.insertString(offset, newText, attr); 83 fb.insertString(offset, newText, attr); 91 public void replace(DocumentFilter.FilterBypass fb, int offset, argument 97 fb.remove(offset, length); 100 insertString(fb, offset, text, attr);
|
H A D | TimeDocumentFilter.java | 54 public void insertString(DocumentFilter.FilterBypass fb, int offset, argument 59 fb.insertString(offset, text.replaceAll("[^0-9]", ""), attr); 60 trimPosition(fb, text, offset, previousLength); 66 public void remove(DocumentFilter.FilterBypass fb, int offset, argument 70 String text = fb.getDocument().getText(offset, length); 74 fb.remove(offset, length); 78 // index value is relative to offset 81 fb.remove(offset, index); 85 fb.remove(offset + index + 1, length - index -1); 94 public void replace(DocumentFilter.FilterBypass fb, int offset, argument 118 trimPosition(DocumentFilter.FilterBypass fb, String newText, int offset, int previousLength) argument [all...] |
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
H A D | NumericLimitedSizeDocumentFilter.java | 56 public void insertString(DocumentFilter.FilterBypass fb, int offset, argument 68 if (offset + newText.length() > maxSize) 70 int newOffset = offset + newText.length() - maxSize; 76 fb.insertString(offset, newText, attr); 82 fb.insertString(offset, newText, attr); 90 public void replace(DocumentFilter.FilterBypass fb, int offset, argument 96 fb.remove(offset, length); 99 insertString(fb, offset, text, attr);
|
H A D | TimeDocumentFilter.java | 53 public void insertString(DocumentFilter.FilterBypass fb, int offset, argument 58 fb.insertString(offset, text.replaceAll("[^0-9]", ""), attr); 59 trimPosition(fb, text, offset, previousLength); 65 public void remove(DocumentFilter.FilterBypass fb, int offset, argument 69 String text = fb.getDocument().getText(offset, length); 73 fb.remove(offset, length); 77 // index value is relative to offset 80 fb.remove(offset, index); 84 fb.remove(offset + index + 1, length - index -1); 93 public void replace(DocumentFilter.FilterBypass fb, int offset, argument 117 trimPosition(DocumentFilter.FilterBypass fb, String newText, int offset, int previousLength) argument [all...] |
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
H A D | NumericLimitedSizeDocumentFilter.java | 57 public void insertString(DocumentFilter.FilterBypass fb, int offset, argument 69 if (offset + newText.length() > maxSize) 71 int newOffset = offset + newText.length() - maxSize; 77 fb.insertString(offset, newText, attr); 83 fb.insertString(offset, newText, attr); 91 public void replace(DocumentFilter.FilterBypass fb, int offset, argument 97 fb.remove(offset, length); 100 insertString(fb, offset, text, attr);
|
H A D | TimeDocumentFilter.java | 54 public void insertString(DocumentFilter.FilterBypass fb, int offset, argument 59 fb.insertString(offset, text.replaceAll("[^0-9]", ""), attr); 60 trimPosition(fb, text, offset, previousLength); 66 public void remove(DocumentFilter.FilterBypass fb, int offset, argument 70 String text = fb.getDocument().getText(offset, length); 74 fb.remove(offset, length); 78 // index value is relative to offset 81 fb.remove(offset, index); 85 fb.remove(offset + index + 1, length - index -1); 94 public void replace(DocumentFilter.FilterBypass fb, int offset, argument 118 trimPosition(DocumentFilter.FilterBypass fb, String newText, int offset, int previousLength) argument [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/ |
H A D | NumericLimitedSizeDocumentFilter.java | 55 public void insertString(DocumentFilter.FilterBypass fb, int offset, argument 67 if (offset + newText.length() > maxSize) 69 int newOffset = offset + newText.length() - maxSize; 75 fb.insertString(offset, newText, attr); 81 fb.insertString(offset, newText, attr); 87 public void replace(DocumentFilter.FilterBypass fb, int offset, argument 93 fb.remove(offset, length); 96 insertString(fb, offset, text, attr);
|