Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 34 for s_ (0.16 sec)

  1. maven-core/src/main/java/org/apache/maven/internal/MultilineMessageHelper.java

     */
    public class MultilineMessageHelper {
    
        private static final int DEFAULT_MAX_SIZE = 65;
        private static final char BOX_CHAR = '*';
    
        private static final Pattern S_FILTER = Pattern.compile("\\s+");
    
        public static String separatorLine() {
            StringBuilder sb = new StringBuilder(DEFAULT_MAX_SIZE);
            repeat(sb, '*', DEFAULT_MAX_SIZE);
            return sb.toString();
        }
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Feb 07 20:55:12 GMT 2023
    - 2.8K bytes
    - Viewed (0)
  2. internal/logger/targets.go

    	for _, t := range sys {
    		key := strings.ToLower(t.Type().String())
    		n := cnt[key]
    		cnt[key]++
    		key = fmt.Sprintf("sys_%s_%d", key, n)
    		res[key] = t.Stats()
    	}
    
    	for _, t := range audit {
    		key := strings.ToLower(t.Type().String())
    		n := cnt[key]
    		cnt[key]++
    		key = fmt.Sprintf("audit_%s_%d", key, n)
    		res[key] = t.Stats()
    	}
    
    	return res
    }
    
    // AddSystemTarget adds a new logger target to the
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Apr 02 22:56:14 GMT 2024
    - 6.1K bytes
    - Viewed (0)
  3. cmd/metrics-resource.go

    	if requireAvgMax {
    		avgName := MetricName(fmt.Sprintf("%s_avg", name))
    		avgHelp := fmt.Sprintf("%s (avg)", help)
    		metrics = append(metrics, MetricV2{
    			Description:    getResourceMetricDescription(subSys, avgName, avgHelp),
    			Value:          math.Round(rm.Avg*100) / 100,
    			VariableLabels: cloneMSS(rm.Labels),
    		})
    
    		maxName := MetricName(fmt.Sprintf("%s_max", name))
    		maxHelp := fmt.Sprintf("%s (max)", help)
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Apr 23 23:56:12 GMT 2024
    - 17.4K bytes
    - Viewed (0)
  4. tensorflow/c/eager/c_api.cc

        case tensorflow::AttrValue::kList: {
          // String
          if (const int s_size = default_value.list().s_size()) {
            absl::InlinedVector<const void*, 4> values_vector;
            values_vector.reserve(s_size);
            absl::InlinedVector<size_t, 4> lengths_vector;
            lengths_vector.reserve(s_size);
            for (int i = 0; i < s_size; ++i) {
              const string& v = default_value.list().s(i);
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Mar 12 20:00:09 GMT 2024
    - 43.9K bytes
    - Viewed (2)
  5. api/go1.13.txt

    pkg syscall (netbsd-arm64), const S_IRWXO ideal-int
    pkg syscall (netbsd-arm64), const S_IRWXU = 448
    pkg syscall (netbsd-arm64), const S_IRWXU ideal-int
    pkg syscall (netbsd-arm64), const S_ISTXT = 512
    pkg syscall (netbsd-arm64), const S_ISTXT ideal-int
    pkg syscall (netbsd-arm64), const S_IWGRP = 16
    pkg syscall (netbsd-arm64), const S_IWGRP ideal-int
    pkg syscall (netbsd-arm64), const S_IWOTH = 2
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), const S_IWGRP = 16
    pkg syscall (darwin-arm64), const S_IWGRP ideal-int
    pkg syscall (darwin-arm64), const S_IWOTH = 2
    pkg syscall (darwin-arm64), const S_IWOTH ideal-int
    pkg syscall (darwin-arm64), const S_IWRITE = 128
    pkg syscall (darwin-arm64), const S_IWRITE ideal-int
    pkg syscall (darwin-arm64), const S_IXGRP = 8
    pkg syscall (darwin-arm64), const S_IXGRP ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  7. docs/changelogs/upgrading_to_okhttp_4.md

    OkHttp is **not** source-compatible for Kotlin callers, but upgrading should be automatic thanks to
    Kotlin’s powerful deprecation features. Most developers should be able to use IntelliJ’s _Code
    Cleanup_ for a safe and fast upgrade.
    
    
    Backwards-Incompatible Changes
    ------------------------------
    
    #### OkHttpClient final methods
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sun Feb 06 16:58:16 GMT 2022
    - 10.9K bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg syscall (netbsd-amd64), const S_IRWXG = 56
    pkg syscall (netbsd-amd64), const S_IRWXO = 7
    pkg syscall (netbsd-amd64), const S_IRWXU = 448
    pkg syscall (netbsd-amd64), const S_ISTXT = 512
    pkg syscall (netbsd-amd64), const S_IWGRP = 16
    pkg syscall (netbsd-amd64), const S_IWOTH = 2
    pkg syscall (netbsd-amd64), const S_IWRITE = 128
    pkg syscall (netbsd-amd64), const S_IXGRP = 8
    pkg syscall (netbsd-amd64), const S_IXOTH = 1
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  9. istioctl/pkg/metrics/metrics.go

    	return sm, nil
    }
    
    func getLatency(promAPI promv1.API, workloadName, workloadNamespace string, duration time.Duration, quantile float64) (time.Duration, error) {
    	latencyQuery := fmt.Sprintf(`histogram_quantile(%f, sum(rate(%s_bucket{%s=~"%s.*", %s=~"%s.*",reporter="destination"}[%s])) by (le))`,
    		quantile, reqDur, destWorkloadLabel, workloadName, destWorkloadNamespaceLabel, workloadNamespace, duration)
    
    	letency, err := vectorValue(promAPI, latencyQuery)
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Sat Apr 13 05:23:38 GMT 2024
    - 8.4K bytes
    - Viewed (0)
  10. api/go1.txt

    pkg syscall, const S_IFBLK ideal-int
    pkg syscall, const S_IFCHR ideal-int
    pkg syscall, const S_IFDIR ideal-int
    pkg syscall, const S_IFIFO ideal-int
    pkg syscall, const S_IFLNK ideal-int
    pkg syscall, const S_IFMT ideal-int
    pkg syscall, const S_IFREG ideal-int
    pkg syscall, const S_IFSOCK ideal-int
    pkg syscall, const S_IRUSR ideal-int
    pkg syscall, const S_ISGID ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
Back to top