- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 163 for getNull (0.08 sec)
-
src/main/java/org/codelibs/fess/es/log/bsentity/BsFavoriteLog.java
return convertEmptyToNull(queryId); } public void setQueryId(String value) { registerModifiedProperty("queryId"); this.queryId = value; } public String getUrl() { checkSpecifiedProperty("url"); return convertEmptyToNull(url); } public void setUrl(String value) { registerModifiedProperty("url"); this.url = value; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 5.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbEnumerationUtil.java
// clone the locator so that the address index is not modified SmbResourceLocatorImpl locator = parent.fileLocator.clone(); CIFSContext tc = parent.getContext(); URL u = locator.getURL(); FileEntry[] entries; if ( u.getPath().lastIndexOf('/') != ( u.getPath().length() - 1 ) ) throw new SmbException(u.toString() + " directory must end with '/'");
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sat Jul 20 08:41:19 UTC 2019 - 12.5K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/artifact/repository/MavenArtifactRepository.java
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 11K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/artifact/repository/metadata/DefaultRepositoryMetadataManager.java
+ ") from disabled repository " + repository.getId() + " (" + repository.getUrl() + ")"); } } else if (request.isForceUpdate()) { update = true;
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 18.9K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/OpenSearchUrlFilterService.java
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Nov 07 04:44:10 UTC 2024 - 6.3K bytes - Viewed (0) -
src/test/java/jcifs/tests/FileLocationTest.java
SmbResource c = new SmbFile(r, " test") ) { assertEquals(' ', c.getName().charAt(0)); assertEquals(" test", c.getName()); try ( SmbFile t = new SmbFile(c.getLocator().getURL(), getContext()) ) { assertEquals(" test", t.getName()); } } } @Test @Ignore public void testRelativeWhitespaceEnd () throws Exception {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Wed Jan 08 13:16:07 UTC 2020 - 23K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java
appendJson("user-info-id", entity.getUserInfoId(), buf).append(','); appendJson("doc-id", entity.getDocId(), buf).append(','); appendJson("url", entity.getUrl(), buf); buf.append('}'); buf.append('\n'); try { writer.write(buf.toString()); } catch (final IOException e) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:46 UTC 2024 - 28.5K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java
Optional<Repository> clashingPomRepository = pomRepositories.stream() .filter(r -> Objects.equals(r.getId(), externalRepository.getId())) .filter(r -> !Objects.equals(r.getUrl(), externalRepository.getUrl())) .findFirst(); if (clashingPomRepository.isPresent()) { addViolation( problems, Severity.WARNING,
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 77.1K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/profiles/ProfilesConversionUtils.java
repo.setId(profileXmlRepo.getId()); repo.setLayout(profileXmlRepo.getLayout()); repo.setName(profileXmlRepo.getName()); repo.setUrl(profileXmlRepo.getUrl()); if (profileXmlRepo.getSnapshots() != null) { repo.setSnapshots(convertRepositoryPolicy(profileXmlRepo.getSnapshots())); } if (profileXmlRepo.getReleases() != null) {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 4.8K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/entity/OpenSearchAccessResult.java
final OpenSearchDataService dataService = SingletonLaContainer.getComponent(OpenSearchDataService.class); final OpenSearchAccessResult accessResult = dataService.getAccessResult(getSessionId(), getUrl()); if (accessResult != null && accessResult.accessResultData != null) { setAccessResultData(accessResult.accessResultData); } else { setAccessResultData(null);
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Nov 07 04:44:10 UTC 2024 - 4.6K bytes - Viewed (0)