- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 442 for pending (0.04 sec)
-
src/main/java/org/codelibs/fess/es/log/bsbhv/BsFavoriteLogBhv.java
return facadeSelectList(createCB(cbLambda)); } public PagingResultBean<FavoriteLog> selectPage(CBCall<FavoriteLogCB> cbLambda) { // #pending same? return (PagingResultBean<FavoriteLog>) facadeSelectList(createCB(cbLambda)); } public void selectCursor(CBCall<FavoriteLogCB> cbLambda, EntityRowHandler<FavoriteLog> entityLambda) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/user/bsbhv/BsRoleBhv.java
public ListResultBean<Role> selectList(CBCall<RoleCB> cbLambda) { return facadeSelectList(createCB(cbLambda)); } public PagingResultBean<Role> selectPage(CBCall<RoleCB> cbLambda) { // #pending same? return (PagingResultBean<Role>) facadeSelectList(createCB(cbLambda)); } public void selectCursor(CBCall<RoleCB> cbLambda, EntityRowHandler<Role> entityLambda) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 8.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsbhv/BsBadWordBhv.java
return facadeSelectList(createCB(cbLambda)); } public PagingResultBean<BadWord> selectPage(CBCall<BadWordCB> cbLambda) { // #pending same? return (PagingResultBean<BadWord>) facadeSelectList(createCB(cbLambda)); } public void selectCursor(CBCall<BadWordCB> cbLambda, EntityRowHandler<BadWord> entityLambda) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsbhv/BsCrawlingInfoParamBhv.java
return facadeSelectList(createCB(cbLambda)); } public PagingResultBean<CrawlingInfoParam> selectPage(CBCall<CrawlingInfoParamCB> cbLambda) { // #pending same? return (PagingResultBean<CrawlingInfoParam>) facadeSelectList(createCB(cbLambda)); } public void selectCursor(CBCall<CrawlingInfoParamCB> cbLambda, EntityRowHandler<CrawlingInfoParam> entityLambda) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsbhv/BsPathMappingBhv.java
return facadeSelectList(createCB(cbLambda)); } public PagingResultBean<PathMapping> selectPage(CBCall<PathMappingCB> cbLambda) { // #pending same? return (PagingResultBean<PathMapping>) facadeSelectList(createCB(cbLambda)); } public void selectCursor(CBCall<PathMappingCB> cbLambda, EntityRowHandler<PathMapping> entityLambda) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsbhv/BsWebAuthenticationBhv.java
return facadeSelectList(createCB(cbLambda)); } public PagingResultBean<WebAuthentication> selectPage(CBCall<WebAuthenticationCB> cbLambda) { // #pending same? return (PagingResultBean<WebAuthentication>) facadeSelectList(createCB(cbLambda)); } public void selectCursor(CBCall<WebAuthenticationCB> cbLambda, EntityRowHandler<WebAuthentication> entityLambda) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 10.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsbhv/BsDataConfigBhv.java
return facadeSelectList(createCB(cbLambda)); } public PagingResultBean<DataConfig> selectPage(CBCall<DataConfigCB> cbLambda) { // #pending same? return (PagingResultBean<DataConfig>) facadeSelectList(createCB(cbLambda)); } public void selectCursor(CBCall<DataConfigCB> cbLambda, EntityRowHandler<DataConfig> entityLambda) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 10.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsbhv/BsLabelTypeBhv.java
return facadeSelectList(createCB(cbLambda)); } public PagingResultBean<LabelType> selectPage(CBCall<LabelTypeCB> cbLambda) { // #pending same? return (PagingResultBean<LabelType>) facadeSelectList(createCB(cbLambda)); } public void selectCursor(CBCall<LabelTypeCB> cbLambda, EntityRowHandler<LabelType> entityLambda) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.9K bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/PublishNightlySnapshot.kt
// https://www.jetbrains.com/help/teamcity/2022.04/configuring-schedule-triggers.html#general-syntax-1 // We want it to be triggered only when there're pending changes in the specific vcs root, i.e. GradleMaster/GradleRelease triggerRules = "+:root=${VersionedSettingsBranch.fromDslContext().vcsRootId()}:."
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Dec 05 00:08:14 UTC 2023 - 2.6K bytes - Viewed (0) -
tensorflow/c/eager/immediate_execution_context.h
// will take ownership and maintain devices' lifetime. virtual absl::Status AddDevices( std::vector<std::unique_ptr<Device>> devices) = 0; // Block until all pending nodes are finished. virtual absl::Status AsyncWait() = 0; // Add a function (serialized FunctionDef protocol buffer) so that it can // be executed as an op. Return error if the function with the same name
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 12.3K bytes - Viewed (0)