- Sort Score
- Result 10 results
- Languages All
Results 221 - 230 of 249 for descriptive (0.06 sec)
-
src/main/resources/fess_label_nl.properties
labels.homePostalAddress=Postadres (thuis) labels.user_labeledURI=labeledURI labels.labeledURI=labeledURI labels.user_roomNumber=Kamernummer labels.roomNumber=Kamernummer labels.user_description=Beschrijving labels.description=Beschrijving labels.user_title=Titel labels.title=Titel labels.user_pager=Pager labels.pager=Pager labels.user_street=Straat labels.street=Straat labels.user_postalCode=Postcode
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 46.1K bytes - Viewed (1) -
src/main/resources/fess_label_it.properties
labels.homePostalAddress=CAP (casa) labels.user_labeledURI=labeledURI labels.labeledURI=labeledURI labels.user_roomNumber=Numero stanza labels.roomNumber=Numero stanza labels.user_description=Descrizione labels.description=Descrizione labels.user_title=Titolo labels.title=Titolo labels.user_pager=Cercapersone labels.pager=Cercapersone labels.user_street=Via labels.street=Via labels.user_postalCode=CAP labels.postalCode=CAP
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 09:16:23 UTC 2025 - 46.6K bytes - Viewed (0) -
src/main/resources/fess_label_pt_BR.properties
labels.homePostalAddress=CEP (residencial) labels.user_labeledURI=labeledURI labels.labeledURI=labeledURI labels.user_roomNumber=Número da sala labels.roomNumber=Número da sala labels.user_description=Descrição labels.description=Descrição labels.user_title=Cargo labels.title=Cargo labels.user_pager=Pager labels.pager=Pager labels.user_street=Rua labels.street=Rua labels.user_postalCode=CEP labels.postalCode=CEP
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 48.7K bytes - Viewed (0) -
src/main/resources/fess_label_zh_CN.properties
labels.user_homePostalAddress=邮政地址 (家庭) labels.homePostalAddress=邮政地址 (家庭) labels.user_labeledURI=labeledURI labels.labeledURI=labeledURI labels.user_roomNumber=房间号 labels.roomNumber=房间号 labels.user_description=描述 labels.description=描述 labels.user_title=职位 labels.title=职位 labels.user_pager=寻呼机 labels.pager=寻呼机 labels.user_street=街道 labels.street=街道 labels.user_postalCode=邮政编码 labels.postalCode=邮政编码
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 09:16:23 UTC 2025 - 43.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_ROOM_NUMBER = "{labels.roomNumber}"; /** The key of the message: Description */ public static final String LABELS_user_description = "{labels.user_description}"; /** The key of the message: Description */ public static final String LABELS_DESCRIPTION = "{labels.description}"; /** The key of the message: Title */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 156.4K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Sets.java
* NavigableSet#tailSet(Object, boolean) tailSet()}, and {@link NavigableSet#headSet(Object, * boolean) headSet()}) to actually construct the view. Consult these methods for a full * description of the returned view's behavior. * * <p><b>Warning:</b> {@code Range}s always represent a range of values using the values' natural
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 22 18:35:44 UTC 2025 - 81.6K bytes - Viewed (0) -
src/main/resources/fess_label_ja.properties
labels.user_homePostalAddress=郵便番号(自宅) labels.homePostalAddress=郵便番号(自宅) labels.user_labeledURI=labeledURI labels.labeledURI=labeledURI labels.user_roomNumber=部屋番号 labels.roomNumber=部屋番号 labels.user_description=説明 labels.description=説明 labels.user_title=役職 labels.title=役職 labels.user_pager=ポケベル labels.pager=ポケベル labels.user_street=番地 labels.street=番地 labels.user_postalCode=郵便番号 labels.postalCode=郵便番号
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49.8K bytes - Viewed (0) -
src/main/webapp/css/admin/adminlte.min.css
.info-box .progress-description{font-size:.75rem;display:block}.col-lg-3 .info-box .progress-description,.col-md-3 .info-box .progress-description,.col-xl-3 .info-box .progress-description{font-size:.75rem;display:block}}@media (min-width:1200px){.col-lg-2 .info-box .progress-description,.col-md-2 .info-box .progress-description,.col-xl-2 .info-box .progress-description{font-size:1rem;display:block}.col-lg-3 .info-box .progress-description,.col-md-3 .info-box .progress-description,.col-xl-3 .info-box...Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 1.3M bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
/** OAuth2 state parameter name. */ protected static final String STATE = "state"; /** OAuth2 error parameter name. */ protected static final String ERROR = "error"; /** OAuth2 error description parameter name. */ protected static final String ERROR_DESCRIPTION = "error_description"; /** OAuth2 error URI parameter name. */ protected static final String ERROR_URI = "error_uri";Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 56.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.27.md
- Updated `KMSv2` to beta ([#115123](https://github.com/kubernetes/kubernetes/pull/115123), [@aramase](https://github.com/aramase)) - Updated: Redefine AppProtocol field description and add new standard values ([#115433](https://github.com/kubernetes/kubernetes/pull/115433), [@LiorLieberman](https://github.com/LiorLieberman)) [SIG API Machinery, Apps and Network]
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Wed Jul 17 07:48:22 UTC 2024 - 466.3K bytes - Viewed (2)