Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 8,810 for by (0.02 sec)

  1. okcurl/src/main/kotlin/okhttp3/curl/Main.kt

      val method: String? by option("-X", "--request", help = "Specify request command to use")
    
      val data: String? by option("-d", "--data", help = "HTTP POST data")
    
      val headers: List<String>? by option("-H", "--header", help = "Custom header to pass to server").multiple()
    
    Registered: 2024-11-01 11:42
    - Last Modified: 2024-01-08 01:13
    - 5.7K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/amd64dynlinkerror.s

    	RET
    TEXT ·a8(SB), 0, $0-0
    	CMPL runtime·writeBarrier(SB), $0
    	ADDQ AX, R15 // ERROR "when dynamic linking, R15 is clobbered by a global variable access and is used here"
    	RET
    TEXT ·a9(SB), 0, $0-0
    	CMPL runtime·writeBarrier(SB), $0
    	ORQ R15, R15 // ERROR "when dynamic linking, R15 is clobbered by a global variable access and is used here"
    	RET
    Registered: 2024-11-05 11:13
    - Last Modified: 2023-03-15 20:45
    - 4.8K bytes
    - Viewed (0)
  3. manifests/addons/dashboards/lib/lib-query.libsonnet

    {
      sum(query, by=[]):
        if std.length(by) == 0 then
          'sum (%s)' % [query]
        else
          'sum by (%s) (%s)' % [std.join(',', by), query],
      irate(query):
        'irate(%s[$__rate_interval])' % query,
      rate(query):
        'rate(%s[$__rate_interval])' % query,
      round(query, by=0.01):
        'round(%s, %s)' % [query, by],
      quantile(quantile, query):
        'histogram_quantile(%s, %s)' %[quantile, query],
      labels(metric_name, labels):
    Registered: 2024-11-06 22:53
    - Last Modified: 2024-07-26 23:54
    - 1K bytes
    - Viewed (0)
  4. LICENSES/vendor/github.com/containerd/containerd/api/LICENSE

          and distribution as defined by Sections 1 through 9 of this document.
    
          "Licensor" shall mean the copyright owner or entity authorized by
          the copyright owner that is granting the License.
    
          "Legal Entity" shall mean the union of the acting entity and all
          other entities that control, are controlled by, or are under common
    Registered: 2024-11-01 09:05
    - Last Modified: 2024-09-22 18:50
    - 10.7K bytes
    - Viewed (0)
  5. licenses/github.com/moby/term/LICENSE

          and distribution as defined by Sections 1 through 9 of this document.
    
          "Licensor" shall mean the copyright owner or entity authorized by
          the copyright owner that is granting the License.
    
          "Legal Entity" shall mean the union of the acting entity and all
          other entities that control, are controlled by, or are under common
    Registered: 2024-11-06 22:53
    - Last Modified: 2020-08-30 14:15
    - 10.5K bytes
    - Viewed (0)
  6. LICENSES/third_party/forked/gotestsum/LICENSE

          and distribution as defined by Sections 1 through 9 of this document.
    
          "Licensor" shall mean the copyright owner or entity authorized by
          the copyright owner that is granting the License.
    
          "Legal Entity" shall mean the union of the acting entity and all
          other entities that control, are controlled by, or are under common
    Registered: 2024-11-01 09:05
    - Last Modified: 2022-04-01 18:49
    - 11.1K bytes
    - Viewed (0)
  7. LICENSE

          and distribution as defined by Sections 1 through 9 of this document.
    
          "Licensor" shall mean the copyright owner or entity authorized by
          the copyright owner that is granting the License.
    
          "Legal Entity" shall mean the union of the acting entity and all
          other entities that control, are controlled by, or are under common
    Registered: 2024-11-03 03:35
    - Last Modified: 2013-09-11 20:39
    - 11.1K bytes
    - Viewed (0)
  8. licenses/github.com/cncf/xds/go/LICENSE

          and distribution as defined by Sections 1 through 9 of this document.
    
          "Licensor" shall mean the copyright owner or entity authorized by
          the copyright owner that is granting the License.
    
          "Legal Entity" shall mean the union of the acting entity and all
          other entities that control, are controlled by, or are under common
    Registered: 2024-11-06 22:53
    - Last Modified: 2021-04-15 19:34
    - 11.1K bytes
    - Viewed (0)
  9. licenses/github.com/docker/distribution/LICENSE

          and distribution as defined by Sections 1 through 9 of this document.
    
          "Licensor" shall mean the copyright owner or entity authorized by
          the copyright owner that is granting the License.
    
          "Legal Entity" shall mean the union of the acting entity and all
          other entities that control, are controlled by, or are under common
    Registered: 2024-11-06 22:53
    - Last Modified: 2019-10-26 02:47
    - 11.1K bytes
    - Viewed (0)
  10. licenses/github.com/go-logr/stdr/LICENSE

          and distribution as defined by Sections 1 through 9 of this document.
    
          "Licensor" shall mean the copyright owner or entity authorized by
          the copyright owner that is granting the License.
    
          "Legal Entity" shall mean the union of the acting entity and all
          other entities that control, are controlled by, or are under common
    Registered: 2024-11-06 22:53
    - Last Modified: 2023-07-17 20:25
    - 11.1K bytes
    - Viewed (0)
Back to top