Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for Whitespace (4.62 sec)

  1. cmd/admin-handlers.go

    	// try this server to generate a new token.
    
    	type healResp struct {
    		respBytes []byte
    		apiErr    APIError
    		errBody   string
    	}
    
    	// Define a closure to start sending whitespace to client
    	// after 10s unless a response item comes in
    	keepConnLive := func(w http.ResponseWriter, r *http.Request, respCh chan healResp) {
    		ticker := time.NewTicker(time.Second * 10)
    		defer ticker.Stop()
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    			errDetail:       "does not refer to a valid field",
    		},
    		{
    			name:            "Invalid with whitespace",
    			fieldPath:       ". a",
    			pathOfFieldPath: path,
    			schema:          &sts,
    			errDetail:       "does not refer to a valid field",
    		},
    		{
    			name:            "Valid with whitespace inside field",
    			fieldPath:       ".white space",
    			pathOfFieldPath: path,
    			schema:          &sts,
    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. api/maven-api-model/src/main/mdo/maven.mdo

                project is relevant, i.e. the default goals of child modules are ignored. Since Maven 3,
                multiple goals/phases can be separated by whitespace.</description>
              <type>String</type>
            </field>
            <field>
              <name>resources</name>
              <version>3.0.0+</version>
              <description>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  4. src/encoding/json/testdata/code.json.gz

    6667,"touches":1,"min_t":1249427042,"max_t":1249427042,"mean_t":1249427042},{"name":"hindi-whitespace-expected.txt","kids":[],"cl_weight":0.06666666666666667,"touches":1,"min_t":1249427042,"max_t":1249427042,"mean_t":1249427042},{"name":"bidi-linebreak-003-expected.png","kids":[],"cl_weight":0.06666666666666667,"touches":1,"min_t":1249427042,"max_t":1249427042,"mean_t":1249427042},{"name":"hindi-whitespace-expected.checksum","kids":[],"cl_weight":0.06666666666666667,"touches":1,"min_t":124942704...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
  5. pkg/proxy/nftables/proxier_test.go

    				Protocol: v1.ProtocolTCP,
    				NodePort: 3002,
    			}}
    			svc.Status.LoadBalancer.Ingress = []v1.LoadBalancerIngress{{
    				IP: "5.6.7.8",
    			}}
    			svc.Spec.HealthCheckNodePort = 30000
    			// Extra whitespace to ensure that invalid value will not result
    			// in a crash, for backward compatibility.
    			svc.Spec.LoadBalancerSourceRanges = []string{" 203.0.113.0/25"}
    
    			svc.Spec.SessionAffinity = v1.ServiceAffinityClientIP
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  6. src/internal/trace/traceviewer/static/webcomponents.min.js

    sername+=M}else this._password="";else c("Invalid whitespace in authority.")}d=""}else{if(f==y||"/"==y||"\\"==y||"?"==y||"#"==y){u-=d.length,d="",l="host";continue}d+=y}break;case"file host":if(f==y||"/"==y||"\\"==y||"?"==y||"#"==y){2!=d.length||!m.test(d[0])||":"!=d[1]&&"|"!=d[1]?0==d.length?l="relative path start":(this._host=r.call(this,d),d="",l="relative path start"):l="relative path";continue}"\t"==y||"\n"==y||"\r"==y?c("Invalid whitespace in file host."):d+=y;break;case"host":case"hostnam...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 115.6K bytes
    - Viewed (0)
  7. cluster/gce/util.sh

      # cloud tar_location example gs://kubernetes-staging-PROJECT/kubernetes-devel/kubernetes-server-linux-amd64.tar.gz
      local -r tar_location=$1
      #parse the output and return the md5 hash
      #the sed command at the end removes whitespace
      local -r tar_md5=$(gsutil hash -h -m "${tar_location}" 2>/dev/null | grep "Hash (md5):" | awk -F ':' '{print $2}' | sed 's/^[[:space:]]*//g')
      echo "${tar_md5}"
    }
    
    # Copy a release tar and its accompanying hash.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  8. src/main/webapp/js/admin/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  9. src/main/webapp/js/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  10. src/unicode/tables.go

    	Variation_Selector                 = _Variation_Selector                 // Variation_Selector is the set of Unicode characters with property Variation_Selector.
    	White_Space                        = _White_Space                        // White_Space is the set of Unicode characters with property White_Space.
    )
    
    // CaseRanges is the table describing case mappings for all letters with
    // non-self mappings.
    var CaseRanges = _CaseRanges
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
Back to top