Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 223 for plus (0.16 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/api/internal/provider/DefaultMapProperty.java

            assertCanMutate();
            MapSupplier<K, V> explicitValue = getExplicitValue(defaultValue).absentIgnoringIfNeeded(ignoreAbsent);
            setSupplier(explicitValue.plus(collector.absentIgnoringIfNeeded(ignoreAbsent)));
        }
    
        private Configurer getConfigurer() {
            return getConfigurer(false);
        }
    
        private Configurer getConfigurer(boolean ignoreAbsent) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 05:33:15 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  2. platforms/core-configuration/declarative-dsl-provider/src/main/kotlin/org/gradle/internal/declarativedsl/evaluationSchema/CommonSchemaUtils.kt

    import org.gradle.internal.declarativedsl.schemaBuilder.ConfigureLambdaHandler
    import org.gradle.internal.declarativedsl.schemaBuilder.kotlinFunctionAsConfigureLambda
    import org.gradle.internal.declarativedsl.schemaBuilder.plus
    import org.gradle.internal.declarativedsl.schemaBuilder.treatInterfaceAsConfigureLambda
    
    
    /**
     * Defines configuring lambdas for schema building purposes as one of:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 08:44:42 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/core/ModelSpec.java

     * limitations under the License.
     */
    
    package org.gradle.model.internal.core;
    
    /**
     * An open set of criteria that selects model nodes. A node must satisfy all of the criteria defined by {@link ModelPredicate} plus
     * those defined by {@link #matches(MutableModelNode)}.
     */
    public abstract class ModelSpec extends ModelPredicate {
        /**
         * Returns if the node matches this predicate.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 1K bytes
    - Viewed (0)
  4. platforms/core-execution/persistent-cache/src/main/java/org/gradle/cache/internal/DefaultGlobalCacheLocations.java

            for (GlobalCache globalCache : globalCaches) {
                for (File file : globalCache.getGlobalCacheRoots()) {
                    globalCacheRoots = globalCacheRoots.plus(file);
                }
            }
            this.globalCacheRoots = globalCacheRoots;
        }
    
        @Override
        public boolean isInsideGlobalCache(String path) {
            return globalCacheRoots.contains(path);
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:33 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  5. platforms/core-execution/file-watching/src/main/java/org/gradle/internal/watch/registry/impl/WatchableHierarchies.java

                checkThatNothingExistsInNewWatchableHierarchy(watchableHierarchyPath, root);
                hierarchies.addFirst(watchableHierarchy);
                watchableFiles = watchableFiles.plus(watchableHierarchy);
            } else {
                hierarchies.remove(watchableHierarchy);
                hierarchies.addFirst(watchableHierarchy);
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 17:02:39 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  6. src/cmd/link/internal/sym/compilation_unit.go

    // together. Since all Go sources in a Go package are compiled together,
    // there's one CompilationUnit per package that represents all Go sources in
    // that package, plus one for each assembly file.
    //
    // Equivalently, there's one CompilationUnit per object file in each Library
    // loaded by the linker.
    //
    // These are used for both DWARF and pclntab generation.
    type CompilationUnit struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 01 20:39:56 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  7. platforms/core-configuration/file-collections/src/integTest/groovy/org/gradle/api/file/FileTreeIntegrationTest.groovy

            file('other/add-one.txt').createFile()
            file('other/a/add-two.txt').createFile()
            buildFile """
                def files = fileTree(dir: 'files').minus(fileTree(dir: 'files/b')).plus(fileTree(dir: 'other'))
                task copy(type: Copy) {
                    from files
                    into 'dest'
                }
            """
    
            when:
            run 'copy'
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 7K bytes
    - Viewed (0)
  8. README.fr.md

    *[FEss Site Search](https://github.com/codelibs/fess-site-search)* est une alternative libre à [Google Site Search](https://enterprise.google.com/search/products/gss.html). Pour plus de détails, jetez un oeil à [FSS JS Generator documentation](https://fss-generator.codelibs.org/docs/manual).
    
    ## Website
    
    [fess.codelibs.org](https://fess.codelibs.org/)
    
    ## Incidents/Questions
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Feb 06 22:59:17 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/main/java/org/gradle/api/internal/provider/MapSupplier.java

     */
    interface MapSupplier<K, V> extends ValueSupplier {
        Value<? extends Map<K, V>> calculateValue(ValueConsumer consumer);
    
        Value<? extends Set<K>> calculateKeys(ValueConsumer consumer);
    
        MapSupplier<K, V> plus(MapCollector<K, V> collector);
    
        /**
         * Returns a view of this supplier that may calculate its value as empty if it would be missing.
         */
        MapSupplier<K, V> absentIgnoring();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 21 12:22:39 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/fmahash_test.go

    	output := filepath.Join(tmpdir, "fma.exe")
    	cmd := testenv.Command(t, gocmd, "build", "-o", output, source)
    	// The hash-dependence on file path name is dodged by specifying "all hashes ending in 1" plus "all hashes ending in 0"
    	// i.e., all hashes.  This will print all the FMAs; this test is only interested in one of them (that should appear near the end).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 21:57:53 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top