- Sort Score
- Result 10 results
- Languages All
Results 1121 - 1130 of 1,499 for source (0.08 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/AccessResult.java
/** * Returns the URL of the accessed resource. * * @return the URL */ String getUrl(); /** * Sets the URL of the accessed resource. * * @param url the URL */ void setUrl(String url); /** * Returns the parent URL of the accessed resource. * * @return the parent URL */ String getParentUrl();Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 5.2K bytes - Viewed (0) -
dbflute_fess/dfprop/sourceCopyright.dfprop
# /--------------------------------------------------------------------------- # sourceCopyright: (NotRequired - Default '') # # The copyright for all class sources. # This property is NOT map style. # You should specify before your first generating. # #/* # * Copyright(c) DBFlute TestCo.,TestLtd. All Rights Reserved. # */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 31 23:35:14 UTC 2015 - 344 bytes - Viewed (0) -
src/test/java/jcifs/SmbResourceTest.java
// Given SmbResource resource = createMockResource(); when(resource.exists()).thenReturn(true); when(resource.isFile()).thenReturn(true); when(resource.canWrite()).thenReturn(true); // When/Then assertTrue(resource.exists(), "Resource should exist"); assertTrue(resource.isFile(), "Should be a file");Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 35K bytes - Viewed (0) -
src/main/webapp/css/admin/adminlte.min.css.map
iIACE,MAAA,QhJ5DR,uIgJ+DU,MAAA,KAQJ,kIACE,MAAA,QhJxER,wIgJ2EU,MAAA,QAUF,mEAAA,mEAEE,MAAA,QrE7FR,wBoEwJA,aAAA","sourcesContent":["/*!\n * AdminLTE v3.2.0\n * Author: Colorlib\n * Website: AdminLTE.io <https://adminlte.io>\n * License: Open source - MIT <https://opensource.org/licenses/MIT>\n */\n\n// Bootstrap\n// ---------------------------------------------------\n@import \"~bootstrap/scss/functions\";\n@import \"bootstrap-variables\";\n@import \"~bootstrap/scss/bootstrap\";\n\n// Variables...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 3.7M bytes - Viewed (1) -
.teamcity/pom.xml
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Aug 14 07:58:26 UTC 2025 - 7.4K bytes - Viewed (2) -
src/main/java/org/codelibs/fess/app/job/AllJobScheduler.java
// Default constructor } @Resource private TimeManager timeManager; @Resource private FessConfig fessConfig; @Resource private AccessContextLogic accessContextLogic; @Resource private ScheduledJobService scheduledJobService; @Resource private SystemHelper systemHelper; @Resource private JobHelper jobHelper;Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.3K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/TransferListenerAdapter.java
private ArtifactTransferResource wrap(Repository repository, Resource resource) { if (resource == null) { return null; } else { synchronized (artifacts) { ArtifactTransferResource artifact = artifacts.get(resource); if (artifact == null) { artifact = new MavenArtifact(repository.getUrl(), resource); artifacts.put(resource, artifact);
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 5.1K bytes - Viewed (0) -
cmd/bucket-lifecycle-handlers_test.go
t.Fatalf("Test %d: %s: Unable to marshal response body %s", i+1, instanceType, rec.Body.String()) } if errorResponse.Resource != testCase.errorResponse.Resource { t.Errorf("Test %d: %s: Expected the error resource to be `%s`, but instead found `%s`", i+1, instanceType, testCase.errorResponse.Resource, errorResponse.Resource) } if errorResponse.Message != testCase.errorResponse.Message {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon Jun 10 15:50:49 UTC 2024 - 11.3K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/artifact/resolver/TestFileWagon.java
import org.apache.maven.wagon.resource.Resource; /** * Wagon used for test cases that annotate some methods. Note that this is not a thread-safe implementation. */ public class TestFileWagon extends FileWagon { private TestTransferListener testTransferListener; private boolean insideGet; @DeprecatedRegistered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 2.9K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/metadata/DefaultGraphConflictResolver.java
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jul 23 17:27:08 UTC 2025 - 7.4K bytes - Viewed (0)