- Sort Score
- Num 10 results
- Language All
Results 191 - 200 of 303 for Angular (0.25 seconds)
-
internal/bucket/lifecycle/lifecycle.go
// DelMarkerDeleteAllVersionsAction deletes all versions when an object with delete marker as latest version expires DelMarkerDeleteAllVersionsAction // ActionCount must be the last action and shouldn't be used as a regular action. ActionCount ) // DeleteRestored - Returns true if action demands delete on restored objects func (a Action) DeleteRestored() bool { return a == DeleteRestoredAction || a == DeleteRestoredVersionAction }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Apr 03 06:45:06 GMT 2025 - 18.2K bytes - Click Count (0) -
src/archive/tar/reader.go
gnuLongLink = p.parseString(realname) } continue // This is a meta header affecting the next header default: // The old GNU sparse format is handled here since it is technically // just a regular file with additional attributes. if err := mergePAX(hdr, paxHdrs); err != nil { return nil, err } if gnuLongName != "" { hdr.Name = gnuLongName } if gnuLongLink != "" {
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Oct 07 19:46:36 GMT 2025 - 26.9K bytes - Click Count (0) -
docs/en/docs/tutorial/first-steps.md
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 12.8K bytes - Click Count (0) -
src/test/java/jcifs/netbios/NbtAddressTest.java
// Test unwrap for truly incompatible type assertNull(nbtAddress.unwrap(UniAddress.class)); } @Test void testFirstCalledName_RegularHostName() { // Test firstCalledName with a regular hostname mockName = new Name(mockConfig, "MYSERVER", 0x20, null); NbtAddress nbtAddress = new NbtAddress(mockName, testAddressInt, false, NbtAddress.H_NODE);Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 20.4K bytes - Click Count (0) -
internal/grid/types.go
if j.val == nil { return msgp.NilSize } sz := msgp.ArrayHeaderSize for _, v := range j.val { sz += v.Msgsize() } return sz } // Value returns the underlying value. // Regular append mechanics should be observed. // If no value has been set yet, a new array is created. func (j *Array[T]) Value() []T { if j.val == nil { j.val = j.p.newA(10) } return j.val }Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 15.5K bytes - Click Count (0) -
src/main/resources/fess_label.properties
labels.name=Name labels.numOfThread=Number of Threads labels.duplicateHostName=Duplicate Host Name labels.pageNumber=Page Number labels.password=Password labels.paths=Paths labels.port=Port labels.regex=Regex labels.regularName=Regular Name labels.replacement=Replacement labels.sessionId=Session ID labels.sortOrder=Sort Order labels.updatedBy=Updated By labels.updatedTime=Updated Time labels.urls=URLs labels.userAgent=User Agent
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Dec 13 02:21:17 GMT 2025 - 44K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java
} finally { EntityUtils.consumeQuietly(httpEntity); } } /** * Converts a robots.txt pattern to a regular expression. * * @param path The robots.txt pattern to convert * @return The equivalent regular expression */ protected String convertRobotsTxtPatternToRegex(final String path) {Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Nov 23 12:19:14 GMT 2025 - 53.7K bytes - Click Count (0) -
docs/ja/docs/tutorial/body.md
`Optional[str]` の`Optional` はFastAPIでは使用されていません(FastAPIは`str`の部分のみ使用します)。しかし、`Optional[str]` はエディタがコードのエラーを見つけるのを助けてくれます。 /// ## Pydanticを使わない方法
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Jul 26 10:48:11 GMT 2025 - 7.8K bytes - Click Count (0) -
cmd/peer-s3-client.go
// these could be stale buckets lying around, queue a heal // of such a bucket. This is needed here as we identify such // buckets here while listing buckets. As part of regular // globalBucketMetadataSys.Init() call would get a valid // buckets only and not the quourum lost ones like this, so // explicit call for bktName, count := range bucketsMap { if count < quorum {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 15.6K bytes - Click Count (0) -
cmd/object-api-interface.go
CheckDMReplicationReady bool // Is delete marker ready to be replicated - set only during HEAD Tagging bool // Is only in GET/HEAD operations to return tagging metadata along with regular metadata and body. UserDefined map[string]string // only set in case of POST/PUT operations ObjectAttributes map[string]struct{} // Attribute tags defined by the users for the GetObjectAttributes request
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 17.5K bytes - Click Count (0)