Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 164 for danger (0.08 sec)

  1. samples/addons/jaeger.yaml

    kind: Deployment
    metadata:
      name: jaeger
      namespace: istio-system
      labels:
        app: jaeger
    spec:
      selector:
        matchLabels:
          app: jaeger
      template:
        metadata:
          labels:
            app: jaeger
            sidecar.istio.io/inject: "false"
          annotations:
            prometheus.io/scrape: "true"
            prometheus.io/port: "14269"
        spec:
          containers:
            - name: jaeger
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:57:35 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/rangefunc/rewrite.go

    loop and all the range-over-func loops it contains at the same time.
    
    If we need to return from inside a doubly-nested loop, the rewrites
    above stay the same, but the check after the inner loop only says
    
    	if #next < 0 { return false }
    
    to stop the outer loop so it can do the actual return. That is,
    
    	for range f {
    		for range g {
    			...
    			return a, b
    			...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:05:44 UTC 2024
    - 41.6K bytes
    - Viewed (0)
  3. apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt

        Developer or such Contributor as a result of any such terms You offer.
    
        3.6. Larger Works.
    
        You may create a Larger Work by combining Covered Software with
        other code not governed by the terms of this License and distribute
        the Larger Work as a single product. In such a case, You must make
        sure the requirements of this License are fulfilled for the Covered
        Software.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri May 17 19:14:22 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  4. docs/en/docs/img/sponsors/porter-banner.png

    porter-banner.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Aug 09 17:04:49 UTC 2023
    - 16.9K bytes
    - Viewed (0)
  5. docs/en/docs/img/sponsors/reflex-banner.png

    reflex-banner.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Nov 18 13:38:01 UTC 2023
    - 8K bytes
    - Viewed (0)
  6. docs/en/docs/img/sponsors/fern-banner.svg

    fern-banner.svg...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Aug 01 21:39:22 UTC 2023
    - 40.1K bytes
    - Viewed (0)
  7. docs/en/docs/img/sponsors/mongodb-banner.png

    mongodb-banner.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Mar 25 23:10:11 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  8. docs/en/docs/img/sponsors/scalar-banner.svg

    scalar-banner.svg...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Nov 28 10:52:35 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  9. docs/en/docs/img/sponsors/coherence-banner.png

    coherence-banner.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Jan 31 22:13:52 UTC 2024
    - 18K bytes
    - Viewed (0)
  10. docs/en/docs/img/sponsors/fern-banner.png

    fern-banner.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jul 27 18:53:51 UTC 2023
    - 8.6K bytes
    - Viewed (0)
Back to top