Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 43 for ahead (0.11 sec)

  1. cmd/object-handlers.go

    		writeErrorResponse(ctx, w, toAPIError(ctx, err), r.URL)
    		return
    	}
    
    	api.getObjectAttributesHandler(ctx, objectAPI, bucket, object, w, r)
    }
    
    // HeadObjectHandler - HEAD Object
    // -----------
    // The HEAD operation retrieves metadata from an object without returning the object itself.
    func (api objectAPIHandlers) HeadObjectHandler(w http.ResponseWriter, r *http.Request) {
    	ctx := newContext(r, w, "HeadObject")
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  2. pkg/ctrlz/assets/static/css/bootstrap-4.0.0.min.css

    td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-co...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 141.5K bytes
    - Viewed (0)
  3. docs/metrics/prometheus/grafana/bucket/minio-bucket.json

              "interval": "1m",
              "intervalFactor": 2,
              "legendFormat": "{{bucket}}",
              "refId": "A"
            }
          ],
          "title": "Total Proxied Head Requests",
          "type": "timeseries"
        },
        {
          "datasource": {
            "type": "prometheus",
            "uid": "${DS_PROMETHEUS}"
          },
          "fieldConfig": {
            "defaults": {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 11:11:51 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/data.go

    	// Perform the sort.
    	if symn != sym.SPCLNTAB {
    		sort.Slice(sl, func(i, j int) bool {
    			si, sj := sl[i].sym, sl[j].sym
    			isz, jsz := sl[i].sz, sl[j].sz
    			switch {
    			case si == head, sj == tail:
    				return true
    			case sj == head, si == tail:
    				return false
    			// put zerobase right after all the zero-sized symbols,
    			// so zero-sized symbols have the same address as zerobase.
    			case si == zerobase:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  5. cluster/gce/util.sh

        exit 1
      fi
      if ! SERVER_BINARY_TAR_HASH=$(curl -Ss --fail "${SERVER_BINARY_TAR_URL}.sha512"); then
        echo "Failure trying to curl release .sha512"
      fi
    
      if ! curl -Ss --head "${SERVER_BINARY_TAR_URL}" >&/dev/null; then
        echo "Can't find release at ${SERVER_BINARY_TAR_URL}" >&2
        exit 1
      fi
    }
    
    # Reads kube-env metadata from master
    #
    # Assumed vars:
    #   KUBE_MASTER
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  6. fastapi/routing.py

                name=name,
                callbacks=callbacks,
                openapi_extra=openapi_extra,
                generate_unique_id_function=generate_unique_id_function,
            )
    
        def head(
            self,
            path: Annotated[
                str,
                Doc(
                    """
                    The URL path to be used for this *path operation*.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Apr 02 02:48:51 UTC 2024
    - 170.1K bytes
    - Viewed (0)
  7. fastapi/applications.py

        ) -> Callable[[DecoratedCallable], DecoratedCallable]:
            """
            Add a *path operation* using an HTTP HEAD operation.
    
            ## Example
    
            ```python
            from fastapi import FastAPI, Response
    
            app = FastAPI()
    
            @app.head("/items/", status_code=204)
            def get_items_headers(response: Response):
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:48:03 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  8. cmd/metrics-v2.go

    	return MetricDescription{
    		Namespace: ns,
    		Subsystem: replicationSubsystem,
    		Name:      proxiedHeadRequestsTotal,
    		Help:      "Number of HEAD requests proxied to replication target",
    		Type:      counterMetric,
    	}
    }
    
    func getClusterReplProxiedPutTaggingOperationsMD(ns MetricNamespace) MetricDescription {
    	return MetricDescription{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  9. api/maven-api-model/src/main/mdo/maven.mdo

            </field>
            <field>
              <name>tag</name>
              <version>4.0.0+</version>
              <description>The tag of current code. By default, it's set to HEAD during development.</description>
              <type>String</type>
              <defaultValue>HEAD</defaultValue>
            </field>
            <field>
              <name>url</name>
              <version>4.0.0+</version>
              <description>
                <![CDATA[
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	TF_REUSE_SOCKET       = 2
    	TF_WRITE_BEHIND       = 4
    	TF_USE_DEFAULT_WORKER = 0
    	TF_USE_SYSTEM_THREAD  = 16
    	TF_USE_KERNEL_APC     = 32
    )
    
    type TransmitFileBuffers struct {
    	Head       uintptr
    	HeadLength uint32
    	Tail       uintptr
    	TailLength uint32
    }
    
    const (
    	IFF_UP           = 1
    	IFF_BROADCAST    = 2
    	IFF_LOOPBACK     = 4
    	IFF_POINTTOPOINT = 8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
Back to top