- Sort Score
- Num 10 results
- Language All
Results 71 - 80 of 1,065 for sergey (0.04 seconds)
-
impl/maven-core/src/test/resources-project-builder/build-extension-inheritance/sub/pom.xml
<version>0.1</version> </parent> <artifactId>child</artifactId> <name>Maven Integration Test :: MNG-3899</name> <description> Test that build extensions are properly merged during inheritance. </description> <build> <!-- project extensions should precede inherited extensions --> <extensions> <extension> <groupId>org.apache.maven.its.mng3899</groupId>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.3K bytes - Click Count (0) -
src/archive/tar/reader.go
} } return hdr, err } func (tr *Reader) next() (*Header, error) { var paxHdrs map[string]string var gnuLongName, gnuLongLink string // Externally, Next iterates through the tar archive as if it is a series of // files. Internally, the tar format often uses fake "files" to add meta // data that describes the next file. These meta data "files" should not // normally be visible to the outside. As such, this loop iterates through
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) -
cmd/lock-rest-server-common.go
Klaus Post <******@****.***> 1700528975 -0800
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Nov 21 01:09:35 GMT 2023 - 973 bytes - Click Count (0) -
cmd/erasure-server-pool-rebalance.go
Klaus Post <******@****.***> 1759093161 +0200
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 28.7K bytes - Click Count (0) -
cmd/erasure-server-pool-rebalance_gen_test.go
Klaus Post <******@****.***> 1759093161 +0200
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 11K bytes - Click Count (0) -
impl/maven-core/src/test/projects/plugin-manager/project-with-plugin-classpath-ordering/sub/pom.xml
<version>0.1</version> </parent> <artifactId>child</artifactId> <name>Maven Integration Test :: MNG-3906</name> <description> Test that project-level plugin dependencies are properly merged during inheritance. </description> <build> <plugins> <plugin> <groupId>org.apache.maven.its.plugins</groupId> <artifactId>maven-it-plugin-class-loader</artifactId>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/general/ApiAdminGeneralAction.java
return asJson(new ApiConfigResponse().setting(form).status(Status.OK).result()); } // PUT /api/admin/general /** * Updates the general system settings. * Merges the provided settings with existing configuration and applies changes. * * @param body the general settings data to update * @return JSON response with update status */ @Execute
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 3.7K bytes - Click Count (0) -
cmd/xl-storage-format-v2.go
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 65.6K bytes - Click Count (1) -
fastapi/openapi/docs.py
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 21:25:59 GMT 2025 - 10.1K bytes - Click Count (0) -
internal/grid/connection.go
return } continue } // Merge entries and send queue = append(queue, toSend) if debugPrint { fmt.Println("Merging", len(queue), "messages") } merged = merged[:0] m := message{Op: OpMerged, Seq: uint32(len(queue))} var err error merged, err = m.MarshalMsg(merged) if err != nil { gridLogIf(ctx, fmt.Errorf("msg.MarshalMsg: %w", err))
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 46.9K bytes - Click Count (0)