/forgerock/opendj-b2.6/src/server/org/opends/server/types/ |
H A D | CryptoManager.java | 350 * @param src The array containing the raw data to compress. 362 int compress(byte[] src, int srcOff, int srcLen, argument 377 * @param src The array containing the raw data to compress. 395 int uncompress(byte[] src, int srcOff, int srcLen, argument
|
/forgerock/opendj2/src/server/org/opends/server/types/ |
H A D | CryptoManager.java | 349 * @param src The array containing the raw data to compress. 361 int compress(byte[] src, int srcOff, int srcLen, argument 376 * @param src The array containing the raw data to compress. 394 int uncompress(byte[] src, int srcOff, int srcLen, argument
|
/forgerock/opendj2.6.2/src/server/org/opends/server/types/ |
H A D | CryptoManager.java | 350 * @param src The array containing the raw data to compress. 362 int compress(byte[] src, int srcOff, int srcLen, argument 377 * @param src The array containing the raw data to compress. 395 int uncompress(byte[] src, int srcOff, int srcLen, argument
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/ |
H A D | CryptoManager.java | 350 * @param src The array containing the raw data to compress. 362 int compress(byte[] src, int srcOff, int srcLen, argument 377 * @param src The array containing the raw data to compress. 395 int uncompress(byte[] src, int srcOff, int srcLen, argument
|
/forgerock/opendj2-hg/src/server/org/opends/server/types/ |
H A D | CryptoManager.java | 349 * @param src The array containing the raw data to compress. 361 int compress(byte[] src, int srcOff, int srcLen, argument 376 * @param src The array containing the raw data to compress. 394 int uncompress(byte[] src, int srcOff, int srcLen, argument
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/ |
H A D | CryptoManager.java | 350 * @param src The array containing the raw data to compress. 362 int compress(byte[] src, int srcOff, int srcLen, argument 377 * @param src The array containing the raw data to compress. 395 int uncompress(byte[] src, int srcOff, int srcLen, argument
|
/forgerock/web-agents-v4/tests/ |
H A D | test_notenforced_lists.c | 51 int inet_net_pton(int af, const char * src, void * dst, size_t size) argument
|
/forgerock/web-agents-v4/zlib/ |
H A D | gzread.c | 468 unsigned char *src = state->out + state->x.have; local 470 while (src > state->out) 471 *--dest = *--src;
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/ |
H A D | SPSingleLogout.java | 1436 private static LogoutRequest copyAndMakeMutable(LogoutRequest src) { argument 1440 dest.setNotOnOrAfter(src.getNotOnOrAfter()); 1441 dest.setReason(src.getReason()); 1442 dest.setEncryptedID(src.getEncryptedID()); 1443 dest.setNameID(src.getNameID()); 1444 dest.setBaseID(src.getBaseID()); 1445 dest.setSessionIndex(src.getSessionIndex()); 1446 dest.setIssuer(src.getIssuer()); 1447 dest.setExtensions(src.getExtensions()); 1448 dest.setID(src [all...] |
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/editor/ |
H A D | editor-beta-debug.js | 1617 src: 'javascript:false' 2297 var url = imgs[i].getAttribute('src', 2); 3512 src = '', 3526 if (el.getAttribute('src')) { 3527 src = el.getAttribute('src', 2); 3528 if (src.indexOf(this.get('blankimage')) != -1) { 3529 src = this.STR_IMAGE_HERE; 3560 var str = '<label for="insertimage_url"><strong>' + this.STR_IMAGE_URL + ':</strong> <input type="text" id="insertimage_url" value="' + src + '" size="40"></label>'; 3801 this.currentElement[0].setAttribute('src', ur [all...] |
H A D | editor-beta-min.js | 97 function _createIframe(id){var ifrmID=id+'_editor';var ifrmDom=document.createElement('iframe');ifrmDom.id=ifrmID;var config={border:'0',frameBorder:'0',marginWidth:'0',marginHeight:'0',leftMargin:'0',topMargin:'0',allowTransparency:'true',width:'100%',src:'javascript:false'} 141 var imgs=this._getDoc().getElementsByTagName('img');Dom.addClass(imgs,'yui-img');for(var i=0;i<imgs.length;i++){if(imgs[i].getAttribute('href',2)){var url=imgs[i].getAttribute('src',2);if((url!='')&&((url.indexOf('file:/')!=-1)||(url.indexOf(':\\')!=-1))){Dom.addClass(imgs[i],this.CLASS_LOCAL_FILE);}else{Dom.removeClass(imgs[i],this.CLASS_LOCAL_FILE);}}} 194 if(elm&&elm.tagName&&(elm.tagName.toLowerCase()!='body')){this.toolbar.enableButton(fn_button);this.toolbar.enableButton(fs_button);}},_handleInsertImageClick:function(){this.on('afterExecCommand',function(){var el=this.currentElement[0],title='',src='',align='',height=75,width=75,padding=0,blankimage=false,win=new YAHOO.widget.EditorWindow('insertimage',{width:'415px'});if(!el){el=this._getSelectedElement();} 195 if(el){if(el.getAttribute('src')){src=el.getAttribute('src',2);if(src.indexOf(this.get('blankimage'))!=-1){src=this.STR_IMAGE_HERE;blankimage=true;}} 204 if(!win.cache){var str='<label for="insertimage_url"><strong>'+this.STR_IMAGE_URL+':</strong> <input type="text" id="insertimage_url" value="'+src+'" size="40"></label>';var body=document.createElement('div');body.innerHTML=str;var tbarCont=document.createElement('div');tbarCont.id='img_toolbar';body.appendChild(tbarCont);var str2='<label for="insertimage_title"><strong>'+this.STR_IMAGE_TITLE+':</strong> <input type="text" id="insertimage_title" value="'+title+'" size="40"></label>';var div=document.createElement('div');div.innerHTML=str2;body.appendChild(div);win.cache=body;}else{body=win.cache;} 223 if(url&&url.value&&(url.value!=this.STR_IMAGE_HERE)){this.currentElement[0].setAttribute('src',ur [all...] |
H A D | editor-beta.js | 1598 src: 'javascript:false' 2275 var url = imgs[i].getAttribute('src', 2); 3485 src = '', 3499 if (el.getAttribute('src')) { 3500 src = el.getAttribute('src', 2); 3501 if (src.indexOf(this.get('blankimage')) != -1) { 3502 src = this.STR_IMAGE_HERE; 3533 var str = '<label for="insertimage_url"><strong>' + this.STR_IMAGE_URL + ':</strong> <input type="text" id="insertimage_url" value="' + src + '" size="40"></label>'; 3773 this.currentElement[0].setAttribute('src', ur [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/ |
H A D | Crypt.java | 160 private void copy(byte[] src, int[] dest) { argument 162 dest[i] = src[i];
|
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/editor/ |
H A D | editor-beta-debug.js | 1617 src: 'javascript:false' 2297 var url = imgs[i].getAttribute('src', 2); 3512 src = '', 3526 if (el.getAttribute('src')) { 3527 src = el.getAttribute('src', 2); 3528 if (src.indexOf(this.get('blankimage')) != -1) { 3529 src = this.STR_IMAGE_HERE; 3560 var str = '<label for="insertimage_url"><strong>' + this.STR_IMAGE_URL + ':</strong> <input type="text" id="insertimage_url" value="' + src + '" size="40"></label>'; 3801 this.currentElement[0].setAttribute('src', ur [all...] |
H A D | editor-beta-min.js | 97 function _createIframe(id){var ifrmID=id+'_editor';var ifrmDom=document.createElement('iframe');ifrmDom.id=ifrmID;var config={border:'0',frameBorder:'0',marginWidth:'0',marginHeight:'0',leftMargin:'0',topMargin:'0',allowTransparency:'true',width:'100%',src:'javascript:false'} 141 var imgs=this._getDoc().getElementsByTagName('img');Dom.addClass(imgs,'yui-img');for(var i=0;i<imgs.length;i++){if(imgs[i].getAttribute('href',2)){var url=imgs[i].getAttribute('src',2);if((url!='')&&((url.indexOf('file:/')!=-1)||(url.indexOf(':\\')!=-1))){Dom.addClass(imgs[i],this.CLASS_LOCAL_FILE);}else{Dom.removeClass(imgs[i],this.CLASS_LOCAL_FILE);}}} 194 if(elm&&elm.tagName&&(elm.tagName.toLowerCase()!='body')){this.toolbar.enableButton(fn_button);this.toolbar.enableButton(fs_button);}},_handleInsertImageClick:function(){this.on('afterExecCommand',function(){var el=this.currentElement[0],title='',src='',align='',height=75,width=75,padding=0,blankimage=false,win=new YAHOO.widget.EditorWindow('insertimage',{width:'415px'});if(!el){el=this._getSelectedElement();} 195 if(el){if(el.getAttribute('src')){src=el.getAttribute('src',2);if(src.indexOf(this.get('blankimage'))!=-1){src=this.STR_IMAGE_HERE;blankimage=true;}} 204 if(!win.cache){var str='<label for="insertimage_url"><strong>'+this.STR_IMAGE_URL+':</strong> <input type="text" id="insertimage_url" value="'+src+'" size="40"></label>';var body=document.createElement('div');body.innerHTML=str;var tbarCont=document.createElement('div');tbarCont.id='img_toolbar';body.appendChild(tbarCont);var str2='<label for="insertimage_title"><strong>'+this.STR_IMAGE_TITLE+':</strong> <input type="text" id="insertimage_title" value="'+title+'" size="40"></label>';var div=document.createElement('div');div.innerHTML=str2;body.appendChild(div);win.cache=body;}else{body=win.cache;} 223 if(url&&url.value&&(url.value!=this.STR_IMAGE_HERE)){this.currentElement[0].setAttribute('src',ur [all...] |
H A D | editor-beta.js | 1598 src: 'javascript:false' 2275 var url = imgs[i].getAttribute('src', 2); 3485 src = '', 3499 if (el.getAttribute('src')) { 3500 src = el.getAttribute('src', 2); 3501 if (src.indexOf(this.get('blankimage')) != -1) { 3502 src = this.STR_IMAGE_HERE; 3533 var str = '<label for="insertimage_url"><strong>' + this.STR_IMAGE_URL + ':</strong> <input type="text" id="insertimage_url" value="' + src + '" size="40"></label>'; 3773 this.currentElement[0].setAttribute('src', ur [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/ |
H A D | SPSingleLogout.java | 1436 private static LogoutRequest copyAndMakeMutable(LogoutRequest src) { argument 1440 dest.setNotOnOrAfter(src.getNotOnOrAfter()); 1441 dest.setReason(src.getReason()); 1442 dest.setEncryptedID(src.getEncryptedID()); 1443 dest.setNameID(src.getNameID()); 1444 dest.setBaseID(src.getBaseID()); 1445 dest.setSessionIndex(src.getSessionIndex()); 1446 dest.setIssuer(src.getIssuer()); 1447 dest.setExtensions(src.getExtensions()); 1448 dest.setID(src [all...] |
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/opensso/ |
H A D | IdentityServicesImpl.java | 1182 private Set<String> removeAllIgnoreCase(Set<String> src, Set<String> removeSet) { argument 1183 if (src == null || src.isEmpty()) { 1186 Set<String> result = new HashSet<>(src); 1188 Map<String, String> upcaseSrc = new HashMap<>(src.size()); 1189 for (String s : src) {
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/opensso/ |
H A D | IdentityServicesImpl.java | 1183 private Set<String> removeAllIgnoreCase(Set<String> src, Set<String> removeSet) { argument 1184 if (src == null || src.isEmpty()) { 1187 Set<String> result = new HashSet<>(src); 1189 Map<String, String> upcaseSrc = new HashMap<>(src.size()); 1190 for (String s : src) {
|
/forgerock/opendj-b2.6/src/server/org/opends/server/crypto/ |
H A D | CryptoManagerImpl.java | 2976 public int compress(byte[] src, int srcOff, int srcLen, argument 2982 deflater.setInput(src, srcOff, srcLen); 3003 public int uncompress(byte[] src, int srcOff, int srcLen, argument 3010 inflater.setInput(src, srcOff, srcLen);
|
/forgerock/opendj2/src/server/org/opends/server/crypto/ |
H A D | CryptoManagerImpl.java | 2995 public int compress(byte[] src, int srcOff, int srcLen, argument 3001 deflater.setInput(src, srcOff, srcLen); 3023 public int uncompress(byte[] src, int srcOff, int srcLen, argument 3030 inflater.setInput(src, srcOff, srcLen);
|
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/ |
H A D | TestCaseUtils.java | 364 File snmpResourceDir = new File(buildRoot + File.separator + "src" + 989 * @param src 996 public static void copyDirectory(File src, File dst) throws IOException { argument 997 if (src.isDirectory()) { 1004 for (String child : src.list()) { 1005 copyDirectory(new File(src, child), new File(dst, child)); 1008 copyFile(src, dst); 1034 * @param src 1041 public static void copyFile(File src, File dst) throws IOException { argument 1042 InputStream in = new FileInputStream(src); 1055 appendFile(File src, File dst) argument [all...] |
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/ |
H A D | TestCaseUtils.java | 339 File snmpResourceDir = new File(buildRoot + File.separator + "src" + 952 * @param src 959 public static void copyDirectory(File src, File dst) throws IOException { argument 960 if (src.isDirectory()) { 967 for (String child : src.list()) { 968 copyDirectory(new File(src, child), new File(dst, child)); 971 copyFile(src, dst); 1002 * @param src 1009 public static void copyFile(File src, File dst) throws IOException { argument 1010 copyOrAppend(src, ds 1013 appendFile(File src, File dst) argument 1018 copyOrAppend(File src, File dst, boolean append) argument [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/crypto/ |
H A D | CryptoManagerImpl.java | 2976 public int compress(byte[] src, int srcOff, int srcLen, argument 2982 deflater.setInput(src, srcOff, srcLen); 3003 public int uncompress(byte[] src, int srcOff, int srcLen, argument 3010 inflater.setInput(src, srcOff, srcLen);
|
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/ |
H A D | TestCaseUtils.java | 364 File snmpResourceDir = new File(buildRoot + File.separator + "src" + 989 * @param src 996 public static void copyDirectory(File src, File dst) throws IOException { argument 997 if (src.isDirectory()) { 1004 for (String child : src.list()) { 1005 copyDirectory(new File(src, child), new File(dst, child)); 1008 copyFile(src, dst); 1034 * @param src 1041 public static void copyFile(File src, File dst) throws IOException { argument 1042 InputStream in = new FileInputStream(src); 1055 appendFile(File src, File dst) argument [all...] |