- Sort Score
- Result 10 results
- Languages All
Results 731 - 740 of 3,432 for NULL (0.02 sec)
- 
				
				fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/RobotsTxt.java* @param userAgent The user agent string to look up in the directives * @return The Directive object matching the user agent, or null if no matching directive is found or if userAgent is null */ public Directive getDirective(final String userAgent) { if (userAgent == null) { return null; } for (final Directive directive : directiveMap.values()) {Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 10K bytes - Viewed (0)
- 
				
				fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/ApiExtractor.javaif (logger.isDebugEnabled()) { logger.debug("Accessing {}", url); } // start AccessTimeoutTarget accessTimeoutTarget = null; TimeoutTask accessTimeoutTask = null; if (accessTimeout != null) { accessTimeoutTarget = new AccessTimeoutTarget(Thread.currentThread()); Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 12.2K bytes - Viewed (0)
- 
				
				okhttp-logging-interceptor/src/main/kotlin/okhttp3/logging/HttpLoggingInterceptor.ktif (!logHeaders && requestBody != null) { requestStartMessage += " (${requestBody.contentLength()}-byte body)" } logger.log(requestStartMessage) if (logHeaders) { val headers = request.headers if (requestBody != null) { Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Aug 21 14:27:04 UTC 2025 - 11.4K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/mylasta/action/FessHtmlPathTest.javaif (baseField != null) { HtmlNext htmlNext = (HtmlNext) baseField.get(null); assertTrue("Base path should match pattern", htmlNext.getRoutingPath().startsWith(basePath)); } if (detailsField != null) { HtmlNext htmlNext = (HtmlNext) detailsField.get(null);Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.9K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/http/NetworkExplorer.javaString msg, pathInfo, server = null; boolean offerBasic, possibleWorkgroup = true; NtlmPasswordAuthentication ntlm = null; final HttpSession ssn = req.getSession(false); pathInfo = req.getPathInfo(); if (pathInfo != null) { int i; server = parseServerAndShare(pathInfo); if (server != null && (i = server.indexOf('/')) > 0) {Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.4K bytes - Viewed (0)
- 
				
				guava-tests/test/com/google/common/collect/MapsTransformValuesUnmodifiableIteratorTest.javaassertFalse(entries.contains(Maps.<String, @Nullable Boolean>immutableEntry("c", null))); assertFalse(entries.contains(Maps.<@Nullable String, Boolean>immutableEntry(null, true))); } @Override public void testKeySetRemoveAllNullFromEmpty() { try { super.testKeySetRemoveAllNullFromEmpty(); } catch (RuntimeException tolerated) {Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 12.3K bytes - Viewed (0)
- 
				
				api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelBuilderRequest.javathis.systemProperties = systemProperties != null ? Map.copyOf(systemProperties) : session.getSystemProperties(); this.userProperties = userProperties != null ? Map.copyOf(userProperties) : session.getUserProperties(); this.repositoryMerging = repositoryMerging;Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Mar 26 20:54:22 UTC 2025 - 16.3K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsRoleType.javaif (createdBy != null) { addFieldToSource(sourceMap, "createdBy", createdBy); } if (createdTime != null) { addFieldToSource(sourceMap, "createdTime", createdTime); } if (name != null) { addFieldToSource(sourceMap, "name", name); } if (sortOrder != null) { addFieldToSource(sourceMap, "sortOrder", sortOrder); Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 6.6K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/core/lang/MethodUtil.javaRegistered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 12.6K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsRelatedContent.javaif (content != null) { addFieldToSource(sourceMap, "content", content); } if (createdBy != null) { addFieldToSource(sourceMap, "createdBy", createdBy); } if (createdTime != null) { addFieldToSource(sourceMap, "createdTime", createdTime); } if (sortOrder != null) { Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.1K bytes - Viewed (0)