- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 28 for defaultCC (0.06 sec)
-
src/main/webapp/js/admin/popper.min.js.map
options - Your custom options to override the ones defined in [Defaults](#defaults)\n * @return {Object} instance - The generated Popper.js instance\n */\n constructor(reference, popper, options = {}) {\n // make update() debounced, so that it only runs at most once-per-tick\n this.update = debounce(this.update.bind(this));\n\n // with {} we create a new object with the options inside it\n this.options = { ...Popper.Defaults, ...options };\n\n // init state\n this.state = {\n ...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 120.9K bytes - Viewed (0) -
manifests/addons/dashboards/istio-service-dashboard.json
"skipUrlSync": false, "type": "datasource" }, { "current": { "selected": false, "text": "details.default.svc.cluster.local", "value": "details.default.svc.cluster.local" }, "datasource": { "type": "prometheus", "uid": "${datasource}" }, "definition": "",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Mar 27 03:47:04 UTC 2024 - 111.8K bytes - Viewed (0) -
manifests/addons/dashboards/istio-workload-dashboard.json
"regex": "", "skipUrlSync": false, "type": "datasource" }, { "current": { "selected": true, "text": "default", "value": "default" }, "datasource": { "type": "prometheus", "uid": "${datasource}" }, "definition": "", "hide": 0,
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Mar 27 03:47:04 UTC 2024 - 102.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.4.md
* if the new state is "partialDisruption" or "fullDisruption" we call a user defined function that returns a new QPS to use (default 1/10 of the default rate, and the default rate respectively), * if the new state is "normal" we resume normal operation (go back to default limiter settings), * if all zones in the cluster are in "fullDisruption" state we stop all evictions.
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 133.5K bytes - Viewed (0) -
fastapi/routing.py
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Oct 12 09:44:57 UTC 2024 - 172.1K bytes - Viewed (0) -
istioctl/pkg/authz/testdata/configdump.yaml
"typed_config": { "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "stat_prefix": "outbound|443||kubernetes.default.svc.cluster.local", "cluster": "outbound|443||kubernetes.default.svc.cluster.local" } } ] } ], "traffic_direction": "OUTBOUND", "bind_to_port": false },
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jun 21 14:20:23 UTC 2023 - 206.7K bytes - Viewed (0) -
fastapi/applications.py
have their default values. This is different from `response_model_exclude_defaults` in that if the fields are set, they will be included in the response, even if the value is the same as the default. When `True`, default values are omitted from the response. Read more about it in the
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Aug 17 04:52:31 UTC 2024 - 172.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.5.md
**Who is affected?** Only Kubernetes 1.5.0-1.5.4 installations that do all of the following: * Enable the PodSecurityPolicy API (which is not enabled by default): * `--runtime-config=extensions/v1beta1/podsecuritypolicy=true` * Enable the PodSecurityPolicy admission plugin (which is not enabled by default): * `--admission-control=...,PodSecurityPolicy,...` * Use authorization to limit users' ability to use specific PodSecurityPolicy objects
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 136.4K bytes - Viewed (0) -
cmd/bucket-replication.go
startTime := time.Now() bucket := ri.Bucket object := ri.Name // set defaults for replication action based on operation being performed - actual // replication action can only be determined after stat on remote. This default is // needed for updating replication metrics correctly when target is offline. rAction := replicateMetadata rinfo = replicatedTargetInfo{
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 10 06:49:55 UTC 2024 - 116.1K bytes - Viewed (0) -
cmd/storage-datatypes_gen.go
switch msgp.UnsafeString(field) { default: err = dc.Skip() if err != nil { err = msgp.WrapError(err, "Opts", "BaseOptions") return } } } default: err = dc.Skip() if err != nil { err = msgp.WrapError(err, "Opts") return } } } default: err = dc.Skip() if err != nil {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 22 15:30:50 UTC 2024 - 150.2K bytes - Viewed (0)