Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,021 for squash (0.13 sec)

  1. pkg/wellknown/wellknown.go

    	Router = "envoy.filters.http.router"
    	// Health checking HTTP filter
    	HealthCheck = "envoy.filters.http.health_check"
    	// Lua HTTP filter
    	Lua = "envoy.filters.http.lua"
    	// Squash HTTP filter
    	Squash = "envoy.filters.http.squash"
    	// HTTPExternalAuthorization HTTP filter
    	HTTPExternalAuthorization = "envoy.filters.http.ext_authz"
    	// HTTPRoleBasedAccessControl HTTP filter
    	HTTPRoleBasedAccessControl = "envoy.filters.http.rbac"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Sep 11 15:29:30 UTC 2023
    - 4K bytes
    - Viewed (0)
  2. src/encoding/xml/example_test.go

    			<Email where="home">
    				<Addr>******@****.***</Addr>
    			</Email>
    			<Email where='work'>
    				<Addr>******@****.***</Addr>
    			</Email>
    			<Group>
    				<Value>Friends</Value>
    				<Value>Squash</Value>
    			</Group>
    			<City>Hanga Roa</City>
    			<State>Easter Island</State>
    		</Person>
    	`
    	err := xml.Unmarshal([]byte(data), &v)
    	if err != nil {
    		fmt.Printf("error: %v", err)
    		return
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 01 23:34:33 UTC 2016
    - 3.7K bytes
    - Viewed (0)
  3. test/fixedbugs/bug466.go

    // rundir
    
    // Copyright 2012 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Issue 4159: exported inlinable functions squash
    // complex literals "a+bi" to "a+b".
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 277 bytes
    - Viewed (0)
  4. .asf.yaml

    github:
      description: "Apache Maven core"
      homepage: https://maven.apache.org/ref/current
      labels:
        - java
        - build-management
        - apache-maven
        - maven
        - hacktoberfest
      enabled_merge_buttons:
        squash: true
        merge: false
        rebase: true
      autolink_jira:
        - MNG
    notifications:
      commits: ******@****.***
      issues: ******@****.***
      pullrequests: ******@****.***
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 15 13:24:09 UTC 2023
    - 485 bytes
    - Viewed (0)
  5. pkg/config/xds/deprecated.go

    		wellknown.Lua:                         "envoy.lua",
    		wellknown.HTTPRateLimit:               "envoy.rate_limit",
    		wellknown.Router:                      "envoy.router",
    		wellknown.Squash:                      "envoy.squash",
    		wellknown.HTTPInspector:               "envoy.listener.http_inspector",
    		wellknown.OriginalDestination:         "envoy.listener.original_dst",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Sep 11 15:29:30 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  6. test/fixedbugs/issue32288.go

    		res = append(res, *e)
    	}
    }
    
    func main() {
    	defer func() {
    		useStack(100) // force a stack copy
    		// We're expecting a panic.
    		// The bug in this issue causes a throw, which this recover() will not squash.
    		recover()
    	}()
    	junk() // fill the stack with invalid pointers
    	f(nil, nil)
    }
    
    func useStack(n int) {
    	if n == 0 {
    		return
    	}
    	useStack(n - 1)
    }
    
    //go:noinline
    func junk() uintptr {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 21:52:17 UTC 2019
    - 809 bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/transforms/quantize_patterns.td

    def F32ElementsAttr : ElementsAttrBase<
      CPred<"$_self.cast<ElementsAttr>().getShapedType().getElementType().isF32()">, "float constant tensor">;
    
    // Squash tfl.dequantize and tfl.quantize pairs.
    // TODO(fengliuai): Compare the scale of input and output. This can also be
    // squashed to a requantize op if the scales are different.
    def : Pat<(TFL_QuantizeOp (TFL_DequantizeOp $in), $qt), (replaceWithValue $in)>;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 23:10:13 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/experimental/tac/transforms/transform_patterns.td

                      (Arith_ConstantOp ConstantAttr<RankedF32ElementsAttr<[]>,
                       "-1.0f">), TFL_AF_None), $act)>;
    
    // Squash tfl.dequantize and tfl.quantize pairs.
    // TODO(b/185915462): Compare the scale of input and output. This can also be
    // squashed to a requantize op if the scales are different.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Sep 29 21:02:21 UTC 2022
    - 1.4K bytes
    - Viewed (0)
  9. CONTRIBUTING.md

     [concurrency]: https://square.github.io/okhttp/concurrency/
     [debug_logging]: https://square.github.io/okhttp/debug_logging/
     [releasing]: https://square.github.io/okhttp/releasing/
     [security]: https://square.github.io/okhttp/security/
     [works_with_okhttp]: https://square.github.io/okhttp/works_with_okhttp/
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Tue Feb 14 08:26:50 UTC 2023
    - 2K bytes
    - Viewed (0)
  10. docs/contribute/contributing.md

     [concurrency]: https://square.github.io/okhttp/concurrency/
     [debug_logging]: https://square.github.io/okhttp/debug_logging/
     [releasing]: https://square.github.io/okhttp/releasing/
     [security]: https://square.github.io/okhttp/security/
     [works_with_okhttp]: https://square.github.io/okhttp/works_with_okhttp/
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Tue Feb 14 08:26:50 UTC 2023
    - 2K bytes
    - Viewed (0)
Back to top