Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 17 of 17 for dt (0.11 sec)

  1. internal/bucket/lifecycle/lifecycle_test.go

    					Prefix: Prefix{
    						string: "folder1/folder1/exp_dt=2022-",
    						set:    true,
    					},
    				},
    				Expiration: Expiration{
    					Days: 1,
    					set:  true,
    				},
    			},
    		},
    	}
    	tests := []struct {
    		opts ObjectOpts
    		lc   Lifecycle
    		want int
    	}{
    		{
    			opts: ObjectOpts{
    				Name:        "folder1/folder1/exp_dt=2022-08-01/obj-1",
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 01:11:10 GMT 2024
    - 53.2K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

              <description>
                <![CDATA[
                The primary method by which this project may be distributed.
                <dl>
                  <dt>repo</dt>
                  <dd>may be downloaded from the Maven repository</dd>
                  <dt>manual</dt>
                  <dd>user must manually download and install the dependency.</dd>
                </dl>
                ]]>
              </description>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  3. tensorflow/c/c_api.cc

      status->status = absl::OkStatus();
      for (int i = 0; i < noutputs; ++i) {
        c_outputs[i] = nullptr;
      }
    }
    
    // TF_TensorToTensorV1 decodes a string serialization to DT_RESOURCE.
    // In the TFv1 convention, TF_Tensor can hold a string serialization of
    // DT_RESOURCE. The string serialization is converted back to a
    // ResourceHandle during Session run where the TF_Tensor is converted to a
    // Tensor.
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 102.3K bytes
    - Viewed (0)
  4. common/scripts/kind_provisioner.sh

    DEFAULT_KIND_IMAGE="gcr.io/istio-testing/kind-node:v1.28.4"
    
    # COMMON_SCRIPTS contains the directory this file is in.
    COMMON_SCRIPTS=$(dirname "${BASH_SOURCE:-$0}")
    
    function log() {
      echo -e "$(date -u '+%Y-%m-%dT%H:%M:%S.%NZ')\t$*"
    }
    
    function retry() {
      local n=1
      local max=5
      local delay=5
      while true; do
        "$@" && break
        if [[ $n -lt $max ]]; then
          ((n++))
    Shell Script
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 08 19:12:55 GMT 2024
    - 17.3K bytes
    - Viewed (1)
  5. src/main/resources/fess_config.properties

    -Dlog4j2.formatMsgNoLookups=true\n\
    -Dlog4j.skipJansi=true\n\
    -Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider\n\
    -Dorg.apache.pdfbox.rendering.UsePureJavaCMYKConversion=true\n\
    
    
    #-Xdebug\n\
    #-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=127.0.0.1:8000\n\
    
    # job
    job.system.job.ids=default_crawler
    job.template.title.web=Web Crawler - {0}
    job.template.title.file=File Crawler - {0}
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  6. cmd/testdata/xl-meta-merge.zip

    ï¢ 1 |mÈI QwW@¨z{DsªÖ fs þêW\„@qrï{@ûhk¦ 0ÿê qE¸^wªÜxo> sZWqtïŽBYF܈EZïEyBkåKjôc¢Ô^ UDŒeÈ}SÐ|} ªcYlqIì}J M° }b›#¾Fï~vmc÷5`@ò8ïPeòJˆ}„ZÖyJc¢ü¬ˆ\PU¨¡eYuxSñ¢G`CQäêñºjóFr¨<rfÂzZq¢»•ûk`Icjñ–}cxyW¸ñ@aS~fs(puTÌ ÇaNd²H‹r O¾bñÀ êkDEqH¸çìs²@D}êLqAŒ{V ÎyTt¢Z‹ Dt bf Ô™ŒÂÍ T{€ e@ ¼KòJˆ^\G†—QT ®…yxYs^wˆÖKKNGåZ_Pg~Wˆcp¸zøoºinNqTzyf¼ÆuNEcH ºº's\<àe 8› # 93 ' & Œ </ " %< H vW²|vÜt@_ ë£y#,Õ7js”icxãñ°sÈimT~gºxgÜNªXë¤mT_WÖq¤HriˆæRUG{I\„ÖkO}crïG¼K¾Ú9fg>þÖ iATiBèïÀ!$ š^ܵU} ôgrje’ª_ê„amCD¼2”+¼åGFVûzeCKÜuW¦|c¼xñt¾øÛJGˆ|Ìñ>¹”...
    ZIP Archive
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Mar 08 17:50:48 GMT 2024
    - 30.2K bytes
    - Viewed (0)
  7. go.sum

    gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo=
    gopkg.in/square/go-jose.v2 v2.2.2/go.mod h1:M9dMgbHiYLoDGQrXy7OpJDJWiKiU//h+vD76mk0e1AI=
    gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw=
    gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74=
    gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed May 08 21:52:58 GMT 2024
    - 109K bytes
    - Viewed (0)
Back to top