Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 575 for retracted (0.88 sec)

  1. src/testdata/Isaac.Newton-Opticks.txt

    Room through a hole F one third part of an Inch broad, M its Incidence
    on the Base of the Prism, MG a less refracted Ray, MH a more refracted
    Ray, MN the beam of Light reflected from the Base, VXY the second Prism
    by which this beam in passing through it is refracted, N_t_ the less
    refracted Light of this beam, and N_p_ the more refracted part thereof.
    When the first Prism ABC is turned about its Axis according to the order
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/CompileOperation.java

     * The exposed transformer typically gathers the data while transforming.
     * <p>
     * As these objects are stateful, they can only be used for a single compile operation.
     *
     * @param <T> the type of data extracted by this operation
     */
    public interface CompileOperation<T> {
    
        /**
         * A unique id for this operations.
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 01 11:44:55 UTC 2018
    - 1.9K bytes
    - Viewed (0)
  3. platforms/core-configuration/declarative-dsl-core/src/main/kotlin/org/gradle/internal/declarativedsl/schemaBuilder/schemaFromTypes.kt

    import org.gradle.declarative.dsl.model.annotations.Configuring
    import org.gradle.declarative.dsl.model.annotations.HasDefaultValue
    import org.gradle.declarative.dsl.model.annotations.Restricted
    import org.gradle.declarative.dsl.schema.AnalysisSchema
    import org.gradle.declarative.dsl.schema.FqName
    import kotlin.reflect.KCallable
    import kotlin.reflect.KClass
    import kotlin.reflect.KFunction
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 10:07:27 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  4. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/MavenInstallationDownloader.groovy

                File mavenBinArchive = downloadMavenBinArchive(mavenVersion, binArchiveUrls[i])
    
                if (mavenBinArchive) {
                    def extracted = extractMavenBinArchive(mavenVersion, mavenBinArchive)
                    if (extracted) {
                        return extracted
                    }
                }
            }
            throw new UncheckedIOException("Unable to download Maven binary distribution from any of the repositories")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  5. testing/internal-testing/src/main/groovy/org/gradle/util/internal/Resources.java

     */
    public class Resources implements MethodRule {
        private static final String EXTRACTED_RESOURCES_DIR = "tmp-extracted-resources";
    
        /**
         * Set of keys in the form {@code <running test class name>:<jar file resource path>}.
         *
         * Resources contained in jars will be extracted to the {@link #EXTRACTED_RESOURCES_DIR} dir in the parent of the root test directory,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  6. callbacks/update.go

    					if field.DBName != "" {
    						if v, ok := selectColumns[field.DBName]; (ok && v) || (!ok && !restricted) {
    							set = append(set, clause.Assignment{Column: clause.Column{Name: field.DBName}, Value: kv})
    							assignValue(field, value[k])
    						}
    					} else if v, ok := selectColumns[field.Name]; (ok && v) || (!ok && !restricted) {
    						assignValue(field, value[k])
    					}
    					continue
    				}
    			}
    
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Mon Mar 18 05:44:55 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  7. platforms/core-configuration/declarative-dsl-provider/src/test/kotlin/org/gradle/internal/declarativedsl/GeneralGradleDslSchemaTest.kt

    package org.gradle.internal.declarativedsl
    
    import org.gradle.api.Action
    import org.gradle.api.provider.Property
    import org.gradle.declarative.dsl.model.annotations.Configuring
    import org.gradle.declarative.dsl.model.annotations.Restricted
    import org.gradle.internal.declarativedsl.analysis.analyzeEverything
    import org.gradle.internal.declarativedsl.evaluationSchema.EvaluationSchemaBuilder
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 13:47:10 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  8. callbacks/create.go

    			if stmt.Schema != nil && len(values.Columns) >= 1 {
    				selectColumns, restricted := stmt.SelectAndOmitColumns(true, true)
    
    				columns := make([]string, 0, len(values.Columns)-1)
    				for _, column := range values.Columns {
    					if field := stmt.Schema.LookUpField(column.Name); field != nil {
    						if v, ok := selectColumns[field.DBName]; (ok && v) || (!ok && !restricted) {
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Mon Apr 08 03:29:55 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  9. src/cmd/go/testdata/mod/example.com_cmd_v1.9.0.txt

    example.com/cmd contains main packages.
    
    -- .info --
    {"Version":"v1.9.0"}
    -- .mod --
    module example.com/cmd
    
    go 1.16
    
    // this is a bad version
    retract v1.9.0
    -- go.mod --
    module example.com/cmd
    
    go 1.16
    
    // this is a bad version
    retract v1.9.0
    -- a/a.go --
    package main
    
    func main() {}
    -- b/b.go --
    package main
    
    func main() {}
    -- err/err.go --
    package err
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 15 12:45:59 UTC 2020
    - 381 bytes
    - Viewed (0)
  10. pkg/kubelet/cm/topologymanager/policy_restricted_test.go

    package topologymanager
    
    import (
    	"testing"
    )
    
    func TestPolicyRestrictedName(t *testing.T) {
    	tcases := []struct {
    		name     string
    		expected string
    	}{
    		{
    			name:     "New Restricted Policy",
    			expected: "restricted",
    		},
    	}
    	numaInfo := commonNUMAInfoTwoNodes()
    	for _, tc := range tcases {
    		policy := &restrictedPolicy{bestEffortPolicy{numaInfo: numaInfo, opts: PolicyOptions{}}}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 03 09:45:25 UTC 2022
    - 2.6K bytes
    - Viewed (0)
Back to top