Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 39 for E$1 (0.04 sec)

  1. src/cmd/vendor/golang.org/x/text/cases/context.go

    	offset := 2 + e[0]&lengthMask // size of header + fold string
    	// Get length of first special case mapping.
    	n := (e[1] >> lengthBits) & lengthMask
    	if ct == cTitle {
    		// The first special case mapping is for lower. Set n to the second.
    		if n == noChange {
    			n = 0
    		}
    		n, e = e[1]&lengthMask, e[n:]
    	}
    	if n != noChange {
    		return c.writeString(e[offset : offset+n])
    	}
    	return c.copy()
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  2. Makefile.core.mk

    	sed -e '1 i {{- if .Values.global.configCluster }}' -e '$$ a {{- end }}' manifests/charts/istio-control/istio-discovery/templates/validatingadmissionpolicy.yaml > manifests/charts/istiod-remote/templates/validatingadmissionpolicy.yaml
    	sed -e '1 i {{- if .Values.global.configCluster }}' -e '$$ a {{- end }}' manifests/charts/base/templates/default.yaml > manifests/charts/istiod-remote/templates/default.yaml
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 19:53:04 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  3. src/path/filepath/path_windows.go

    			// path (for example, "\\") is underspecified. We currently join subsequent
    			// elements so Join("\\", "host", "share") produces "\\host\share".
    			for len(e) > 0 && os.IsPathSeparator(e[0]) {
    				e = e[1:]
    			}
    			// If the path is \ and the next path element is ??,
    			// add an extra .\ to create \.\?? rather than \??\
    			// (a Root Local Device path).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 23:07:50 UTC 2024
    - 3K bytes
    - Viewed (0)
  4. buildscripts/checkdeps.sh

    ## FIXME:
    ## In OSX, 'sort -V' option does not exist, hence
    ## we have our own version compare function.
    ## Once OSX has the option, below function is good enough.
    ##
    ## check_minimum_version() {
    ##     versions=($(echo -e "$1\n$2" | sort -V))
    ##     return [ "$1" == "${versions[0]}" ]
    ## }
    ##
    check_minimum_version() {
    	IFS='.' read -r -a varray1 <<<"$1"
    	IFS='.' read -r -a varray2 <<<"$2"
    
    	for i in "${!varray1[@]}"; do
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 05:08:11 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/envoyfilter/util_test.go

    package envoyfilter
    
    import (
    	"testing"
    
    	"istio.io/istio/pkg/slices"
    )
    
    func TestReplaceAndInsert(t *testing.T) {
    	f := func(e int) (bool, int) {
    		// replace 1 with 10
    		if e == 1 {
    			return true, 10
    		}
    		return false, 0
    	}
    
    	cases := []struct {
    		name         string
    		input        []int
    		replace      []int
    		insertBefore []int
    		insertAfter  []int
    		applied      bool
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/text/internal/language/compose.go

    func (b *Builder) AddExt(e string) {
    	if e[0] == 'x' {
    		if b.private == "" {
    			b.private = e
    		}
    		return
    	}
    	for i, s := range b.extensions {
    		if s[0] == e[0] {
    			if e[0] == 'u' {
    				b.extensions[i] += e[1:]
    			}
    			return
    		}
    	}
    	b.extensions = append(b.extensions, e)
    }
    
    // SetExt sets the extension e to the tag. e must be a valid extension as
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  7. android/guava-testlib/src/com/google/common/collect/testing/google/MultisetRemoveTester.java

      }
    
      @CollectionFeature.Require(SUPPORTS_REMOVE)
      public void testRemove_occurrences_negative() {
        try {
          getMultiset().remove(e0(), -1);
          fail("multiset.remove(E, -1) didn't throw an exception");
        } catch (IllegalArgumentException required) {
        }
      }
    
      @CollectionFeature.Require(SUPPORTS_REMOVE)
      public void testRemove_occurrences_wrongType() {
        assertEquals(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 21 16:49:06 UTC 2024
    - 7K bytes
    - Viewed (0)
  8. guava-testlib/src/com/google/common/collect/testing/google/MultisetRemoveTester.java

      }
    
      @CollectionFeature.Require(SUPPORTS_REMOVE)
      public void testRemove_occurrences_negative() {
        try {
          getMultiset().remove(e0(), -1);
          fail("multiset.remove(E, -1) didn't throw an exception");
        } catch (IllegalArgumentException required) {
        }
      }
    
      @CollectionFeature.Require(SUPPORTS_REMOVE)
      public void testRemove_occurrences_wrongType() {
        assertEquals(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 21 16:49:06 UTC 2024
    - 7K bytes
    - Viewed (0)
  9. src/index/suffixarray/suffixarray_test.go

    	}
    
    	if n < 0 {
    		// all results computed - sorted res and exp must be equal
    		for i, r := range res {
    			e := exp[i]
    			if r[0] != e[0] || r[1] != e[1] {
    				t.Errorf("test %q, FindAllIndex %q, result %d: expected match [%d, %d]; got [%d, %d]",
    					tc.name, rx, i, e[0], e[1], r[0], r[1])
    			}
    		}
    	}
    }
    
    func testLookups(t *testing.T, tc *testCase, x *Index, n int) {
    	for _, pat := range tc.patterns {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  10. hack/lib/init.sh

    # testone $T/linkfile
    # testone $T/linkdir
    # testone $T/nonexistant
    # testone $T/linkdir/file
    # testone $T/linkdir/dir
    # testone $T/linkdir/linkfile
    # testone $T/linkdir/linkdir
    kube::realpath() {
      if [[ ! -e "${1}" ]]; then
        echo "${1}: No such file or directory" >&2
        return 1
      fi
      kube::readlinkdashf "${1}"
    }
    
    # Marker function to indicate init.sh has been fully sourced
    kube::init::loaded() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:18:38 UTC 2024
    - 6.2K bytes
    - Viewed (0)
Back to top