Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 83 for getContext (0.27 sec)

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

                ResourceFilter ff ) throws CIFSException {
            // clone the locator so that the address index is not modified
            SmbResourceLocatorImpl locator = parent.fileLocator.clone();
            CIFSContext tc = parent.getContext();
            URL u = locator.getURL();
    
            FileEntry[] entries;
    
            if ( u.getPath().lastIndexOf('/') != ( u.getPath().length() - 1 ) )
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sat Jul 20 08:41:19 GMT 2019
    - 12.5K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/NtlmPasswordAuthentication.java

            }
            this.ansiHash = ansiHash;
            this.unicodeHash = unicodeHash;
            this.hashesExternal = true;
        }
    
    
        protected CIFSContext getContext () {
            return this.context;
        }
    
    
        @Override
        public NtlmPasswordAuthentication clone () {
            NtlmPasswordAuthentication cloned = new NtlmPasswordAuthentication();
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Tue Jul 07 10:50:16 GMT 2020
    - 8.5K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb/SmbTreeImpl.java

                            response = new SmbComTreeConnectAndXResponse(sess.getConfig(), (ServerMessageBlock) andxResponse);
                            request = new SmbComTreeConnectAndX(
                                sess.getContext(),
                                ( (SmbComNegotiateResponse) nego ).getServerData(),
                                unc,
                                svc,
                                (ServerMessageBlock) andx);
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Thu Jan 05 13:06:39 GMT 2023
    - 29.6K bytes
    - Viewed (0)
  4. src/test/java/jcifs/tests/FileOperationsTest.java

            try ( SmbFile defaultShareRoot = getDefaultShareRoot();
                  SmbResource f = new SmbFile(defaultShareRoot, makeRandomName());
                  SmbResource p = new SmbFile(getTestShareGuestURL(), getContext());
                  SmbResource tgt = new SmbFile(p, "other-share") ) {
                f.createNewFile();
                boolean renamed = false;
                try {
                    f.renameTo(tgt, true);
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Thu Jan 05 13:17:59 GMT 2023
    - 16.3K bytes
    - Viewed (0)
  5. tensorflow/c/c_api.cc

                                               TF_Status* status) {
      Node* node = &output.oper->node;
    
      mutex_lock l(graph->mu);
      tensorflow::shape_inference::InferenceContext* ic =
          graph->refiner.GetContext(node);
      if (ic == nullptr) {
        status->status =
            InvalidArgument("Node ", node->name(), " was not found in the graph");
        return;
      }
    
      auto shape_and_type_vec =
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 102.3K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.jar

    xception.ComponentLifecycleEx; public abstract void resume(Object) throws component.repository.exception.ComponentLifecycleEx; public abstract void dispose(); public abstract void addContextValue(Object, Object); public abstract context.Context getContext(); public abstract classworlds.realm.ClassRealm getContainerRealm(); public abstract void registerComponentDis(component.discovery.ComponentDiscoveryLi); public abstract void removeComponentDisco(component.discovery.ComponentDiscoveryLi); public...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 32.4K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.jar

    xception.ComponentLifecycleEx; public abstract void resume(Object) throws component.repository.exception.ComponentLifecycleEx; public abstract void dispose(); public abstract void addContextValue(Object, Object); public abstract context.Context getContext(); public abstract classworlds.realm.ClassRealm getContainerRealm(); public abstract void registerComponentDis(component.discovery.ComponentDiscoveryLi); public abstract void removeComponentDisco(component.discovery.ComponentDiscoveryLi); public...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 32.4K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    gurati.class package org.codehaus.plexus; public abstract interface ContainerConfigurati { public abstract ContainerConfigurati setName(String); public abstract String getName(); public abstract ContainerConfigurati setContext(java.util.Map); public abstract java.util.Map getContext(); public abstract ContainerConfigurati setClassWorld(classworlds.ClassWorld); public abstract classworlds.ClassWorld getClassWorld(); public abstract ContainerConfigurati setParentContainer(PlexusContainer); public abstract...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 233.3K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    gurati.class package org.codehaus.plexus; public abstract interface ContainerConfigurati { public abstract ContainerConfigurati setName(String); public abstract String getName(); public abstract ContainerConfigurati setContext(java.util.Map); public abstract java.util.Map getContext(); public abstract ContainerConfigurati setClassWorld(classworlds.ClassWorld); public abstract classworlds.ClassWorld getClassWorld(); public abstract ContainerConfigurati setParentContainer(PlexusContainer); public abstract...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 233.3K bytes
    - Viewed (0)
  10. tensorflow/c/eager/c_api.cc

      return tensorflow::unwrap(op)->Name().c_str();
    }
    
    TFE_Context* TFE_OpGetContext(const TFE_Op* op, TF_Status* status) {
      return tensorflow::wrap(tensorflow::unwrap(op)->GetContext());
    }
    
    void TFE_OpSetDevice(TFE_Op* op, const char* device_name, TF_Status* status) {
      status->status = tensorflow::unwrap(op)->SetDeviceName(device_name);
    }
    
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Mar 12 20:00:09 GMT 2024
    - 43.9K bytes
    - Viewed (2)
Back to top