Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 95 for mdash (0.29 sec)

  1. src/net/mail/message_test.go

    	// Should pass
    	tests := []string{
    		`<******@****.***>`,
    		`<******@****.***>`,
    		`<".bob"@example.com>`,
    		`<" "@example.com>`,
    		`<some.mail-with-dash@example.com>`,
    		`<"dot.and space"@example.com>`,
    		`<"******@****.***"@example.com>`,
    		`<admin@mailserver1>`,
    		`<postmaster@localhost>`,
    		"<#!$%&'*+-/=?^_`{}|~@example.org>",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 11:31:03 UTC 2024
    - 30.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				"all":     203,
    				"size":    "204",
    				// identifiers that have _s
    				"_true": 301,
    				// identifiers that have the characters we escape
    				"dot.dot":                            401,
    				"dash-dash":                          402,
    				"slash/slash":                        403,
    				"underscore_underscore":              404, // ok, this is not so weird, but it's one we'd like a test case for
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  3. hack/lib/golang.sh

      gotags="selinux,notest,$(echo "${GOFLAGS:-}" | sed -ne 's|.*-tags=\([^-]*\).*|\1|p')"
    
      local -a targets=()
      local arg
    
      for arg; do
        if [[ "${arg}" == -* ]]; then
          # Assume arguments starting with a dash are flags to pass to go.
          goflags+=("${arg}")
        else
          targets+=("${arg}")
        fi
      done
    
      local -a platforms
      IFS=" " read -ra platforms <<< "${KUBE_BUILD_PLATFORMS:-}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 32.8K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/platforms.adoc

    ====
    
    [[sub:mapping-aliases-to-accessors]]
    ==== Aliases and their mapping to type safe accessors
    
    Aliases must consist of a series of identifiers separated by a dash (`-`, recommended), an underscore (`_`) or a dot (`.`).
    Identifiers themselves must consist of ascii characters, preferably lowercase, eventually followed by numbers.
    
    For example:
    
    - `guava` is a valid alias
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"dango":                                "\U0001f361",
    	"dark_sunglasses":                      "\U0001f576\ufe0f",
    	"dart":                                 "\U0001f3af",
    	"dash":                                 "\U0001f4a8",
    	"date":                                 "\U0001f4c5",
    	"de":                                   "\U0001f1e9\U0001f1ea",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  6. pkg/controller/controller_utils.go

    	desiredAnnotations := make(labels.Set)
    	for k, v := range template.Annotations {
    		desiredAnnotations[k] = v
    	}
    	return desiredAnnotations
    }
    
    func getPodsPrefix(controllerName string) string {
    	// use the dash (if the name isn't too long) to make the pod name a bit prettier
    	prefix := fmt.Sprintf("%s-", controllerName)
    	if len(validation.ValidatePodName(prefix, true)) != 0 {
    		prefix = controllerName
    	}
    	return prefix
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 12 15:34:44 UTC 2024
    - 47.6K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.4.md

    - **Node**
      - [alpha] Publish node performance dashboard at http://node-perf-dash.k8s.io/#/builds ([docs](https://github.com/kubernetes/contrib/blob/master/node-perf-dash/README.md)) ([kubernetes/features#83](https://github.com/kubernetes/enhancements/issues/83))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  8. okhttp/src/test/java/okhttp3/internal/cache/DiskLruCacheTest.kt

        )
        cache.edit(key)!!.abort()
        // Contains all valid characters.
        key = "abcdefghijklmnopqrstuvwxyz_0123456789"
        cache.edit(key)!!.abort()
        // Contains dash.
        key = "-20384573948576"
        cache.edit(key)!!.abort()
      }
    
      @ParameterizedTest
      @ArgumentsSource(FileSystemParamProvider::class)
      fun writeAndReadEntry(parameters: Pair<FileSystem, Boolean>) {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Apr 15 14:55:09 UTC 2024
    - 75.8K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.19.md

    specified: cloud-controller-manager, kube-apiserver, kube-controller-manager, kube-proxy, kubeadm {alpha|config|token|version}, kubemark. Flags should be prefixed with a single dash "-" (0x45) for short form or double dash "--" for long form. Before this change, malformed flags (for example, starting with a non-ascii dash character such as 0x8211: "–") would have been silently treated as positional arguments and ignored. ([#91349](https://github.com/kubernetes/kubernetes/pull/91349), [@neolit123...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  10. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    2E32..2E3B    ; valid                  ;      ; NV8    # 6.1  TURNED COMMA..THREE-EM DASH
    2E3C..2E42    ; valid                  ;      ; NV8    # 7.0  STENOGRAPHIC FULL STOP..DOUBLE LOW-REVERSED-9 QUOTATION MARK
    2E43..2E44    ; valid                  ;      ; NV8    # 9.0  DASH WITH LEFT UPTURN..DOUBLE SUSPENSION MARK
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top