Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 518 for numeric (0.15 sec)

  1. releasenotes/notes/36946.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    issue:
      - 36946
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jan 24 18:02:34 UTC 2022
    - 214 bytes
    - Viewed (0)
  2. releasenotes/notes/37057.yaml

      A group can be specified either by name or by a numeric GID.
      The wildcard character `*` can be used to configure redirection of traffic from all groups
       (default).
    
      `ISTIO_OUTBOUND_OWNER_GROUPS_EXCLUDE` - is a comma separated list of groups whose outgoing
      traffic should be excluded from redirection to Envoy (sidecar).
      A group can be specified either by name or by a numeric GID.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 25 15:43:38 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  3. subprojects/core/src/main/resources/org/gradle/reporting/base-style.css

    div.tab td {
        white-space: nowrap;
        padding-left: 6em;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    div.tab td:first-child {
        padding-left: 0;
    }
    
    div.tab td.numeric, div.tab th.numeric {
        text-align: right;
    }
    
    span.code {
        display: inline-block;
        margin-top: 0em;
        margin-bottom: 1em;
    }
    
    span.code pre {
        font-size: 11pt;
        padding-top: 10px;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 10 15:05:34 UTC 2020
    - 2.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/github.com/google/pprof/internal/driver/tagroot.go

    		newLocs = append(newLocs, s.Location...)
    		newLocs = append(newLocs, rootsToAdd...)
    		s.Location = newLocs
    	}
    	return
    }
    
    // formatLabelValues returns all the string and numeric labels in Sample, with
    // the numeric labels formatted according to outputUnit.
    func formatLabelValues(s *profile.Sample, k string, outputUnit string) []string {
    	var values []string
    	values = append(values, s.Label[k]...)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 18:58:12 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  5. tensorflow/c/experimental/saved_model/core/test_utils.h

                                                int8_t value);
    
    // Fills a numeric tensor's buffer with `value`.
    // dtype must be any integer dtype, float or double.
    void FillNumericTensorBuffer(DataType dtype, size_t num_elements, void* buffer,
                                 int8_t value);
    
    // Checks the underlying data is equal for the buffers for two numeric tensors.
    // Note: The caller must ensure to check that the dtypes and sizes of the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 11 01:20:50 UTC 2021
    - 3.5K bytes
    - Viewed (0)
  6. test/fixedbugs/issue8311.go

    // license that can be found in the LICENSE file.
    
    // issue 8311.
    // error for x++ should say x++ not x += 1
    
    package p
    
    func f() {
    	var x []byte
    	x++ // ERROR "invalid operation: x[+][+]|non-numeric type"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 15 02:35:59 UTC 2020
    - 333 bytes
    - Viewed (0)
  7. guava/src/com/google/common/xml/XmlEscapers.java

     *
     * <p><b>Note:</b> Currently the escapers provided by this class do not escape any characters
     * outside the ASCII character range. Unlike HTML escaping the XML escapers will not escape
     * non-ASCII characters to their numeric entity replacements. These XML escapers provide the minimal
     * level of escaping to ensure that the output can be safely included in a Unicode XML document.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jan 18 20:55:09 UTC 2022
    - 6.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/util/version/version.go

    }
    
    // ParseGeneric parses a "generic" version string. The version string must consist of two
    // or more dot-separated numeric fields (the first of which can't have leading zeroes),
    // followed by arbitrary uninterpreted data (which need not be separated from the final
    // numeric field by punctuation). For convenience, leading and trailing whitespace is
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 18 19:25:29 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  9. pkg/volume/util/atomic_writer_linux.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package util
    
    import "os"
    
    // chown changes the numeric uid and gid of the named file.
    func (w *AtomicWriter) chown(name string, uid, gid int) error {
    	return os.Chown(name, uid, gid)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 04:44:51 UTC 2024
    - 791 bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/mod/semver/semver.go

    	// identifiers consisting of only digits are compared numerically and
    	// identifiers with letters or hyphens are compared lexically in ASCII
    	// sort order. Numeric identifiers always have lower precedence than
    	// non-numeric identifiers. A larger set of pre-release fields has a
    	// higher precedence than a smaller set, if all of the preceding
    	// identifiers are equal.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 8.9K bytes
    - Viewed (0)
Back to top