Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for CCR (0.04 seconds)

  1. build-tools-internal/src/main/resources/changelog-schema.json

                "Aggregations",
                "Allocation",
                "Analysis",
                "Audit",
                "Authentication",
                "Authorization",
                "Autoscaling",
                "CCR",
                "CRUD",
                "Client",
                "Cluster Coordination",
                "Discovery-Plugins",
                "Distributed",
                "EQL",
                "Engine",
                "FIPS",
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Sep 01 06:25:29 GMT 2021
    - 5K bytes
    - Click Count (0)
  2. src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java

            if (nameLen == 0) {
                nameLen++;
            }
    
            size += size8(nameLen);
            if (this.createContexts != null) {
                for (final CreateContextRequest ccr : this.createContexts) {
                    size += size8(ccr.size());
                }
            }
            return size8(size);
        }
    
        /**
         * {@inheritDoc}
         *
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 23 02:21:31 GMT 2025
    - 22.9K bytes
    - Click Count (0)
Back to Top