- Sort Score
- Result 10 results
- Languages All
Results 161 - 170 of 1,045 for configurator (0.09 sec)
-
cmd/bucket-lifecycle-handlers.go
"github.com/minio/minio/internal/logger" "github.com/minio/mux" "github.com/minio/pkg/v3/policy" ) const ( // Lifecycle configuration file. bucketLifecycleConfig = "lifecycle.xml" ) // PutBucketLifecycleHandler - This HTTP handler stores given bucket lifecycle configuration as per // https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 7K bytes - Viewed (0) -
compat/maven-compat/src/test/resources/inheritance-repo/t06/p0/p1/pom.xml
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.3K bytes - Viewed (0) -
docs/zh/docs/how-to/general.md
## 文档的概要和描述 - OpenAPI 在文档界面中添加**路径操作**的概要和描述,请阅读 [教程 - 路径操作配置 - Summary 和 Description 参数](../tutorial/path-operation-configuration.md#summary-description){.internal-link target=_blank} 文档。 ## 文档的响应描述 - OpenAPI
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Apr 22 23:41:09 UTC 2024 - 2.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lock/Smb2LockResponse.java
* License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package jcifs.internal.smb2.lock; import jcifs.Configuration; import jcifs.internal.SMBProtocolDecodingException; import jcifs.internal.smb2.ServerMessageBlock2Response; import jcifs.internal.util.SMBUtil; /** * @author mbechler * */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 1.9K bytes - Viewed (0) -
istioctl/pkg/ztunnelconfig/ztunnelconfig.go
cmd := &cobra.Command{ Use: "all", Short: "Retrieves all configuration for the specified Ztunnel pod.", Long: `Retrieve information about all configuration for the Ztunnel instance.`, Example: ` # Retrieve summary about all configuration for a randomly chosen ztunnel. istioctl ztunnel-config all # Retrieve full configuration dump of workloads for a given Ztunnel instance.
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 19:17:45 UTC 2024 - 22.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/info/Smb2QueryInfoRequest.java
private Encodable inputBuffer; /** * @param config */ public Smb2QueryInfoRequest ( Configuration config ) { this(config, Smb2Constants.UNSPECIFIED_FILEID); } /** * @param config * @param fileId */ public Smb2QueryInfoRequest ( Configuration config, byte[] fileId ) { super(config, SMB2_QUERY_INFO);
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Nov 14 10:41:31 UTC 2021 - 5.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ServerMessageBlock2Request.java
private Integer overrideTimeout; /** * @param config */ protected ServerMessageBlock2Request ( Configuration config ) { super(config); } /** * @param config * @param command */ public ServerMessageBlock2Request ( Configuration config, int command ) { super(config, command); } @Override
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 6.2K bytes - Viewed (0) -
src/main/java/jcifs/util/Strings.java
*/ package jcifs.util; import java.io.UnsupportedEncodingException; import java.nio.charset.Charset; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import jcifs.Configuration; import jcifs.RuntimeCIFSException; /** * @author mbechler * */ public final class Strings { private static final Logger log = LoggerFactory.getLogger(Strings.class);
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Mar 13 12:00:57 UTC 2023 - 4.9K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleDslReferencePlugin.java
task.getDestFile().convention(dslReference.getStagingRoot().file("index.xml")); }); Configuration userGuideTask = project.getConfigurations().create("userGuideTask"); Configuration userGuideStyleSheetConf = project.getConfigurations().create("userGuideStyleSheets");
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 5.7K bytes - Viewed (0) -
compat/maven-compat/src/test/resources/inheritance-repo/t04/p0/p1/pom.xml
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 876 bytes - Viewed (0)