- Sort Score
- Result 10 results
- Languages All
Results 1131 - 1140 of 1,618 for lang (0.02 sec)
-
src/main/java/jcifs/SmbResource.java
- * @throws CIFSException
- * @throws jcifs.smb.SmbUnsupportedOperationException
- * if CAP_NT_SMBS is unavailable
- */
- void setFileTimes ( long createTime, long lastModified, long lastAccess ) throws CIFSException;
- /**
- * Set the last access time of the file. The time is specified as milliseconds
- * from Jan 1, 1970 which is the same as that which is returned by the
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Dec 20 14:09:34 UTC 2020 - 26K bytes - Viewed (1) -
guava/src/com/google/common/net/InetAddresses.java
- /**
- * Returns an address from a <b>little-endian ordered</b> byte array (the opposite of what {@link
- * InetAddress#getByAddress} expects).
- *
- * <p>IPv4 address byte array must be 4 bytes long and IPv6 byte array must be 16 bytes long.
- *
- * @param addr the raw IP address in little-endian byte order
- * @return an InetAddress object created from the raw IP address
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:26:48 UTC 2024 - 47.1K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
- labels.docId=ID документа
- labels.endTime=Время завершения
- labels.hq=hq
- labels.inputs=Источник
- labels.jobLogging=Журналирование
- labels.jobName=Имя
- labels.jobStatus=Статус
- labels.labelTypeIds=Надписи
- labels.lang=язык
- labels.outputs=Цель
- labels.pos=POS
- labels.purgeJobLogDay=Предварительная очистка журнала работы
- labels.purgeUserInfoDay=Предварительная очистка пользователя
- labels.reading=Чтение
- labels.roleTypeIds=ID роль
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 45.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
- }
- public void validateUserAttributes(final Class<?> type, final Map<String, String> attributes, final Consumer<String> consumer) {
- if (type == Long.class) {
- // Long type attributes
- final String attrUidNumber = fessConfig.getLdapAttrUidNumber();
- final String attrGidNumber = fessConfig.getLdapAttrGidNumber();
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 65.9K bytes - Viewed (0) -
docs/de/docs/alternatives.md
- **FastAPI** würde ohne die frühere Arbeit anderer nicht existieren.
- Es wurden zuvor viele Tools entwickelt, die als Inspiration für seine Entwicklung dienten.
- Ich habe die Schaffung eines neuen Frameworks viele Jahre lang vermieden. Zuerst habe ich versucht, alle von **FastAPI** abgedeckten Funktionen mithilfe vieler verschiedener Frameworks, Plugins und Tools zu lösen.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 26.7K bytes - Viewed (0) -
guava/src/com/google/common/net/InternetDomainName.java
- // they have been left as independent tests for clarity.
- if (part.length() < 1 || part.length() > MAX_DOMAIN_PART_LENGTH) {
- return false;
- }
- /*
- * GWT claims to support java.lang.Character's char-classification methods, but it actually only
- * works for ASCII. So for now, assume any non-ASCII characters are valid. The only place this
- * seems to be documented is here:
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Feb 05 20:47:23 UTC 2024 - 28K bytes - Viewed (0) -
src/main/java/org/codelibs/core/collection/ArrayUtil.java
- }
- /**
- * {@literal long}配列の末尾に{@literal long}の値を追加した配列を返します。
- *
- * @param array
- * 配列。{@literal null}であってはいけません
- * @param value
- * 値
- * @return 値が追加された結果の配列
- */
- public static long[] add(final long[] array, final long value) {
- assertArgumentNotNull("array", array);
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 42.6K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
- labels.dictId = 사전 ID
- labels.docId = 문서 ID
- labels.endTime = 종료 시간
- labels.hq = hq
- labels.inputs = 원본
- labels.jobLogging = 로깅
- labels.jobName = 이름
- labels.jobStatus = 상태
- labels.labelTypeIds = 레이블(Label)
- labels.lang = 언어
- labels.outputs = 대상
- labels.pos = 품사
- labels.purgeJobLogDay = 이전 작업 로그 삭제
- labels.purgeUserInfoDay = 이전의 사용자 로그를 삭제
- labels.reading = 읽기
- labels.roleTypeIds = Role ID
- labels.scriptData = 스크립트
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 44K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
- labels.endTime = Heure de fin
- labels.hq = hq
- labels.inputs = Source
- labels.jobLogging = Journalisation
- labels.jobName = Nom
- labels.jobStatus = Statut
- labels.labelTypeIds = Étiquettes
- labels.lang = langue
- labels.outputs = Cible
- labels.pos = PDV
- labels.purgeJobLogDay = Purger le journal des tâches avant
- labels.purgeUserInfoDay = Purger l'utilisateur avant
- labels.reading = Lecture
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.6K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/ImmutableSortedSetTest.java
- import static com.google.common.collect.ReflectionFreeAssertThrows.assertThrows;
- import static com.google.common.collect.Sets.newHashSet;
- import static com.google.common.truth.Truth.assertThat;
- import static java.lang.Math.min;
- import static java.util.Arrays.asList;
- import static java.util.Arrays.sort;
- import static java.util.Collections.emptyList;
- import com.google.common.annotations.GwtCompatible;
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 46.7K bytes - Viewed (0)