- Sort Score
- Result 10 results
- Languages All
Results 321 - 330 of 1,326 for conmigo (0.57 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsThumbnailQueue.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.ThumbnailQueueDbm; /** * ${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.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans2/Trans2QueryFSInformation.java
/** * Constructs a Trans2QueryFSInformation request. * * @param config the SMB configuration * @param informationLevel the file system information level to query */ public Trans2QueryFSInformation(final Configuration config, final int informationLevel) { super(config, SMB_COM_TRANSACTION2, TRANS2_QUERY_FS_INFORMATION); this.informationLevel = informationLevel;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/info/Smb2QueryDirectoryRequest.java
* * @param config the configuration for this request */ public Smb2QueryDirectoryRequest(final Configuration config) { this(config, Smb2Constants.UNSPECIFIED_FILEID); } /** * Constructs a SMB2 query directory request with the specified configuration and file ID * * @param config * the configuration to use for this request
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.3K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lock/Smb2LockResponse.java
/** * Constructs an SMB2 lock response with the given configuration. * * @param config the configuration for this response */ public Smb2LockResponse(final Configuration config) { super(config); } /** * {@inheritDoc} * * @see jcifs.internal.smb2.ServerMessageBlock2#writeBytesWireFormat(byte[], int) */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/tree/Smb2TreeDisconnectResponse.java
public class Smb2TreeDisconnectResponse extends ServerMessageBlock2Response { /** * Creates a new SMB2 tree disconnect response. * * @param config the CIFS configuration */ public Smb2TreeDisconnectResponse(final Configuration config) { super(config); } /** * {@inheritDoc} * * @see jcifs.internal.smb2.ServerMessageBlock2#writeBytesWireFormat(byte[], int) */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.2K bytes - Viewed (0) -
docs/pt/docs/advanced/additional-status-codes.md
Ele usará o código de status padrão ou o que você definir na sua *operação de caminho*. ## Códigos de status adicionais
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.1K 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) -
.teamcity/src/main/kotlin/promotion/SanityCheck.kt
package promotion import common.Os import common.VersionedSettingsBranch import common.gradleWrapper import common.requiresOs import jetbrains.buildServer.configs.kotlin.BuildType import jetbrains.buildServer.configs.kotlin.triggers.vcs import vcsroots.useAbsoluteVcs // Gradle_Master_Promotion_SanityCheck object SanityCheck : BuildType({ id("Promotion_SanityCheck") name = "SanityCheck"
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Mar 20 06:13:56 UTC 2025 - 983 bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComLogoffAndX.java
/** * Creates a new SMB1 logoff request to end a user session. * * @param config the CIFS configuration * @param andx the next command in the AndX chain, or null */ public SmbComLogoffAndX(final Configuration config, final ServerMessageBlock andx) { super(config, SMB_COM_LOGOFF_ANDX, andx); } @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.32.md
- kubelet: the `--image-credential-provider-config` file was loaded with strict deserialization, which failed if the config file contained duplicate or unknown fields. This protected against accidentally running with malformed config files, unindented files, or typos in field names, and it...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 14:49:49 UTC 2025 - 412.3K bytes - Viewed (0)