- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 2,450 for createId (0.06 sec)
-
src/main/java/org/codelibs/fess/es/user/bsbhv/BsRoleBhv.java
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) { facadeSelectCursor(createCB(cbLambda), 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) { facadeSelectCursor(createCB(cbLambda), 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
public int selectCount(CBCall<CrawlingInfoParamCB> cbLambda) { return facadeSelectCount(createCB(cbLambda)); } public OptionalEntity<CrawlingInfoParam> selectEntity(CBCall<CrawlingInfoParamCB> cbLambda) { return facadeSelectEntity(createCB(cbLambda)); } protected OptionalEntity<CrawlingInfoParam> facadeSelectEntity(CrawlingInfoParamCB cb) {
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
public int selectCount(CBCall<PathMappingCB> cbLambda) { return facadeSelectCount(createCB(cbLambda)); } public OptionalEntity<PathMapping> selectEntity(CBCall<PathMappingCB> cbLambda) { return facadeSelectEntity(createCB(cbLambda)); } protected OptionalEntity<PathMapping> facadeSelectEntity(PathMappingCB cb) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.8K bytes - Viewed (0) -
tests/upsert_test.go
t.Errorf("user should be created with search value") } DB.FirstOrCreate(&user3, map[string]interface{}{"name": "find or create 2"}) if user3.Name != "find or create 2" || user3.ID == 0 { t.Errorf("user should be created with inline search value") } DB.Where(&User{Name: "find or create 3"}).Attrs("age", 44).FirstOrCreate(&user4)
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Mon Sep 05 07:39:19 UTC 2022 - 11.4K bytes - Viewed (0) -
guava/src/com/google/common/collect/CompactHashSet.java
// TODO(user): cache all field accesses in local vars /** Creates an empty {@code CompactHashSet} instance. */ public static <E extends @Nullable Object> CompactHashSet<E> create() { return new CompactHashSet<>(); } /** * Creates a <i>mutable</i> {@code CompactHashSet} instance containing the elements of the given * collection in unspecified order. *
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 20:24:49 UTC 2024 - 24.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsbhv/BsScheduledJobBhv.java
public int selectCount(CBCall<ScheduledJobCB> cbLambda) { return facadeSelectCount(createCB(cbLambda)); } public OptionalEntity<ScheduledJob> selectEntity(CBCall<ScheduledJobCB> cbLambda) { return facadeSelectEntity(createCB(cbLambda)); } protected OptionalEntity<ScheduledJob> facadeSelectEntity(ScheduledJobCB cb) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 10.2K bytes - Viewed (0) -
guava/src/com/google/common/base/FinalizableReferenceQueue.java
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Jul 11 20:51:36 UTC 2024 - 13.1K bytes - Viewed (0) -
docs/en/docs/tutorial/security/get-current-user.md
/// ```Python hl_lines="5 12-16" {!> ../../docs_src/security/tutorial002.py!} ``` //// ## Create a `get_current_user` dependency Let's create a dependency `get_current_user`. Remember that dependencies can have sub-dependencies? `get_current_user` will have a dependency with the same `oauth2_scheme` we created before.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 7.4K bytes - Viewed (0) -
cni/README.md
- `istio-cni-config` configmap with CNI plugin config to add to CNI plugin chained config - creates service-account `istio-cni` with `ClusterRoleBinding` to allow gets on pods' info and delete/modifications for recovery. - `install-cni` container - copies `istio-cni` and `istio-iptables` to `/opt/cni/bin` - creates kubeconfig for the service account the pod runs under
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jul 17 23:10:17 UTC 2024 - 10.5K bytes - Viewed (0)