- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 146 for schemes (0.11 sec)
-
CHANGELOG/CHANGELOG-1.18.md
- [Client Binaries](#client-binaries-19) - [Server Binaries](#server-binaries-19) - [Node Binaries](#node-binaries-19) - [Changelog since v1.17.0](#changelog-since-v1170) - [What’s New (Major Themes)](#whats-new-major-themes) - [Kubernetes Topology Manager Moves to Beta - Align Up!](#kubernetes-topology-manager-moves-to-beta---align-up) - [Serverside Apply - Beta 2](#serverside-apply---beta-2)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jun 16 17:18:28 UTC 2021 - 373.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/fileauth/AdminFileauthAction.java
copyBeanToBean(form, entity, op -> op.exclude(Constants.COMMON_CONVERSION_RULE)); return entity; }); } /** * Registers protocol scheme items for the dropdown list. * * @param data the render data */ protected void registerProtocolSchemeItems(final RenderData data) { final List<Map<String, String>> itemList = new ArrayList<>();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.2K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.popularWord=Parola popolare labels.ignoreFailureType=Tipi di errore ignorati labels.lastAccessTime=Data ultimo accesso labels.notificationTo=Notifica a labels.num=Numero labels.pn=Numero di pagina labels.protocolScheme=Schema labels.purgeByBots=Elimina per Bot labels.logLevel=Livello di log labels.purgeSearchLogDay=Elimina log di ricerca labels.query=Query labels.queryId=ID query labels.rt=rt labels.searchLog=Log di ricerca
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.popularWord=Populair woord labels.ignoreFailureType=Genegeerde fouttypen labels.lastAccessTime=Laatste toegangstijd labels.notificationTo=Melding aan labels.num=Aantal labels.pn=Paginanummer labels.protocolScheme=Schema labels.purgeByBots=Verwijderen door Bots labels.logLevel=Logboekniveau labels.purgeSearchLogDay=Zoeklogboeken verwijderen labels.query=Query labels.queryId=Query-ID labels.rt=rt labels.searchLog=Zoeklogboek
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.24.md
`UnversionedKubeletConfigMap` feature gate to Beta and enabled the feature by default. This implies that 1) for new clusters kubeadm will start using the `kube-system/kubelet-config` naming scheme for the kubelet ConfigMap and RBAC rules, instead of the legacy `kubelet-config-x.yy` naming. 2) during upgrade, kubeadm will only write the new scheme ConfigMap and RBAC objects. To disable the feature you can pass `UnversionedKubeletConfigMap: false` in the kubeadm config for new clusters. For upgrade on existing clusters...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Aug 24 00:02:43 UTC 2023 - 473.4K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt
private fun cancelDuringConnect(scheme: String?) { server.enqueue(MockResponse.Builder().onRequestStart(Stall).build()) val cancelDelayMillis = 300L val call = client.newCall( Request( server .url("/") .newBuilder() .scheme(scheme!!) .build(), ), )
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 146.6K bytes - Viewed (0) -
docs/fr/README.md
- [Salesforce](https://github.com/codelibs/fess-ds-salesforce) - [SharePoint](https://github.com/codelibs/fess-ds-sharepoint) - [Slack](https://github.com/codelibs/fess-ds-slack) ## Thèmes - [Simple](https://github.com/codelibs/fess-theme-simple) - [Classique](https://github.com/codelibs/fess-theme-classic) ## Ingest - [Logger](https://github.com/codelibs/fess-ingest-logger)
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 12 07:19:47 UTC 2024 - 7.9K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.popularWord=Mot populaire labels.ignoreFailureType=Type d'échec ignoré labels.lastAccessTime=Heure du dernier accès labels.notificationTo=Notification à labels.num=Nombre labels.pn=Numéro de page labels.protocolScheme=Schéma labels.purgeByBots=Purger les robots labels.logLevel=Niveau de journalisation labels.purgeSearchLogDay=Purger le journal de recherche labels.query=Requête labels.queryId=ID de requête labels.rt=rt
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.9.md
## Major themes Kubernetes is developed by community members whose work is organized into [Special Interest Groups](https://github.com/kubernetes/community/blob/master/sig-list.md), which provide the themes that guide their work. For the 1.9 release, these themes included: ### API Machinery
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Nov 16 10:46:27 UTC 2021 - 313.7K bytes - Viewed (0) -
docs/changelogs/changelog_3x.md
responses returned by OkHttp itself, and it was an old mistake to permit application code to omit a message. * The challenge's scheme and realm are now non-null. If you are calling `new Challenge(scheme, realm)` you must provide non-null values. These were never null in challenges created by OkHttp, but could have been null in application code that creates challenges.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 14:55:54 UTC 2022 - 50.8K bytes - Viewed (0)