Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Extract (0.08 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         */
        String getCrawlerMetadataNameMapping();
    
        /**
         * Get the value for the key 'crawler.document.html.content.xpath'. <br>
         * The value is, e.g. //BODY <br>
         * comment: XPath to extract main content from HTML documents.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getCrawlerDocumentHtmlContentXpath();
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
  2. lib/fips140/v1.0.0.zip

    label...) hkdfLabel = append(hkdfLabel, byte(len(context))) hkdfLabel = append(hkdfLabel, context...) return hkdf.Expand(hash, secret, string(hkdfLabel), length) } func extract[H fips140.Hash](hash func() H, newSecret, currentSecret []byte) []byte { if newSecret == nil { newSecret = make([]byte, hash().Size()) } return hkdf.Extract(hash, newSecret, currentSecret) } func deriveSecret[H fips140.Hash](hash func() H, secret []byte, label string, transcript fips140.Hash) []byte { if transcript == nil {...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  3. RELEASE.md

            previously saved dataset.
        *   Add `.element_spec` property to `tf.data.DatasetSpec` to access the
            inner spec. This can be used to extract the structure of nested
            datasets.
        *   Add `tf.data.experimental.AutoShardingPolicy.HINT` which can be used to
            provide hints to tf.distribute-based auto-sharding as to where in the
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
  4. docs/en/docs/release-notes.md

    ## 0.74.1
    
    ### Features
    
    * ✨ Include route in scope to allow middleware and other tools to extract its information. PR [#4603](https://github.com/tiangolo/fastapi/pull/4603) by [@tiangolo](https://github.com/tiangolo).
    
    ## 0.74.0
    
    ### Breaking Changes
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	FXSAVE (BX)                             // 0fae03
    	FXSAVE (R11)                            // 410fae03
    	FXSAVE64 (BX)                           // 480fae03
    	FXSAVE64 (R11)                          // 490fae03
    	FXTRACT                                 // d9f4
    	FYL2X                                   // d9f1
    	FYL2XP1                                 // d9f9
    	HADDPD (BX), X2                         // 660f7c13
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (1)
Back to top