- Sort Score
- Result 10 results
- Languages All
Results 151 - 160 of 3,823 for code (0.05 sec)
-
android/guava/src/com/google/common/primitives/UnsignedLong.java
* to {@link #fromLongBits}. * * <p>Note that if this {@code UnsignedLong} holds a value {@code >= 2^63}, the returned value * will be equal to {@code this - 2^64}. */ @Override public long longValue() { return value; } /**
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Apr 22 13:09:25 UTC 2021 - 8.9K bytes - Viewed (0) -
guava/src/com/google/common/primitives/UnsignedLong.java
* to {@link #fromLongBits}. * * <p>Note that if this {@code UnsignedLong} holds a value {@code >= 2^63}, the returned value * will be equal to {@code this - 2^64}. */ @Override public long longValue() { return value; } /**
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Apr 22 13:09:25 UTC 2021 - 8.9K bytes - Viewed (0) -
src/main/java/org/codelibs/core/lang/GenericsUtil.java
} } /** * <code>type</code>の実際の型を返します。 * <ul> * <li><code>type</code>が<code>Class</code>の場合はそのまま返します。</li> * <li><code>type</code>がパラメータ化された型の場合はその原型を返します。</li> * <li><code>type</code>がワイルドカード型の場合は(最初の)上限境界を返します。</li> * <li><code>type</code>が型変数で引数{@code map}のキーとして含まれている場合はその変数の実際の型引数を返します。</li> * <li><code>type</code>が型変数で引数{@code map}のキーとして含まれていない場合は(最初の)上限境界を返します。</li>
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 23.6K bytes - Viewed (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/logging/Slf4jLogger.java
} /** * <b>Warning</b>: ignored (always return <code>0 == Logger.LEVEL_DEBUG</code>). */ public int getThreshold() { return 0; } /** * <b>Warning</b>: ignored. */ public void setThreshold(int threshold) {} /** * <b>Warning</b>: ignored (always return <code>null</code>). */ public Logger getChildLogger(String name) {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.5K bytes - Viewed (0) -
docs/vi/docs/features.md
Hoặc theo một cách nào khác, không cần chúng, import và sử dụng code bạn cần. Bất kì tích hợp nào được thiết kế để sử dụng đơn giản (với các dependency), đến nỗi bạn có thể tạo một "plug-in" cho ứng dụng của mình trong 2 dòng code bằng cách sử dụng cùng một cấu trúc và cú pháp được sử dụng cho *path operations* của bạn. ### Đã được kiểm thử * 100% <abbr title=" Lượng code đã được kiểm thử tự động">test coverage</abbr>.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 11.5K bytes - Viewed (0) -
android/guava/src/com/google/common/base/VerifyException.java
/** Constructs a {@code VerifyException} with no message. */ public VerifyException() {} /** Constructs a {@code VerifyException} with the message {@code message}. */ public VerifyException(@CheckForNull String message) { super(message); } /** * Constructs a {@code VerifyException} with the cause {@code cause} and a message that is {@code
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon May 17 14:07:47 UTC 2021 - 1.8K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Table.java
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Jun 17 14:40:53 UTC 2023 - 10.7K bytes - Viewed (0) -
android/guava/src/com/google/common/math/Quantiles.java
* {@code allRequired} is sorted and that {@code allRequired[i]} are in the range [{@code from}, * {@code to}] for all {@code i} in the range [{@code requiredFrom}, {@code requiredTo}]. The * value returned by this method is the {@code i} in that range such that {@code allRequired[i]} * is as close as possible to the center of the range [{@code from}, {@code to}]. Choosing the
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri May 12 17:02:53 UTC 2023 - 29.9K bytes - Viewed (0) -
misc/go_android_exec/main.go
return 0, err } return 0, fmt.Errorf("no exit code (in %q)", string(b)) } // Parse the exit code. code, err := strconv.Atoi(string(match[1])) if err != nil { // Something is malformed. Flush. if _, err := f.w.Write(b); err != nil { return 0, err } return 0, fmt.Errorf("bad exit code: %v (in %q)", err, string(b)) } return code, nil }
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Aug 21 17:46:57 UTC 2023 - 15.3K bytes - Viewed (0) -
dbflute_fess/dfprop/classificationDefinitionMap.dfprop
# ; map:{ # ; code=[code]; name=[name]; alias=[alias]; comment=[comment] # ; sisterCode=[code or code-list]; subItemMap=map:{[free-map]} # } # # settings for table classification # ; map:{ # ; table=[table-name] # ; code=[column-name for code]; name=[column-name for name]
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Jul 04 22:46:31 UTC 2015 - 2.2K bytes - Viewed (0)