Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 39 for spans (0.16 sec)

  1. src/cmd/link/internal/ppc64/asm.go

    		o2 = uint32(OP_PLA_SFX_R12) // pla r12, addr
    
    		// The trampoline's position is not known yet, insert a relocation.
    		r, _ := tramp.AddRel(objabi.R_ADDRPOWER_PCREL34)
    		r.SetOff(0)
    		r.SetSiz(8) // This spans 2 words.
    		r.SetSym(target)
    		r.SetAdd(offset)
    	} else {
    		// Used for default build mode for an executable
    		// Address of the call target is generated using
    		// relocation and doesn't depend on r2 (TOC).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.31.md

      correctly with an external cloud provider. ([#124516](https://github.com/kubernetes/kubernetes/pull/124516), [@danwinship](https://github.com/danwinship)) [SIG Node]
    - Fixed an issue that prevents the linking of trace spans for requests that are proxied through kube-aggregator. ([#124189](https://github.com/kubernetes/kubernetes/pull/124189), [@toddtreece](https://github.com/toddtreece)) [SIG API Machinery]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  3. fess-crawler/src/test/resources/extractor/eml/sample2.eml

    </tr>
    <tr>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Jan 16 07:50:35 UTC 2016
    - 91.6K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/css/manual.css

    	font-family: "Droid Sans Mono", "DejaVu Sans Mono", "Monospace", monospace;
    	font-weight: normal;
    	text-rendering: optimizeSpeed;
    }
    
    em em {
    	font-style: normal;
    }
    
    strong strong {
    	font-weight: normal;
    }
    
    .keyseq {
    	color: rgba(51, 51, 51, 0.8);
    }
    
    kbd {
    	font-family: "Droid Sans Mono", "DejaVu Sans Mono", monospace;
    	display: inline-block;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/css/javadoc.css

    .useSummary caption a:visited {
        color:var(--navbar-text-color);
    }
    .overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
    .useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span,
    .requiresSummary caption span, .packagesSummary caption span, .providesSummary caption span,
    .usesSummary caption span {
        white-space:nowrap;
        padding-top:5px;
        padding-left:12px;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/deadness_analysis.cc

        return absl::StrCat("(", absl::StrJoin(operands_str, " & "), ")");
      }
    
      Kind kind() const override { return Kind::kAnd; }
    
      absl::Span<Predicate* const> GetOperands() const override {
        return operands_;
      }
      absl::Span<Predicate* const> operands() const { return operands_; }
    
     private:
      std::vector<Predicate*> operands_;
    };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  7. subprojects/core-api/src/main/java/org/gradle/api/Project.java

         * as per {@link #file(Object)}.</p>
         *
         * <p>The returned file tree is lazy, so that it scans for files only when the contents of the file tree are
         * queried. The file tree is also live, so that it scans for files each time the contents of the file tree are
         * queried.</p>
         *
         * <pre class='autoTested'>
         * def myTree = fileTree("src")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    		if err != nil {
    			return err
    		}
    	}
    
    	ctx, span := tracing.Start(ctx, "cacher list",
    		attribute.String("audit-id", audit.GetAuditIDTruncated(ctx)),
    		attribute.Stringer("type", c.groupResource))
    	defer span.End(500 * time.Millisecond)
    
    	if utilfeature.DefaultFeatureGate.Enabled(features.ResilientWatchCacheInitialization) {
    		if !c.ready.check() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    When `mergeReruns` is disabled (the default), each execution of a test will be listed as a separate test case.
    
    If you are using link:https://scans.gradle.com[build scans] or link:https://gradle.com/gradle-enterprise-solution-overview/failure-analytics/[Develocity],
    flaky tests will be detected regardless of this setting.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
  10. docs/metrics/prometheus/grafana/minio-dashboard.json

              "interval": "1m",
              "legendFormat": "[{{server}}]",
              "refId": "A"
            }
          ],
          "title": "Bucket Scans Finished",
          "type": "timeseries"
        },
        {
          "datasource": {
            "type": "prometheus",
            "uid": "${DS_PROMETHEUS}"
          },
          "fieldConfig": {
            "defaults": {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Apr 15 10:03:01 UTC 2024
    - 93K bytes
    - Viewed (0)
Back to top