Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for FeatureName (0.39 sec)

  1. hack/verify-test-featuregates.sh

      echo "${direct_sets}" >&2
      echo >&2
      echo "Use this invocation instead:" >&2
      echo "  featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.<FeatureName>, <value>)" >&2
      echo >&2
      rc=1
    fi
    
    
    # ensure all generic features are added in alphabetic order
    lines=$(git grep 'genericfeatures[.].*:' -- pkg/features/kube_features.go)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar

    Matcher<? super U> subMatcher; private final String featureDescription; private final String featureName; /** * Constructor * @param subMatcher The matcher to apply to the feature * @param featureDescription Descriptive text to use in describeTo * @param featureName Identifying text for mismatch message */ public FeatureMatcher(Matcher<? super U> subMatcher, String featureDescription, String featureName) { super(TYPE_FINDER); this.subMatcher = subMatcher; this.featureDescription = featureDescription;...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 31.9K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar

    org.hamcrest; public abstract synchronized class FeatureMatcher extends TypeSafeDiagnosingMa { private static final internal.ReflectiveTypeFinder TYPE_FINDER; private final Matcher subMatcher; private final String featureDescription; private final String featureName; public void FeatureMatcher(Matcher, String, String); protected abstract Object featureValueOf(Object); protected boolean matchesSafely(Object, Description); public final void describeTo(Description); static void <clinit>(); } org/hamcrest/Matcher.class...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 44K bytes
    - Viewed (0)
  4. cluster/gce/windows/k8s-node-setup.psm1

    function Test-HyperVFeatureEnabled {
      return ((Get-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V).State -eq 'Enabled')
    }
    
    # After this function returns, the computer must be restarted to complete
    # the installation!
    function Enable-HyperVFeature {
      Log-Output "Enabling Windows 'HyperV' feature"
      Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All -NoRestart
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    notify, notifyAll, wait, wait, wait Constructor Detail FeatureMatcher public FeatureMatcher(Matcher<? super U> subMatcher, java.lang.String featureDescription, java.lang.String featureName) Constructor Parameters: subMatcher - The matcher to apply to the feature featureDescription - Descriptive text to use in describeTo featureName - Identifying text for mismatch message Method Detail featureValueOf protected abstract U featureValueOf(T actual) Implement this to extract the interesting feature. Parameters:...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 236.8K bytes
    - Viewed (0)
Back to top