Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for WhiteSpace (0.17 sec)

  1. android/guava/src/com/google/common/base/CharMatcher.java

       * date.
       *
       * @since 19.0 (since 1.0 as constant {@code WHITESPACE})
       */
      public static CharMatcher whitespace() {
        return Whitespace.INSTANCE;
      }
    
      /**
       * Determines whether a character is a breaking whitespace (that is, a whitespace which can be
       * interpreted as a break between words for formatting purposes). See {@link #whitespace()} for a
       * discussion of that term.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  2. guava/src/com/google/common/base/CharMatcher.java

       * date.
       *
       * @since 19.0 (since 1.0 as constant {@code WHITESPACE})
       */
      public static CharMatcher whitespace() {
        return Whitespace.INSTANCE;
      }
    
      /**
       * Determines whether a character is a breaking whitespace (that is, a whitespace which can be
       * interpreted as a break between words for formatting purposes). See {@link #whitespace()} for a
       * discussion of that term.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  3. src/go/printer/nodes.go

    // linebreaks. At the moment there is no easy way to know about
    // future (not yet interspersed) comments in this function.
    func (p *printer) linebreak(line, min int, ws whiteSpace, newSection bool) (nbreaks int) {
    	n := max(nlimit(line-p.pos.Line), min)
    	if n > 0 {
    		p.print(ws)
    		if newSection {
    			p.print(formfeed)
    			n--
    			nbreaks = 2
    		}
    		nbreaks += n
    		for ; n > 0; n-- {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 18:53:17 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    			}
    		}
    	}
    
    	invalid := []string{
    		"1.1.M",
    		"1+1.0M",
    		"0.1mi",
    		"0.1am",
    		"aoeu",
    		".5i",
    		"1i",
    		"-3.01i",
    		"-3.01e-",
    
    		// trailing whitespace is forbidden
    		" 1",
    		"1 ",
    	}
    	for _, item := range invalid {
    		_, err := ParseQuantity(item)
    		if err == nil {
    			t.Errorf("%v parsed unexpectedly", item)
    		}
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  5. okhttp/src/main/kotlin/okhttp3/HttpUrl.kt

     *
     * ### Percent encoding
     *
     * Percent encoding replaces a character (like `\ud83c\udf69`) with its UTF-8 hex bytes (like
     * `%F0%9F%8D%A9`). This approach works for whitespace characters, control characters, non-ASCII
     * characters, and characters that already have another meaning in a particular context.
     *
     * Percent encoding is used in every URL component except for the hostname. But the set of
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Tue Jan 09 12:33:05 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/optimizing-performance/incremental_build.adoc

    [[sec:property_file_normalization]]
    ==== Properties file normalization
    
    By default, properties files (i.e. files that end in a `.properties` extension) will be normalized to ignore differences in comments, whitespace and the order of properties.
    Gradle does this by loading the properties files and only considering the individual properties during up-to-date checks or build cache key calculations.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/compilation_test.go

    					},
    				},
    			},
    			expectedResults: []validationMatcher{
    				matchesAll(noError(), transitionRule(false)),
    				matchesAll(noError(), transitionRule(true)),
    			},
    		},
    		{
    			name: "whitespace-only rule",
    			input: schema.Structural{
    				Generic: schema.Generic{
    					Type: "object",
    				},
    				ValidationExtensions: schema.ValidationExtensions{
    					XValidations: apiextensions.ValidationRules{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 20:13:14 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  8. configure.py

            ask_cuda_compute_capabilities, default_cuda_compute_capabilities)
        # Check whether all capabilities from the input is valid
        all_valid = True
        # Remove all whitespace characters before splitting the string
        # that users may insert by accident, as this will result in error
        tf_cuda_compute_capabilities = ''.join(tf_cuda_compute_capabilities.split())
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  9. cluster/gce/windows/k8s-node-setup.psm1

              # record start pattern, line that doesn't start with a whitespace
              if ($null -ne $currentLine) {
                  $key, $val = $currentLine -split ":",2
                  $kube_env_table[$key] = $val.Trim("'", " ", "`"")
              }
              $currentLine = $matches.1
              continue
          }
    
          '^(\s+.*)' {
              # line that start with whitespace
              $currentLine += $matches.1
              continue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  10. src/cmd/go/go_test.go

    		t.Skipf("%s --atleast-pkgconfig-version 0.24: %v\n%s", pkgConfig, err, out)
    	}
    
    	// OpenBSD's pkg-config is strict about whitespace and only
    	// supports backslash-escaped whitespace. It does not support
    	// quotes, which the normal freedesktop.org pkg-config does
    	// support. See https://man.openbsd.org/pkg-config.1
    	tg.tempFile("foo.pc", `
    Name: foo
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
Back to top