Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 700 for clip (0.05 sec)

  1. platforms/documentation/docs/src/snippets/signing/configurations/tests/signingRuntimeElementsOutput.sample.conf

    # tag::cli[]
    # gradle signArchives
    # end::cli[]
    executable: gradle
    args: signRuntimeElements
    # Do not fail for deprecation warnings: deprecated Maven plugin
    flags: "--warning-mode=none"
    expected-output-file: signingRuntimeElementsOutput.out
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 271 bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/S390X.rules

    (CLGIJ {c} (MOVDconst [x]) [y] yes no) && c&s390x.Greater != 0 && uint64(x) >  uint64(y) => (First yes no)
    (CLIJ  {c} (MOVDconst [x]) [y] yes no) && c&s390x.Equal   != 0 && uint32(x) == uint32(y) => (First yes no)
    (CLIJ  {c} (MOVDconst [x]) [y] yes no) && c&s390x.Less    != 0 && uint32(x) <  uint32(y) => (First yes no)
    (CLIJ  {c} (MOVDconst [x]) [y] yes no) && c&s390x.Greater != 0 && uint32(x) >  uint32(y) => (First yes no)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 74.3K bytes
    - Viewed (0)
  3. platforms/core-runtime/launcher/src/main/java/org/gradle/tooling/internal/provider/ProviderStartParameterConverter.java

    import org.gradle.api.internal.StartParameterInternal;
    import org.gradle.cli.CommandLineArgumentException;
    import org.gradle.cli.CommandLineParser;
    import org.gradle.cli.ParsedCommandLine;
    import org.gradle.internal.DefaultTaskExecutionRequest;
    import org.gradle.launcher.configuration.AllProperties;
    import org.gradle.launcher.cli.converter.BuildLayoutConverter;
    import org.gradle.launcher.configuration.BuildLayoutResult;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  4. operator/cmd/mesh/profile-list_test.go

    	"istio.io/istio/istioctl/pkg/cli"
    	"istio.io/istio/pkg/kube"
    	"istio.io/istio/pkg/test/env"
    )
    
    func TestProfileList(t *testing.T) {
    	g := NewWithT(t)
    	args := []string{"profile", "list", "--dry-run", "--manifests", filepath.Join(env.IstioSrc, "manifests")}
    
    	kubeClientFunc = func() (kube.CLIClient, error) {
    		return nil, nil
    	}
    	rootCmd := GetRootCmd(cli.NewFakeContext(&cli.NewFakeContextOption{
    		Version: "25",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 03 06:27:07 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/native-binaries/cpp/tests/nativeComponentReport.sample.conf

    # tag::cli[]
    # gradle components
    # end::cli[]
    executable: gradle
    args: components
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 130 bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/cunit/tests/dependentComponentsReport.sample.conf

    # tag::cli[]
    # gradle dependentComponents
    # end::cli[]
    executable: gradle
    args: dependentComponents
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 152 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/providers/propertyAndProvider/tests/usePropertyAndProvider.sample.conf

    # tag::cli[]
    # gradle greeting
    # end::cli[]
    executable: gradle
    args: greeting
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 127 bytes
    - Viewed (0)
  8. cmd/kube-scheduler/app/server_test.go

    					return plugins
    				}(),
    			},
    		},
    		{
    			name: "leader election CLI args, along with --config arg",
    			flags: []string{
    				"--leader-elect=false",
    				"--leader-elect-lease-duration=2h", // CLI args are favored over the fields in ComponentConfig
    				"--kubeconfig=foo",                 // deprecated CLI arg will be ignored if --config is specified
    				"--config", emptyLeaderElectionConfig,
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/modelRules/basicRuleSourcePlugin/tests/basicRuleSourcePlugin-all.sample.conf

    # tag::cli[]
    # gradle hello
    # end::cli[]
    executable: gradle
    args: hello
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 124 bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/buildlifecycle/projectEvaluateEvents/tests/projectEvaluateEvents.sample.conf

    # tag::cli[]
    # gradle --quiet test
    # end::cli[]
    executable: gradle
    args: test
    flags: --quiet
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 141 bytes
    - Viewed (0)
Back to top