Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for datadir (0.41 sec)

  1. cmd/storage-datatypes_gen.go

    		return
    	}
    	z.ExpireRestored, err = dc.ReadBool()
    	if err != nil {
    		err = msgp.WrapError(err, "ExpireRestored")
    		return
    	}
    	z.DataDir, err = dc.ReadString()
    	if err != nil {
    		err = msgp.WrapError(err, "DataDir")
    		return
    	}
    	z.XLV1, err = dc.ReadBool()
    	if err != nil {
    		err = msgp.WrapError(err, "XLV1")
    		return
    	}
    	z.ModTime, err = dc.ReadTime()
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 130.6K bytes
    - Viewed (0)
  2. cluster/gce/gci/configure-helper.sh

    function copy-manifests {
      local -r src_dir="$1"
      local -r dst_dir="$2"
      if [[ ! -d "${dst_dir}" ]]; then
        mkdir -p "${dst_dir}"
      fi
      if [[ -n "$(ls "${src_dir}"/*.yaml 2>/dev/null)" ]]; then
        cp "${src_dir}/"*.yaml "${dst_dir}"
      fi
      if [[ -n "$(ls "${src_dir}"/*.json 2>/dev/null)" ]]; then
        cp "${src_dir}/"*.json "${dst_dir}"
      fi
      if [[ -n "$(ls "${src_dir}"/*.yaml.in 2>/dev/null)" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

             llvm::zip_first(segment_ids_type.getShape(), data_type.getShape())) {
          int64_t segment_id_dim = std::get<0>(shape_pair);
          int64_t data_dim = std::get<1>(shape_pair);
          if (!ShapedType::isDynamic(segment_id_dim) &&
              !ShapedType::isDynamic(data_dim) && segment_id_dim != data_dim)
            return op.emitOpError(
                       "requires segment ids shape to be a prefix of data shape, "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    zipkin: # Address of the Zipkin collector address: {{ ((.Values.global.tracer).zipkin).address | default (print "zipkin." .Values.global.istioNamespace ":9411") }} {{- else if eq .Values.global.proxy.tracer "datadog" }} datadog: # Address of the Datadog Agent address: {{ ((.Values.global.tracer).datadog).address | default "$(HOST_IP):8126" }} {{- else if eq .Values.global.proxy.tracer "stackdriver" }} stackdriver: # enables trace output to stdout. debug: {{ (($.Values.global.tracer).stackdriver).debug...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

                - name: TRUST_DOMAIN
                  value: "{{ . }}"
                {{- end }}
                {{- if and (eq .Values.global.proxy.tracer "datadog") (isset .ObjectMeta.Annotations `apm.datadoghq.com/env`) }}
                {{- range $key, $value := fromJSON (index .ObjectMeta.Annotations `apm.datadoghq.com/env`) }}
                - name: {{ $key }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  6. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    builtwithdark.com
    
    // DataDetect, LLC. : https://datadetect.com
    // Submitted by Andrew Banchich <******@****.***>
    demo.datadetect.com
    instance.datadetect.com
    
    // Datawire, Inc : https://www.datawire.io
    // Submitted by Richard Li <secalert@datawire.io>
    edgestack.me
    
    // DDNS5 : https://ddns5.com
    // Submitted by Cameron Elliott <******@****.***>
    ddns5.com
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.js

    )}}};var Kr=["x","y","bgx","bgy","rotate","scale","color","backgroundColor","borderColor","opacity","blur","hue","grayscale","invert","saturate","sepia","fopacity","stroke"],Jr={mixins:[ir],props:Kr.reduce(function(t,e){return t[e]="list",t},{}),data:Kr.reduce(function(t,e){return t[e]=void 0,t},{}),computed:{props:function(g,m){var v=this;return Kr.reduce(function(t,e){if(H(g[e]))return t;var i,n,r,o=e.match(/color/i),s=o||"opacity"===e,a=g[e].slice(0);s&&Ve(m,e,""),a.length<2&&a.unshift(("scal...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 130.5K bytes
    - Viewed (0)
Back to top