Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 93 for ndash (0.08 sec)

  1. staging/src/k8s.io/apimachinery/pkg/api/validation/generic_test.go

    			description:          "empty string",
    		},
    		{
    			beforeMasking:        "-",
    			expectedAfterMasking: "-",
    			description:          "only a single dash",
    		},
    		{
    			beforeMasking:        "-foo",
    			expectedAfterMasking: "-foo",
    			description:          "has leading dash",
    		},
    		{
    			beforeMasking:        "-foo-",
    			expectedAfterMasking: "-foa",
    			description:          "has both leading and trailing dashes",
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 03 14:47:11 UTC 2021
    - 1.7K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/mod_overlay.txt

    rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
    -- overlay-and-dash-modfile/p.go --
    package module
    -- overlay-and-dash-modfile/go.mod --
    -- overlay-and-dash-modfile/overlay.json --
    {
    	"Replace": {
    		"alternate.mod": "../../../overlay/overlay-and-dash-modfile-alternate-mod"
    	}
    }
    -- $WORK/overlay/overlay-and-dash-modfile-alternate-mod --
    module found.the/module
    -- carve/go.mod --
    module carve
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 7.7K bytes
    - Viewed (0)
  3. manifests/addons/dashboards/lib/output.json

                         {
                            "id": "custom.lineStyle",
                            "value": {
                               "dash": [
                                  10,
                                  10
                               ],
                               "fill": "dash"
                            }
                         }
                      ]
                   }
                ]
             },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 18:05:06 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  4. istioctl/pkg/dashboard/dashboard.go

    	cmd := &cobra.Command{
    		Use:   "prometheus",
    		Short: "Open Prometheus web UI",
    		Long:  `Open Istio's Prometheus dashboard`,
    		Example: `  istioctl dashboard prometheus
    
      # with short syntax
      istioctl dash prometheus
      istioctl d prometheus`,
    		RunE: func(cmd *cobra.Command, args []string) error {
    			client, err := ctx.CLIClientWithRevision(opts.Revision)
    			if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 15 01:29:35 UTC 2024
    - 20.5K bytes
    - Viewed (0)
  5. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/options/TaskOptionFailureIntegrationTest.groovy

            failure.assertHasDescription("Problem configuring task :someTask from command line.")
            failure.assertHasCause("Multiple arguments were provided for command-line option '--second'.")
        }
    
        def "single dash user error yields decent error message"() {
            when:
            runAndFail 'help', '-isk'
    
            then:
            failure.assertHasDescription("Problem configuring task :help from command line.")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 13:27:35 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  6. manifests/addons/dashboards/lib/panels.libsonnet

              'custom.fillOpacity',
              0
            )
            + fieldOverride.byRegexp.withProperty(
              'custom.lineStyle',
              {
                dash: [8, 10],
                fill: 'dash',
              }
            ),
          ]),
    
    
        bars(title, targets, desc=''):
          self.base(title, targets, desc)
          + options.legend.withCalcs([])
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 4.5K bytes
    - Viewed (1)
  7. platforms/core-configuration/kotlin-dsl/src/integTest/kotlin/org/gradle/kotlin/dsl/accessors/AccessorsClassPathIntegrationTest.kt

    import org.hamcrest.MatcherAssert.assertThat
    
    import org.junit.Test
    
    
    class AccessorsClassPathIntegrationTest : AbstractKotlinIntegrationTest() {
    
        @Test
        fun `warning is emitted if a gradle slash project dash schema dot json file is present`() {
    
            withDefaultSettings()
            withBuildScript("")
    
            withFile(projectSchemaResourcePath)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  8. .github/ISSUE_TEMPLATE/feature_addition_request.yaml

          value: >
            Comparing two approaches to a use case side by side can make it easier to examine the
            differences between them.
    
    
            Additionally, it's very useful to us if you can provide a "straw API" — what the
            method signatures would look like, for example, even if the method and class names are still
            in flux. This can make the feature you're suggesting much clearer to us.
    
      - type: textarea
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Nov 17 18:47:47 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  9. src/os/env_unix_test.go

    		}
    	}
    }
    
    var shellSpecialVarTests = []struct {
    	k, v string
    }{
    	{"*", "asterisk"},
    	{"#", "pound"},
    	{"$", "dollar"},
    	{"@", "at"},
    	{"!", "exclamation mark"},
    	{"?", "question mark"},
    	{"-", "dash"},
    }
    
    func TestExpandEnvShellSpecialVar(t *testing.T) {
    	for _, tt := range shellSpecialVarTests {
    		Setenv(tt.k, tt.v)
    		defer Unsetenv(tt.k)
    
    		argRaw := fmt.Sprintf("$%s", tt.k)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 29 16:24:51 UTC 2022
    - 1.2K bytes
    - Viewed (0)
  10. platforms/core-runtime/logging/src/main/java/org/gradle/internal/deprecation/DeprecationMessageBuilder.java

                if (cleanId.length() > 0) {
                    sb.append(cleanId);
                    sb.append(DASH);
                }
            }
            removeTrailingDashes(sb);
            return sb.toString();
        }
    
        private static void removeTrailingDashes(StringBuilder sb) {
            while (sb.length() > 0 && sb.charAt(sb.length() - 1) == DASH) {
                sb.setLength(sb.length() - 1);
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 19.4K bytes
    - Viewed (0)
Back to top