Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 58 for genrule (0.17 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/internal/resolve/caching/CrossBuildCachingRuleExecutor.java

            if (action == null) {
                return null;
            }
            final ConfigurableRules<DETAILS> rules = action.getRules();
            if (rules.isCacheable()) {
                return tryFromCache(key, action, detailsToResult, onCacheMiss, cachePolicy, rules);
            } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 15:51:31 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/WasmOps.go

    		{name: "I64Popcnt", asm: "I64Popcnt", argLength: 1, reg: gp11, typ: "Int64"}, // popcnt(arg0)
    	}
    
    	archs = append(archs, arch{
    		name:            "Wasm",
    		pkg:             "cmd/internal/obj/wasm",
    		genfile:         "../../wasm/ssa.go",
    		ops:             WasmOps,
    		blocks:          nil,
    		regnames:        regNamesWasm,
    		gpregmask:       gp,
    		fpregmask:       fp32 | fp64,
    		fp32regmask:     fp32,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 00:21:13 UTC 2023
    - 17.7K bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/api/NamedDomainObjectCollection.java

        /**
         * Returns the rules used by this collection.
         *
         * @return The rules, in the order they will be applied.
         */
        List<Rule> getRules();
    
        /**
         * {@inheritDoc}
         */
        @Override
        <S extends T> NamedDomainObjectCollection<S> withType(Class<S> type);
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 01 12:50:52 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  4. platforms/jvm/plugins-java-base/src/main/java/org/gradle/api/plugins/JavaBasePlugin.java

                    "%s\n", sourceSetName, getConfigurationName(), currentUsageDesc);
            }
    
            private String getUsageExpectationMessage() {
                String expectedUsageDesc = UsageDescriber.describeRole(getRole());
                return String.format("Yet Gradle expected to create it with the usage(s):\n" +
                    "%s\n" +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 19 22:14:22 UTC 2023
    - 28.3K bytes
    - Viewed (0)
  5. maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/MojoDescriptor.java

         */
        public void setMojoConfiguration(PlexusConfiguration mojoConfiguration) {
            this.mojoConfiguration = mojoConfiguration;
        }
    
        /** {@inheritDoc} */
        public String getRole() {
            return isV4Api() ? "org.apache.maven.api.plugin.Mojo" : Mojo.ROLE;
        }
    
        /** {@inheritDoc} */
        public String getRoleHint() {
            return getId();
        }
    
        /**
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/inspect/ModelRuleExtractor.java

            public DefaultExtractedRuleSource(List<ExtractedRuleDetails> rules) {
                this.rules = rules;
            }
    
            @VisibleForTesting // used in tests only
            public List<ExtractedModelRule> getRules() {
                return CollectionUtils.collect(rules, new InternalTransformer<ExtractedModelRule, ExtractedRuleDetails>() {
                    @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 13:45:02 UTC 2024
    - 26K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/_gen/MIPSOps.go

    		{name: "FPT", controls: 1}, // FP flag is true
    		{name: "FPF", controls: 1}, // FP flag is false
    	}
    
    	archs = append(archs, arch{
    		name:            "MIPS",
    		pkg:             "cmd/internal/obj/mips",
    		genfile:         "../../mips/ssa.go",
    		ops:             ops,
    		blocks:          blocks,
    		regnames:        regNamesMIPS,
    		gpregmask:       gp,
    		fpregmask:       fp,
    		specialregmask:  hi | lo,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 14:43:03 UTC 2023
    - 24K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/listener_inbound.go

    			OrMatch: &listener.ListenerFilterChainMatchPredicate_MatchSet{
    				Rules: ranges,
    			},
    		}}
    	}
    	return &listener.ListenerFilterChainMatchPredicate{Rule: ranges[0].GetRule()}
    }
    
    func listenerPredicateIncludePorts(ports []int) *listener.ListenerFilterChainMatchPredicate {
    	rule := listenerPredicateExcludePorts(ports)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  9. docs/fr/docs/async.md

    Pendant que vous êtes assis à table, en attendant que les burgers 🍔 soient prêts, vous pouvez passer ce temps à admirer à quel point votre crush 😍 est géniale, mignonne et intelligente ✨😍✨.
    
    Pendant que vous discutez avec votre crush 😍, de temps en temps vous jetez un coup d'oeil au nombre affiché au-dessus du comptoir pour savoir si c'est à votre tour d'être servis.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Mar 31 23:52:53 UTC 2024
    - 24K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/_gen/LOONG64Ops.go

    		{name: "FPT", controls: 1}, // FP flag is true
    		{name: "FPF", controls: 1}, // FP flag is false
    	}
    
    	archs = append(archs, arch{
    		name:     "LOONG64",
    		pkg:      "cmd/internal/obj/loong64",
    		genfile:  "../../loong64/ssa.go",
    		ops:      ops,
    		blocks:   blocks,
    		regnames: regNamesLOONG64,
    		// TODO: support register ABI on loong64
    		ParamIntRegNames:   "R4 R5 R6 R7 R8 R9 R10 R11 R12 R13 R14 R15 R16 R17 R18 R19",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:04:19 UTC 2023
    - 25.2K bytes
    - Viewed (0)
Back to top