- Sort Score
- Result 10 results
- Languages All
Results 471 - 480 of 1,148 for Config (0.04 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/ElevateWordCQ.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.config.cbean.cq; import org.codelibs.fess.opensearch.config.cbean.cq.bs.BsElevateWordCQ; /** * @author ESFlute (using FreeGen) */ public class ElevateWordCQ extends BsElevateWordCQ {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 847 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/FailureUrlCQ.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.config.cbean.cq; import org.codelibs.fess.opensearch.config.cbean.cq.bs.BsFailureUrlCQ; /** * @author ESFlute (using FreeGen) */ public class FailureUrlCQ extends BsFailureUrlCQ {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 844 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/LabelTypeCQ.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.config.cbean.cq; import org.codelibs.fess.opensearch.config.cbean.cq.bs.BsLabelTypeCQ; /** * @author ESFlute (using FreeGen) */ public class LabelTypeCQ extends BsLabelTypeCQ {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 841 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/RelatedQueryCQ.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.config.cbean.cq; import org.codelibs.fess.opensearch.config.cbean.cq.bs.BsRelatedQueryCQ; /** * @author ESFlute (using FreeGen) */ public class RelatedQueryCQ extends BsRelatedQueryCQ {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 850 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/WebAuthenticationCQ.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.config.cbean.cq; import org.codelibs.fess.opensearch.config.cbean.cq.bs.BsWebAuthenticationCQ; /** * @author ESFlute (using FreeGen) */ public class WebAuthenticationCQ extends BsWebAuthenticationCQ {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 865 bytes - Viewed (0) -
Makefile
@echo "Running $@ check" @$(GOLANGCI) run --build-tags kqueue --timeout=10m --config ./.golangci.yml @command typos && typos ./ || echo "typos binary is not found.. skipping.." lint-fix: getdeps ## runs golangci-lint suite of linters with automatic fixes @echo "Running $@ check" @$(GOLANGCI) run --build-tags kqueue --timeout=10m --config ./.golangci.yml --fix check: test test: verifiers build ## builds minio, runs linters, tests
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Apr 27 00:44:22 UTC 2025 - 11.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsBoostDocumentRule.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.config.bsentity; import java.time.LocalDateTime; import java.util.HashMap; import java.util.Map; import org.codelibs.fess.opensearch.config.allcommon.EsAbstractEntity; import org.codelibs.fess.opensearch.config.bsentity.dbmeta.BoostDocumentRuleDbm; /** * ${table.comment} * @author ESFlute (using FreeGen) */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 6.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/io/Smb2ReadResponse.java
* * @param config * the configuration to use for this response * @param outputBuffer * the buffer to receive the read data * @param outputBufferOffset * the offset in the output buffer to start writing data */ public Smb2ReadResponse(final Configuration config, final byte[] outputBuffer, final int outputBufferOffset) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.4K bytes - Viewed (0) -
docs/sts/casdoor.md
MINIO_IDENTITY_OPENID_COMMENT (sentence) optionally add a comment to this setting ``` Set `identity_openid` config with `config_url`, `client_id` and restart MinIO ``` ~ mc admin config set myminio identity_openid config_url="http://CASDOOR_ENDPOINT/.well-known/openid-configuration" client_id=<client id> client_secret=<client secret> claim_name="tag" ```
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 6.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/net/TestSmbComTransactionResponseReader.java
import java.io.UnsupportedEncodingException; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import jcifs.Configuration; import jcifs.SmbConstants; import jcifs.config.BaseConfiguration; /** * Tests for SMB1 transaction response handling */ public class TestSmbComTransactionResponseReader { /** * Default configuration used for Unicode support tests */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 4.2K bytes - Viewed (0)