Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 165 for addSdk (0.27 sec)

  1. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    Such a library dependency can be added to a source set associated with the `executable` component:
    
    === Example: Providing a library dependency to the source set
    
    [source.multi-language-sample,groovy,indent=0]
    .build.gradle
    ----
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

    . Read the <<#changes_5.0, Upgrading from 4.10>> section and make any necessary changes.
    . Try to run the project and debug any errors using the <<troubleshooting.adoc#troubleshooting, Troubleshooting Guide>>.
    
    In addition, Gradle has added several significant new and improved features that you should consider using in your builds:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    * Elements in the `tasks` and `configurations` containers
    * Elements in <<kotdsl:containers,project-extension containers>> (for example the source sets contributed by the Java Plugin that are added to the `sourceSets` container)
    
    For the main project settings script:
    
    * Project extensions and conventions, contributed by `Settings` plugins, and extensions on them
    
    [IMPORTANT]
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  4. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // set because it cannot be automatically converted.
      optional string apiVersion = 3;
    
      // Time is the timestamp of when the ManagedFields entry was added. The
      // timestamp will also be updated if a field is added, the manager
      // changes any of the owned fields value or removes a field. The
      // timestamp does not update when a field is removed from the entry
      // because another manager took it over.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // set because it cannot be automatically converted.
      optional string apiVersion = 3;
    
      // Time is the timestamp of when the ManagedFields entry was added. The
      // timestamp will also be updated if a field is added, the manager
      // changes any of the owned fields value or removes a field. The
      // timestamp does not update when a field is removed from the entry
      // because another manager took it over.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/regalloc.go

    					// ADDQconst is added here because we want to treat it as resultInArg0 for
    					// the purposes of desired registers, even though it is not an absolute requirement.
    					// This is because we'd rather implement it as ADDQ instead of LEAQ.
    					// Same for ADDLconst
    					// Select0 is added here to propagate the desired register to the tuple-generating instruction.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/xcoff.go

    			// currSymSrcFile.csectAux == nil means first package.
    			ldr.SetSymDynid(loader.Sym(sect.Sym), int32(f.symbolCount))
    
    			if sect.Name == ".debug_frame" && ctxt.LinkMode != LinkExternal {
    				// CIE size must be added to the first package.
    				dwsize += 48
    			}
    		}
    
    		f.addSymbol(s)
    
    		// update the DWARF section offset in this file
    		if sect.Name != ".debug_abbrev" {
    			currDwscnoff[sect.Name] += dwsize
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  8. src/cmd/go/internal/modget/get.go

    // matching) a wildcard query depend only on the initial build list, but the set
    // of modules may be expanded by other queries, so wildcard queries need to be
    // re-evaluated whenever a potentially-matching module path is added to the
    // build list.
    func (r *resolver) performWildcardQueries(ctx context.Context) {
    	for _, q := range r.wildcardQueries {
    		q := q
    		r.work.Add(func() {
    			if q.version == "none" {
    				r.queryNone(ctx, q)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    The deprecated `build-scan` plugin application method has been removed from the Kotlin DSL.
    Use the `gradle-enterprise` method instead.
    
    ==== Configuration extension methods removed from Kotlin DSL
    
    The Kotlin DSL added specialized extension methods for `NamedDomainObjectProvider<Configuration>` that are available when looking up a configuration by name.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  10. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    	// while the scheduler has allocated it and the corresponding object
    	// update from the apiserver has not been processed by the claim
    	// informer callbacks. Claims get added here in PreBind and removed by
    	// the informer callback (based on the "newer than" comparison in the
    	// assume cache).
    	//
    	// It uses cache.MetaNamespaceKeyFunc to generate object names, which
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
Back to top