Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 33 for broken1 (0.13 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	5:  "trace/breakpoint trap",
    	6:  "aborted",
    	7:  "bus error",
    	8:  "floating point exception",
    	9:  "killed",
    	10: "user defined signal 1",
    	11: "segmentation fault",
    	12: "user defined signal 2",
    	13: "broken pipe",
    	14: "alarm clock",
    	15: "terminated",
    }
    
    const (
    	FILE_READ_DATA        = 0x00000001
    	FILE_READ_ATTRIBUTES  = 0x00000080
    	FILE_READ_EA          = 0x00000008
    	FILE_WRITE_DATA       = 0x00000002
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  2. src/cmd/go/internal/work/exec.go

    	// backslash is really an escape at all.
    	if quote != 0 {
    		return nil, errors.New("unterminated quoted string in pkgconf output")
    	}
    	if escaped {
    		return nil, errors.New("broken character escaping in pkgconf output")
    	}
    
    	if len(flag) > 0 || didQuote {
    		flags = append(flags, string(flag))
    	}
    	return flags, nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go

    	if err != nil {
    		t.Fatal(err)
    	}
    	s2, err := runtime.Decode(codec, wire)
    	if err != nil {
    		t.Fatal(err)
    	}
    	if !reflect.DeepEqual(s, s2) {
    		t.Fatalf("encode/decode broken:\n%#v\n%#v\n", s, s2)
    	}
    }
    
    func TestSimpleOptionsSetupRight(t *testing.T) {
    	s := &genericapitesting.SimpleGetOptions{}
    	wire, err := runtime.Encode(codec, s)
    	if err != nil {
    		t.Fatal(err)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:15:22 UTC 2023
    - 158.7K bytes
    - Viewed (0)
  4. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    bradesco
    
    // bridgestone : 2014-12-18 Bridgestone Corporation
    bridgestone
    
    // broadway : 2014-12-22 Celebrate Broadway, Inc.
    broadway
    
    // broker : 2014-12-11 Dog Beach, LLC
    broker
    
    // brother : 2015-01-29 Brother Industries, Ltd.
    brother
    
    // brussels : 2014-02-06 DNS.be vzw
    brussels
    
    // build : 2013-11-07 Plan Bee LLC
    build
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  5. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    being of an even thickness, appears all over of one uniform Colour, should be slit into Threads, or broken into Fragments, of the same thickness with the Plate; I see no reason why every Thread or Fragment should not keep its Colour, and by consequence why a heap of those Threads or Fragments should not constitute a Mass or Powder of the same Colour, which the Plate exhibited before it was broken. And the parts of all natural Bodies being like so many Fragments of a Plate, must on the same grounds...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  6. src/main/webapp/js/admin/bootstrap.min.js.map

       this._popper = new Popper(referenceElement, this._menu, this._getPopperConfig())\n    }\n\n    // If this is a touch-enabled device we add extra\n    // empty mouseover listeners to the body's immediate children;\n    // only needed because of broken event delegation on iOS\n    // https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html\n    if ('ontouchstart' in document.documentElement &&\n        $(parent).closest(Selector.NAVBAR_NAV).length === 0) {\n      $(document.body).c...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 185.8K bytes
    - Viewed (0)
  7. src/net/http/serve_test.go

    			return err
    		}
    		writeErr := make(chan error)
    		go func() {
    			_, err := conn.Write(req)
    			writeErr <- err
    		}()
    		defer func() {
    			conn.Close()
    			// Wait for write to finish. This is a broken pipe on both
    			// Darwin and Linux, but checking this isn't the point of
    			// the test.
    			<-writeErr
    		}()
    
    		br := bufio.NewReader(conn)
    		lineNum := 0
    		for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  8. src/main/webapp/js/bootstrap.min.js.map

       this._popper = new Popper(referenceElement, this._menu, this._getPopperConfig())\n    }\n\n    // If this is a touch-enabled device we add extra\n    // empty mouseover listeners to the body's immediate children;\n    // only needed because of broken event delegation on iOS\n    // https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html\n    if ('ontouchstart' in document.documentElement &&\n        $(parent).closest(Selector.NAVBAR_NAV).length === 0) {\n      $(document.body).c...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Jan 11 06:54:28 UTC 2020
    - 189.9K bytes
    - Viewed (0)
  9. pkg/printers/internalversion/printers.go

    		{Name: "Age", Type: "string", Description: metav1.ObjectMeta{}.SwaggerDoc()["creationTimestamp"]},
    		{Name: "MissingPL", Type: "string", Description: "references a broken or non-existent PriorityLevelConfiguration"},
    	}
    	_ = h.TableHandler(flowSchemaColumnDefinitions, printFlowSchema)
    	_ = h.TableHandler(flowSchemaColumnDefinitions, printFlowSchemaList)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  10. cmd/object-handlers.go

    		scheduleReplication(ctx, objInfo, objectAPI, dsc, replication.ObjectReplicationType)
    	}
    
    	setPutObjHeaders(w, objInfo, false, r.Header)
    	// We must not use the http.Header().Set method here because some (broken)
    	// clients expect the x-amz-copy-source-version-id header key to be literally
    	// "x-amz-copy-source-version-id"- not in canonicalized form, preserve it.
    	if srcOpts.VersionID != "" {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
Back to top