Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 105 of 105 for anonymous (0.22 sec)

  1. src/main/java/jcifs/smb/SmbResourceLocatorImpl.java

         * @see jcifs.smb.SmbResourceLocatorInternal#shouldForceSigning()
         */
        @Override
        public boolean shouldForceSigning () {
            return this.ctx.getConfig().isIpcSigningEnforced() && !this.ctx.getCredentials().isAnonymous() && isIPC();
        }
    
    
        /**
         * {@inheritDoc}
         *
         * @see jcifs.SmbResourceLocator#isIPC()
         */
        @Override
        public boolean isIPC () {
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sat Jul 20 08:24:53 UTC 2019
    - 23.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/DfsImpl.java

                                    tf,
                                    dr.getServer(),
                                    0,
                                    false,
                                    !tf.getCredentials().isAnonymous() && tf.getConfig().isSigningEnabled() && tf.getConfig().isIpcSigningEnforced())
                                        .unwrap(SmbTransportImpl.class);
                                transport.ensureConnected();
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Thu Jan 05 13:07:29 UTC 2023
    - 29.1K bytes
    - Viewed (0)
  3. RELEASE.md

            not be loaded due to selective registration.
        *   Add a new experimental argument `experimental_is_anonymous` to
            `tf.lookup.StaticHashTable.__init__` to create the table in anonymous
            mode. In this mode, the table resource can only be accessed via resource
            handles (not resource names) and will be deleted automatically when all
            resource handles pointing to it are gone.
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
  4. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // the clients the trouble of splitting the GroupVersion.
      optional string version = 2;
    }
    
    // GroupVersionKind unambiguously identifies a kind.  It doesn't anonymously include GroupVersion
    // to avoid automatic coercion.  It doesn't use a GroupVersion to avoid custom marshalling
    //
    // +protobuf.options.(gogoproto.goproto_stringer)=false
    message GroupVersionKind {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  5. api/go1.txt

    pkg reflect, type StringHeader struct
    pkg reflect, type StringHeader struct, Data uintptr
    pkg reflect, type StringHeader struct, Len int
    pkg reflect, type StructField struct
    pkg reflect, type StructField struct, Anonymous bool
    pkg reflect, type StructField struct, Index []int
    pkg reflect, type StructField struct, Name string
    pkg reflect, type StructField struct, Offset uintptr
    pkg reflect, type StructField struct, PkgPath string
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top