- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 43 for _scala (0.04 seconds)
-
guava-tests/test/com/google/common/math/MathTesting.java
// Add small multiples of MIN_VALUE and MIN_NORMAL for (int scale = 1; scale <= 4; scale++) { for (double d : Doubles.asList(Double.MIN_VALUE, Double.MIN_NORMAL)) { fractionalBuilder.add(d * scale).add(-d * scale); } } for (int i = Double.MIN_EXPONENT; i <= Double.MAX_EXPONENT; i++) { for (int direction : new int[] {1, -1}) {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 16:11:48 GMT 2026 - 9.9K bytes - Click Count (0) -
build-logic-commons/code-quality-rules/src/main/resources/checkstyle/suppressions.xml
<!-- These packages are duplicated in scala-compiler-worker from scala, don't require a package-info.java in each place --> <suppress checks="JavadocPackage" files=".*[/\\]scala-compiler-worker[/\\]src[/\\]main[/\\]java[/\\]org[/\\]gradle[/\\]language[/\\]scala[/\\]tasks[/\\][^/\\]+"/> <suppress checks="JavadocPackage"Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 19 16:48:15 GMT 2026 - 13.5K bytes - Click Count (0) -
.teamcity/test-buckets.json
"flow-services", "input-tracking", "internal-integ-testing", "model-core", "persistent-cache", "process-memory-services", "scala", "snapshots", "testing-base-infrastructure" ], "parallelizationMethod": { "name": "TestDistribution" } }, { "subprojects": [Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 18:38:15 GMT 2026 - 118.6K bytes - Click Count (0) -
android/guava/src/com/google/common/math/Quantiles.java
* * @param scale the scale for the quantiles to be calculated, i.e. the q of the q-quantiles, which * must be positive */ public static Scale scale(int scale) { return new Scale(scale); } /** * Describes the point in a fluent API chain where only the scale (i.e. the q in q-quantiles) has * been specified. * * @since 20.0 */ public static final class Scale {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 23 21:06:42 GMT 2026 - 30.1K bytes - Click Count (0) -
.teamcity/subprojects.json
"functionalTests": true, "crossVersionTests": false }, { "name": "scala", "path": "platforms/jvm/scala", "unitTests": true, "functionalTests": true, "crossVersionTests": false }, { "name": "scala-compiler-worker", "path": "platforms/jvm/scala-compiler-worker", "unitTests": false, "functionalTests": false, "crossVersionTests": false
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 15:03:00 GMT 2026 - 42K bytes - Click Count (0) -
.idea/gradle.xml
<option value="$PROJECT_DIR$/platforms/jvm/plugins-test-report-aggregation" /> <option value="$PROJECT_DIR$/platforms/jvm/scala" /> <option value="$PROJECT_DIR$/platforms/jvm/scala-compiler-worker" /> <option value="$PROJECT_DIR$/platforms/jvm/scaladoc-worker" /> <option value="$PROJECT_DIR$/platforms/jvm/testing-jvm" />Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 10:18:20 GMT 2026 - 25.5K bytes - Click Count (0) -
src/main/resources/fess_label_pt_BR.properties
labels.user_homePostalAddress=CEP (residencial) labels.homePostalAddress=CEP (residencial) labels.user_labeledURI=labeledURI labels.labeledURI=labeledURI labels.user_roomNumber=Número da sala labels.roomNumber=Número da sala labels.user_description=Descrição labels.description=Descrição labels.user_title=Cargo labels.title=Cargo labels.user_pager=Pager labels.pager=Pager labels.user_street=Rua
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 53.9K bytes - Click Count (0) -
src/main/webapp/css/chat.css
.thinking-dots span:nth-child(1) { animation-delay: -0.32s; } .thinking-dots span:nth-child(2) { animation-delay: -0.16s; } @keyframes thinking-bounce { 0%, 80%, 100% { transform: scale(0); } 40% { transform: scale(1); } } /* ============================================ Error Banner (ADS Flag style) ============================================ */ .error-banner { display: flex;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 19.4K bytes - Click Count (0) -
android/guava/src/com/google/common/primitives/UnsignedBytes.java
int scale = theUnsafe.arrayIndexScale(byte[].class); // Use Unsafe only if we're in a 64-bit JVM with an 8-byte aligned field offset. if (Objects.equals(System.getProperty("sun.arch.data.model"), "64") && (offset % 8) == 0 // sanity check - this should never fail && scale == 1) { return offset; }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 23 16:38:16 GMT 2026 - 21K bytes - Click Count (0) -
src/main/resources/fess_label_pl.properties
labels.facet_filetype_perl=Perl labels.facet_filetype_php=PHP labels.facet_filetype_properties=Plik właściwości labels.facet_filetype_python=Python labels.facet_filetype_ruby=Ruby labels.facet_filetype_scala=Scala labels.facet_filetype_shell=Skrypt shell labels.facet_filetype_vb=Visual Basic labels.facet_filetype_others=Inne labels.facet_label_reset=Resetuj labels.facet_filter_button=Filtruj labels.searchoptions_all=Wszystko
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 53.2K bytes - Click Count (0)