Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for targeting (0.34 sec)

  1. pom.xml

            <configuration>
              <asfExtOptions>
                <charter>The mission of the Apache Maven project is to create and maintain software
                libraries that provide a widely-used project build tool, targeting mainly Java
                development. Apache Maven promotes the use of dependencies via a
                standardized coordinate system, binary plugins, and a standard build
                lifecycle.</charter>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 09:13:34 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  2. pilot/pkg/model/gateway.go

    // use.
    const DisableGatewayPortTranslationLabel = "experimental.istio.io/disable-gateway-port-translation"
    
    // MergeGateways combines multiple gateways targeting the same workload into a single logical Gateway.
    // Note that today any Servers in the combined gateways listening on the same port must have the same protocol.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 26K bytes
    - Viewed (0)
  3. tests/integration/ambient/baseline_test.go

      mtls:
        mode: STRICT
      portLevelMtls:
        8080:
          mode: PERMISSIVE
    				`).ApplyOrFail(t)
    				opt = opt.DeepCopy()
    				// Should pass for all workloads, in or out of mesh, targeting this port
    				src.CallOrFail(t, opt)
    			})
    		})
    	})
    }
    
    func TestAuthorizationL4(t *testing.T) {
    	framework.NewTest(t).Run(func(t framework.TestContext) {
    		applyDrainingWorkaround(t)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/data.go

    	var rr loader.ExtReloc
    	rs := r.Sym()
    	rr.Xsym = rs
    	rr.Xadd = r.Add()
    	rr.Type = r.Type()
    	rr.Size = r.Siz()
    	return rr
    }
    
    // ExtrelocViaOuterSym creates an external relocation from r targeting the
    // outer symbol and folding the subsymbol's offset into the addend.
    func ExtrelocViaOuterSym(ldr *loader.Loader, r loader.Reloc, s loader.Sym) loader.ExtReloc {
    	// set up addend for eventual relocation via outer symbol.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.27.md

      - https://github.com/kubernetes-sigs/kustomize/pull/4954: Drop support for using gh: as a host (e.g. gh:kubernetes-sigs/kustomize). We were unable to find any usage of or basis for this and believe it may have been targeting a custom gitconfig shorthand syntax. ([#116598](https://github.com/kubernetes/kubernetes/pull/116598), [@natasha41575](https://github.com/natasha41575)) [SIG CLI]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__batch__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    testing or for special case where a user intends to pass custom MLIR computation
    through a TensorFlow graph with the intent of having custom tooling processing
    it downstream (when targeting a different environment, like TensorFlow lite for
    example).
    The MLIR module is expected to have a main() function that will be used as an
    entry point. The inputs to the operations will be passed as argument to the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssagen/ssa.go

    			writer.Logf("cannot read sources for inlined function %v: %v", fi, err)
    			continue
    		}
    		inlFns = append(inlFns, fnLines)
    	}
    
    	sort.Sort(ssa.ByTopo(inlFns))
    	if targetFn != nil {
    		inlFns = append([]*ssa.FuncLines{targetFn}, inlFns...)
    	}
    
    	writer.WriteSources("sources", inlFns)
    }
    
    func readFuncLines(file string, start, end uint) (*ssa.FuncLines, error) {
    	f, err := os.Open(os.ExpandEnv(file))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  9. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    				},
    				Required: []string{"name"},
    			},
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  10. api/openapi-spec/swagger.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top