- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 61 for customize (0.05 sec)
-
CHANGELOG/CHANGELOG-1.34.md
- k8s.io/system-validators: v1.9.1 → v1.10.1 - k8s.io/utils: 3ea5e8c → 4c0f3b2 - sigs.k8s.io/json: 9aa6b5e → cfa47c3 - sigs.k8s.io/kustomize/api: v0.19.0 → v0.20.1 - sigs.k8s.io/kustomize/cmd/config: v0.19.0 → v0.20.1 - sigs.k8s.io/kustomize/kustomize/v5: v5.6.0 → v5.7.1 - sigs.k8s.io/kustomize/kyaml: v0.19.0 → v0.20.1 - sigs.k8s.io/yaml: v1.4.0 → v1.6.0 ### Removed - cloud.google.com/go/accessapproval: v1.7.4
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 27 10:36:10 UTC 2025 - 292.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
} } /** * Updates documents in an index using a query. * * @param index the index name * @param option function to customize the search request * @param builder function to build update requests from search hits * @return the number of documents processed */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 121.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.14.md
* Kustomize is developed in its own repo https://github.com/kubernetes-sigs/kustomize ([#73033](https://github.com/kubernetes/kubernetes/pull/73033), [@Liujingfang1](https://github.com/Liujingfang1)) * This PR added a new subcommand `kustomize` in kubectl. * kubectl kustomize <somedir> has the same effect as kustomize build <somedir>
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Mon Jun 14 22:06:39 UTC 2021 - 271.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/validation/CustomSizeTest.java
final CustomSize annotation = field.getAnnotation(CustomSize.class); assertEquals("Annotation type should be CustomSize", CustomSize.class, annotation.annotationType()); } // Test all annotation methods exist public void test_annotationMethods() { try { final Method messageMethod = CustomSize.class.getMethod("message");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 17.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/webconfig/CreateForm.java
@Required @UriType(protocolType = ProtocolType.WEB) @CustomSize(maxKey = "form.admin.max.input.size") public String urls; /** * URL patterns to include during crawling. */ @CustomSize(maxKey = "form.admin.max.input.size") public String includedUrls; /** * URL patterns to exclude during crawling. */ @CustomSize(maxKey = "form.admin.max.input.size")
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.9.md
* [beta] Flag `--chunk-size={SIZE}` is added to `kubectl get` to customize the number of results returned in large lists of resources. This reduces the perceived latency of managing large clusters because the server returns the first set of results to the client much more quickly. Pass 0 to disable this feature.([#5376...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Nov 16 10:46:27 UTC 2021 - 313.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/validation/CustomSizeValidatorTest.java
assertTrue("NPE is acceptable for null context in this implementation", true); } } private CustomSize createBasicAnnotation() { return new CustomSize() { @Override public Class<? extends Annotation> annotationType() { return CustomSize.class; } @Override public String message() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 5.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/fileconfig/CreateForm.java
@Required @UriType(protocolType = ProtocolType.FILE) @CustomSize(maxKey = "form.admin.max.input.size") public String paths; /** The paths to include during crawling (pattern-based). */ @CustomSize(maxKey = "form.admin.max.input.size") public String includedPaths; /** The paths to exclude during crawling (pattern-based). */ @CustomSize(maxKey = "form.admin.max.input.size") public String excludedPaths;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/labeltype/CreateForm.java
*/ @CustomSize(maxKey = "form.admin.max.input.size") public String includedPaths; /** * The paths to exclude for this label type. */ @CustomSize(maxKey = "form.admin.max.input.size") public String excludedPaths; /** * The permissions required to view this label type. */ @CustomSize(maxKey = "form.admin.max.input.size")
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.30.md
([#123413](https://github.com/kubernetes/kubernetes/pull/123413), [@seans3](https://github.com/seans3)) - A new flag called `custom` has been introduced in `kubectl debug`, allowing users to customize pre-defined profiles. ([#120346](https://github.com/kubernetes/kubernetes/pull/120346), [@ardaguclu](https://github.com/ardaguclu))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jun 18 18:59:10 UTC 2025 - 398.1K bytes - Viewed (0)