- Sort Score
- Result 10 results
- Languages All
Results 741 - 750 of 1,550 for Config (0.03 sec)
-
src/main/java/org/codelibs/fess/es/config/cbean/ca/FileAuthenticationCA.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.es.config.cbean.ca; import org.codelibs.fess.es.config.cbean.ca.bs.BsFileAuthenticationCA; /** * @author ESFlute (using FreeGen) */ public class FileAuthenticationCA extends BsFileAuthenticationCA {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 852 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/ca/FileConfigCA.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.es.config.cbean.ca; import org.codelibs.fess.es.config.cbean.ca.bs.BsFileConfigCA; /** * @author ESFlute (using FreeGen) */ public class FileConfigCA extends BsFileConfigCA {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 828 bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans2/Trans2QueryPathInformationResponse.java
private final int informationLevel; private FileInformation info; /** * * @param config * @param informationLevel */ public Trans2QueryPathInformationResponse ( Configuration config, int informationLevel ) { super(config); this.informationLevel = informationLevel; this.setSubCommand(SmbComTransaction.TRANS2_QUERY_PATH_INFORMATION); }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 4K bytes - Viewed (0) -
tests/error_translator_test.go
t.Fatalf("expected err: %v got err: %v", untranslatedErr, err) } // it should translate error when the TranslateError flag is true db, _ = gorm.Open(tests.DummyDialector{TranslatedErr: translatedErr}, &gorm.Config{TranslateError: true}) err = db.AddError(untranslatedErr) if !errors.Is(err, translatedErr) { t.Fatalf("expected err: %v got err: %v", translatedErr, err) } }
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Wed Jul 12 13:21:22 UTC 2023 - 3.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/DataConfigService.java
import org.codelibs.core.lang.StringUtil; import org.codelibs.fess.Constants; import org.codelibs.fess.app.pager.DataConfigPager; import org.codelibs.fess.es.config.cbean.DataConfigCB; import org.codelibs.fess.es.config.exbhv.DataConfigBhv; import org.codelibs.fess.es.config.exentity.DataConfig; import org.codelibs.fess.mylasta.direction.FessConfig; import org.codelibs.fess.util.ParameterUtil; import org.dbflute.cbean.result.ListResultBean;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 4.2K bytes - Viewed (0) -
docs/kms/IAM.md
# KMS IAM/Config Encryption MinIO supports encrypting config, IAM assets with KMS provided keys. If the KMS is not enabled, MinIO will store the config, IAM data as plain text erasure coded in its backend. ## MinIO KMS Quick Start MinIO supports two ways of encrypting IAM and configuration data. You can either use KES - together with an external KMS - or, much simpler,
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jan 18 07:03:17 UTC 2024 - 5.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/JobLogDbm.java
public String getEntityTypeName() { return "org.codelibs.fess.es.config.exentity.JobLog"; } @Override public String getConditionBeanTypeName() { return "org.codelibs.fess.es.config.cbean.JobLogCB"; } @Override public String getBehaviorTypeName() { return "org.codelibs.fess.es.config.exbhv.JobLogBhv"; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 11K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/PathMappingDbm.java
public String getEntityTypeName() { return "org.codelibs.fess.es.config.exentity.PathMapping"; } @Override public String getConditionBeanTypeName() { return "org.codelibs.fess.es.config.cbean.PathMappingCB"; } @Override public String getBehaviorTypeName() { return "org.codelibs.fess.es.config.exbhv.PathMappingBhv"; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 11.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/AccessTokenDbm.java
public String getEntityTypeName() { return "org.codelibs.fess.es.config.exentity.AccessToken"; } @Override public String getConditionBeanTypeName() { return "org.codelibs.fess.es.config.cbean.AccessTokenCB"; } @Override public String getBehaviorTypeName() { return "org.codelibs.fess.es.config.exbhv.AccessTokenBhv"; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 11.3K bytes - Viewed (0) -
.gitignore
*.iml .idea/ .run/ # Visual Studio Code .vscode/ # Bazel /bazel-* # vi swap files .*.swp # vi backups *.bak # common backups *~ # python artifacts *.pyc # pilot pilot/pkg/kube/config pilot/pkg/proxy/envoy/envoy # lint lintconfig.gen.json .istiorc .istiorc.mk # codegen stuff bin/adapterlinter bin/protoc-gen-gogoslick* bin/protoc-min-version* bin/protoc-gen-docs* bin/testlinter
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue May 21 21:20:01 UTC 2024 - 1.1K bytes - Viewed (0)