- Sort Score
- Result 10 results
- Languages All
Results 141 - 150 of 218 for 25 (0.01 sec)
-
src/test/java/jcifs/internal/dtyp/SecurityDescriptorTest.java
testBuffer[21] = 0x03; // sub-authority count testBuffer[22] = 0x00; // identifier authority testBuffer[23] = 0x00; testBuffer[24] = 0x00; testBuffer[25] = 0x00; testBuffer[26] = 0x00; testBuffer[27] = 0x05; SMBUtil.writeInt4(21, testBuffer, 28); // sub-authority 1 SMBUtil.writeInt4(1000, testBuffer, 32); // sub-authority 2
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.6K bytes - Viewed (0) -
cmd/batch-rotate.go
batchKeyRotateVersionV1 = 1 batchKeyRotateVersion = batchKeyRotateVersionV1 batchKeyRotateAPIVersion = "v1" batchKeyRotateJobDefaultRetries = 3 batchKeyRotateJobDefaultRetryDelay = 25 * time.Millisecond ) // Start the batch key rottion job, resumes if there was a pending job via "job.ID" func (r *BatchJobKeyRotateV1) Start(ctx context.Context, api ObjectLayer, job BatchJobRequest) error {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 14.7K bytes - Viewed (0) -
.github/workflows/build.yml
- name: Setup Gradle uses: gradle/actions/setup-gradle@v5 - name: Run Tests run: ./gradlew test allTests -Dtest.java.version=25 testwindows: runs-on: windows-latest steps: - name: Checkout uses: actions/checkout@v6 - name: Configure JDK uses: actions/setup-java@v5 with:Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Dec 12 04:49:37 UTC 2025 - 18.6K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/RobotsTxtHelperTest.java
assertEquals(0, robotsTxt.getCrawlDelay("TestBot")); } public void testParse_floatingPointCrawlDelay() { String robotsTxtContent = "User-agent: TestBot\n" + "Crawl-delay: 2.5\n" + "Disallow: /test/\n"; RobotsTxt robotsTxt; final InputStream in = new java.io.ByteArrayInputStream(robotsTxtContent.getBytes()); try { robotsTxt = robotsTxtHelper.parse(in);
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 20.6K bytes - Viewed (0) -
cmd/signature-v4-utils_test.go
t.Fatalf("Expected the APIErrorCode to %d, but got %d", ErrUnsignedHeaders, errCode) } // case where the list of signed headers doesn't contain the host field. signedHeaders = signedHeaders[2:5] // expected to fail with `ErrUnsignedHeaders`. _, errCode = extractSignedHeaders(signedHeaders, r) if errCode != ErrUnsignedHeaders { t.Fatalf("Expected the APIErrorCode to %d, but got %d", ErrUnsignedHeaders, errCode)
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Apr 09 14:28:39 UTC 2025 - 14.3K bytes - Viewed (0) -
docs/pt/docs/tutorial/sql-databases.md
Então, criamos uma dependência `Annotated` chamada `SessionDep` para simplificar o restante do código que usará essa dependência. {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[25:30] hl[25:27,30] *} ### Criar Tabelas de Banco de Dados na Inicialização { #create-database-tables-on-startup } Vamos criar as tabelas do banco de dados quando o aplicativo for iniciado.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 20:32:40 UTC 2025 - 16.9K bytes - Viewed (0) -
cmd/bucket-metadata-sys.go
bucketMetas := make([]BucketMetadata, len(buckets)) for index := range buckets { g.Go(func() error { // Sleep and stagger to avoid blocked CPU and thundering // herd upon start up sequence. time.Sleep(25*time.Millisecond + time.Duration(rand.Int63n(int64(100*time.Millisecond)))) _, _ = sys.objAPI.HealBucket(ctx, buckets[index], madmin.HealOpts{Recreate: true}) meta, err := loadBucketMetadata(ctx, sys.objAPI, buckets[index])
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 20.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.35.md
- github.com/tidwall/match: [v1.1.1](https://github.com/tidwall/match/tree/v1.1.1) - github.com/tidwall/pretty: [v1.2.1](https://github.com/tidwall/pretty/tree/v1.2.1) - github.com/tidwall/sjson: [v1.2.5](https://github.com/tidwall/sjson/tree/v1.2.5) - go.uber.org/automaxprocs: v1.6.0 - golang.org/x/tools/go/expect: v0.1.1-deprecated - golang.org/x/tools/go/packages/packagestest: v0.1.1-deprecated ### Changed
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Wed Dec 17 13:01:55 UTC 2025 - 228.5K bytes - Viewed (0) -
api/go1.6.txt
pkg debug/elf, const R_MIPS_HIGHER = 28 pkg debug/elf, const R_MIPS_HIGHER R_MIPS pkg debug/elf, const R_MIPS_HIGHEST = 29 pkg debug/elf, const R_MIPS_HIGHEST R_MIPS pkg debug/elf, const R_MIPS_INSERT_A = 25 pkg debug/elf, const R_MIPS_INSERT_A R_MIPS pkg debug/elf, const R_MIPS_INSERT_B = 26 pkg debug/elf, const R_MIPS_INSERT_B R_MIPS pkg debug/elf, const R_MIPS_JALR = 37 pkg debug/elf, const R_MIPS_JALR R_MIPS
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Jan 13 23:40:13 UTC 2016 - 12.9K bytes - Viewed (0) -
internal/s3select/select_test.go
wantResult: `{"_1":0.15}`, }, { name: "arithmetic_integer_float_operand", query: `SELECT 3.0 / 2, 5 / 2.0 FROM S3Object LIMIT 1`, wantResult: `{"_1":1.5,"_2":2.5}`, }, { name: "limit-1", query: `SELECT * FROM S3Object[*].elements[*] LIMIT 1`, requestXML: []byte(` <?xml version="1.0" encoding="UTF-8"?> <SelectObjectContentRequest>Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 76.1K bytes - Viewed (0)