Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 95 for mdash (0.41 sec)

  1. src/cmd/vendor/golang.org/x/mod/module/module.go

    // by convention a domain name, must contain only lower-case ASCII letters,
    // ASCII digits, dots (U+002E), and dashes (U+002D);
    // it must contain at least one dot and cannot start with a dash.
    // Second, for a final path element of the form /vN, where N looks numeric
    // (ASCII digits and dots) must not begin with a leading zero, must not be /v1,
    // and must not contain any dots. For paths beginning with "gopkg.in/",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 20:17:07 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  2. pkg/apis/storage/validation/validation_test.go

    			}},
    		},
    	}, {
    		// driver name: dot, dash
    		ObjectMeta: metav1.ObjectMeta{Name: "foo4"},
    		Spec: storage.CSINodeSpec{
    			Drivers: []storage.CSINodeDriver{{
    				Name:         "io.kubernetes.storage-csi-driver",
    				NodeID:       nodeID,
    				TopologyKeys: []string{"company.com/zone1", "company.com/zone2"},
    			}},
    		},
    	}, {
    		// driver name: dot, dash, and numbers
    		ObjectMeta: metav1.ObjectMeta{Name: "foo5"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 69.7K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/apis/kubeadm/types.go

    type ControlPlaneComponent struct {
    	// ExtraArgs is an extra set of flags to pass to the control plane component.
    	// An argument name in this list is the flag name as it appears on the
    	// command line except without leading dash(es). Extra arguments will override existing
    	// default arguments. Duplicate extra arguments are allowed.
    	ExtraArgs []Arg
    
    	// ExtraVolumes is an extra set of host volumes, mounted to the control plane component.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/apis/kubeadm/v1beta4/types.go

    type ControlPlaneComponent struct {
    	// ExtraArgs is an extra set of flags to pass to the control plane component.
    	// An argument name in this list is the flag name as it appears on the
    	// command line except without leading dash(es). Extra arguments will override existing
    	// default arguments. Duplicate extra arguments are allowed.
    	// +optional
    	ExtraArgs []Arg `json:"extraArgs,omitempty"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/authoring-builds/structuring/multi_project_builds.adoc

    However, it’s an unnecessary extra effort for the developers to track which projects belong to what folders.
    
    2. *Use lower case hyphenation for all project names*:
    All letters are lowercase, and words are separated with a dash (`-`) character.
    
    3. *Define the root project name in the settings file*:
    The `rootProject.name` effectively assigns a name to the build, used in reports like Build Scans.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 00:33:43 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  6. okhttp/src/test/java/okhttp3/MultipartReaderTest.kt

        }.also { expected ->
          assertThat(expected).hasMessage("unexpected characters after boundary")
        }
      }
    
      /** The documentation advises that '-' is the simplest boundary possible. */
      @Test fun `dash boundary`() {
        val multipart =
          """
          |---
          |Content-ID: abc
          |
          |abcd
          |---
          |Content-ID: efg
          |
          |efgh
          |-----
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  7. ci/devinfra/docker_windows/Dockerfile

        Remove-Item msys2_install.exe; \
        function msys() { C:\msys64\usr\bin\bash.exe @('-lc') + @Args; } \
        msys ' '; \
        msys 'pacman --noconfirm -Syy bsdcpio bsdtar bzip2'; \
        msys 'pacman --noconfirm -Syy coreutils curl dash file filesystem findutils'; \
        msys 'pacman --noconfirm -Syy flex gawk gcc-libs grep gzip inetutils info'; \
        msys 'pacman --noconfirm -Syy less lndir mintty ncurses pactoys-git patch'; \
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 18 17:24:20 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/util/validation/validation_test.go

    		}
    	}
    
    	errorCases := []string{
    		"nospecialchars%^=@",
    		"Tama-nui-te-rā.is.Māori.sun",
    		"\\backslashes\\are\\bad",
    		"-starts-with-dash",
    		"ends-with-dash-",
    		".starts.with.dot",
    		"ends.with.dot.",
    		strings.Repeat("a", 64), // over the limit
    	}
    	for i := range errorCases {
    		if errs := IsValidLabelValue(errorCases[i]); len(errs) == 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 04:51:54 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/custom_tasks.adoc

    [[sec:using_task_option_command_line]]
    === Step 2. Use an option on the command line
    
    There are a few rules for options on the command line:
    
    - The option uses a double-dash as a prefix, e.g., `--url`.
    A single dash does not qualify as valid syntax for a task option.
    - The option argument follows directly after the task declaration, e.g., `verifyUrl --url=http://www.google.com/`.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Feb 25 15:21:05 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/net/MediaType.java

       * Streaming over HTTP (DASH)</a>. This is <a
       * href="https://www.iana.org/assignments/media-types/application/dash+xml">registered</a> with
       * the IANA.
       *
       * @since 28.2
       */
      public static final MediaType MEDIA_PRESENTATION_DESCRIPTION =
          createConstant(APPLICATION_TYPE, "dash+xml");
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
Back to top