Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 2,067 for determin (1.38 sec)

  1. platforms/jvm/scala/src/main/java/org/gradle/api/tasks/scala/internal/ScalaRuntimeHelper.java

                }
            }
            return null;
        }
    
        /**
         * Determines the version of a Scala Jar file (scala-compiler, scala-library,
         * scala-jdbc, etc.). If the version cannot be determined, or the file is not a Scala
         * Jar file, {@code null} is returned.
         *
         * <p>Implementation note: The version is determined by parsing the file name, which
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 15:43:33 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  2. pkg/auth/nodeidentifier/interfaces.go

    import (
    	"k8s.io/apiserver/pkg/authentication/user"
    )
    
    // NodeIdentifier determines node information from a given user
    type NodeIdentifier interface {
    	// NodeIdentity determines node information from the given user.Info.
    	// nodeName is the name of the Node API object associated with the user.Info,
    	// and may be empty if a specific node cannot be determined.
    	// isNode is true if the user.Info represents an identity issued to a node.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Aug 26 19:56:33 UTC 2017
    - 1.1K bytes
    - Viewed (0)
  3. platforms/core-runtime/messaging/src/main/java/org/gradle/internal/remote/internal/inet/InetAddressFactory.java

                throw new RuntimeException("Could not determine the local IP addresses for this machine.", e);
            }
        }
    
        public InetAddress getLocalBindingAddress() {
            try {
                synchronized (lock) {
                    init();
                    return localBindingAddress;
                }
            } catch (Exception e) {
                throw new RuntimeException("Could not determine a usable local IP for this machine.", e);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 00:47:05 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  4. maven-compat/src/main/java/org/apache/maven/repository/MirrorSelector.java

    /**
     * Handles the selection of mirrors for repositories.
     *
     */
    @Deprecated
    public interface MirrorSelector {
    
        /**
         * Determines the mirror for the specified repository.
         *
         * @param repository The repository to determine the mirror for, must not be {@code null}.
         * @param mirrors The available mirrors, may be {@code null}.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 11:28:54 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  5. src/math/big/intconv.go

    		return
    	}
    
    	if x == nil {
    		fmt.Fprint(s, "<nil>")
    		return
    	}
    
    	// determine sign character
    	sign := ""
    	switch {
    	case x.neg:
    		sign = "-"
    	case s.Flag('+'): // supersedes ' ' when both specified
    		sign = "+"
    	case s.Flag(' '):
    		sign = " "
    	}
    
    	// determine prefix characters for indicating output base
    	prefix := ""
    	if s.Flag('#') {
    		switch ch {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 11:59:09 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/device_compilation_profiler.h

    #include <string>
    
    #include "tensorflow/compiler/jit/xla_compile_util.h"
    #include "tensorflow/core/framework/attr_value.pb.h"
    
    namespace tensorflow {
    
    // Tracks statistics for device compilation and uses these to determine whether
    // the given cluster should be compiled or not.
    class DeviceCompilationProfiler : public ResourceBase {
     public:
      DeviceCompilationProfiler() = default;
      ~DeviceCompilationProfiler() override;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/result/ComponentSelectionDescriptorInternal.java

         *
         * @return this descriptor
         */
        ComponentSelectionDescriptorInternal withDescription(Describable description);
    
        /**
         * Determines if a custom description was provided. This can be used in reporting to determine if additional details should
         * be displayed.
         *
         * @return true if the description is not the default cause description.
         */
        boolean hasCustomDescription();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  8. subprojects/core-api/src/main/java/org/gradle/api/tasks/TaskDependency.java

     * method.</p>
     */
    public interface TaskDependency {
        /**
         * <p>Determines the dependencies for the given {@link Task}. This method is called when Gradle assembles the task
         * execution graph for a build. This occurs after all the projects have been evaluated, and before any task
         * execution begins.</p>
         *
         * @param task The task to determine the dependencies for.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Oct 28 15:32:30 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  9. platforms/jvm/scala/src/test/groovy/org/gradle/api/tasks/scala/internal/ScalaRuntimeHelperTest.groovy

            def file = ScalaRuntimeHelper.findScalaJar([new File("other.jar"), new File("scala-jdbc-1.5.jar"), new File("scala-compiler-1.7.jar")], "library")
    
            then:
            file == null
        }
    
        def "allows to determine version of Scala Jar"() {
            expect:
            with(ScalaRuntimeHelper) {
                getScalaVersion(new File("scala-compiler-2.9.2.jar")) == "2.9.2"
                getScalaVersion(new File("scala-jdbc-2.9.2.jar")) == "2.9.2"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 15:43:33 UTC 2023
    - 2K bytes
    - Viewed (0)
  10. src/main/java/jcifs/NetbiosAddress.java

         *            context to use
         *
         * @return the MAC address as an array of six bytes
         * @throws UnknownHostException
         *             if the host cannot be resolved to
         *             determine the MAC address.
         */
        byte[] getMacAddress ( CIFSContext tc ) throws UnknownHostException;
    
    
        /**
         * Returned the hex code associated with this name(e.g. 0x20 is for the file service)
         * 
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 6K bytes
    - Viewed (0)
Back to top