- Sort Score
- Result 10 results
- Languages All
Results 1341 - 1350 of 2,946 for uname (0.06 sec)
- 
				
				src/main/java/jcifs/smb/compression/CompressionService.java* * @return maximum size in bytes that can be compressed */ int getMaxCompressionSize(); /** * Gets a human-readable name for the compression algorithm. * * @param algorithm the algorithm constant * @return the algorithm name */ String getAlgorithmName(int algorithm);Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 5.2K bytes - Viewed (0)
- 
				
				cmd/object-api-input-checks.go} // Checks on DeleteObject arguments, bucket and object. func checkDelObjArgs(ctx context.Context, bucket, object string) error { return checkBucketAndObjectNames(ctx, bucket, object) } // Checks bucket and object name validity, returns nil if both are valid. func checkBucketAndObjectNames(ctx context.Context, bucket, object string) error { // Verify if bucket is valid. Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Apr 04 12:04:40 UTC 2024 - 5.7K bytes - Viewed (0)
- 
				
				src/main/webapp/WEB-INF/view/admin/joblog/admin_joblog_details.jsp<div class="wrapper"> <jsp:include page="/WEB-INF/view/common/admin/header.jsp"></jsp:include> <jsp:include page="/WEB-INF/view/common/admin/sidebar.jsp"> <jsp:param name="menuCategoryType" value="log"/> <jsp:param name="menuType" value="jobLog"/> </jsp:include> <div class="content-wrapper"> <div class="content-header"> <div class="container-fluid"> Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 9.8K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/internal/witness/WitnessNotification.javathis.eventType = eventType; } /** * Gets the resource name. * * @return the resource name */ public String getResourceName() { return resourceName; } /** * Sets the resource name. * * @param resourceName the resource name */ public void setResourceName(String resourceName) {Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 6.4K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/internal/dtyp/SecurityInfoTest.javaString name = field.getName(); // Check that constant names follow UPPER_SNAKE_CASE convention assertTrue(name.matches("[A-Z_]+"), "Constant " + name + " should follow UPPER_SNAKE_CASE convention"); // Check that all constants end with _SECURITY_INFO assertTrue(name.endsWith("_SECURITY_INFO"), "Constant " + name + " should end with _SECURITY_INFO"); Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 7.5K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/smb1/smb1/NetServerEnum2.javareturn 0; } @Override public String toString() { return ("NetServerEnum2[" + super.toString() + ",name=" + name + ",serverTypes=" + (serverTypes == SV_TYPE_ALL ? "SV_TYPE_ALL" : "SV_TYPE_DOMAIN_ENUM") + "]"); }Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 3.6K bytes - Viewed (0)
- 
				
				.teamcity/src/main/kotlin/model/PerformanceTestSpec.ktoverride fun asName(): String = "${type.displayName} - ${os.asName()}" override fun channel() = "${type.channel}${if (os == Os.LINUX) "" else "-${os.name.lowercase(Locale.US)}"}-%teamcity.build.branch%" } data class FlameGraphGeneration( private val uuid: Int, private val name: String, private val scenarios: List<PerformanceScenario>, ) : PerformanceTestProjectSpec { override val os: Os = Os.LINUXRegistered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Feb 12 09:12:03 UTC 2025 - 3.8K bytes - Viewed (0)
- 
				
				fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/entity/OpenSearchUrlFilter.java*/ public OpenSearchUrlFilter() { // NOP } /** * Field name for session ID. */ public static final String SESSION_ID = "sessionId"; /** * Field name for filter type. */ public static final String FILTER_TYPE = "filterType"; /** * Field name for URL. */ public static final String URL = "url"; /**Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 3.6K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java* * @param name the field name * @param xpath the XPath expression for extraction * @param isPruned whether the extracted content should be pruned */ public void addFieldRule(final String name, final String xpath, final boolean isPruned) { addFieldRule(name, xpath); fieldPrunedRuleMap.put(name, isPruned); } /**Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 54.4K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/smb1/http/NtlmHttpFilter.javafinal Enumeration e = filterConfig.getInitParameterNames(); while (e.hasMoreElements()) { name = (String) e.nextElement(); if (name.startsWith("jcifs.smb1.")) { Config.setProperty(name, filterConfig.getInitParameter(name)); } } defaultDomain = Config.getProperty("jcifs.smb1.smb.client.domain");Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 11.3K bytes - Viewed (0)