- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 106 for cfgs (0.04 sec)
-
src/main/java/jcifs/internal/smb2/nego/Smb2NegotiateResponse.java
private boolean supportsEncryption; private int selectedCipher = -1; private int selectedPreauthHash = -1; /** * * @param cfg */ public Smb2NegotiateResponse ( Configuration cfg ) { super(cfg); } /** * {@inheritDoc} * * @see jcifs.internal.SmbNegotiationResponse#getInitialCredits() */ @Override
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Mar 22 10:09:46 UTC 2020 - 17.6K bytes - Viewed (0) -
src/main/java/jcifs/smb1/util/mime.map
image/x-xwindowdump xwd # text/css css # Cascading Style Sheet text/html html htm # HTML Document text/plain txt ini log in cfg m4 sh # Plain Text File text/richtext rtx # Rich Text File text/tab-separated-values tsv # text/x-setext etx #
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 5.9K bytes - Viewed (0) -
internal/config/dns/etcd_dns.go
return func(args *CoreDNS) { args.prefixPath = prefix } } // NewCoreDNS - initialize a new coreDNS set/unset values. func NewCoreDNS(cfg clientv3.Config, setters ...EtcdOption) (Store, error) { etcdClient, err := clientv3.New(cfg) if err != nil { return nil, err } args := &CoreDNS{ etcdClient: etcdClient, } for _, setter := range setters { setter(args) }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 26 15:03:08 UTC 2024 - 8K bytes - Viewed (0) -
cni/pkg/nodeagent/server.go
if err != nil { return nil, fmt.Errorf("error initializing kube client: %w", err) } cfg := &iptables.Config{ RedirectDNS: args.DNSCapture, EnableIPv6: args.EnableIPv6, TPROXYRedirection: args.TPROXYRedirection, } log.Debug("creating ipsets in the node netns") set, err := createHostsideProbeIpset(cfg.EnableIPv6) if err != nil { return nil, fmt.Errorf("error initializing hostside probe ipset: %w", err)
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Sep 25 20:54:34 UTC 2024 - 13.4K bytes - Viewed (0) -
cmd/bucket-replication.go
return &madmin.BucketTargets{} } cfg, err := getReplicationConfig(ctx, bucket) if err != nil || cfg == nil { replLogOnceIf(ctx, err, bucket) return &madmin.BucketTargets{} } topts := replication.ObjectOpts{Name: object} tgtArns := cfg.FilterTargetArns(topts) tgts = &madmin.BucketTargets{Targets: make([]madmin.BucketTarget, len(tgtArns))}
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 10 06:49:55 UTC 2024 - 116.1K bytes - Viewed (0) -
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptorBuilder.java
return new PluginDescriptor(pd); } else { XmlNode node = XmlNodeStaxBuilder.build(xsr, true, null); PlexusConfiguration cfg = XmlPlexusConfiguration.toPlexusConfiguration(node); return build(source, cfg); } } private PluginDescriptor build(String source, PlexusConfiguration c) throws PlexusConfigurationException {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 17.6K bytes - Viewed (0) -
istioctl/pkg/analyze/analyze.go
LabelSelector: fmt.Sprintf("%s=%s", multicluster.MultiClusterSecretLabel, "true"), }) if err != nil { return nil, err } for _, s := range secrets.Items { for _, cfg := range s.Data { clientConfig, err := clientcmd.NewClientConfigFromBytes(cfg) if err != nil { return nil, err } rawConfig, err := clientConfig.RawConfig() if err != nil { return nil, err }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 31 06:53:50 UTC 2024 - 17.6K bytes - Viewed (0) -
cni/pkg/repair/repair_test.go
InitContainerStatus: &corev1.ContainerStatus{}, }), false, }, } for _, tt := range cases { t.Run(tt.name, func(t *testing.T) { c := &Controller{cfg: tt.config} assert.Equal(t, c.matchesFilter(tt.pod), tt.want) }) } } func fakeClient(pods ...*corev1.Pod) kube.Client { var csPods []runtime.Object for _, pod := range pods {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Oct 24 03:31:28 UTC 2023 - 10.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/AndXServerMessageBlock.java
*/ @Override public ServerMessageBlock getNextResponse () { return this.andx; } protected int getBatchLimit ( Configuration cfg, byte cmd ) { /* * the default limit is 0 batched messages before this * one, meaning this message cannot be batched. */ return 0; } /*
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Nov 28 10:56:27 UTC 2022 - 14.3K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp
<li class="nav-item has-treeview <c:if test="${param.menuCategoryType=='crawl'}">menu-open</c:if>"> <a href="#" class="nav-link <c:if test="${param.menuCategoryType=='crawl'}">active</c:if>"> <em class='nav-icon fa fa-cogs'> <p> <la:message key="labels.menu_crawl" /> <i class="right fas fa-angle-left"></i> </p> </a> <ul class="nav nav-treeview">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Apr 15 20:55:28 UTC 2021 - 17.8K bytes - Viewed (0)