Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Rec (0.16 sec)

  1. android/guava/src/com/google/common/xml/XmlEscapers.java

     *
     * <p>For details on the behavior of the escapers in this class, see sections <a
     * href="http://www.w3.org/TR/2008/REC-xml-20081126/#charsets">2.2</a> and <a
     * href="http://www.w3.org/TR/2008/REC-xml-20081126/#syntax">2.4</a> of the XML specification.
     *
     * @author Alex Matevossian
     * @author David Beaumont
     * @since 15.0
     */
    @GwtCompatible
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Jan 18 20:55:09 GMT 2022
    - 6.5K bytes
    - Viewed (0)
  2. src/main/java/jcifs/internal/smb2/nego/Smb2NegotiateResponse.java

                return false;
            }
    
            EncryptionNegotiateContext rec = null;
            for ( NegotiateContextRequest rnc : req.getNegotiateContexts() ) {
                if ( rnc instanceof EncryptionNegotiateContext ) {
                    rec = (EncryptionNegotiateContext) rnc;
                }
            }
            if ( rec == null ) {
                return false;
            }
    
            boolean valid = false;
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Sun Mar 22 10:09:46 GMT 2020
    - 17.6K bytes
    - Viewed (0)
Back to top