- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 83 for secondary (0.09 seconds)
-
architecture/standards/0010-gradle-properties-naming.md
The behavior behind the internal property can change at any time and without notice. Internal properties MUST NOT be documented in public documentation. As a *secondary aspect*, property names can carry **feature-stability** information of the features they represent.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 06 09:25:54 GMT 2026 - 8K bytes - Click Count (0) -
guava/src/com/google/common/collect/Table.java
* returned by {@link #row}. Those maps may support {@code setValue()}, {@code put()}, and {@code * putAll()}. * * @return a map view from each row key to a secondary map from column keys to values */ Map<R, Map<C, V>> rowMap(); /** * Returns a view that associates each column key with the corresponding map from row keys toCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Jul 08 18:32:10 GMT 2025 - 10.5K bytes - Click Count (0) -
src/main/webapp/css/admin/bootstrap.min.css
th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 158.5K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/builder/multithreaded/SmartProjectComparator.java
return Comparator.comparingLong((ToLongFunction<MavenProject>) this::getProjectWeight) .reversed() // Higher weights first .thenComparing(this::getProjectId); // Secondary sort for deterministic ordering } private long calculateWeight(MavenProject project) { // Calculate maximum weight of downstream dependencies
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Aug 06 12:03:40 GMT 2025 - 4.6K bytes - Click Count (0) -
android/guava-tests/benchmark/com/google/common/hash/HashCodeBenchmark.java
* whereToDiffer} produces no observable change in performance. We want to make sure that the array * equals implementation is *not* short-circuiting to prevent timing-based attacks. Being fast is * only a secondary goal. * * @author Kurt Alfred Kluever */ @NullUnmarked public class HashCodeBenchmark { // Use a statically configured random instance for all of the benchmarksCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Aug 11 19:31:30 GMT 2025 - 4K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/header.jsp
<i class="fa fa-search" aria-hidden="true"></i> <la:message key="labels.search" /> </button> <la:link href="/search/advance?q=${f:u(q)}${fe:pagingQuery(null)}" styleClass="btn btn-outline-secondary"> <i class="fa fa-cog" aria-hidden="true"></i> <la:message key="labels.advance" /> </la:link> </div> </div> </div> </c:if>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 5.1K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/header.jsp
<i class="fa fa-search" aria-hidden="true"></i> <la:message key="labels.search" /> </button> <la:link href="/search/advance?q=${f:u(q)}${fe:pagingQuery(null)}" styleClass="btn btn-outline-secondary"> <i class="fa fa-cog" aria-hidden="true"></i> <la:message key="labels.advance" /> </la:link> </div> </div> </div> </c:if>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 5.1K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java
ListenableFuture<Foo> immediate = immediateFuture(new Foo()); SettableFuture<Bar> secondary = SettableFuture.create(); AsyncFunction<Foo, Bar> function = unused -> secondary; assertTrue(transformAsync(immediate, function, directExecutor()).cancel(false)); assertTrue(secondary.isCancelled()); assertFalse(secondary.wasInterrupted()); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 134K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/FuturesTest.java
ListenableFuture<Foo> immediate = immediateFuture(new Foo()); SettableFuture<Bar> secondary = SettableFuture.create(); AsyncFunction<Foo, Bar> function = unused -> secondary; assertTrue(transformAsync(immediate, function, directExecutor()).cancel(false)); assertTrue(secondary.isCancelled()); assertFalse(secondary.wasInterrupted()); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 134K bytes - Click Count (0) -
src/test/java/jcifs/dcerpc/DcerpcBindTest.java
verify(mockBuffer, times(5)).dec_ndr_short(); // max xmit, max recv, addr len, result, final short verify(mockBuffer).dec_ndr_long(); // assoc group verify(mockBuffer).advance(10); // secondary addr (length 10) verify(mockBuffer, times(2)).align(4); // alignment calls verify(mockBuffer).dec_ndr_small(); // num results verify(mockBuffer).advance(20); // transfer syntax / version
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 22.7K bytes - Click Count (0)