Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 18 of 18 for SAE (0.12 sec)

  1. src/cmd/asm/internal/asm/testdata/amd64enc_extra.s

    	// EVEX: embedded rounding.
    	VADDPD.RU_SAE Z3, Z2, K1, Z1   // 62f1ed5958cb
    	VADDPD.RD_SAE Z3, Z2, K1, Z1   // 62f1ed3958cb
    	VADDPD.RZ_SAE Z3, Z2, K1, Z1   // 62f1ed7958cb
    	VADDPD.RN_SAE Z3, Z2, K1, Z1   // 62f1ed1958cb
    	VADDPD.RU_SAE.Z Z3, Z2, K1, Z1 // 62f1edd958cb
    	VADDPD.RD_SAE.Z Z3, Z2, K1, Z1 // 62f1edb958cb
    	VADDPD.RZ_SAE.Z Z3, Z2, K1, Z1 // 62f1edf958cb
    	VADDPD.RN_SAE.Z Z3, Z2, K1, Z1 // 62f1ed9958cb
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Apr 11 18:32:50 GMT 2023
    - 57.6K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbTreeConnection.java

            }
            catch ( SmbAuthException sae ) {
                log.debug("Authentication failed", sae);
                return retryAuthentication(loc, share, trans, t, referral, sae);
            }
        }
    
    
        private SmbTreeImpl retryAuthentication ( SmbResourceLocatorImpl loc, String share, SmbTransportInternal trans, SmbTreeImpl t,
                DfsReferralData referral, SmbAuthException sae ) throws SmbAuthException, CIFSException {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Tue Jul 07 10:50:16 GMT 2020
    - 31K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb/SmbSessionImpl.java

                        response = trans.send(request, null, EnumSet.of(RequestParam.RETAIN_PAYLOAD));
                        sessId = response.getSessionId();
                    }
                    catch ( SmbAuthException sae ) {
                        throw sae;
                    }
                    catch ( SmbException e ) {
                        Smb2SessionSetupResponse sessResponse = request.getResponse();
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Nov 14 17:41:04 GMT 2021
    - 49K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb1/smb1/SmbFileOutputStream.java

            this.openFlags = openFlags;
            this.access = (openFlags >>> 16) & 0xFFFF;
            if( append ) {
                try {
                    fp = file.length();
                } catch( SmbAuthException sae ) {
                    throw sae;
                } catch( SmbException se ) {
                    fp = 0L;
                }
            }
            if( file instanceof SmbNamedPipe && file.unc.startsWith( "\\pipe\\" )) {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 9.2K bytes
    - Viewed (0)
  5. src/main/java/jcifs/http/NtlmServlet.java

                }
                try {
                    getTransportContext().getTransportPool().logon(getTransportContext(), dc);
                }
                catch ( SmbAuthException sae ) {
                    response.setHeader("WWW-Authenticate", "NTLM");
                    if ( offerBasic ) {
                        response.addHeader("WWW-Authenticate", "Basic realm=\"" + this.realm + "\"");
                    }
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 7.6K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb1/http/NtlmServlet.java

                    ntlm = new NtlmPasswordAuthentication(domain, user, password);
                }
                try {
                    SmbSession.logon(dc, ntlm);
                } catch (SmbAuthException sae) {
                    response.setHeader("WWW-Authenticate", "NTLM");
                    if (offerBasic) {
                        response.addHeader("WWW-Authenticate", "Basic realm=\"" +
                                realm + "\"");
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 6.8K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb1/smb1/SmbFile.java

                    }
                    tree.treeConnect(null, null);
                } else {
                    if (log.level >= 1 && hasNextAddress())
                        sae.printStackTrace(log);
                    throw sae;
                }
            }
        }
    /**
     * It is not necessary to call this method directly. This is the
     * <tt>URLConnection</tt> implementation of <tt>connect()</tt>.
     */
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 107.9K bytes
    - Viewed (2)
  8. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // Submitted by Jens Küper <******@****.***>
    shopware.store
    
    // Siemens Mobility GmbH
    // Submitted by Oliver Graebner <******@****.***>
    mo-siemens.io
    
    // SinaAppEngine : http://sae.sina.com.cn/
    // Submitted by SinaAppEngine <******@****.***>
    1kapp.com
    appchizi.com
    applinzi.com
    sinaapp.com
    vipsinaapp.com
    
    // Siteleaf : https://www.siteleaf.com/
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
Back to top