Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 819 for combinations (0.18 sec)

  1. android/guava/src/com/google/common/base/Ascii.java

      /**
       * Shift Out: A control character indicating that the code combinations which follow shall be
       * interpreted as outside of the character set of the standard code table until a Shift In
       * character is reached.
       *
       * @since 8.0
       */
      public static final byte SO = 14;
    
      /**
       * Shift In: A control character indicating that the code combinations which follow shall be
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jul 19 15:43:07 UTC 2021
    - 21.6K bytes
    - Viewed (0)
  2. maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultPluginValidationManager.java

    import org.slf4j.LoggerFactory;
    
    @Singleton
    @Named
    public final class DefaultPluginValidationManager extends AbstractEventSpy implements PluginValidationManager {
        /**
         * The collection of "G:A" combinations that do NOT belong to Maven Core, hence, should be excluded from
         * "expected in provided scope" type of checks.
         */
        static final Collection<String> EXPECTED_PROVIDED_SCOPE_EXCLUSIONS_GA =
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 23 12:25:04 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/ppc64_p10.s

    // Copyright 2022 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // This contains the valid opcode combinations available
    // in cmd/internal/obj/ppc64/asm9.go which exist for
    // POWER10/ISA 3.1.
    
    #include "../../../../../runtime/textflag.h"
    
    TEXT asmtest(SB), DUPOK|NOSPLIT, $0
    	BRD R1, R2                              // 7c220176
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 23 20:52:57 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  4. pkg/test/framework/resource/flags.go

    	}
    
    	if err = validate(s); err != nil {
    		return nil, err
    	}
    
    	return s, nil
    }
    
    // validate checks that user has not passed invalid flag combinations to test framework.
    func validate(s *Settings) error {
    	if s.FailOnDeprecation && s.NoCleanup {
    		return fmt.Errorf("checking for deprecation occurs at cleanup level, thus flags -istio.test.nocleanup and" +
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 14K bytes
    - Viewed (0)
  5. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/BuildScanPluginSmokeTest.groovy

                )
                .build().output.contains("Build scan written to")
    
            where:
            [ci, pluginVersion] << [CI.values(), SUPPORTED_BY_CI_INJECTION].combinations()
            ciScriptVersion = ci.gitRef
        }
    
        private boolean doesNotBundleTestRetryPluginOrSupportsSafeMode(VersionNumber pluginVersion) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 05:18:22 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  6. platforms/jvm/jvm-services/src/test/groovy/org/gradle/jvm/toolchain/internal/MavenToolchainsInstallationSupplierTest.groovy

            directories*.source == ["Maven Toolchains"]
    
            where:
            [useProperty, toolchain] << [[true, false], validToolchains()].combinations()
        }
    
        def "supplies multiple installations for multiple paths"(boolean useProperty) {
            given:
            def toolchain = '''<toolchains>
                                    <toolchain>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  7. platforms/core-configuration/file-collections/src/integTest/groovy/org/gradle/api/file/FileCollectionPropertyIntegrationTest.groovy

                ],
                [
                    'final SetProperty<RegularFile> prop = project.objects.setProperty(RegularFile)',
                    'abstract SetProperty<RegularFile> getProp()'
                ]
            ].combinations()
        }
    
        def "task @OutputDirectories directory property is implicitly finalized when task starts execution"() {
            buildFile """
                class SomeTask extends DefaultTask {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 17.3K bytes
    - Viewed (0)
  8. test/chan/select5.go

    	case <-fc(nilch, 8):
    		panic("nilch recv")
    	{{end}}
    	}
    	{{end}}
    	x = <-c
    	if x != n {
    		die(x)
    	}
    	n++
    `)
    
    var nonblock = parse("nonblock", `
    	x = n
    	{{/*  Test various combinations of non-blocking operations. */}}
    	{{/*  Receive assignments must not edit or even attempt to compute the address of the lhs. */}}
    	select {
    	{{if .MaybeDefault}}
    	default:
    	{{end}}
    	{{if .Maybe}}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 10K bytes
    - Viewed (0)
  9. subprojects/core/src/integTest/groovy/org/gradle/api/internal/tasks/TaskCacheabilityReasonIntegrationTest.groovy

            where:
            [taskType, condition] << [["UnspecifiedCacheabilityTask", "NotCacheableByDefault", "NotCacheableByDefaultWithReason"], ["cacheIf { true }", "cacheIf('cache-if reason') { true }"]].combinations()
        }
    
        private void assertCachingDisabledFor(@Nullable CachingDisabledReasonCategory category, @Nullable String message, @Nullable String taskPath = null) {
            operations.only(ExecuteTaskBuildOperationType, {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 16:59:01 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  10. src/vendor/golang.org/x/text/secure/bidirule/bidirule.go

    //     the requirements of Section 3 are satisfied as long as a label
    //     that starts with an ASCII digit does not come after a
    //     right-to-left label.
    //
    //  No guarantee is given for other combinations.
    
    // ErrInvalid indicates a label is invalid according to the Bidi Rule.
    var ErrInvalid = errors.New("bidirule: failed Bidi Rule")
    
    type ruleState uint8
    
    const (
    	ruleInitial ruleState = iota
    	ruleLTR
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 19:27:51 UTC 2019
    - 9.3K bytes
    - Viewed (0)
Back to top