- Sort Score
- Num 10 results
- Language All
Results 831 - 840 of 7,303 for recur2 (0.1 seconds)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/logging/Slf4jLoggerManager.java
* <b>Warning</b>: ignored. */ @Override public void returnComponentLogger(String role, String hint) {} /** * <b>Warning</b>: ignored (always return <code>0</code>). */ @Override public int getThreshold() { return 0; } /** * <b>Warning</b>: ignored. */ @Override public void setThreshold(int threshold) {} /**
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Nov 08 08:49:11 GMT 2024 - 2.9K bytes - Click Count (0) -
internal/amztime/parse.go
} // ParseHeader parses http.TimeFormat with an acceptable // extension for http.TimeFormat - return time might be zero // if the timeStr is invalid. func ParseHeader(timeStr string) (time.Time, error) { for _, dateFormat := range httpTimeFormats { t, err := time.Parse(dateFormat, timeStr) if err == nil { return t, nil } } return time.Time{}, ErrMalformedDate } // ParseReplicationTS parse http.TimeFormat first
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Jan 18 07:03:17 GMT 2024 - 2.5K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/SettingsBuilderRequest.java
} public SettingsBuilderRequestBuilder interpolationSource(UnaryOperator<String> interpolationSource) { this.interpolationSource = interpolationSource; return this; } public SettingsBuilderRequest build() { return new DefaultSettingsBuilderRequest( session, trace,Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Feb 07 00:45:02 GMT 2025 - 9.4K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/ioctl/Smb2IoctlResponse.java
* @return the fileId */ public byte[] getFileId() { return this.fileId; } /** * Gets the decoded output data from the response. * * @return the outputData */ public Decodable getOutputData() { return this.outputData; } /** * Gets the length of the output data. * * @return the outputLength */Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 8.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/query/QueryCommand.java
* Gets the query field configuration. * @return The query field configuration instance. */ protected QueryFieldConfig getQueryFieldConfig() { return ComponentUtil.getQueryFieldConfig(); } /** * Gets the query processor instance. * @return The query processor instance. */ protected QueryProcessor getQueryProcessor() { return ComponentUtil.getQueryProcessor(); }Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sun Nov 23 11:39:05 GMT 2025 - 11.6K bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/SmbComDeleteDirectory.java
return 0; } @Override int readBytesWireFormat(final byte[] buffer, final int bufferIndex) { return 0; } @Override public String toString() { return ("SmbComDeleteDirectory[" + super.toString() + ",directoryName=" + path + "]"); }Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 1.8K bytes - Click Count (0) -
src/main/java/jcifs/smb1/netbios/NodeStatusRequest.java
questionName.hexCode = tmp; return result; } @Override int readBodyWireFormat(final byte[] src, final int srcIndex) { return 0; } @Override int writeRDataWireFormat(final byte[] dst, final int dstIndex) { return 0; } @Override int readRDataWireFormat(final byte[] src, final int srcIndex) { return 0; } @OverrideCreated: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 1.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/user/exentity/Role.java
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 1.8K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/nego/Smb2NegotiateResponseTest.java
@Test @DisplayName("Should return dialect revision") void testGetDialectRevision() throws Exception { // Given setPrivateField(response, "dialectRevision", 0x0311); // When int dialect = response.getDialectRevision(); // Then assertEquals(0x0311, dialect); } @Test @DisplayName("Should return server GUID")Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 32.5K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/builder/multithreaded/ConcurrencyDependencyGraph.java
*/ protected Set<MavenProject> getFinishedProjects() { return finishedProjects; } protected ProjectBuildList getProjectBuilds() { return projectBuilds; } /** * For the given {@link MavenProject} {@code p}, return all of {@code p}'s dependencies. * * @param p * @return List of prerequisite projects */Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 5.9K bytes - Click Count (0)