- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 298 for Ca (0.02 sec)
-
src/main/java/org/codelibs/fess/es/config/cbean/ca/ScheduledJobCA.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.BsScheduledJobCA; /** * @author ESFlute (using FreeGen) */ public class ScheduledJobCA extends BsScheduledJobCA {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 834 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/log/cbean/ca/ClickLogCA.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.es.log.cbean.ca; import org.codelibs.fess.es.log.cbean.ca.bs.BsClickLogCA; /** * @author ESFlute (using FreeGen) */ public class ClickLogCA extends BsClickLogCA {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 816 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/user/cbean/ca/GroupCA.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.es.user.cbean.ca; import org.codelibs.fess.es.user.cbean.ca.bs.BsGroupCA; /** * @author ESFlute (using FreeGen) */ public class GroupCA extends BsGroupCA {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 809 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/user/cbean/ca/RoleCA.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.es.user.cbean.ca; import org.codelibs.fess.es.user.cbean.ca.bs.BsRoleCA; /** * @author ESFlute (using FreeGen) */ public class RoleCA extends BsRoleCA {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 806 bytes - Viewed (0) -
src/main/resources/fess_indices/fess/ro/stopwords.txt
alea ălea altceva altcineva am ar are aş aşadar asemenea asta ăsta astăzi astea ăstea ăştia asupra aţi au avea avem aveţi azi bine bucur bună ca că căci când care cărei căror cărui cât câte câţi către câtva ce cel ceva chiar cînd cine cineva cît cîte cîţi cîtva contra cu cum cumva
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Jul 19 06:31:02 UTC 2018 - 1.4K bytes - Viewed (0) -
helm/minio/README.md
For instance, given that TLS is enabled and you need to add trust for MinIO's own CA and for the CA of a Keycloak server, a Kubernetes secret can be created from the certificate files using `kubectl`: ``` kubectl -n minio create secret generic minio-trusted-certs --from-file=public.crt --from-file=keycloak.crt ``` If TLS is not enabled, you would need only the third party CA: ```
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Jan 24 07:27:57 UTC 2024 - 10.9K bytes - Viewed (0) -
Dockerfile.release.fips
FROM golang:1.22-alpine AS build ARG TARGETARCH ARG RELEASE ENV GOPATH=/go ENV CGO_ENABLED=0 # Install curl and minisign RUN apk add -U --no-cache ca-certificates && \ apk add -U --no-cache curl && \ go install aead.dev/minisign/cmd/minisign@v0.2.1 # Download minio binary and signature files RUN curl -s -q https://dl.min.io/server/minio/release/linux-${TARGETARCH}/archive/minio.${RELEASE}.fips -o /go/bin/minio && \
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Sep 15 23:10:23 UTC 2024 - 2.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/bs/BsBadWordCB.java
import org.codelibs.fess.es.config.bsentity.dbmeta.BadWordDbm; import org.codelibs.fess.es.config.cbean.BadWordCB; import org.codelibs.fess.es.config.cbean.ca.BadWordCA; import org.codelibs.fess.es.config.cbean.ca.bs.BsBadWordCA; import org.codelibs.fess.es.config.cbean.cq.BadWordCQ; import org.codelibs.fess.es.config.cbean.cq.bs.BsBadWordCQ; import org.dbflute.cbean.ConditionQuery;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 6.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/bs/BsBoostDocumentRuleCB.java
import org.codelibs.fess.es.config.bsentity.dbmeta.BoostDocumentRuleDbm; import org.codelibs.fess.es.config.cbean.BoostDocumentRuleCB; import org.codelibs.fess.es.config.cbean.ca.BoostDocumentRuleCA; import org.codelibs.fess.es.config.cbean.ca.bs.BsBoostDocumentRuleCA; import org.codelibs.fess.es.config.cbean.cq.BoostDocumentRuleCQ; import org.codelibs.fess.es.config.cbean.cq.bs.BsBoostDocumentRuleCQ; import org.dbflute.cbean.ConditionQuery;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 7.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/bs/BsElevateWordCB.java
import org.codelibs.fess.es.config.bsentity.dbmeta.ElevateWordDbm; import org.codelibs.fess.es.config.cbean.ElevateWordCB; import org.codelibs.fess.es.config.cbean.ca.ElevateWordCA; import org.codelibs.fess.es.config.cbean.ca.bs.BsElevateWordCA; import org.codelibs.fess.es.config.cbean.cq.ElevateWordCQ; import org.codelibs.fess.es.config.cbean.cq.bs.BsElevateWordCQ; import org.dbflute.cbean.ConditionQuery;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 7K bytes - Viewed (0)