Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 41 for quoting (0.2 sec)

  1. src/runtime/mgcscavenge.go

    		// https://graphics.stanford.edu/~seander/bithacks.html#ZeroInWord
    		// and extended for more than just bytes (like nibbles
    		// and uint16s) by using an appropriate constant.
    		//
    		// To summarize the technique, quoting from that page:
    		// "[It] works by first zeroing the high bits of the [8]
    		// bytes in the word. Subsequently, it adds a number that
    		// will result in an overflow to the high bit of a byte if
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/dwarf.go

    // license that can be found in the LICENSE file.
    
    // TODO/NICETOHAVE:
    //   - eliminate DW_CLS_ if not used
    //   - package info in compilation units
    //   - assign types to their packages
    //   - gdb uses c syntax, meaning clumsy quoting is needed for go identifiers. eg
    //     ptype struct '[]uint8' and qualifiers need to be quoted away
    //   - file:line info for variables
    //   - make strings a typedef so prettyprinters can see the underlying string type
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    An extreme example would be a build that uses tasks and plugins that are implemented in Java, Groovy and Kotlin, while also using both Kotlin DSL and Groovy DSL build scripts.
    
    Quoting the Kotlin reference documentation:
    
    > Kotlin is designed with Java Interoperability in mind. Existing Java code can be called from Kotlin in a natural way, and Kotlin code can be used from Java rather smoothly as well.
    
    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. pkg/apis/flowcontrol/validation/validation_test.go

    					LimitResponse: flowcontrol.LimitResponse{
    						Type: flowcontrol.LimitResponseTypeReject},
    				},
    			},
    		},
    		expectedErrors: field.ErrorList{},
    	}, {
    		name: "forbid queuing details when not queuing",
    		priorityLevelConfiguration: &flowcontrol.PriorityLevelConfiguration{
    			ObjectMeta: metav1.ObjectMeta{
    				Name: "system-foo",
    			},
    			Spec: flowcontrol.PriorityLevelConfigurationSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 54.7K bytes
    - Viewed (0)
  5. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/MapPropertySpec.groovy

        }
    
        def "inserting after putting an undefined element provider is undefined-safe"() {
            given:
            property.putAll(Providers.of([k1: '1', k2: '2']))
            property.put('k3', notDefined())
            property.insert('k4', '4')
    
            expect:
            assertValueIs([k4: '4'])
        }
    
        def "inserting after putting an undefined map provider is undefined-safe"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 58.7K bytes
    - Viewed (0)
  6. pkg/apis/flowcontrol/v1beta3/zz_generated.conversion.go

    	out.Type = flowcontrol.LimitResponseType(in.Type)
    	out.Queuing = (*flowcontrol.QueuingConfiguration)(unsafe.Pointer(in.Queuing))
    	return nil
    }
    
    // Convert_v1beta3_LimitResponse_To_flowcontrol_LimitResponse is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:41 UTC 2023
    - 53.1K bytes
    - Viewed (0)
  7. pkg/apis/flowcontrol/v1/zz_generated.conversion.go

    func autoConvert_v1_LimitResponse_To_flowcontrol_LimitResponse(in *v1.LimitResponse, out *flowcontrol.LimitResponse, s conversion.Scope) error {
    	out.Type = flowcontrol.LimitResponseType(in.Type)
    	out.Queuing = (*flowcontrol.QueuingConfiguration)(unsafe.Pointer(in.Queuing))
    	return nil
    }
    
    // Convert_v1_LimitResponse_To_flowcontrol_LimitResponse is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:41 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  8. src/time/time.go

    	if d <= 0 {
    		return t
    	}
    	_, r := div(t, d)
    	if lessThanHalf(r, d) {
    		return t.Add(-r)
    	}
    	return t.Add(d - r)
    }
    
    // div divides t by d and returns the quotient parity and remainder.
    // We don't use the quotient parity anymore (round half up instead of round to even)
    // but it's still here in case we change our minds.
    func div(t Time, d Duration) (qmod2 int, r Duration) {
    	neg := false
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 50.7K bytes
    - Viewed (0)
  9. tests/integration/ambient/baseline_test.go

    				{
    					ConfigFile:    "beta-mtls-off.yaml",
    					Namespace:     systemNM,
    					Include:       Always,
    					ExpectSuccess: Always,
    					ExpectMTLS:    Never,
    					// Without TLS we can't perform SNI routing required for multi-network
    					ExpectDestinations: SameNetwork,
    				},
    				{
    					ConfigFile:    "plaintext-to-permissive.yaml",
    					Namespace:     systemNM,
    					Include:       Always,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  10. pkg/workloadapi/workload.pb.go

    	// The `mode` determines how these routing preferences are handled
    	RoutingPreference []LoadBalancing_Scope `protobuf:"varint,1,rep,packed,name=routing_preference,json=routingPreference,proto3,enum=istio.workload.LoadBalancing_Scope" json:"routing_preference,omitempty"`
    	// mode defines how we should handle the routing preferences.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
Back to top