Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for anonymize (0.12 sec)

  1. src/archive/tar/writer_test.go

    	if err != nil {
    		t.Fatalf("os.Stat:1 %v", err)
    	}
    	hdr.Typeflag = TypeDir
    	// Force a PAX long name to be written. The name was taken from a practical example
    	// that fails and replaced ever char through numbers to anonymize the sample.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 38.7K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/Kerb5Context.java

            if ( this.gssContext.getSequenceDetState() ) {
                contextFlags |= NegTokenInit.SEQUENCE_CHECKING;
            }
            if ( this.gssContext.getAnonymityState() ) {
                contextFlags |= NegTokenInit.ANONYMITY;
            }
            if ( this.gssContext.getConfState() ) {
                contextFlags |= NegTokenInit.CONFIDENTIALITY;
            }
            if ( this.gssContext.getIntegState() ) {
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu Aug 02 08:22:42 UTC 2018
    - 13.9K bytes
    - Viewed (0)
Back to top