- Sort Score
- Result 10 results
- Languages All
Results 221 - 230 of 1,606 for configs (0.05 sec)
-
istioctl/pkg/tag/tag.go
"istio.io/istio/istioctl/pkg/util" "istio.io/istio/istioctl/pkg/util/formatting" "istio.io/istio/pkg/config/analysis" "istio.io/istio/pkg/config/analysis/analyzers/webhook" "istio.io/istio/pkg/config/analysis/diag" "istio.io/istio/pkg/config/analysis/local" "istio.io/istio/pkg/config/resource" "istio.io/istio/pkg/kube" "istio.io/istio/pkg/maps" "istio.io/istio/pkg/slices" ) const (
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Jul 22 15:40:30 UTC 2024 - 16.5K bytes - Viewed (0) -
internal/event/target/amqp.go
if target.args.PublisherConfirms { confirms := ch.NotifyPublish(make(chan amqp091.Confirmation, 1)) if err := ch.Confirm(false); err != nil { ch.Close() return nil, nil, err } return ch, confirms, nil } return ch, nil, nil } // send - sends an event to the AMQP091. func (target *AMQPTarget) send(eventData event.Event, ch *amqp091.Channel, confirms chan amqp091.Confirmation) error {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Sep 06 23:06:30 UTC 2024 - 10K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
final String configId = DocumentUtil.getValue(doc, fessConfig.getIndexFieldConfigId(), String.class); if (configId == null) { throw new FessSystemException("configId is null."); } if (configId.length() < 2) { throw new FessSystemException("Invalid configId: " + configId); } final CrawlingConfig config = crawlingConfigHelper.getCrawlingConfig(configId);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 40.2K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.reqheader_configuration=Request Header labels.reqheader_list_name=Name labels.reqheader_list_web_crawling_config=Config Name labels.reqheader_create_web_config=Create New Web Config labels.reqheader_title_details=Request Header labels.reqheader_name=Name labels.reqheader_value=Value labels.reqheader_web_crawling_config=Web Config labels.key_match_configuration=Key Match labels.key_match_list_term=Term labels.key_match_list_query=Query
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 45.6K bytes - Viewed (0) -
src/main/java/jcifs/netbios/NameServicePacket.java
Name recordName; int questionType, questionClass, recordType, recordClass, ttl, rDataLength; InetAddress addr; protected Configuration config; NameServicePacket ( Configuration config ) { this.config = config; this.isRecurDesired = true; this.isBroadcast = true; this.questionCount = 1; this.questionClass = IN; }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 12K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.crawlingThreadCount=Simultaneous Crawler Config labels.boost=Boost labels.crawlingConfigName=Name labels.crawlingConfigPath=Crawling Path labels.processType=Process Type labels.parameters=Parameters labels.designFile=Upload File labels.bulkFile=Bulk File labels.appendQueryParameter=Additional Query Parameters labels.configId=Config ID labels.configParameter=Config Parameters labels.content=Content
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
manifests/charts/README.md
- More flexibility: the new installer allows multiple 'environments', allowing applications to select a set of control plane settings and components. While the entire mesh respects the same APIs and config, apps may target different 'environments' which contain different instances and variants of Istio. - Better security: separate Istio components reside in different namespaces, allowing different teams or
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 31 16:56:50 UTC 2024 - 7.4K bytes - Viewed (0) -
src/main/resources/esflute_config.xml
<component name="fileConfigBhv" class="org.codelibs.fess.es.config.exbhv.FileConfigBhv"/> <component name="jobLogBhv" class="org.codelibs.fess.es.config.exbhv.JobLogBhv"/> <component name="keyMatchBhv" class="org.codelibs.fess.es.config.exbhv.KeyMatchBhv"/> <component name="labelTypeBhv" class="org.codelibs.fess.es.config.exbhv.LabelTypeBhv"/>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Wed Nov 28 12:59:14 UTC 2018 - 2.7K bytes - Viewed (0) -
internal/config/browser/browser.go
}, config.KV{ Key: browserHSTSPreload, Value: config.EnableOff, }, config.KV{ Key: browserReferrerPolicy, Value: "strict-origin-when-cross-origin", }, } ) // configLock is a global lock for browser config var configLock sync.RWMutex // Config storage class configuration type Config struct { CSPPolicy string `json:"csp_policy"` HSTSSeconds int `json:"hsts_seconds"`
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Jun 21 00:58:58 UTC 2024 - 5.9K bytes - Viewed (0) -
internal/config/etcd/etcd.go
} // Enabled returns if etcd is enabled. func Enabled(kvs config.KVS) bool { endpoints := kvs.Get(Endpoints) return endpoints != "" } // LookupConfig - Initialize new etcd config. func LookupConfig(kvs config.KVS, rootCAs *x509.CertPool) (Config, error) { cfg := Config{} if err := config.CheckValidKeys(config.EtcdSubSys, kvs, DefaultKVS); err != nil { return cfg, err }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Jun 28 23:17:22 UTC 2024 - 5.2K bytes - Viewed (0)