- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 12 for preload (0.05 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/AbstractXmlExtractor.java
} /** * Returns the preload size for charset detection. * @return The preload size for charset detection. */ public int getPreloadSizeForCharset() { return preloadSizeForCharset; } /** * Sets the preload size for charset detection. * @param preloadSizeForCharset The preload size for charset detection to set. */Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 8.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/helper/SitemapsHelper.java
* @return the sitemap set */ public SitemapSet getSitemapSet() { return sitemapSet; } } /** * Sets the preload size for checking file format. * @param preloadSize the preload size in bytes */ public void setPreloadSize(final int preloadSize) { this.preloadSize = preloadSize; }Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 14.7K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/HtmlTransformer.java
} /** * Gets the preload size for charset detection. * * @return the preload size in bytes */ public int getPreloadSizeForCharset() { return preloadSizeForCharset; } /** * Sets the preload size for charset detection. * * @param preloadSizeForCharset the preload size in bytes to set */Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 28.5K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<match value="0x00000004" type="little32" offset="12"/> </match> </magic> </mime-type> <mime-type type="application/x-mach-o-preload"> <_comment>Mach-O preloaded executable</_comment> <magic priority="55"> <match value="0xFEEDFACE" type="string" offset="0"> <match value="0x00000005" type="big32" offset="12"/> </match>
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Mar 13 08:18:01 UTC 2025 - 320.1K bytes - Viewed (1) -
src/test/java/org/codelibs/opensearch/extension/analysis/SynonymLoader.java
} return false; } public SynonymMap getSynonymMap() { return synonymMap; } protected void createSynonymMap(final boolean reload) { try (Reader rulesReader = getReader(reload)) { if (rulesReader instanceof StringReader && ((StringReader) rulesReader).toString().length() == 0) { synonymMap = null; return; }Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Sun May 18 02:59:16 UTC 2025 - 6.7K bytes - Viewed (1) -
lib/fips140/v1.0.0.zip
ACCM.Q1 mulRound(B1) mulRound(B2) mulRound(B3) mulRound(B4) mulRound(B5) mulRound(B6) mulRound(B7) MOVD pTblSave, pTbl reduce() CMP $128, srcPtrLen BGE octetsLoop startSingles: CBZ srcPtrLen, done ADD $14*16, pTbl // Preload H and its Karatsuba precomp VLD1.P (pTbl), [T1.B16, T2.B16] // Preload AES round keys ADD $128, ks VLD1.P 48(ks), [K8.B16, K9.B16, K10.B16] VMOV K10.B16, KLAST.B16 TBZ $4, NR, singlesLoop VLD1.P 32(ks), [B1.B16, B2.B16] VMOV B2.B16, KLAST.B16 TBZ $3, NR, singlesLoop VLD1.P 32(ks),...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
.github/workflows/contributor-pr.yml
distribution: temurin java-version: 17 - id: determine-sys-prop-args uses: actions/github-script@v8 with: script: | if (context.payload.pull_request && context.payload.pull_request.head.repo.fork) { core.setOutput('sys-prop-args', '-DagreePublicBuildScanTermOfService=yes -Ddevelocity.edge.discovery=false -DcacheNode=us --scan') } else {Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Sep 04 22:13:34 UTC 2025 - 4.1K bytes - Viewed (0) -
.github/workflows/notify-on-rc-for-manual-test.yml
id: slack uses: slackapi/slack-github-action@v2.1.1 with: webhook: ${{ secrets.IDE_EXPERIENCE_TEAM_SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook payload: | text: "<https://github.com/gradle/gradle/${{ github.event.ref }}|[gradle/gradle#${{ github.event.ref }}]> has been pushed" blocks: - type: "section" text:Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Jul 09 22:17:17 UTC 2025 - 912 bytes - Viewed (0) -
.teamcity/README.md
- If the error says "Context Parameter 'Branch' missing", it's ok. Click into the error and add a context parameter `Branch` with value `myTestBranch`. Go back and it automatically reloads. - If there are any errors, read the error and fix your code. - IMPORTANT NOTE: if the first import fails, you have to select and apply `Synchronization disabled`, then repeat the step above.
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Mar 06 23:02:25 UTC 2024 - 4K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/loong64enc1.s
VFCLASSF V1, V2 // 22d49c72 VFCLASSD V1, V2 // 22d89c72 XVFCLASSF X1, X2 // 22d49c76 XVFCLASSD X1, X2 // 22d89c76 // PRELD{,X} instructions PRELD (R4), $0 // 8000c02a PRELD -1(R4), $8 // 88fcff2a PRELD 8(R4), $31 // 9f20c02a // [X]{VBITCLR/VBITSET/VBITREV}{B,H,W,V} instructions VBITCLRB V1, V2, V3 // 43040c71 VBITCLRH V1, V2, V3 // 43840c71Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Sep 04 19:24:25 UTC 2025 - 35.5K bytes - Viewed (0)