Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 58 for addAction (0.15 sec)

  1. src/cmd/link/internal/ld/lib.go

    			}
    		}
    
    		if symname != elfsym.Name {
    			l.SetSymExtname(s, elfsym.Name)
    		}
    	}
    	ctxt.Shlibs = append(ctxt.Shlibs, Shlib{Path: libpath, Hash: hash, Deps: deps, File: f})
    }
    
    func addsection(ldr *loader.Loader, arch *sys.Arch, seg *sym.Segment, name string, rwx int) *sym.Section {
    	sect := ldr.NewSection()
    	sect.Rwx = uint8(rwx)
    	sect.Name = name
    	sect.Seg = seg
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  2. plugin/pkg/admission/noderestriction/admission_test.go

    			err:        "forbidden: unexpected operation",
    		},
    		{
    			name:       "forbid addition of pod status preexisting labels",
    			podsGetter: noExistingPods,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

      * If using JUnit 5, an explicit `runtimeOnly` dependency on `junit-platform-launcher` is required
      in addition to the existing `implementation` dependency on the test engine.
      * If using JUnit 4, only the existing `implementation` dependency on `junit` 4 is required.
      * If using JUnit 3, a test `runtimeOnly` dependency on `junit` 4 is required in addition to a
      `compileOnly` dependency on `junit` 3.
    
    =====
    [.multi-language-sample]
    ======
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    3. when _updating_ dependency verification file with more secure checksums, you don't want to accidentally erase checksums
    
    [[sec:signature-verification]]
    == Verifying dependency signatures
    
    In addition to <<sec:checksum-verification,checksums>>, Gradle supports verification of signatures.
    Signatures are used to assess the _provenance_ of a dependency (it tells who signed the artifacts, which usually corresponds to who produced it).
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  5. tensorflow/BUILD

    # the library which loads libtensorflow_framework.so
    # (e.g. _pywrap_tensorflow_internal.so for Python, libtensorflow.so for the C
    # API) is responsible for registering ops with libtensorflow_framework.so. In
    # addition to this core set of ops, user libraries which are loaded (via
    # TF_LoadLibrary/tf.load_op_library) register their ops and kernels with this
    # shared object directly.
    #
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 16:51:59 UTC 2024
    - 53.5K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    Another way to interact with containers is via Kotlin delegated properties.
    These are particularly useful if you need a reference to a container element that you can use elsewhere in the build.
    In addition, Kotlin delegated properties can easily be renamed via IDE refactoring.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb/SmbFile.java

     * <pre>
     *     smb://storage15/public/foo.txt
     * </pre>
     * 
     * </blockquote>
     *
     * would reference the file <code>foo.txt</code> in the share
     * <code>public</code> on the server <code>storage15</code>. In addition
     * to referencing files and directories, jCIFS can also address servers,
     * and workgroups.
     * <p>
     * <font color="#800000"><i>Important: all SMB URLs that represent
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (1)
  8. src/crypto/internal/nistec/p256_asm_ppc64le.s

    	//		copy(P3.z[:], Z1)
    	//	}
    
    	LXVD2X (R0)(P1ptr), X1L
    	LXVD2X (R16)(P1ptr), X1H
    	XXPERMDI X1H, X1H, $2, X1H
    	XXPERMDI X1L, X1L, $2, X1L
    
    	// Y1 already loaded, left over from addition
    	LXVD2X (R19)(P1ptr), Z1L
    	LXVD2X (R20)(P1ptr), Z1H
    	XXPERMDI Z1H, Z1H, $2, Z1H
    	XXPERMDI Z1L, Z1L, $2, Z1L
    
    	MOVD     $112, R26        // Get offset to sel+32
    	LXVDSX   (R1)(R26), SEL1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/NodeState.java

            ExcludeSpec resolutionFilter = computeModuleResolutionFilter(incomingEdges);
    
            // Virtual platforms require their constraints to be recomputed each time as each module addition can cause a shift in versions
            if (!isVirtualPlatformNeedsRefresh()) {
                // Check if node was previously traversed with the same net exclusion when not a virtual platform
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 58.9K bytes
    - Viewed (0)
  10. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheDependencyResolutionIntegrationTest.groovy

                // 2. serialize a task whose serialization triggers execution of that transform
                // 3. serialize another task that uses the transformed artifact
                // In addition, the 1st and 3rd tasks need to resolve different variants that share the same transform
    
                def files1 = configurations.implementation.incoming.artifactView {
                    attributes.attribute(color, 'green')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 54.1K bytes
    - Viewed (0)
Back to top