Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,017 for deflated (0.2 sec)

  1. api/openapi-spec/v3/apis__authentication.k8s.io__v1beta1_openapi.json

                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:25 UTC 2023
    - 31.5K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_resolution.adoc

    * If no ranges are involved, then the highest version that is not rejected will be selected.
    ** If a version declared as `strictly` is lower than that version, selection will fail.
    * If ranges are involved:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 22.1K bytes
    - Viewed (0)
  3. pkg/proxy/apis/config/types.go

    	Mode ProxyMode
    	// iptables contains iptables-related configuration options.
    	IPTables KubeProxyIPTablesConfiguration
    	// ipvs contains ipvs-related configuration options.
    	IPVS KubeProxyIPVSConfiguration
    	// winkernel contains winkernel-related configuration options.
    	Winkernel KubeProxyWinkernelConfiguration
    	// nftables contains nftables-related configuration options.
    	NFTables KubeProxyNFTablesConfiguration
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 13K bytes
    - Viewed (0)
  4. src/go/types/resolver.go

    			// init exprs from s
    			n := s.Values[l]
    			check.errorf(n, code, "extra init expr %s", n)
    			// TODO(gri) avoid declared and not used error here
    		} else {
    			// init exprs "inherited"
    			check.errorf(s, code, "extra init expr at %s", check.fset.Position(init.Pos()))
    			// TODO(gri) avoid declared and not used error here
    		}
    	case l > r && (init != nil || r != 1):
    		n := s.Names[r]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 16:22:59 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/catalog/LibrariesSourceGeneratorTest.groovy

            sources.hasDependencyAlias('some-alias', 'getAlias', "This dependency was declared in ${context}")
            sources.hasBundle('b0Bundle', 'getB0Bundle', "This bundle was declared in ${context}")
            sources.hasVersion('v0Version', 'getV0Version', "This version was declared in ${innerContext}")
            sources.hasDependencyAlias('other', 'getOther', "This dependency was declared in ${context}")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 08:26:24 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/tensorflow/utils/tf_to_uniform_attribute_utils.cc

        // Fill quantization related attributes for Hybrid op.
        if (failed(FillQuantizationAttributes(rewriter, op, attrs,
                                              identifier_to_attr,
                                              OpType::kDynamicRangeOp))) {
          return failure();
        }
      } else {
        // Fill quantization related attributes for fully quantized op.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  7. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheScriptTaskDefinitionIntegrationTest.groovy

                )
                withProblemsWithStackTraceCount(0)
            }
        }
    
        def "task with type declared in Groovy script is up-to-date when no inputs have changed"() {
            given:
            taskTypeWithOutputFileProperty()
            buildFile << """
                tasks.register("a", FileProducer) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  8. pkg/proxy/endpointschangetracker.go

    type UpdateEndpointsMapResult struct {
    	// UpdatedServices lists the names of all services with added/updated/deleted
    	// endpoints since the last Update.
    	UpdatedServices sets.Set[types.NamespacedName]
    
    	// DeletedUDPEndpoints identifies UDP endpoints that have just been deleted.
    	// Existing conntrack NAT entries pointing to these endpoints must be deleted to
    	// ensure that no further traffic for the Service gets delivered to them.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 21 14:44:08 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  9. src/main/resources/fess_message_ru.properties

    success.crawling_info_delete_all=Deleted session data.
    success.start_crawl_process=Started a crawl process.
    success.upload_design_file=Uploaded {0}.
    success.update_design_jsp_file=Updated {0}.
    success.create_crawling_config_at_wizard=Created a crawling config ({0}).
    success.failure_url_delete_all=Deleted failure urls.
    success.delete_file=Deleted {0} file.
    success.job_started=Started job {0}.
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri May 20 12:12:28 UTC 2022
    - 10.2K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/types2/api.go

    	//
    	// Invariant: Uses[id].Pos() != id.Pos()
    	Uses map[*syntax.Name]Object
    
    	// Implicits maps nodes to their implicitly declared objects, if any.
    	// The following node and object types may appear:
    	//
    	//     node               declared object
    	//
    	//     *syntax.ImportDecl    *PkgName for imports without renames
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 13:48:53 UTC 2024
    - 17.4K bytes
    - Viewed (0)
Back to top