Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 158 for silver (0.14 sec)

  1. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsFileAuthenticationCA.java

    import org.codelibs.fess.es.config.cbean.cq.FileAuthenticationCQ;
    import org.codelibs.fess.es.config.cbean.cq.bs.BsFileAuthenticationCQ;
    import org.opensearch.search.aggregations.bucket.filter.FilterAggregationBuilder;
    import org.opensearch.search.aggregations.bucket.global.GlobalAggregationBuilder;
    import org.opensearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 71.2K bytes
    - Viewed (0)
  2. gradle/verification-metadata.xml

                <pgp value="3CAC6E7DC43343FF75ECBAC27E6EB7BB6A7712DC"/>
             </artifact>
          </component>
          <component group="net.swiftzer.semver" name="semver" version="1.1.1">
             <artifact name="semver-1.1.1.jar">
                <sha256 value="757eeb1c6703b81fa3bb6bc2eae7a5fe6ddac5d833b977aa1ce08979d7c2de5a" reason="Artifact is not signed"/>
             </artifact>
          </component>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    For example, original program:
    
    ```mlir
    module {
      func @while_body {
        %input = "tf.IteratorGetNext"(...) {device = "/CPU:0"}: -> tensor<2x224x224x3xf32>
        %device_launch = "tf_device.cluster_func"(%input,...) {func = @_func,...)
        return ...
      }
      func @_func(%input: tensor<2x224x224x3xf32>, %filter: tensor<7x7x3x64xf32>) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  4. tests/integration/security/authz_test.go

    			allProviders := append(authzServer.Providers(), localAuthzServer.Providers()...)
    			for _, provider := range allProviders {
    				t.NewSubTest(provider.Name()).Run(func(t framework.TestContext) {
    					// The ext-authz server is hard-coded to allow requests from any service account ending in
    					// "/sa/a". Since the namespace is ignored, we use ns2.B for our denied app (rather than ns2.A).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationSpec.groovy

            containerWrapped.contains(a2) == containerImmutable.contains(a2)
            containerWrapped.empty == containerImmutable.empty
        }
    
        def "the component filter of an artifact view can only be set once"() {
            given:
            def conf = conf()
    
            when:
            conf.incoming.artifactView {
                it.componentFilter { true }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:30:13 UTC 2024
    - 64.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/admissionregistration/v1beta1/types.go

    	// versions the Webhook expects. API server will try to use first version in
    	// the list which it supports. If none of the versions specified in this list
    	// supported by API server, validation will fail for this object.
    	// If a persisted webhook configuration specifies allowed versions and does not
    	// include any versions known to the API Server, calls to the webhook will fail
    	// and be subject to the failure policy.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsScheduledJobCA.java

    import org.codelibs.fess.es.config.cbean.ca.ScheduledJobCA;
    import org.codelibs.fess.es.config.cbean.cq.ScheduledJobCQ;
    import org.codelibs.fess.es.config.cbean.cq.bs.BsScheduledJobCQ;
    import org.opensearch.search.aggregations.bucket.filter.FilterAggregationBuilder;
    import org.opensearch.search.aggregations.bucket.global.GlobalAggregationBuilder;
    import org.opensearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 89.1K bytes
    - Viewed (0)
  8. maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java

            for (Repository externalRepository : externalRepositories) {
                Optional<Repository> clashingPomRepository = pomRepositories.stream()
                        .filter(r -> Objects.equals(r.getId(), externalRepository.getId()))
                        .filter(r -> !Objects.equals(r.getUrl(), externalRepository.getUrl()))
                        .findFirst();
                if (clashingPomRepository.isPresent()) {
                    addViolation(
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat May 18 14:09:22 UTC 2024
    - 76K bytes
    - Viewed (0)
  9. guava/src/com/google/common/collect/Synchronized.java

          synchronized (mutex) {
            return delegate().retainAll(c);
          }
        }
    
        @Override
        public boolean removeIf(Predicate<? super E> filter) {
          synchronized (mutex) {
            return delegate().removeIf(filter);
          }
        }
    
        @Override
        public int size() {
          synchronized (mutex) {
            return delegate().size();
          }
        }
    
        @Override
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 57.3K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsDataConfigCA.java

    import org.codelibs.fess.es.config.cbean.ca.DataConfigCA;
    import org.codelibs.fess.es.config.cbean.cq.DataConfigCQ;
    import org.codelibs.fess.es.config.cbean.cq.bs.BsDataConfigCQ;
    import org.opensearch.search.aggregations.bucket.filter.FilterAggregationBuilder;
    import org.opensearch.search.aggregations.bucket.global.GlobalAggregationBuilder;
    import org.opensearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 88.1K bytes
    - Viewed (0)
Back to top