- Sort Score
- Num 10 results
- Language All
Results 421 - 430 of 449 for 30 (0.02 seconds)
-
src/cmd/asm/internal/asm/testdata/riscv64validation.s
CLD 24(X10), F11 // ERROR "expected integer prime register in rd position" CLD 24(X5), X11 // ERROR "expected integer prime register in rs1 position" CLD -1(X10), X11 // ERROR "must be in range [0, 255]" CLD 30(X10), X11 // ERROR "must be a multiple of 8" CLD 256(X10), X11 // ERROR "must be in range [0, 255]" CFLD 32(X10), X11 // ERROR "expected float prime register in rd position"
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Nov 13 12:17:37 GMT 2025 - 42.1K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/project/MavenProject.java
* project. In spite of the 'throws' declaration on this API, this method has never thrown an exception since Maven * 3.0.x. Historically, it logged and ignored a second addition of the same g/a/v/c/t. Now it replaces the file for * the artifact, so that plugins (e.g. shade) can change the pathname of the file for a particular set of
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Aug 29 12:47:20 GMT 2025 - 67K bytes - Click Count (0) -
android/guava/src/com/google/common/net/MediaType.java
* EPUB is the distribution and interchange format standard for digital publications and * documents. This media type is defined in the <a * href="http://www.idpf.org/epub/30/spec/epub30-ocf.html">EPUB Open Container Format</a> * specification. * * @since 15.0 */ public static final MediaType EPUB = createConstant(APPLICATION_TYPE, "epub+zip");
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Oct 02 01:46:40 GMT 2025 - 48K bytes - Click Count (0) -
cmd/peer-rest-server.go
if err != nil { return np, grid.NewRemoteErr(err) } subSys := vars.Get(peerRESTSubSys) // Apply dynamic values. ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second) defer cancel() if subSys == "" { err = applyDynamicConfig(ctx, objAPI, srvCfg) } else { err = applyDynamicConfigForSubSys(ctx, objAPI, srvCfg, subSys) } if err != nil {Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 53.6K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/loong64enc1.s
VSLLH $10, V1 // 21682c73 VSLLW $0, V1, V2 // 22802c73 VSLLW $31, V1, V2 // 22fc2c73 VSLLW $11, V1 // 21ac2c73 VSLLV $0, V1, V2 // 22002d73 VSLLV $63, V1, V2 // 22fc2d73 VSLLV $30, V1 // 21782d73 VSRLB $0, V1, V2 // 22203073 VSRLB $7, V1, V2 // 223c3073 VSRLB $4, V1 // 21303073 VSRLH $0, V1, V2 // 22403073 VSRLH $15, V1, V2 // 227c3073 VSRLH $9, V1 // 21643073
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Nov 27 00:46:52 GMT 2025 - 44.5K bytes - Click Count (0) -
src/archive/tar/reader_test.go
ok bool }{ {"", nil, true}, {"6 k=1\n", map[string]string{"k": "1"}, true}, {"10 a=name\n", map[string]string{"a": "name"}, true}, {"9 a=name\n", map[string]string{"a": "name"}, true}, {"30 mtime=1350244992.023960108\n", map[string]string{"mtime": "1350244992.023960108"}, true}, {"3 somelongkey=\n", nil, false}, {"50 tooshort=\n", nil, false}, {"13 key1=haha\n13 key2=nana\n13 key3=kaka\n",Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Dec 15 16:34:13 GMT 2025 - 47.5K bytes - Click Count (0) -
internal/s3select/select_test.go
wantResult: `{"id":2,"title":"Second Record","desc":"another text","numbers":[2,3,4]}`, }, { name: "select-in-number-float-in-sql", query: `SELECT * from s3object s WHERE 3.0 in s.numbers[*]`, wantResult: `{"id":2,"title":"Second Record","desc":"another text","numbers":[2,3,4]}`, }, { name: "select-in-list-match",Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 76.1K bytes - Click Count (0) -
android/guava/src/com/google/common/net/InetAddresses.java
public static boolean isTeredoAddress(Inet6Address ip) { byte[] bytes = ip.getAddress(); return (bytes[0] == (byte) 0x20) && (bytes[1] == (byte) 0x01) && (bytes[2] == 0) && (bytes[3] == 0); } /** * Returns the Teredo information embedded in a Teredo address. * * @param ip {@link Inet6Address} to be examined for embedded Teredo information * @return extracted {@code TeredoInfo}
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Wed Feb 19 21:24:11 GMT 2025 - 47.4K bytes - Click Count (0) -
tests/migrate_test.go
} ) checkField(&UniqueStruct1{}, "name", false, "") checkField(&UniqueStruct2{}, "name", false, "") type ( // unique UniqueStruct3 struct { Name string `gorm:"size:30;unique"` } UniqueStruct4 struct { Name string `gorm:"size:40;unique"` } ) checkField(&UniqueStruct3{}, "name", true, "") checkField(&UniqueStruct4{}, "name", true, "")
Created: Sun Dec 28 09:35:17 GMT 2025 - Last Modified: Wed Aug 20 04:51:17 GMT 2025 - 65.2K bytes - Click Count (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const EPROTOTYPE = 41 pkg syscall (netbsd-arm64-cgo), const ERANGE = 34 pkg syscall (netbsd-arm64-cgo), const EREMOTE = 71 pkg syscall (netbsd-arm64-cgo), const EROFS = 30 pkg syscall (netbsd-arm64-cgo), const ERPCMISMATCH = 73 pkg syscall (netbsd-arm64-cgo), const ERPCMISMATCH Errno pkg syscall (netbsd-arm64-cgo), const ESHUTDOWN = 58 pkg syscall (netbsd-arm64-cgo), const ESOCKTNOSUPPORT = 44
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Aug 08 18:44:16 GMT 2019 - 452.6K bytes - Click Count (0)