- Sort Score
- Result 10 results
- Languages All
Results 591 - 600 of 636 for jorn (0.06 sec)
-
src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js
if (typeof options.buttonClasses === 'string') this.buttonClasses = options.buttonClasses; if (typeof options.buttonClasses === 'object') this.buttonClasses = options.buttonClasses.join(' '); if (typeof options.showDropdowns === 'boolean') this.showDropdowns = options.showDropdowns; if (typeof options.minYear === 'number') this.minYear = options.minYear;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 64.8K bytes - Viewed (0) -
pom.xml
<exclusion> <groupId>org.opensearch.plugin</groupId> <artifactId>lang-painless</artifactId> </exclusion> <exclusion> <groupId>org.opensearch.plugin</groupId> <artifactId>parent-join-client</artifactId> </exclusion> <exclusion> <groupId>org.opensearch.plugin</groupId> <artifactId>transport-netty4-client</artifactId> </exclusion> <exclusion>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 02:16:03 UTC 2024 - 49.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.8.md
`--token-ttl 0` to `kubeadm init`. The default token can later be deleted with `kubeadm token delete`. - `kubeadm join` now delegates TLS Bootstrapping to the kubelet itself, instead of reimplementing the process. `kubeadm join` writes the bootstrap kubeconfig file to `/etc/kubernetes/bootstrap-kubelet.conf`. #### Defaults
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue Feb 20 15:45:02 UTC 2024 - 312.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.29.md
- Kubeadm: when adding new control plane nodes with "kubeamd join", ensure that the etcd member addition is performed only if a given member URL does not already exist in the list of members. Similarly, on "kubeadm reset" only remove an etcd member if its ID exists. ([#127621](https://github.com/kubernetes/kubernetes/pull/127621),...
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Oct 23 04:37:31 UTC 2024 - 375.1K bytes - Viewed (1) -
src/cmd/asm/internal/asm/testdata/ppc64.s
ANDCC R3, R4, R5 // 7c851839 ANDNCC R3, R4, R5 // 7c851879 OR R3, R4 // 7c841b78 OR R3, R4, R5 // 7c851b78 ORN R3, R4, R5 // 7c851b38 ORCC R3, R4, R5 // 7c851b79 ORNCC R3, R4, R5 // 7c851b39 XOR R3, R4 // 7c841a78 XOR R3, R4, R5 // 7c851a78
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Oct 29 13:14:38 UTC 2024 - 51K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/arm64enc.s
NGCSW R10, R5 // e5030a7a NGCS R24, R16 // f00318fa NOOP // 1f2003d5 ORNW R4@>11, R16, R3 // 032ee42a ORN R22@>19, R3, R3 // 634cf6aa ORRW $4294443071, R15, R24 // f8490d32 ORR $-3458764513820540929, R12, R22 // 96f542b2 ORRW R13<<4, R8, R26 // 1a110d2a
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Jul 24 01:11:41 UTC 2023 - 43.9K bytes - Viewed (0) -
cmd/storage-rest-server.go
if !endpoint.IsLocal { continue } server := &storageRESTServer{ endpoint: endpoint, } subrouter := router.PathPrefix(path.Join(storageRESTPrefix, endpoint.Path)).Subrouter() subrouter.Methods(http.MethodPost).Path(storageRESTVersionPrefix + storageRESTMethodHealth).HandlerFunc(h(server.HealthHandler))
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Aug 14 17:11:51 UTC 2024 - 45.7K bytes - Viewed (0) -
src/archive/tar/reader_test.go
}, { inputData: padInput("100\n" + func() string { var ss []string for i := 0; i < 100; i++ { ss = append(ss, fmt.Sprintf("%d\n%d\n", int64(i)<<30, 512)) } return strings.Join(ss, "") }()), inputHdrs: map[string]string{paxGNUSparseMajor: "1", paxGNUSparseMinor: "0"}, wantMap: func() (spd sparseDatas) { for i := 0; i < 100; i++ {
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 03 15:48:09 UTC 2024 - 46.9K bytes - Viewed (0) -
src/cmd/cgo/gcc.go
if directive == "nocallback" { f.NoCallbacks[funcName] = true } else if directive == "noescape" { f.NoEscapes[funcName] = true } } } } f.Preamble = strings.Join(linesOut, "\n") } // addToFlag appends args to flag. func (p *Package) addToFlag(flag string, args []string) { if flag == "CFLAGS" { // We'll also need these when preprocessing for dwarf information.
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Sep 18 15:07:34 UTC 2024 - 97.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.21.md
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Fri Oct 14 07:03:14 UTC 2022 - 367.3K bytes - Viewed (0)