- Sort Score
- Result 10 results
- Languages All
Results 1011 - 1020 of 1,027 for effect (0.09 sec)
-
src/main/java/jcifs/smb1/smb1/SmbFile.java
* <tr><td width="20%"><code>smb1://angus/</code></td><td> * This references only a server. The behavior of some methods is different * in this context(e.g. you cannot <code>delete</code> a server) however * as you might expect the <code>list</code> method will list the available * shares on this server. * </td></tr> * * <tr><td width="20%"><code>smb1://myworkgroup/</code></td><td>
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Mar 13 12:00:57 UTC 2023 - 107.9K bytes - Viewed (0) -
cmd/erasure-server-pool.go
allBuckets, err := z.ListBuckets(ctx, BucketOptions{}) if err != nil { return err } if len(allBuckets) == 0 { updates <- DataUsageInfo{} // no buckets found update data usage to reflect latest state return nil } totalResults := 0 resultIndex := -1 for _, z := range z.serverPools { totalResults += len(z.sets) } results = make([]dataUsageCache, totalResults)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Sep 29 22:40:36 UTC 2024 - 89.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
/* * Unless key returned is null or invalid Transport.loop() always * calls doRecv() after and no one else but the transport thread * should call doRecv(). Therefore it is ok to expect that the data * in sbuf will be preserved for copying into BUF in doRecv(). */ return (long) Encdec.dec_uint16le(this.sbuf, 34) & 0xFFFF; } @Override
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Wed Jan 18 23:47:00 UTC 2023 - 67K bytes - Viewed (0) -
fess-crawler-lasta/src/main/resources/crawler/extractor.xml
"text/x-csharp", "text/x-cobol", "text/x-coldfusion", "text/x-common-lisp", "text/x-diff", "text/x-eiffel", "text/x-emacs-lisp", "text/x-erlang", "text/x-expect", "text/x-forth", "text/x-fortran", "text/x-go", "text/x-groovy", "text/x-haskell", "text/x-idl", "text/x-ini", "text/x-java-source", "text/x-jsp",
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Sat Aug 01 21:40:30 UTC 2020 - 49K bytes - Viewed (0) -
cmd/bucket-handlers.go
return } etag := getDecryptedETag(formValues, objInfo, false) // We must not use the http.Header().Set method here because some (broken) // clients expect the ETag header key to be literally "ETag" - not "Etag" (case-sensitive). // Therefore, we have to set the ETag directly as map entry. w.Header()[xhttp.ETag] = []string{`"` + etag + `"`}
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 12 12:24:04 UTC 2024 - 63.4K bytes - Viewed (0) -
guava/src/com/google/common/cache/LocalCache.java
* concurrently readable hash table. The map supports non-blocking reads and concurrent writes * across different segments. * * If a maximum size is specified, a best-effort bounding is performed per segment, using a * page-replacement algorithm to determine which entries to evict when the capacity has been * exceeded. *
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 19:07:49 UTC 2024 - 149.2K bytes - Viewed (0) -
api/go1.1.txt
pkg reflect, const Int8 = 3 pkg reflect, const Interface = 20 pkg reflect, const Invalid = 0 pkg reflect, const Map = 21 pkg reflect, const Ptr = 22 pkg reflect, const RecvDir = 1 pkg reflect, const SelectDefault = 3 pkg reflect, const SelectDefault SelectDir pkg reflect, const SelectRecv = 2 pkg reflect, const SelectRecv SelectDir pkg reflect, const SelectSend = 1
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
cmd/xl-storage_test.go
} disk.MakeVol(context.Background(), volume) if _, err := disk.readMetadata(context.Background(), pathJoin(tmpDir, volume, object)); err != errFileNameTooLong { t.Fatalf("Unexpected error from readMetadata - expect %v: got %v", errFileNameTooLong, err) }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Aug 14 17:11:51 UTC 2024 - 66.7K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
* <td width="20%"><code>smb://angus/</code></td> * <td> * This references only a server. The behavior of some methods is different * in this context(e.g. you cannot <code>delete</code> a server) however * as you might expect the <code>list</code> method will list the available * shares on this server. * </td> * </tr> * * <tr> * <td width="20%"><code>smb://angus.foo.net/d/jcifs/pipes.doc</code></td> * <td>
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu May 23 01:50:13 UTC 2024 - 82.3K bytes - Viewed (0) -
docs/en/docs/release-notes.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Nov 01 11:25:57 UTC 2024 - 460.3K bytes - Viewed (0)