Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 487 for Review (0.14 sec)

  1. src/encoding/xml/marshal_test.go

    			continue
    		}
    		if test.ExpectXML == `<top>`+
    			`<x><b xmlns="space">b</b>`+
    			`<b xmlns="space1">b1</b></x>`+
    			`</top>` {
    			// TODO(rogpeppe): re-enable this test in
    			// https://go-review.googlesource.com/#/c/5910/
    			continue
    		}
    
    		vt := reflect.TypeOf(test.Value)
    		dest := reflect.New(vt.Elem()).Interface()
    		err := Unmarshal([]byte(test.ExpectXML), dest)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 66K bytes
    - Viewed (0)
  2. docs/en/docs/img/github-social-preview.svg

    github-social-preview.svg...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Feb 04 20:56:59 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  3. docs/en/docs/img/github-social-preview.png

    github-social-preview.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Feb 04 20:56:59 UTC 2024
    - 60.8K bytes
    - Viewed (0)
  4. ChangeLog.md

    - [`KT-60983`](https://youtrack.jetbrains.com/issue/KT-60983) K2: "Argument type mismatch: actual type is android/view/View.OnApplyWindowInsetsListener but androidx/core/view/OnApplyWindowInsetsListener? was expected"
    - [`KT-63597`](https://youtrack.jetbrains.com/issue/KT-63597) JVM_IR: Properly handle type parameters of outer declaration in code fragment
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

    * Update GitHub Actions, use commit from PR for docs preview, not commit from pre-merge. PR [#1761](https://github.com/tiangolo/fastapi/pull/1761).
    * Update GitHub Actions, refactor Gitter bot. PR [#1746](https://github.com/tiangolo/fastapi/pull/1746).
    
    ## 0.60.0
    
    * Add GitHub Action to watch for missing preview docs and trigger a preview deploy. PR [#1740](https://github.com/tiangolo/fastapi/pull/1740).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  6. samples/bookinfo/src/docker-bake.hcl

        source = "details"
      },
    
      // Reviews
      {
        name = "examples-bookinfo-reviews-v1"
        args = {
          service_version = "v1"
        }
        source = "reviews"
      },
      {
        name = "examples-bookinfo-reviews-v2"
        args = {
          service_version = "v2"
          enable_ratings  = true
        }
        source = "reviews"
      },
      {
        name = "examples-bookinfo-reviews-v3"
        args = {
          service_version = "v3"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:37 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  7. tests/integration/pilot/analysis/analysis_test.go

    kind: VirtualService
    metadata:
      name: reviews
    spec:
      gateways: [missing-gw]
      hosts:
      - reviews
      http:
      - route:
        - destination:
            host: reviews
    `).ApplyOrFail(t)
    			istioCtl := istioctl.NewOrFail(t, t, istioctl.Config{Cluster: t.Clusters().Default()})
    			istioCtl.InvokeOrFail(t, []string{"x", "wait", "-v", "VirtualService", "reviews." + ns.Name()})
    		})
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  8. analysis/analysis-api/testData/components/compilerFacility/bugsFromRealComposeApps/constExprInitializer.ir.txt

            VAR name:podcast type:kotlin.String [val]
              CALL 'public final fun component1 (): kotlin.String [operator] declared in data.PodcastWithExtraInfo' type=kotlin.String origin=COMPONENT_N(index=1)
                $this: GET_VAR 'val tmp_0: data.PodcastWithExtraInfo [val] declared in home.preview' type=data.PodcastWithExtraInfo origin=null
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Apr 18 11:28:11 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  9. subprojects/core/src/main/java/org/gradle/tooling/provider/model/internal/ToolingModelParameterCarrier.java

    import org.gradle.internal.service.scopes.ServiceScope;
    
    @NonNullApi
    public interface ToolingModelParameterCarrier {
    
        /**
         * Returns a view of the original parameter object,
         * allowing access to its properties via methods available on the {@code viewType}.
         */
        Object getView(Class<?> viewType);
    
        /**
         * Returns a hash of the original parameter object.
         */
        HashCode getHash();
    
        @NonNullApi
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  10. tensorflow/c/experimental/ops/gen/cpp/renderers/op_implementation_renderer.h

     public:
      explicit OpImplementationRenderer(RendererContext context, OpView op);
      void Render();
    
     private:
      void RenderInitialization();
      void RenderExecutionListOp();
      void RenderExecutionMultipleOutputs();
      void RenderExecutionZeroOutputs();
      void RenderExecutionSingleOutput();
    
      OpView op_;
    };
    
    }  // namespace cpp
    }  // namespace generator
    }  // namespace tensorflow
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 05:51:40 UTC 2024
    - 1.6K bytes
    - Viewed (0)
Back to top