Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for my_all (0.11 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/catalog/VersionCatalogExtensionIntegrationTest.groovy

                        assert libs.findLibrary('my.lib').present
    
                        assert libs.findBundle('my-all').present
                        assert libs.findBundle('my_all').present
                        assert libs.findBundle('my.all').present
    
                        assert libs.findPlugin('my-plug').present
                        assert libs.findPlugin('my_plug').present
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 13:37:31 UTC 2024
    - 77.8K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/sidecar_simulation_test.go

    					},
    				},
    				{
    					Name: "plaintext",
    					Call: mkCall(9080, simulation.HTTP, simulation.Plaintext, nil, ""),
    					Result: simulation.Result{
    						Error: simulation.ErrNoFilterChain,
    					},
    				},
    				{
    					Name: "http over mTLS",
    					Call: mkCall(9080, simulation.HTTP, simulation.MTLS, nil, "file-cert:httpbin.pem~httpbinkey.pem"),
    					Result: simulation.Result{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  3. src/syscall/zerrors_solaris_amd64.go

    	SOL_PACKET                    = 0xfffd
    	SOL_ROUTE                     = 0xfffe
    	SOL_SOCKET                    = 0xffff
    	SOMAXCONN                     = 0x80
    	SO_ACCEPTCONN                 = 0x2
    	SO_ALL                        = 0x3f
    	SO_ALLZONES                   = 0x1014
    	SO_ANON_MLP                   = 0x100a
    	SO_ATTACH_FILTER              = 0x40000001
    	SO_BAND                       = 0x4000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	SOL_PACKET                    = 0xfffd
    	SOL_ROUTE                     = 0xfffe
    	SOL_SOCKET                    = 0xffff
    	SOMAXCONN                     = 0x80
    	SO_ACCEPTCONN                 = 0x2
    	SO_ALL                        = 0x3f
    	SO_ALLZONES                   = 0x1014
    	SO_ANON_MLP                   = 0x100a
    	SO_ATTACH_FILTER              = 0x40000001
    	SO_BAND                       = 0x4000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  5. docs/metrics/prometheus/grafana/minio-dashboard.json

      "tags": [
        "minio"
      ],
      "templating": {
        "list": [
          {
            "current": {
              "selected": false,
              "text": "All",
              "value": "$__all"
            },
            "datasource": {
              "type": "prometheus",
              "uid": "${DS_PROMETHEUS}"
            },
            "definition": "label_values(job)",
            "hide": 0,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Apr 15 10:03:01 UTC 2024
    - 93K bytes
    - Viewed (0)
  6. src/runtime/asm_amd64.s

    	MOVQ	gobuf_bp(BX), BP
    	MOVQ	$0, gobuf_sp(BX)	// clear to help garbage collector
    	MOVQ	$0, gobuf_ret(BX)
    	MOVQ	$0, gobuf_ctxt(BX)
    	MOVQ	$0, gobuf_bp(BX)
    	MOVQ	gobuf_pc(BX), BX
    	JMP	BX
    
    // func mcall(fn func(*g))
    // Switch to m->g0's stack, call fn(g).
    // Fn must never return. It should gogo(&g->sched)
    // to keep running g.
    TEXT runtime·mcall<ABIInternal>(SB), NOSPLIT, $0-8
    	MOVQ	AX, DX	// DX = fn
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    === What checksums are verified?
    
    If a dependency verification metadata file declares more than one checksum for a dependency, Gradle will verify _all of them_ and fail if _any of them fails_.
    For example, the following configuration would check both the `md5` and `sha1` checksums:
    
    [source,xml]
    ----
    <component group="org.apache.pdfbox" name="pdfbox" version="2.0.17">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/lib.go

    	outPath := filepath.Join(*flagTmpdir, "a.out")
    	flags = append(flags, "-o", outPath, flag, trivialPath)
    
    	cmd := exec.Command(linker, flags...)
    	cmd.Env = append([]string{"LC_ALL=C"}, os.Environ()...)
    	out, err := cmd.CombinedOutput()
    	// GCC says "unrecognized command line option ‘-no-pie’"
    	// clang says "unknown argument: '-no-pie'"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
Back to top