Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 85 of 85 for getVariant (0.27 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/maven/AbstractMavenModule.groovy

            return packaging
        }
    
        List getDependencies() {
            return dependencies
        }
    
        List getArtifacts() {
            return artifacts
        }
    
        List<VariantMetadataSpec> getVariants() {
            return variants
        }
    
        void assertNotPublished() {
            pomFile.assertDoesNotExist()
            moduleMetadata.file.assertDoesNotExist()
        }
    
        void assertPublished() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  2. src/go/printer/testdata/declarations.input

    		"minimum time window between two refreshes for a given user.")
    	x = flag.Int64("refresh_user_rollout_percent", 100,
    		"temporary flag to ramp up the refresh user rpc")
    	aVeryLongVariableName = stats.GetVarInt("refresh-user-count")
    )
    
    func _() {
    	var privateKey2 = &Block{Type: "RSA PRIVATE KEY",
    					Headers: map[string]string{},
    					Bytes: []uint8{0x30, 0x82, 0x1, 0x3a, 0x2, 0x1, 0x0, 0x2,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 13 22:24:31 UTC 2021
    - 16.5K bytes
    - Viewed (0)
  3. src/go/printer/testdata/declarations.golden

    		"minimum time window between two refreshes for a given user.")
    	x	= flag.Int64("refresh_user_rollout_percent", 100,
    		"temporary flag to ramp up the refresh user rpc")
    	aVeryLongVariableName	= stats.GetVarInt("refresh-user-count")
    )
    
    func _() {
    	var privateKey2 = &Block{Type: "RSA PRIVATE KEY",
    		Headers:	map[string]string{},
    		Bytes: []uint8{0x30, 0x82, 0x1, 0x3a, 0x2, 0x1, 0x0, 0x2,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 13 22:24:31 UTC 2021
    - 16.2K bytes
    - Viewed (0)
  4. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishExternalVariantIntegrationTest.groovy

                        return Collections.emptySet();
                    }
    
                    @Override
                    abstract NamedDomainObjectContainer<SoftwareComponent> getVariants();
                }
    
                // This is the only public API way to obtain a SoftwareComponentFactory.
                interface PublishServices {
                    @Inject
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 22:25:49 UTC 2023
    - 37.1K bytes
    - Viewed (0)
  5. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    k={modifiers:w},S=d.includeMetadata&&w.length>0;for(let[_,E]of Object.entries(x?.values??{})){if(E==null)continue;let I=Qr(b,_);if(p.push(S?[I,k]:I),x?.supportsNegativeValues&&Xe(E)){let q=Qr(b,`-${_}`);y.push(S?[q,k]:q)}}p.push(...y)}else p.push(m);return p},e.getVariants=function(){let d=Math.random().toString(36).substring(7).toUpperCase(),p=[];for(let[m,b]of e.variantOptions.entries())b.variantInfo!==lo.Base&&p.push({name:m,isArbitrary:b.type===Symbol.for("MATCH_VARIANT"),values:Object.keys(b.values??{}),hasD...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
Back to top