- Sort Score
- Result 10 results
- Languages All
Results 911 - 920 of 2,835 for 2$ (0.02 sec)
-
android/guava-tests/test/com/google/common/collect/TablesTest.java
new EqualsTester() .addEqualityGroup(entry, immutableCell("foo", 1, 'a')) .addEqualityGroup(immutableCell("bar", 1, 'a')) .addEqualityGroup(immutableCell("foo", 2, 'a')) .addEqualityGroup(immutableCell("foo", 1, 'b')) .addEqualityGroup( Tables.<@Nullable Object, @Nullable Object, @Nullable Object>immutableCell( null, null, null))
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:05:46 UTC 2024 - 3.1K bytes - Viewed (0) -
.github/ISSUE_TEMPLATE/tflite-converter-issue.md
### 2. Code Provide code to help us reproduce your issues using one of the following options: #### Option A: Reference colab notebooks 1) Reference [TensorFlow Model Colab](https://colab.research.google.com/gist/ymodak/e96a4270b953201d5362c61c1e8b78aa/tensorflow-datasets.ipynb?authuser=1): Demonstrate how to build your TF model.
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Jun 15 03:35:58 UTC 2022 - 2.1K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/DcerpcMessage.java
public void decode ( NdrBuffer buf ) throws NdrException { decode_header(buf); if ( this.ptype != 12 && this.ptype != 2 && this.ptype != 3 && this.ptype != 13 ) throw new NdrException("Unexpected ptype: " + this.ptype); if ( this.ptype == 2 || this.ptype == 3 ) { /* Response or Fault */ this.alloc_hint = buf.dec_ndr_long(); buf.dec_ndr_short(); /* context id */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 5K bytes - Viewed (0) -
compat/maven-compat/src/test/resources/pom.xml
<dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> <version>1.0-beta-2</version> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>plexus</groupId> <artifactId>plexus-i18n</artifactId> <version>1.0-beta-2-SNAPSHOT</version> <type>jar</type> <scope>compile</scope> </dependency> <dependency>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 4.9K bytes - Viewed (0) -
docs/minio-limits.md
| Minimum number of drives per server when server count is 2 or 3 | 01 | | Minimum number of drives per server when server count is 4 | 01 | | Maximum number of drives per server | no-limit | | Read quorum | N/2 | | Write quorum | N/2+1 |
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jan 18 07:03:17 UTC 2024 - 5.9K bytes - Viewed (0) -
internal/store/store.go
if k.Compress { return compressExt } return "" }() } func getItemCount(k string) (count int, err error) { count = 1 v := strings.Split(k, ":") if len(v) == 2 { return strconv.Atoi(v[0]) } return } func parseKey(k string) (key Key) { key.Name = k if strings.HasSuffix(k, compressExt) { key.Compress = true
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Sep 06 23:06:30 UTC 2024 - 4.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/ApiResult.java
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 12.5K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/FastFallbackTest.kt
call.execute() } // In the process we made two unsuccessful connection attempts. assertThat(listener.recordedEventTypes().filter { it == "ConnectStart" }).hasSize(2) assertThat(listener.recordedEventTypes().filter { it == "ConnectFailed" }).hasSize(2) } @RetryingTest(5) @Flaky fun reachesIpv4AfterUnreachableIpv6Address() { dnsResults = listOf(
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 10.3K bytes - Viewed (0) -
dbflute_fess/manage.sh
#!/bin/bash cd `dirname $0` . ./_project.sh FIRST_ARG=$1 SECOND_ARG=$2 sh $DBFLUTE_HOME/etc/cmd/_df-manage.sh $MY_PROPERTIES_PATH $FIRST_ARG $SECOND_ARG taskReturnCode=$? if [ $taskReturnCode -ne 0 ];then exit $taskReturnCode;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Jul 04 22:46:31 UTC 2015 - 236 bytes - Viewed (0) -
docs/ru/docs/async.md
поддерживает современные возможности Python, код можно написать следующим образом: ```Python burgers = await get_burgers(2) ``` Главное здесь слово `await`. Оно сообщает интерпретатору, что необходимо дождаться ⏸ пока `get_burgers(2)` закончит свои дела 🕙, и только после этого сохранить результат в `burgers`. Зная это, Python может пока переключиться на выполнение других задач 🔀 ⏯
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 39.9K bytes - Viewed (0)