Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 76 for PROPERTY (0.44 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/celcoststability_test.go

    				"type(self) == type(self)":                                     5,
    				"type(self.nestedInMap['k1']) == type(self.nestedInMap['k2'])": 9,
    			},
    		},
    		{name: "listMaps with unsupported identity characters in property names",
    			obj: map[string]interface{}{
    				"objs": []interface{}{
    					[]interface{}{
    						map[string]interface{}{"k!": "a", "k.": "1"},
    						map[string]interface{}{"k!": "b", "k.": "2"},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:20:16 UTC 2024
    - 80.2K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheDependencyResolutionIntegrationTest.groovy

        }
    
        def "task input property can include mapped configuration elements that contain project dependencies"() {
            def configurationCache = newConfigurationCacheFixture()
    
            taskTypeWithOutputFileProperty()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  3. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/AbstractGradleExecuter.java

            gradleInvocation.launcherJvmArgs.addAll(commandLineJvmOpts);
    
            if (isUseDaemon() && !gradleInvocation.buildJvmArgs.isEmpty()) {
                // Pass build JVM args through to daemon via system property on the launcher JVM
                String quotedArgs = join(" ", collect(gradleInvocation.buildJvmArgs, input -> String.format("'%s'", input)));
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/css/javadoc.css

    }
    .member-signature .type-parameters {
        white-space: normal;
    }
    /*
     * Styles for formatting effect.
     */
    .source-line-no {
        /* Color of line numbers in source pages can be set via custom property below */
        color:var(--source-linenumber-color, green);
        padding:0 30px 0 0;
    }
    .block {
        display:block;
        margin:0 10px 5px 0;
        color:var(--block-text-color);
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/catalog/VersionCatalogExtensionIntegrationTest.groovy

                }
            """
    
            when:
            fails ':help'
    
            then: "extension is not generated if there are no libraries defined"
            failure.assertHasCause("Could not get unknown property 'libs' for object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler")
        }
    
        def "buildSrc and main project have different libraries extensions"() {
            settingsFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 13:37:31 UTC 2024
    - 77.8K bytes
    - Viewed (0)
  6. src/html/template/escape_test.go

    			// We do not currently easily support (ul, ol).
    			// If we do change to support that, this test should
    			// catch failures to filter out special tag names which
    			// would violate the structure preservation property --
    			// if any special tag name could be substituted, then
    			// the content could be raw text/RCDATA for some inputs
    			// and regular HTML content for others.
    			`<{{"script"}}>{{"doEvil()"}}</{{"script"}}>`,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 16 03:29:27 UTC 2023
    - 56.2K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/_gen/AMD64.rules

    //    t1 = MINSD x, y   => incorrect if x==NaN or x==-0,y==+0
    //    t2 = MINSD t1, x  => fixes x==NaN case
    //   res = POR t1, t2   => fixes x==-0,y==+0 case
    // Note that this trick depends on the special property that (NaN OR x) produces a NaN (although
    // it might not produce the same NaN as the input).
    (Min(64|32)F <t> x y) => (POR (MINS(D|S) <t> (MINS(D|S) <t> x y) x) (MINS(D|S) <t> x y))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 93.9K bytes
    - Viewed (0)
  8. docs/changelogs/changelog_3x.md

        execute more efficiently.
    
        To use it, first register a [Conscrypt dependency][conscrypt_dependency] in
        your build system.
    
        OkHttp will use Conscrypt if you set the `okhttp.platform` system property
        to `conscrypt`.
    
        Alternatively, OkHttp will also use Conscrypt if you install it as your
        preferred security provider. To do so, add the following code to execute
        before you create your `OkHttpClient`.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
  9. src/time/time.go

    func (t Time) IsZero() bool {
    	return t.sec() == 0 && t.nsec() == 0
    }
    
    // abs returns the time t as an absolute time, adjusted by the zone offset.
    // It is called when computing a presentation property like Month or Hour.
    func (t Time) abs() uint64 {
    	l := t.loc
    	// Avoid function calls when possible.
    	if l == nil || l == &localLoc {
    		l = l.get()
    	}
    	sec := t.unixSec()
    	if l != &utcLoc {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 50.7K bytes
    - Viewed (0)
  10. src/cmd/link/internal/ppc64/asm.go

    			stub.AddUint32(ctxt.Arch, OP_LD_R12_R12)                   // ld r12, 0(r12)
    		}
    	default:
    		log.Fatalf("gencallstub does not support ELFv2 ABI property %d", stubType)
    	}
    
    	// Jump to the loaded pointer
    	stub.AddUint32(ctxt.Arch, OP_MTCTR_R12) // mtctr r12
    	stub.AddUint32(ctxt.Arch, OP_BCTR)      // bctr
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
Back to top