Search Options

Results per page
Sort
Preferred Languages
Advance

Results 291 - 297 of 297 for crypto (0.06 sec)

  1. src/main/java/jcifs/SmbResource.java

         * It is not possible (nor meaningful) to copy entire workgroups or
         * servers.
         *
         * @param dest
         *            the destination file or directory
         * @throws CIFSException
         */
        void copyTo ( SmbResource dest ) throws CIFSException;
    
    
        /**
         * Changes the name of the file this <code>SmbResource</code> represents to the name
         * designated by the <code>SmbResource</code> argument.
         * <br>
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Dec 20 14:09:34 UTC 2020
    - 26K bytes
    - Viewed (1)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

                new URL( null, "smb1://" + name + "/", Handler.SMB_HANDLER ) :
                new URL( context.url, name + (( attributes & ATTR_DIRECTORY ) > 0 ? "/" : "" )));
    
            /* why was this removed before? DFS? copyTo? Am I going around in circles? */
            auth = context.auth;
    
    
            if( context.share != null ) {
                this.tree = context.tree;
                this.dfsReferral = context.dfsReferral;
            }
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  3. CREDITS

    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    
    ================================================================
    
    golang.org/x/crypto
    https://golang.org/x/crypto
    ----------------------------------------------------------------
    Copyright 2009 The Go Authors.
    
    Redistribution and use in source and binary forms, with or without
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Sep 26 15:03:08 UTC 2024
    - 1.6M bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb/SmbFile.java

    
        /**
         * 
         */
        void clearAttributeCache () {
            this.attrExpiration = 0;
            this.sizeExpiration = 0;
        }
    
    
        @Override
        public void copyTo ( SmbResource d ) throws SmbException {
            if ( ! ( d instanceof SmbFile ) ) {
                throw new SmbException("Invalid target resource");
            }
            SmbFile dest = (SmbFile) d;
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.16.md

    - github.com/ugorji/go/codec: [d75b2dc](https://github.com/ugorji/go/codec/tree/d75b2dc)
    - github.com/xordataexchange/crypt: [b2862e3](https://github.com/xordataexchange/crypt/tree/b2862e3)
    - go.opencensus.io: v0.21.0
    - golang.org/x/mod: 4bf6d31
    - gopkg.in/airbrake/gobrake.v2: v2.0.9
    - gopkg.in/errgo.v2: v2.1.0
    - gopkg.in/gemnasium/logrus-airbrake-hook.v2: v2.1.2
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
  6. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    12544..12F8F  ; disallowed                             # NA   <reserved-12544>..<reserved-12F8F>
    12F90..12FF0  ; valid                                  # 14.0 CYPRO-MINOAN SIGN CM001..CYPRO-MINOAN SIGN CM114
    12FF1..12FF2  ; valid                  ;      ; NV8    # 14.0 CYPRO-MINOAN SIGN CM301..CYPRO-MINOAN SIGN CM302
    12FF3..12FFF  ; disallowed                             # NA   <reserved-12FF3>..<reserved-12FFF>
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  7. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    with a round face, and large eyes like a frog; and both footmen,
    Alice noticed, had powdered hair that curled all over their
    heads.  She felt very curious to know what it was all about, and
    crept a little way out of the wood to listen.
    
      The Fish-Footman began by producing from under his arm a great
    letter, nearly as large as himself, and this he handed over to
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
Back to top