- Sort Score
- Result 10 results
- Languages All
Results 271 - 280 of 1,096 for Config (0.05 sec)
-
src/main/java/jcifs/internal/smb2/ioctl/Smb2IoctlRequest.java
* @param config the client configuration * @param controlCode the IOCTL control code */ public Smb2IoctlRequest(final Configuration config, final int controlCode) { this(config, controlCode, Smb2Constants.UNSPECIFIED_FILEID); } /** * Constructs an SMB2 IOCTL request with a specified file ID * @param config the client configuration
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 9.4K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/project/interpolation/AbstractStringBasedModelInterpolator.java
String src, Model model, final File projectDir, ProjectBuilderConfiguration config, boolean debug) throws ModelInterpolationException { try { List<ValueSource> valueSources = createValueSources(model, projectDir, config); List<InterpolationPostProcessor> postProcessors = createPostProcessors(model, projectDir, config); return interpolateInternal(src, valueSources, postProcessors, debug);
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 13.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/FailureUrlService.java
import org.codelibs.fess.helper.SystemHelper; import org.codelibs.fess.mylasta.direction.FessConfig; import org.codelibs.fess.opensearch.config.cbean.FailureUrlCB; import org.codelibs.fess.opensearch.config.exbhv.FailureUrlBhv; import org.codelibs.fess.opensearch.config.exentity.CrawlingConfig; import org.codelibs.fess.opensearch.config.exentity.FailureUrl; import org.codelibs.fess.util.ComponentUtil; import org.dbflute.cbean.result.PagingResultBean;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/exentity/BoostDocumentRule.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.exentity; import org.codelibs.fess.opensearch.config.bsentity.BsBoostDocumentRule; /** * @author FreeGen */ public class BoostDocumentRule extends BsBoostDocumentRule { private static final long serialVersionUID = 1L;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 1.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/exentity/RelatedContent.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.exentity; import org.codelibs.fess.opensearch.config.bsentity.BsRelatedContent; /** * @author ESFlute (using FreeGen) */ public class RelatedContent extends BsRelatedContent { private static final long serialVersionUID = 1L;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 1.5K bytes - Viewed (0) -
src/test/java/jcifs/http/NetworkExplorerTest.java
networkExplorer = new NetworkExplorer() { @Override public void init(ServletConfig config) throws ServletException { // Read the parameters to trigger verification config.getInitParameter("jcifs.smb.client.domain"); config.getInitParameter("jcifs.http.enableBasic"); // Set required fields try {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 21.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsElevateWordToLabel.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.ElevateWordToLabelDbm; /** * ${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 - 4.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComDeleteDirectory.java
/** * Creates a new SMB1 delete directory request. * * @param config the CIFS configuration * @param path the path of the directory to delete */ public SmbComDeleteDirectory(final Configuration config, final String path) { super(config, SMB_COM_DELETE_DIRECTORY, path); } @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.3K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans/TransWaitNamedPipeResponse.java
public class TransWaitNamedPipeResponse extends SmbComTransactionResponse { /** * Constructs a response for a wait named pipe request. * * @param config the configuration to use */ public TransWaitNamedPipeResponse(final Configuration config) { super(config); } @Override protected int writeSetupWireFormat(final byte[] dst, final int dstIndex) { return 0; } @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.3K bytes - Viewed (0) -
cmd/iam-etcd-store_test.go
path, prefix, suffix string expected string }{ {"config/iam/groups/foo.json", "config/iam/groups/", ".json", "foo"}, {"config/iam/groups/./foo.json", "config/iam/groups/", ".json", "foo"}, {"config/iam/groups/foo/config.json", "config/iam/groups/", "/config.json", "foo"}, {"config/iam/groups/foo/config.json", "config/iam/groups/", "config.json", "foo"}, } for i, test := range specs {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Apr 23 18:58:53 UTC 2021 - 1.5K bytes - Viewed (0)