- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for newDom (0.06 seconds)
-
android/guava/src/com/google/common/collect/TreeMultiset.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 13:11:08 GMT 2026 - 34K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/llm/RelevanceEvaluationResultTest.java
List<Integer> indexes = Arrays.asList(1, 2); RelevanceEvaluationResult result = RelevanceEvaluationResult.withRelevantDocs(docIds, indexes); try { result.getRelevantDocIds().add("newDoc"); fail("DocIds list should be immutable"); } catch (UnsupportedOperationException e) { // Expected } } @Test public void test_indexesAreImmutable() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 01 08:11:18 GMT 2026 - 7.7K bytes - Click Count (0) -
api/go1.26.txt
pkg crypto/hpke, func NewHybridPublicKey(crypto.Encapsulator, *ecdh.PublicKey) (PublicKey, error) #75300 pkg crypto/hpke, func NewKDF(uint16) (KDF, error) #75300 pkg crypto/hpke, func NewKEM(uint16) (KEM, error) #75300 pkg crypto/hpke, func NewMLKEMPrivateKey(crypto.Decapsulator) (PrivateKey, error) #75300 pkg crypto/hpke, func NewMLKEMPublicKey(crypto.Encapsulator) (PublicKey, error) #75300
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Dec 11 19:57:52 GMT 2025 - 11.5K bytes - Click Count (0) -
tests/migrate_test.go
t.Fatalf("delete auto_increment_struct fail, err: %v", err) } newRow := &AutoIncrementStruct{} if err := DB.Create(newRow).Error; err != nil { t.Fatalf("create auto_increment_struct fail, err: %v", err) } AssertEqual(t, newRow.ID, lastID+1) } // https://github.com/go-gorm/gorm/issues/5320 func TestPrimarykeyID(t *testing.T) {
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Sat Mar 21 11:49:01 GMT 2026 - 66.3K bytes - Click Count (0) -
lib/fips140/v1.26.0.zip
gcmPlatformData } func New(cipher *aes.Block, nonceSize, tagSize int) (*GCM, error) { // This function is outlined to let the allocation happen on the parent stack. return newGCM(&GCM{}, cipher, nonceSize, tagSize) } // newGCM is marked go:noinline to avoid it inlining into New, and making New // too complex to inline itself. // //go:noinline func newGCM(g *GCM, cipher *aes.Block, nonceSize, tagSize int) (*GCM, error) { if tagSize < gcmMinimumTagSize || tagSize > gcmBlockSize { return nil, errors.New("cipher:...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:32 GMT 2026 - 660.3K bytes - Click Count (0)