- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 22 for Array (0.07 sec)
-
doc/go_spec.html
<p> Converting a slice to an array yields an array containing the elements of the underlying array of the slice. Similarly, converting a slice to an array pointer yields a pointer to the underlying array of the slice. In both cases, if the <a href="#Length_and_capacity">length</a> of the slice is less than the length of the array,
Registered: 2024-11-05 11:13 - Last Modified: 2024-10-02 00:58 - 282.5K bytes - Viewed (0) -
common-protos/k8s.io/api/core/v1/generated.proto
optional string operator = 2; // An array of string values. If the operator is In or NotIn, // the values array must be non-empty. If the operator is Exists or DoesNotExist, // the values array must be empty. If the operator is Gt or Lt, the values // array must have a single element, which will be interpreted as an integer. // This array is replaced during a strategic merge patch. // +optional
Registered: 2024-11-06 22:53 - Last Modified: 2024-03-11 18:43 - 255.8K bytes - Viewed (0) -
src/main/webapp/js/admin/moment-with-locales.min.js
typeof exports&&"undefined"!=typeof module?module.exports=a():"function"==typeof define&&define.amd?define(a):e.moment=a()}(this,function(){"use strict";var e,n;function M(){return e.apply(null,arguments)}function i(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function _(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function h(e,a){return Object.prototype.hasOwnProperty.call(e,a)}function o(e){if(Object.getOwnPropertyNames)return 0...
Registered: 2024-10-31 13:40 - Last Modified: 2024-10-26 01:49 - 360.5K bytes - Viewed (2) -
tests/test_include_router_defaults_overrides.py
"type": "object", "properties": { "detail": { "title": "Detail", "type": "array", "items": {"$ref": "#/components/schemas/ValidationError"}, } }, }, "ValidationError": {
Registered: 2024-11-03 07:19 - Last Modified: 2023-06-30 18:25 - 358.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.17.md
- CRDs can have fields named `type` with value `array` and nested array with `items` fields without validation to fall over this. ([#85223](https://github.com/kubernetes/kubernetes/pull/85223), [@sttts](https://github.com/sttts)) ### Apps
Registered: 2024-11-01 09:05 - Last Modified: 2021-01-28 10:44 - 346.2K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.30.md
- resource.k8s.io/ResourceClaim (alpha API): The strategic merge patch strategy for the `status.reservedFor` array was changed so that a strategic-merge-patch can now add individual entries. This change may break clients using strategic merge patch to update status, which rely on the previous behavior (replacing the entire array). ([#122276](https://github.com/kubernetes/kubernetes/pull/122276), [@pohly](https://github.com/pohly))
Registered: 2024-11-01 09:05 - Last Modified: 2024-10-23 04:40 - 309.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.31.md
- Dynamic Resource Allocation (DRA): in the `pod.spec.recourceClaims` array, the `source` indirection is no longer necessary. Instead of e.g. `source: resourceClaimTemplateName: my-template`, one can write `resourceClaimTemplateName: my-template`. ([#125116](https://github.com/kubernetes/kubernetes/pull/125116), [@pohly](...
Registered: 2024-11-01 09:05 - Last Modified: 2024-10-23 12:18 - 315.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.16.md
- Return error when the scoring plugin returns score out of range `[0, 100]`. ([#81015](https://github.com/kubernetes/kubernetes/pull/81015), [@draveness](https://github.com/draveness)) - Use a named array instead of a score array in normalizing-score phase. ([#80901](https://github.com/kubernetes/kubernetes/pull/80901), [@draveness](https://github.com/draveness))
Registered: 2024-11-01 09:05 - Last Modified: 2021-02-11 10:00 - 345.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.23.md
- Fix: delete non existing Azure disk issue ([#107406](https://github.com/kubernetes/kubernetes/pull/107406), [@andyzhangx](https://github.com/andyzhangx)) [SIG Cloud Provider] - Fixes a regression in 1.23 that incorrectly pruned data from array items of a custom resource that set `x-kubernetes-preserve-unknown-fields: true` ([#107689](https://github.com/kubernetes/kubernetes/pull/107689), [@liggitt](https://github.com/liggitt)) [SIG API Machinery] ## Dependencies
Registered: 2024-11-01 09:05 - Last Modified: 2023-02-28 21:06 - 424.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
String INDEX_DICTIONARY_PREFIX = "index.dictionary.prefix"; /** The key of the configuration. e.g. lang,role,label,anchor,virtual_host */ String INDEX_ADMIN_ARRAY_FIELDS = "index.admin.array.fields"; /** The key of the configuration. e.g. expires,created,timestamp,last_modified */ String INDEX_ADMIN_DATE_FIELDS = "index.admin.date.fields"; /** The key of the configuration. e.g. */
Registered: 2024-10-31 13:40 - Last Modified: 2024-10-11 21:11 - 468.5K bytes - Viewed (1)