Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 3,650 for haxe (0.1 sec)

  1. platforms/software/platform-base/src/integTest/groovy/org/gradle/language/base/CustomComponentSourceSetIntegrationTest.groovy

                        tasks.create("validate") {
                            assert sources.haxe != null
                            assert sources.haxe.publicData == "public"
                            assert sources.haxe.internalData == "internal"
                        }
                    }
                }
                apply plugin: ValidateTaskRules
            """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 13.5K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/injected-services-should-have-service-scope-applied.txt

    Anže Sodja <******@****.***> 1717576978 +0200
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:43:33 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/text/language/tables.go

    	15:  {want: 0x71, have: 0x3e2, distance: 0xa, oneway: true},
    	16:  {want: 0x75, have: 0x139, distance: 0xa, oneway: true},
    	17:  {want: 0x82, have: 0x1be, distance: 0xa, oneway: true},
    	18:  {want: 0xa5, have: 0x139, distance: 0xa, oneway: true},
    	19:  {want: 0xb2, have: 0x15e, distance: 0xa, oneway: true},
    	20:  {want: 0xdd, have: 0x153, distance: 0xa, oneway: true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/helpers_test.go

    				},
    			},
    		},
    		{
    			name: "set new condition which doesn't have lastTransitionTime set",
    			crdCondition: []CustomResourceDefinitionCondition{
    				{
    					Type:               Established,
    					Status:             ConditionTrue,
    					Reason:             "Accepted",
    					Message:            "the initial names have been accepted",
    					LastTransitionTime: metav1.Date(2018, 1, 1, 0, 0, 0, 0, time.UTC),
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 17 19:08:05 UTC 2019
    - 15.4K bytes
    - Viewed (0)
  5. src/debug/macho/file_test.go

    					}
    				case *Dylib:
    					have := l
    					have.LoadBytes = nil
    					if !reflect.DeepEqual(have, want) {
    						t.Errorf("open %s, command %d:\n\thave %#v\n\twant %#v\n", tt.file, i, have, want)
    					}
    				case *Rpath:
    					have := l
    					have.LoadBytes = nil
    					if !reflect.DeepEqual(have, want) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 12.4K bytes
    - Viewed (0)
  6. src/net/net_windows_test.go

    					have = append(have, addr.IP.String())
    				}
    			case *IPAddr:
    				if addr.IP.To4() != nil {
    					have = append(have, addr.String())
    				}
    				if addr.IP.To16() != nil && addr.IP.To4() == nil {
    					// netsh does not output netmask for ipv6, so ignore ipv6 mask
    					have = append(have, addr.IP.String())
    				}
    			}
    		}
    		slices.Sort(have)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/text/language/match.go

    		}
    		// Check for match based on maximized tag.
    		for i := range h.haveTags {
    			have := h.haveTags[i]
    			best.update(have, w, max.ScriptID, max.RegionID, pin)
    			if best.conf == Exact {
    				for have.nextMax != 0 {
    					have = h.haveTags[have.nextMax]
    					best.update(have, w, max.ScriptID, max.RegionID, pin)
    				}
    				return best.have, best.want, best.conf
    			}
    		}
    	}
    	if best.conf <= No {
    		if len(want) != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  8. docs/en/docs/deployment/concepts.md

    In this case, it would be better to get **one extra server** and run some processes on it so that they all have **enough RAM and CPU time**.
    
    There's also the chance that for some reason you have a **spike** of usage of your API. Maybe it went viral, or maybe some other services or bots start using it. And you might want to have extra resources to be safe in those cases.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 02 22:37:31 UTC 2024
    - 18K bytes
    - Viewed (0)
  9. src/go/types/unify.go

    			return u.nify(x.elem, y.elem, emode, p)
    		}
    
    	case *Struct:
    		// Two struct types unify if they have the same sequence of fields,
    		// and if corresponding fields have the same names, their (field) types unify,
    		// and they have identical tags. Two embedded fields are considered to have the same
    		// name. Lower-case field names from different packages are always different.
    		if y, ok := y.(*Struct); ok {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:24:39 UTC 2024
    - 27.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apihelpers/helpers_test.go

    				},
    			},
    		},
    		{
    			name: "set new condition which doesn't have lastTransitionTime set",
    			crdCondition: []apiextensionsv1.CustomResourceDefinitionCondition{
    				{
    					Type:               apiextensionsv1.Established,
    					Status:             apiextensionsv1.ConditionTrue,
    					Reason:             "Accepted",
    					Message:            "the initial names have been accepted",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 03 16:49:27 UTC 2019
    - 20.3K bytes
    - Viewed (0)
Back to top