- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 14 for isIn (0.02 sec)
-
okhttp/src/test/java/okhttp3/CallHandshakeTest.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package okhttp3 import assertk.assertThat import assertk.assertions.containsExactly import assertk.assertions.isIn import javax.net.ssl.SSLSocket import mockwebserver3.MockResponse import mockwebserver3.MockWebServer import okhttp3.CipherSuite.Companion.TLS_AES_128_GCM_SHA256 import okhttp3.CipherSuite.Companion.TLS_AES_256_GCM_SHA384
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Jan 20 10:30:28 UTC 2024 - 11.2K bytes - Viewed (0) -
docs/az/docs/index.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 22.8K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/AbstractImmutableSetTest.java
*/ assertWithMessage( "byAscendingSize %s, startIndex %s, inputIsSet %s", byAscendingSize, startIndex, inputIsSet) .that(immutableCopy) .isIn(distinctCandidatesByAscendingSize); } } } } private static final class MutatedOnQuerySet<E> extends ForwardingSet<E> { final Iterator<ImmutableSet<E>> infiniteCandidates;
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 18.5K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/util/concurrent/AbstractFutureTest.java
assertTrue(future.isCancelled()); if (future.wasInterrupted()) { // We were cancelled, it is possible that setFuture could have succeeded too. assertThat(numSuccessfulSetCalls.get()).isIn(Range.closed(1, 2)); } else { assertThat(numSuccessfulSetCalls.get()).isEqualTo(1); } } else { assertThat(numSuccessfulSetCalls.get()).isEqualTo(1); }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 22:10:29 UTC 2024 - 47.1K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.user_destinationIndicator=Destination Indicator labels.destinationIndicator=Destination Indicator labels.user_internationaliSDNNumber=International ISDN Number labels.internationaliSDNNumber=International ISDN Number labels.user_state=State labels.state=State labels.user_employeeType=Employee Type labels.employeeType=Employee Type labels.user_facsimileTelephoneNumber=Facsimile Telephone Number
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
cmd/admin-handlers-idp-ldap.go
isDN := globalIAMSys.LDAPConfig.ParsesAsDN(targetUser) opts.claims[ldapUserN] = targetUser // simple username var lookupResult *xldap.DNSearchResult lookupResult, targetGroups, err = globalIAMSys.LDAPConfig.LookupUserDN(targetUser) if err != nil { // if not found, check if DN if strings.Contains(err.Error(), "User DN not found for:") { if isDN { // warn user that DNs are not allowed
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Sep 21 11:35:40 UTC 2024 - 19.1K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.user_destinationIndicator = Indicateur de destination labels.destinationIndicator = Indicateur de destination labels.user_internationaliSDNNumber = Numéro ISDN international labels.internationaliSDNNumber = Numéro ISDN international labels.user_state = État labels.state = État labels.user_employeeType = Type d'employé labels.employeeType = Type d'employé
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.6K bytes - Viewed (0) -
docs/tr/docs/features.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 11.1K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.physicalDeliveryOfficeName=Büroname für physische Zustellung labels.user_destinationIndicator=Zielangabe labels.destinationIndicator=Zielangabe labels.user_internationaliSDNNumber=Internationale ISDN-Nummer labels.internationaliSDNNumber=Internationale ISDN-Nummer labels.user_state=Bundesland labels.state=Bundesland labels.user_employeeType=Mitarbeitertyp labels.employeeType=Mitarbeitertyp labels.user_facsimileTelephoneNumber=Faxnummer
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 42.8K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.user_physicalDeliveryOfficeName = 사업소 labels.physicalDeliveryOfficeName = 사업소 labels.user_destinationIndicator = 특송 서비스 주소 정보 labels.destinationIndicator = 특송 서비스 주소 정보 labels.user_internationaliSDNNumber = 국제 ISDN 번호 labels.internationaliSDNNumber = 국제 ISDN 번호 labels.user_state = 도시 labels.state = 도시 labels.user_employeeType = 고용 형태 labels.employeeType = 고용 형태 labels.user_facsimileTelephoneNumber = FAX 번호 labels.facsimileTelephoneNumber = FAX 번호
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 44K bytes - Viewed (0)