- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 743 for 30 (0.03 seconds)
-
.github/stale.yml
# closeComment: > # Your comment here. # Limit the number of actions per hour, from 1-30. Default is 30 limitPerRun: 1 # Limit to only `issues` or `pulls` # only: issues # Optionally, specify configuration settings that are specific to just 'issues' or 'pulls': # pulls: # daysUntilStale: 30 # markComment: > # This pull request has been automatically marked as stale because it has not had
Created: 2026-04-05 19:28 - Last Modified: 2022-01-24 04:36 - 2K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/arm.s
MVN $0xff000000, R1 // MVN $4278190080, R1 // ff14e0e3 MVN R9<<30, R7 // 097fe0e1 MVN R9>>30, R7 // 297fe0e1 MVN R9->30, R7 // 497fe0e1 MVN R9@>30, R7 // 697fe0e1 MVN.S R9<<30, R7 // 097ff0e1 MVN.S R9>>30, R7 // 297ff0e1 MVN.S R9->30, R7 // 497ff0e1 MVN.S R9@>30, R7 // 697ff0e1 MVN R9<<R8, R7 // 1978e0e1 MVN R9>>R8, R7 // 3978e0e1
Created: 2026-04-07 11:13 - Last Modified: 2023-12-15 20:51 - 69K bytes - Click Count (0) -
src/test/java/jcifs/smb1/smb1/SmbComNtTransactionResponseTest.java
writeInt4(20, buffer, bufferIndex); bufferIndex += 4; // parameterCount = 5 writeInt4(5, buffer, bufferIndex); bufferIndex += 4; // parameterOffset = 30 writeInt4(30, buffer, bufferIndex); bufferIndex += 4; // parameterDisplacement = 0 writeInt4(0, buffer, bufferIndex); bufferIndex += 4; // dataCount = 15
Created: 2026-04-05 00:10 - Last Modified: 2025-08-14 05:31 - 5.6K bytes - Click Count (0) -
internal/config/drive/drive.go
cfg = Config{ MaxTimeout: 30 * time.Second, } if err = config.CheckValidKeys(config.DriveSubSys, kvs, DefaultKVS); err != nil { return cfg, err } // if not set. Get default value from environment d := env.Get(EnvMaxDriveTimeout, env.Get(EnvMaxDriveTimeoutLegacy, env.Get(EnvMaxDiskTimeoutLegacy, kvs.GetWithDefault(MaxTimeout, DefaultKVS)))) if d == "" { cfg.MaxTimeout = 30 * time.Second } else {Created: 2026-04-05 19:28 - Last Modified: 2024-11-11 14:51 - 3K bytes - Click Count (0) -
guava-tests/test/com/google/common/cache/CacheBuilderGwtTest.java
assertThat(cache.getIfPresent(2)).isEqualTo(20); assertThat(cache.getIfPresent(3)).isEqualTo(30); assertThat(cache.getIfPresent(4)).isEqualTo(40); assertThat(cache.getIfPresent(5)).isEqualTo(50); cache.put(1, 10); assertThat(cache.getIfPresent(1)).isEqualTo(10); assertThat(cache.getIfPresent(3)).isEqualTo(30); assertThat(cache.getIfPresent(4)).isEqualTo(40);
Created: 2026-04-03 12:43 - Last Modified: 2026-03-18 18:06 - 15K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/suggest/index/writer/SuggestIndexWriterTest.java
runner.refresh(); GetResponse getResponse = runner.client().prepareGet().setIndex(suggester.getIndex()).setId(item.getId()).get(TimeValue.timeValueSeconds(30)); assertTrue(getResponse.isExists()); } @Test public void test_writeItemsWithUpdate() throws Exception { String[][] readings = new String[1][];Created: 2026-04-17 09:08 - Last Modified: 2026-03-14 02:35 - 18.3K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/io/CountingInputStreamTest.java
assertEquals(20, counter.getCount()); } public void testReadArrayEOF() throws IOException { assertEquals(20, counter.read(new byte[30])); assertEquals(20, counter.getCount()); assertEquals(-1, counter.read(new byte[30])); assertEquals(20, counter.getCount()); } @SuppressWarnings("CheckReturnValue") // calling read() to skip a byte public void testMark() throws Exception {
Created: 2026-04-03 12:43 - Last Modified: 2024-12-19 18:03 - 3.5K bytes - Click Count (0) -
.github/workflows/invalid_question.yml
stale-issue-label: "status:stale" days-before-stale: 0 days-before-close: 30 remove-stale-when-updated: trueCreated: 2026-04-05 09:35 - Last Modified: 2026-03-21 11:51 - 1.2K bytes - Click Count (0) -
.github/workflows/missing_playground.yml
which is important to help others understand your issue effectively and make sure the issue hasn't been fixed on latest master, checkout [https://github.com/go-gorm/playground](https://github.com/go-gorm/playground) for details. it will be closed in 30 days if no further activity occurs. if you are asking question, please use the `Question` template, most likely your question already answered https://github.com/go-gorm/gorm/issues or described in the document https://gorm.io ✨ [Search Before Aski...
Created: 2026-04-05 09:35 - Last Modified: 2026-03-21 11:51 - 1.3K bytes - Click Count (0) -
src/main/webapp/js/admin/plugins/form-validator/sepa.js
01"],["IE",22,"U04F06F08"],["IL",23,"F03F03F13"],["IS",26,"F04F02F06F10"],["IT",27,"U01F05F05A12"],["KW",30,"U04A22"],["KZ",20,"F03A13"],["LB",28,"F04A20"],["LC",32,"U04F24"],["LI",21,"F05A12"],["LT",20,"F05F11"],["LU",20,"F03A13"],["LV",21,"U04A13"],["MC",27,"F05F05A11F02"],["MD",24,"U02A18"],["ME",22,"F03F13F02"],["MK",19,"F03A10F02"],["MR",27,"F05F05F11F02"],["MT",31,"U04F05A18"],["MU",30,"U04F02F02F12F03U03"],["NL",18,"U04F10"],["NO",15,"F04F06F01"],["PK",24,"U04A16"],["PL",28,"F08F16"],["PS...
Created: 2026-03-31 13:07 - Last Modified: 2018-01-01 05:12 - 3.4K bytes - Click Count (1)