- Sort Score
- Result 10 results
- Languages All
Results 511 - 520 of 570 for asList (0.05 sec)
-
src/main/java/jcifs/SidResolver.java
* target server where keys are SIDs representing an account and each value * is an ArrayList of SIDs represents the local groups that the account is * a member of. * <p/> * This method is designed to assist with computing access control for a * given user when the target object's ACL has local groups. Local groups * are not listed in a user's group membership (e.g. as represented by the
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 4.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/stemmeroverride/AdminDictStemmeroverrideAction.java
} //=================================================================================== // Assist Logic // ============ private static OptionalEntity<StemmerOverrideItem> getEntity(final CreateForm form) { switch (form.crudMode) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 18.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/elevateword/AdminElevatewordAction.java
return redirect(getClass()); } // =================================================================================== // Assist Logic // ============ public static OptionalEntity<ElevateWord> getEntity(final CreateForm form, final String username, final long currentTime) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 18.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/scheduler/AdminSchedulerAction.java
return redirect(getClass()); } // =================================================================================== // Assist Logic // ============ protected void loadScheduledJob(final EditForm form, final ScheduledJob entity) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:46 UTC 2024 - 18.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/webauth/AdminWebauthAction.java
return redirect(getClass()); } //=================================================================================== // Assist Logic // ============ public static OptionalEntity<WebAuthentication> getEntity(final CreateForm form, final String username, final long currentTime) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 15.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractConditionBean.java
} } // =================================================================================== // Assist Class // ============ public static class SearchRequestParams { private Boolean explain; private Float minScore;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 17.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/stopwords/AdminDictStopwordsAction.java
} //=================================================================================== // Assist Logic // ============ private static OptionalEntity<StopwordsItem> getEntity(final CreateForm form) { switch (form.crudMode) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 16.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/crawlinginfo/AdminCrawlinginfoAction.java
return redirect(getClass()); } // =================================================================================== // Assist Logic // ============ // ===================================================================================
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 10K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dataconfig/AdminDataconfigAction.java
return redirect(getClass()); } // =================================================================================== // Assist Logic // ============ public static OptionalEntity<DataConfig> getEntity(final CreateForm form, final String username, final long currentTime) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 17.5K bytes - Viewed (0) -
tensorflow/c/eager/immediate_execution_context.h
virtual std::vector<tensorflow::Device*> ListAllTfDevices() = 0; //===--------------------------------------------------------------------===// // Following are helper functions to assist integrating TFRT with current // TF eager runtime. // TODO(b/172877902): These helper functions are currently used to support // PyFuncOp on TFRT, and might be useful for ops that directly use low
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 12.3K bytes - Viewed (0)