Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 460 for manner (0.3 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/project/antbuilder/ClassPathToClassLoaderCache.java

        }
    
        public boolean isEmpty() {
            return cacheEntries.isEmpty();
        }
    
        /**
         * Provides execution of arbitrary code that consumes a cached class loader in a memory safe manner,
         * that is to say making sure that concurrent calls reuse the same classloader, or that the class loader
         * is retrieved from cache if available.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 7K bytes
    - Viewed (0)
  2. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    after the usual manner in the first Surface of the first Crystal, shall be refracted after the usual manner in all the following Surfaces; and the Rays which are refracted after the unusual manner in the first Surface, shall be refracted after the unusual manner in all the following Surfaces. And the same thing happens, though the Surfaces of the Crystals be any ways inclined to one another, provided that their Planes of perpendicular Refraction be parallel to one another. And therefore there is...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/dep-man/02-declaring-dependency-versions/single_versions.adoc

    ** If one part is numeric, it is considered **higher** than the non-numeric part: `1.a` < `1.1`
    ** If both are non-numeric, the parts are compared **alphabetically**, in a **case-sensitive** manner: `1.A` < `1.B` < `1.a` < `1.b`
    ** A version with an extra numeric part is considered **higher** than a version without (even when it's zero): `1.1` < `1.1.0`
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 11:46:26 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  4. src/internal/types/testdata/examples/functions.go

    var s = foo[int, string, float64](1, []string{"first"}, new[float64]())
    
    // Or we can use type inference.
    var _ float64 = foo(42, []float64{1.0}, &s)
    
    // Type inference works in a straight-forward manner even
    // for variadic functions.
    func variadic[A, B any](A, B, ...B) int { panic(0) }
    
    // var _ = variadic(1) // ERROR "not enough arguments"
    var _ = variadic(1, 2.3)
    var _ = variadic(1, 2.3, 3.4, 4.5)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 30 20:19:38 UTC 2023
    - 5.5K bytes
    - Viewed (0)
  5. tools/docker-builder/crane.go

    //
    // Once we have determined the config, we use the go-containerregistry to apply this config on top of
    // the configured base image, and add a new layer for all the copies. This layer is constructed in a
    // highly optimized manner - rather than copying things around from original source, to docker
    // staging folder, to docker context, to a tar file, etc, we directly read the original source files
    // into memory and stream them into an in memory tar buffer.
    //
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 26 01:07:39 UTC 2023
    - 6K bytes
    - Viewed (0)
  6. src/go/token/token.go

    	IMPORT
    
    	INTERFACE
    	MAP
    	PACKAGE
    	RANGE
    	RETURN
    
    	SELECT
    	STRUCT
    	SWITCH
    	TYPE
    	VAR
    	keyword_end
    
    	additional_beg
    	// additional tokens, handled in an ad-hoc manner
    	TILDE
    	additional_end
    )
    
    var tokens = [...]string{
    	ILLEGAL: "ILLEGAL",
    
    	EOF:     "EOF",
    	COMMENT: "COMMENT",
    
    	IDENT:  "IDENT",
    	INT:    "INT",
    	FLOAT:  "FLOAT",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/Util.h

     *  return value will be zero and szDest will contain an empty string.
     *  If this occurs, the remaining characters in szDest may be overwritten
     *  in an unspecified manner.  It is the caller's responsibility to make 
     *  sure there is sufficient room in szDest to hold the converted string.  
     *  CU_translated_strlen() may be used to calculate the length of buffer 
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  8. testing/internal-testing/src/main/groovy/org/gradle/util/internal/Resources.java

        }
    
        /**
         * Locates the resource with the given name, relative to the class that declared the current test method.
         *
         * Can also handle extracting resources contained within a jar file found in the same manner.
         *
         * @return the resource, or {@code null} if not found
         */
        public TestFile findResource(String name) {
            assertNotNull(declaringTestClass);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  9. src/testdata/Isaac.Newton-Opticks.txt

    the beam TV, which was refracted at the first Surface after the usual
    manner, shall be again refracted entirely after the usual manner at the
    second Surface; and the beam TX, which was refracted after the unusual
    manner in the first Surface, shall be again refracted entirely after the
    unusual manner in the second Surface; so that both these beams shall
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  10. docs/sts/wso2.md

    2. The id_token self-contains the authorization information in a manner that can be verified. For example, by encoding authorization information along with a signature into the token.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 8.7K bytes
    - Viewed (0)
Back to top