Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for 27 (0.01 sec)

  1. src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vbmi2.s

    	VPSHRDW $27, X11, X17, K1, X22                     // 62c3f50172f31b
    	VPSHRDW $27, X0, X17, K1, X22                      // 62e3f50172f01b
    	VPSHRDW $27, (BX), X17, K1, X22                    // 62e3f50172331b
    	VPSHRDW $27, -17(BP)(SI*1), X17, K1, X22           // 62e3f50172b435efffffff1b
    	VPSHRDW $27, X15, X7, K1, X22                      // 62c3c50972f71b
    	VPSHRDW $27, X11, X7, K1, X22                      // 62c3c50972f31b
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 97.1K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/bootstrap.min.js

    ataApiKeydownHandler=function(e){if(!(/input|textarea/i.test(e.target.tagName)?32===e.which||27!==e.which&&(40!==e.which&&38!==e.which||o.default(e.target).closest(ot).length):!Y.test(e.which))&&!this.disabled&&!o.default(this).hasClass($)){var n=t._getParentFromElement(this),i=o.default(n).hasClass(J);if(i||27!==e.which){if(e.preventDefault(),e.stopPropagation(),!i||27===e.which||32===e.which)return 27===e.which&&o.default(n.querySelector(it)).trigger("focus"),void o.default(this).trigger("click");var...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 61.1K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb/SmbTransportImpl.java

                    final SmbComReadAndXResponse r = (SmbComReadAndXResponse) resp;
                    int off = SMB1_HEADER_LENGTH;
                    /* WordCount thru dataOffset always 27 */
                    readn(this.in, buffer, 4 + off, 27);
                    off += 27;
                    resp.decode(buffer, 4);
                    /* EMC can send pad w/o data */
                    final int pad = r.getDataOffset() - off;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 69.8K bytes
    - Viewed (0)
  4. cmd/object-api-multipart_test.go

    				},
    				{
    					Object:   objectNames[4],
    					UploadID: uploadIDs[8],
    				},
    				{
    					Object:   objectNames[5],
    					UploadID: uploadIDs[9],
    				},
    			},
    		},
    		// listMultipartResults - 27.
    		//  listing with `prefix` "min".
    		{
    			MaxUploads:  100,
    			IsTruncated: false,
    			Prefix:      "min",
    			Uploads: []MultipartInfo{
    				{
    					Object:   objectNames[0],
    					UploadID: uploadIDs[4],
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 89.4K bytes
    - Viewed (0)
  5. cmd/object-api-listobjects_test.go

    		26: {
    			IsTruncated: false,
    			Objects: []ObjectInfo{
    				{Name: "newPrefix0"},
    				{Name: "newPrefix1"},
    			},
    			Prefixes: []string{"newzen/"},
    		},
    		// ListObjectsResult-27.
    		// Prefix is set to "Asia/India/" in the testCase, and delimiter is set to forward slash '/' (testCase 59).
    		27: {
    			IsTruncated: false,
    			Objects: []ObjectInfo{
    				{Name: "Asia/India/India-summer-photos-1"},
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 76.1K bytes
    - Viewed (0)
  6. docs/en/data/translation_reviewers.yml

      url: https://github.com/dpinezich
    maoyibo:
      login: maoyibo
      count: 27
      avatarUrl: https://avatars.githubusercontent.com/u/7887703?v=4
      url: https://github.com/maoyibo
    0417taehyun:
      login: 0417taehyun
      count: 27
      avatarUrl: https://avatars.githubusercontent.com/u/63915557?u=47debaa860fd52c9b98c97ef357ddcec3b3fb399&v=4
      url: https://github.com/0417taehyun
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 08:58:29 UTC 2025
    - 65.1K bytes
    - Viewed (0)
  7. src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js

                if ((e.keyCode === 9) || (e.keyCode === 13)) {
                    this.hide();
                }
    
                //hide on esc and prevent propagation
                if (e.keyCode === 27) {
                    e.preventDefault();
                    e.stopPropagation();
    
                    this.hide();
                }
            },
    
            updateElement: function() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 64.8K bytes
    - Viewed (0)
  8. cmd/object-api-datatypes_gen.go

    		}
    	}
    	s += 9 + msgp.StringPrefixSize + len(z.UserTags) + 6 + msgp.ArrayHeaderSize
    	for za0003 := range z.Parts {
    		s += z.Parts[za0003].Msgsize()
    	}
    	s += 8 + msgp.TimeSize + 7 + msgp.BoolSize + 27 + msgp.StringPrefixSize + len(z.VersionPurgeStatusInternal) + 19 + z.VersionPurgeStatus.Msgsize() + 12 + msgp.IntSize + 17 + msgp.TimeSize + 9 + msgp.BytesPrefixSize + len(z.Checksum) + 8 + msgp.BoolSize + 11 + msgp.IntSize + 13 + msgp.IntSize
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Mon Jan 20 14:49:07 UTC 2025
    - 71.9K bytes
    - Viewed (0)
  9. cmd/bucket-replication-utils_gen.go

    func (z *ReplicationState) Msgsize() (s int) {
    	s = 1 + 17 + msgp.TimeSize + 14 + z.ReplicaStatus.Msgsize() + 13 + msgp.BoolSize + 21 + msgp.TimeSize + 26 + msgp.StringPrefixSize + len(z.ReplicationStatusInternal) + 27 + msgp.StringPrefixSize + len(z.VersionPurgeStatusInternal) + 21 + msgp.StringPrefixSize + len(z.ReplicateDecisionStr) + 8 + msgp.MapHeaderSize
    	if z.Targets != nil {
    		for za0001, za0002 := range z.Targets {
    			_ = za0002
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu Apr 03 06:45:06 UTC 2025
    - 59.8K bytes
    - Viewed (0)
  10. src/bufio/bufio_test.go

    			n:            26,
    			want:         26,
    			wantBuffered: 0,
    		},
    		{
    			name:         "discard more than end",
    			r:            strings.NewReader("abcdefghijklmnopqrstuvwxyz"),
    			n:            27,
    			want:         26,
    			wantErr:      io.EOF,
    			wantBuffered: 0,
    		},
    		// Any error from filling shouldn't show up until we
    		// get past the valid bytes. Here we return 5 valid bytes at the same time
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 07 01:08:54 UTC 2025
    - 51.6K bytes
    - Viewed (0)
Back to top