Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 330 for separators (0.28 sec)

  1. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/text/AbstractLineChoppingStyledTextOutput.java

        /**
         * Called before text is about to be appended to the start of a line.
         */
        protected void doStartLine() {
        }
    
        /**
         * Called when text is to be appended. Does not include any end-of-line separators.
         */
        protected abstract void doLineText(CharSequence text);
    
        /**
         * Called when end of line is to be appended.
         */
        protected abstract void doEndLine(CharSequence endOfLine);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 8.1K bytes
    - Viewed (0)
  2. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/LogContent.java

        }
    
        /**
         * Returns this content separated into lines. The line does not include the line separator.
         */
        public ImmutableList<String> getLines() {
            return lines;
        }
    
        /**
         * Returns the first line. The text does not include the line separator.
         */
        public String getFirst() {
            return lines.get(0);
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  3. platforms/core-execution/snapshots/src/test/groovy/org/gradle/internal/snapshot/AbstractCaseVfsRelativePathTest.groovy

                assert compareChars(currentChar as char, currentChar as char) == 0
                assert equalChars(currentChar as char, currentChar as char, caseSensitivity)
            }
        }
    
        def "path separators are equal"() {
            def slash = '/' as char
            def backslash = '\\' as char
    
            expect:
            compareCharsIgnoringCase(slash, backslash) == 0
            compareCharsIgnoringCase(backslash, slash) == 0
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  4. pkg/model/proxy_test.go

    			label:    "region/zone/subzone-1",
    			expected: "region/zone/subzone-1",
    		},
    		{
    			name:     "label with k8s label separator",
    			label:    "region" + k8sSeparator + "zone" + k8sSeparator + "subzone-2",
    			expected: "region/zone/subzone-2",
    		},
    		{
    			name:     "label with both k8s label separators and slashes",
    			label:    "region/zone/subzone.2",
    			expected: "region/zone/subzone.2",
    		},
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/net/UrlEscapers.java

       * escaper escapes the slash character ("/"). While slashes are acceptable in URL paths, they are
       * considered by the specification to be separators between "path segments." This implies that, if
       * you wish for your path to contain slashes, you must escape each segment separately and then
       * join them.
       *
       * <p>When escaping a String, the following rules apply:
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 28 15:04:33 UTC 2021
    - 6.9K bytes
    - Viewed (0)
  6. src/cmd/go/internal/script/state.go

    	wd := s.workdir
    
    	// Add trailing separator to terminate wd.
    	// This prevents extracting to outside paths which prefix wd,
    	// e.g. extracting to /home/foobar when wd is /home/foo
    	if wd == "" {
    		panic("s.workdir is unexpectedly empty")
    	}
    	if !os.IsPathSeparator(wd[len(wd)-1]) {
    		wd += string(filepath.Separator)
    	}
    
    	for _, f := range ar.Files {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 31 20:33:02 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  7. src/internal/filepathlite/path_windows.go

    // license that can be found in the LICENSE file.
    
    package filepathlite
    
    import (
    	"internal/bytealg"
    	"internal/stringslite"
    	"syscall"
    )
    
    const (
    	Separator     = '\\' // OS-specific path separator
    	ListSeparator = ';'  // OS-specific path list separator
    )
    
    func IsPathSeparator(c uint8) bool {
    	return c == '\\' || c == '/'
    }
    
    func isLocal(path string) bool {
    	if path == "" {
    		return false
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 23:07:50 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  8. guava/src/com/google/common/net/UrlEscapers.java

       * escaper escapes the slash character ("/"). While slashes are acceptable in URL paths, they are
       * considered by the specification to be separators between "path segments." This implies that, if
       * you wish for your path to contain slashes, you must escape each segment separately and then
       * join them.
       *
       * <p>When escaping a String, the following rules apply:
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 28 15:04:33 UTC 2021
    - 6.9K bytes
    - Viewed (0)
  9. src/strconv/atoc_test.go

    		{"-1i", -1i, nil},
    		{"+3+1i", 3 + 1i, nil},
    		{"30+3i", 30 + 3i, nil},
    		{"+3e+3-3e+3i", 3e+3 - 3e+3i, nil},
    		{"+3e+3+3e+3i", 3e+3 + 3e+3i, nil},
    		{"+3e+3+3e+3i+", 0, ErrSyntax},
    
    		// Separators
    		{"0.1", 0.1, nil},
    		{"0.1i", 0 + 0.1i, nil},
    		{"0.1_2_3", 0.123, nil},
    		{"+0x_3p3i", 0x3p3i, nil},
    		{"0_0+0x_0p0i", 0, nil},
    		{"0x_10.3p-8+0x3p3i", 0x10.3p-8 + 0x3p3i, nil},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 03 23:05:51 UTC 2020
    - 6.8K bytes
    - Viewed (0)
  10. src/vendor/golang.org/x/net/http/httpguts/httplex.go

    //	field-value    = *( field-content | LWS )
    //	field-content  = <the OCTETs making up the field-value
    //	                 and consisting of either *TEXT or combinations
    //	                 of token, separators, and quoted-string>
    //
    // http://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html#sec2.2 :
    //
    //	TEXT           = <any OCTET except CTLs,
    //	                  but including LWS>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top