Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 194 for DT (0.03 sec)

  1. src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist_edit.jsp

                                                     data-validation="custom"
                                                     data-validation-regexp="(^$|^[1-9]\d{3}\-\d\d\-\d\dT\d\d\:\d\d\:\d\d\.\d{3}Z$)"
                                                     data-validation-help="yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"/>
                                        </div>
                                    </div>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 24.9K bytes
    - Viewed (0)
  2. hack/jenkins/benchmark-dockerized.sh

      | tee \
       >(prettybench -no-passthrough > "${ARTIFACTS}/BenchmarkResults.txt") \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 22:40:10 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/css/javadoc.css

    }
    .indexContainer ul {
        margin:0;
        padding:0;
    }
    .indexContainer ul li {
        list-style:none;
        padding-top:2px;
    }
    .contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
        font-size:12px;
        font-weight:bold;
        margin:10px 0 0 0;
        color:#var(--block-text-color);
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  4. src/cmd/link/internal/mips64/asm.go

    	// then update their values prior to code generation.
    	dts := []elf.DynTag{
    		elf.DT_MIPS_SYMTABNO,
    		elf.DT_MIPS_GOTSYM,
    	}
    	dtOffsets = make(map[elf.DynTag]int64)
    	for _, dt := range dts {
    		ld.Elfwritedynent(ctxt.Arch, dynamic, dt, 0)
    		dtOffsets[dt] = dynamic.Size() - 8
    	}
    }
    
    func adddynrel(target *ld.Target, ldr *loader.Loader, syms *ld.ArchSyms, s loader.Sym, r loader.Reloc, rIdx int) bool {
    	targ := r.Sym()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 23 05:58:20 UTC 2023
    - 11K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/syntax/parser_test.go

    		}
    	}
    
    	dt := time.Since(start)
    	var m2 runtime.MemStats
    	runtime.ReadMemStats(&m2)
    	dm := float64(m2.TotalAlloc-m1.TotalAlloc) / 1e6
    
    	fmt.Printf("parsed %d lines (%d files) in %v (%d lines/s)\n", lines, count, dt, int64(float64(lines)/dt.Seconds()))
    	fmt.Printf("allocated %.3fMb (%.3fMb/s)\n", dm, dm/dt.Seconds())
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 14 16:30:19 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  6. platforms/jvm/language-groovy/src/main/java/org/gradle/api/tasks/compile/GroovyCompileOptions.java

         *
         * <p>Known options are:
         *
         * <dl>
         *     <dt>indy
         *     <dd>Use the invokedynamic bytecode instruction. Requires JDK7 or higher and Groovy 2.0 or higher. Disabled by default.
         *     <dt>int
         *     <dd>Optimize operations on primitive types (e.g. integers). Enabled by default.
         *     <dt>all
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  7. hack/print-workspace-status.sh

    gitTreeState ${KUBE_GIT_TREE_STATE-}
    gitVersion ${KUBE_GIT_VERSION-}
    gitMajor ${KUBE_GIT_MAJOR-}
    gitMinor ${KUBE_GIT_MINOR-}
    buildDate $(date \
      ${SOURCE_DATE_EPOCH:+"--date=@${SOURCE_DATE_EPOCH}"} \
     -u +'%Y-%m-%dT%H:%M:%SZ')
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 06 11:19:29 UTC 2022
    - 2K bytes
    - Viewed (0)
  8. tensorflow/c/c_api_function.cc

    namespace tensorflow {
    namespace {
    
    Status ValidateNonRefOutput(const Node* node, int idx) {
      const DataType& dt = node->output_type(idx);
      return IsRefType(dt)
                 ? InvalidArgument("Output ", idx, " of node '", node->name(),
                                   "' has a reference type ", DataTypeString(dt))
                 : absl::OkStatus();
    }
    
    // Converts `ninputs` and `inputs` into `inputs_tensors` and `input_nodes` and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  9. src/go/internal/srcimporter/srcimporter_test.go

    	if !testenv.HasSrc() {
    		t.Skip("no source code available")
    	}
    
    	if testing.Short() && testenv.Builder() == "" {
    		t.Skip("skipping in -short mode")
    	}
    	dt := maxTime
    	nimports, _ := walkDir(t, "", time.Now().Add(dt)) // installed packages
    	t.Logf("tested %d imports", nimports)
    }
    
    var importedObjectTests = []struct {
    	name string
    	want string
    }{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 12:00:02 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  10. tools/packaging/common/envoy_bootstrap.json

    {
      "application_log_config": {
        "log_format": {
    {{- if .log_json }}
          "json_format": {
            "time": "%Y-%m-%dT%T.%fZ",
            "level": "%l",
            "scope": "envoy %n",
            "msg": "%j",
            "caller": "%g:%#",
            "thread": "%t"
          }
    {{- else }}
            "text_format": "%Y-%m-%dT%T.%fZ\t%l\tenvoy %n %g:%#\t%v\tthread=%t"
    {{- end }}
        }
      },
      "node": {
        "id": "{{ .nodeID }}",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 22.6K bytes
    - Viewed (0)
Back to top