- Sort Score
- Result 10 results
- Languages All
Results 291 - 300 of 731 for resource1 (0.09 sec)
-
CHANGELOG/CHANGELOG-1.13.md
- The rules for incrementing `metadata.generation` of custom resources changed: ([#69059](https://github.com/kubernetes/kubernetes/pull/69059), [@caesarxuchao](https://github.com/caesarxuchao)) - If the custom resource participates the spec/status convention, the metadata.generation of the CR increments when there is any change, except for the changes to the metadata or the changes to the status.
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 273.1K bytes - Viewed (0) -
dbflute_fess/dfprop/outsideSqlMap.dfprop
# o sql2EntityOutputDirectory: source output directory from as a relative path from the application directory # (NotRequired - Default Java:'src/main/java' CSharp:'source') # #; applicationOutsideSqlMap = map:{ # ; ../../app1 = map:{ # ; sqlDirectory = src/main/resources # ; sql2EntityOutputDirectory = src/main/java
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Jul 25 06:04:16 UTC 2015 - 8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/DuplicateHostService.java
import org.dbflute.cbean.result.PagingResultBean; import org.dbflute.optional.OptionalEntity; import jakarta.annotation.Resource; public class DuplicateHostService extends FessAppService { @Resource protected DuplicateHostBhv duplicateHostBhv; @Resource protected FessConfig fessConfig; public List<DuplicateHost> getDuplicateHostList(final DuplicateHostPager duplicateHostPager) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 3.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/KuromojiService.java
import org.codelibs.fess.mylasta.direction.FessConfig; import org.dbflute.optional.OptionalEntity; import jakarta.annotation.Resource; public class KuromojiService { @Resource protected DictionaryManager dictionaryManager; @Resource protected FessConfig fessConfig; public List<KuromojiItem> getKuromojiList(final String dictId, final KuromojiPager kuromojiPager) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/RelatedQueryService.java
import org.dbflute.cbean.result.PagingResultBean; import org.dbflute.optional.OptionalEntity; import jakarta.annotation.Resource; public class RelatedQueryService extends FessAppService { @Resource protected RelatedQueryBhv relatedQueryBhv; @Resource protected FessConfig fessConfig; public List<RelatedQuery> getRelatedQueryList(final RelatedQueryPager relatedQueryPager) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 3.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java
import com.orangesignal.csv.CsvWriter; import jakarta.annotation.Resource; public class CrawlingInfoService { private static final Logger logger = LogManager.getLogger(CrawlingInfoService.class); @Resource protected CrawlingInfoParamBhv crawlingInfoParamBhv; @Resource protected CrawlingInfoBhv crawlingInfoBhv; @Resource protected FessConfig fessConfig;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 13.4K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/WebPlatformToAsciiData.kt
import kotlinx.serialization.decodeFromString import kotlinx.serialization.json.Json /** * A test from the [Web Platform To ASCII](https://github.com/web-platform-tests/wpt/blob/master/url/resources/toascii.json). * * Each test is a line of the file `toascii.json`. */ @Serializable class WebPlatformToAsciiData { var input: String? = null var output: String? = null var comment: String? = null
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Dec 20 23:27:07 UTC 2023 - 1.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/protwords/ApiAdminDictProtwordsAction.java
import org.lastaflute.web.response.JsonResponse; import org.lastaflute.web.response.StreamResponse; import jakarta.annotation.Resource; public class ApiAdminDictProtwordsAction extends FessApiAdminAction { private static final Logger logger = LogManager.getLogger(ApiAdminDictProtwordsAction.class); @Resource private ProtwordsService protwordsService; // GET /api/admin/dict/protwords/settings/{dictId} @Execute
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 7.2K bytes - Viewed (0) -
.github/workflows/maven.yml
run: mvn -B antrun:run --file pom.xml - name: Build with Maven run: mvn -B source:jar javadoc:jar package --file pom.xml - name: Run Fess run: bash src/test/resources/before_script.sh - name: Run Integration Test
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Feb 10 11:19:11 UTC 2024 - 1.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/DataConfigService.java
import org.dbflute.cbean.result.PagingResultBean; import org.dbflute.optional.OptionalEntity; import jakarta.annotation.Resource; public class DataConfigService extends FessAppService { @Resource protected DataConfigBhv dataConfigBhv; @Resource protected FessConfig fessConfig; public List<DataConfig> getDataConfigList(final DataConfigPager dataConfigPager) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 4.2K bytes - Viewed (0)