- Sort Score
- Result 10 results
- Languages All
Results 231 - 240 of 251 for worden (0.04 sec)
-
src/main/java/org/codelibs/core/convert/DateConversionUtil.java
* それらの持つミリ秒単位の値を使って変換後のオブジェクトを作成します。 * その他の型の場合は変換元オブジェクトの文字列表現から変換後のオブジェクトを作成します。 * </p> * <p> * パターンを指定されなかった場合、変換に使用するパターンはロケールに依存して次のようになります。 * </p> * <table border="1"> * <caption>Conversion Patterns</caption> * <tr> * <th>カテゴリ</th> * <th>パターン</th> * <th>{@link Locale#JAPANESE}の例</th> * </tr> * <tr> * <td rowspan="4">{@link DateFormat}の標準形式</td>
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 21.5K bytes - Viewed (0) -
src/main/webapp/js/clipboard.min.js
.fakeHandlerCallback=function(){return t.removeFake()},this.fakeHandler=this.container.addEventListener("click",this.fakeHandlerCallback)||!0,this.fakeElem=document.createElement("textarea"),this.fakeElem.style.fontSize="12pt",this.fakeElem.style.border="0",this.fakeElem.style.padding="0",this.fakeElem.style.margin="0",this.fakeElem.style.position="absolute",this.fakeElem.style[e?"right":"left"]="-9999px";var n=window.pageYOffset||document.documentElement.scrollTop;this.fakeElem.style.top=n+"px"...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat May 28 04:16:16 UTC 2022 - 10.5K bytes - Viewed (0) -
guava/src/com/google/common/math/BigIntegerMath.java
import java.util.ArrayList; import java.util.List; /** * A class for arithmetic on values of type {@code BigInteger}. * * <p>The implementations of many methods in this class are based on material from Henry S. Warren, * Jr.'s <i>Hacker's Delight</i>, (Addison Wesley, 2002). * * <p>Similar functionality for {@code int} and for {@code long} can be found in {@link IntMath} and * {@link LongMath} respectively. *
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 16 17:21:56 UTC 2024 - 18.8K bytes - Viewed (0) -
test-site/activator-launch-1.3.2.jar
#DEE4CD; color: #DEDECF; } #content { background: #DEE4CD; padding: 20px; border: 2px solid black; border-top: none; z-index: 2; } #content a { text-decoration: none; color: #E8E9BE; } #content a:hover { background: #898B5E; } h2 { margin-bottom:2px; font-size:medium; border-color:#7A9437; border-style:solid; border-width:0 0 2px 0; } h3 { margin-top:30px; margin-bottom:2px; padding: 5 5 5 0; font-size: 24px; border-style:solid; border-width:0 0 2px 0; } h4 { margin-bottom:2px; margin-top:2px; font-size:medium;...
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Mon Apr 20 08:41:37 UTC 2015 - 1.2M bytes - Viewed (0) -
src/main/java/jcifs/smb1/http/NetworkExplorer.java
out.println( "<b><a class=\"plain\" href=\".\">normal</a> | <a class=\"plain\" href=\"?fmt=detail\">detailed</a></b>" ); out.println( "<p><table border='0' cellspacing='0' cellpadding='0'><tr><td>" ); out.print( "<A style=\"width: " + maxLen ); out.print( "; height: 18;\" HREF=\"" ); out.print( path );
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Wed Jan 22 03:57:31 UTC 2020 - 19.7K bytes - Viewed (0) -
CONTRIBUTING.md
[following API review practices](https://github.com/tensorflow/community/blob/master/governance/api-reviews.md). * When you contribute a new feature to TensorFlow, the maintenance burden is (by default) transferred to the TensorFlow team. This means that the benefit of the contribution must be compared against the cost of maintaining the feature.
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 23 06:20:12 UTC 2024 - 15.9K bytes - Viewed (0) -
src/main/webapp/js/admin/popper.min.js.map
Object.keys(this.options.modifiers)\n .map(name => ({\n name,\n ...this.options.modifiers[name],\n }))\n // sort the modifiers by order\n .sort((a, b) => a.order - b.order);\n\n // modifiers have the ability to execute arbitrary code when Popper.js get inited\n // such code is executed in the same order of its modifier\n // they could add new properties to their options configuration\n // BE AWARE: don't add options to `options.modifiers.name` but to `modifierOptions`!\n...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 120.9K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableSortedMultiset.java
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 16 21:21:17 UTC 2024 - 35.4K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
* descriptions of what they do: * * <p> * [1] This URL scheme is based largely on the <i>SMB * Filesharing URL Scheme</i> IETF draft. * * <p> * <table border="1" cellpadding="3" cellspacing="0" width="100%" summary="URL examples"> * <tr bgcolor="#ccccff"> * <td colspan="2"><b>SMB URL Examples</b></td> * <tr> * <td width="20%"><b>URL</b></td> * <td><b>Description</b></td>
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu May 23 01:50:13 UTC 2024 - 82.3K bytes - Viewed (0) -
guava/src/com/google/common/math/LongMath.java
* named analogously to their {@code BigInteger} counterparts. * * <p>The implementations of many methods in this class are based on material from Henry S. Warren, * Jr.'s <i>Hacker's Delight</i>, (Addison Wesley, 2002). * * <p>Similar functionality for {@code int} and for {@link BigInteger} can be found in {@link
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 09 16:39:37 UTC 2024 - 45.2K bytes - Viewed (0)