/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/ |
H A D | ServiceXMLTemplates.java | 11 * You can obtain a copy of the License at 50 public static void copy(String dir, ServletContext servletCtx) { method in class:ServiceXMLTemplates 68 "ServiceXMLTemplates.copy", e);
|
H A D | LDIFTemplates.java | 11 * You can obtain a copy of the License at 67 //this is a folder, let's copy it recursively 77 Debug.getInstance(SetupConstants.DEBUG_NAME).error("LDIFTemplates.copy", ioe); 90 public static void copy(String dir, ServletContext servletCtx) { method in class:LDIFTemplates
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/ |
H A D | ServiceXMLTemplates.java | 11 * You can obtain a copy of the License at 50 public static void copy(String dir, ServletContext servletCtx) { method in class:ServiceXMLTemplates 68 "ServiceXMLTemplates.copy", e);
|
H A D | LDIFTemplates.java | 11 * You can obtain a copy of the License at 67 //this is a folder, let's copy it recursively 77 Debug.getInstance(SetupConstants.DEBUG_NAME).error("LDIFTemplates.copy", ioe); 90 public static void copy(String dir, ServletContext servletCtx) { method in class:LDIFTemplates
|
/forgerock/openidm-v4/openidm-patch-base/src/main/java/org/forgerock/openidm/patch/utils/ |
H A D | FileUtil.java | 6 * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the 103 public static void copy(File sourceFile, File targetFile) throws IOException, PatchException { method in class:FileUtil 111 throw new PatchException("Unable to copy file " + sourceFile + ", targetFile "
|
/forgerock/opendj-b2.6/src/server/org/opends/server/core/ |
H A D | BaseDnRegistry.java | 9 * You can obtain a copy of the license at 412 * Returns a copy of this registry. 414 * @return copy of this registry 416 BaseDnRegistry copy() method in class:BaseDnRegistry
|
/forgerock/opendj2/src/server/org/opends/server/core/ |
H A D | BaseDnRegistry.java | 9 * You can obtain a copy of the license at legal-notices/CDDLv1_0.txt 411 * Returns a copy of this registry. 413 * @return copy of this registry 415 BaseDnRegistry copy() method in class:BaseDnRegistry
|
/forgerock/opendj2.6.2/src/server/org/opends/server/core/ |
H A D | BaseDnRegistry.java | 9 * You can obtain a copy of the license at 412 * Returns a copy of this registry. 414 * @return copy of this registry 416 BaseDnRegistry copy() method in class:BaseDnRegistry
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/ |
H A D | BaseDnRegistry.java | 9 * You can obtain a copy of the license at 412 * Returns a copy of this registry. 414 * @return copy of this registry 416 BaseDnRegistry copy() method in class:BaseDnRegistry
|
/forgerock/opendj2-hg/src/server/org/opends/server/core/ |
H A D | BaseDnRegistry.java | 9 * You can obtain a copy of the license at legal-notices/CDDLv1_0.txt 411 * Returns a copy of this registry. 413 * @return copy of this registry 415 BaseDnRegistry copy() method in class:BaseDnRegistry
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/ |
H A D | BaseDnRegistry.java | 9 * You can obtain a copy of the license at legal-notices/CDDLv1_0.txt 384 * Returns a copy of this registry. 386 * @return copy of this registry 388 BaseDnRegistry copy() method in class:BaseDnRegistry
|
/forgerock/openam-v13/openam-audit/openam-audit-context/src/main/java/org/forgerock/openam/audit/context/ |
H A D | AuditRequestContext.java | 6 * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the 52 * Construct a new <code>RequestContext</code> with a copy of the given properties. 65 * <code>TransactionId</code> and a copy of the original properties. 67 * A copy can be used to hand over the context from one thread to another and therefore we make a copy 71 * @return a copy of this instance 73 public AuditRequestContext copy() { method in class:AuditRequestContext
|
/forgerock/openidm-v4/openidm-util/src/main/java/org/forgerock/openidm/patch/ |
H A D | JsonValuePatch.java | 11 * You can obtain a copy of the License at 145 /** Apply a copy patch operation */ 146 private static boolean copy(JsonValue subject, PatchOperation operation) throws BadRequestException { method in class:JsonValuePatch 148 throw new BadRequestException("Operation is a " + operation.getOperation() + ", not a copy!"); 240 : operation.isCopy() ? copy(subject, operation)
|
/forgerock/web-agents-v4/zlib/ |
H A D | gzwrite.c | 206 /* for small len, copy to input buffer, otherwise compress directly */ 208 /* copy to input buffer, compress when full */ 210 unsigned have, copy; local 215 copy = state->size - have; 216 if (copy > len) 217 copy = len; 218 memcpy(state->in + have, buf, copy); 219 strm->avail_in += copy; 220 state->x.pos += copy; 221 buf = (const char *)buf + copy; [all...] |
H A D | infback.c | 263 unsigned copy; /* number of stored or match bytes to copy */ local 264 unsigned char FAR *from; /* where to copy match bytes from */ 267 unsigned len; /* length to copy for repeats, bits to drop */ 340 /* copy stored block from input to output */ 342 copy = state->length; 345 if (copy > have) copy = have; 346 if (copy > left) copy [all...] |
/forgerock/openam/openam-audit/openam-audit-context/src/main/java/org/forgerock/openam/audit/context/ |
H A D | AuditRequestContext.java | 6 * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the 52 * Construct a new <code>RequestContext</code> with a copy of the given properties. 65 * <code>TransactionId</code> and a copy of the original properties. 67 * A copy can be used to hand over the context from one thread to another and therefore we make a copy 71 * @return a copy of this instance 73 public AuditRequestContext copy() { method in class:AuditRequestContext
|
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/upgrade/ |
H A D | FileManager.java | 9 * You can obtain a copy of the license at 128 * the directory to copy the file to 135 public static File copy(File objectFile, File destDir, boolean overwrite) method in class:FileManager 274 * Make a copy of this class for the child file. 297 * A copy operation. 309 * Create a new copy operation. 312 * to copy 314 * to copy to 316 * if true copy should overwrite any existing file
|
/forgerock/opendj2/src/server/org/opends/server/tools/upgrade/ |
H A D | FileManager.java | 9 * You can obtain a copy of the license at legal-notices/CDDLv1_0.txt 127 * the directory to copy the file to 134 public static File copy(File objectFile, File destDir, boolean overwrite) method in class:FileManager 273 * Make a copy of this class for the child file. 296 * A copy operation. 308 * Create a new copy operation. 311 * to copy 313 * to copy to 315 * if true copy should overwrite any existing file
|
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/upgrade/ |
H A D | FileManager.java | 9 * You can obtain a copy of the license at 128 * the directory to copy the file to 135 public static File copy(File objectFile, File destDir, boolean overwrite) method in class:FileManager 274 * Make a copy of this class for the child file. 297 * A copy operation. 309 * Create a new copy operation. 312 * to copy 314 * to copy to 316 * if true copy should overwrite any existing file
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/upgrade/ |
H A D | FileManager.java | 9 * You can obtain a copy of the license at 128 * the directory to copy the file to 135 public static File copy(File objectFile, File destDir, boolean overwrite) method in class:FileManager 274 * Make a copy of this class for the child file. 297 * A copy operation. 309 * Create a new copy operation. 312 * to copy 314 * to copy to 316 * if true copy should overwrite any existing file
|
/forgerock/opendj2-hg/src/server/org/opends/server/tools/upgrade/ |
H A D | FileManager.java | 9 * You can obtain a copy of the license at legal-notices/CDDLv1_0.txt 127 * the directory to copy the file to 134 public static File copy(File objectFile, File destDir, boolean overwrite) method in class:FileManager 273 * Make a copy of this class for the child file. 296 * A copy operation. 308 * Create a new copy operation. 311 * to copy 313 * to copy to 315 * if true copy should overwrite any existing file
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ |
H A D | AMHashMap.java | 11 * You can obtain a copy of the License at 264 public void copy(Map map) { method in class:AMHashMap 409 * @return a new AMHashMap that has a copy of all the elements in this map 447 * @return a new AMHashMap that has a copy of all the elements in this map
|
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/api/tokens/ |
H A D | Token.java | 8 * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the 89 * Copy constructor will create a shallow-copy of the provided Token. 91 * @param copy Non null Token to copy. 93 public Token(Token copy) { argument 94 for (CoreTokenField field : copy.getAttributeNames()) { 95 Object value = copy.get(field);
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/ |
H A D | FileManager.java | 9 * You can obtain a copy of the license at legal-notices/CDDLv1_0.txt 127 * the directory to copy the file to 134 public static File copy(File objectFile, File destDir, boolean overwrite) method in class:FileManager 269 * Make a copy of this class for the child file. 292 * A copy operation. 304 * Create a new copy operation. 307 * to copy 309 * to copy to 311 * if true copy should overwrite any existing file
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ |
H A D | AMHashMap.java | 11 * You can obtain a copy of the License at 264 public void copy(Map map) { method in class:AMHashMap 409 * @return a new AMHashMap that has a copy of all the elements in this map 447 * @return a new AMHashMap that has a copy of all the elements in this map
|