- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 82 for 1920 (0.16 sec)
-
src/test/java/jcifs/dcerpc/msrpc/lsarpcTest.java
domainInfo.name = new rpc.unicode_string(); // Initialize name domainInfo.sid = mock(rpc.sid_t.class); // Initialize sid when(mockNdrBuffer.dec_ndr_short()).thenReturn(10, 20); when(mockNdrBuffer.dec_ndr_long()).thenReturn(1, 2); // The implementation uses maximum_length/2 for _name_buffers, not length
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 60.8K bytes - Viewed (0) -
android/guava-tests/benchmark/com/google/common/base/EnumsBenchmark.java
X905, X906, X907, X908, X909, X910, X911, X912, X913, X914, X915, X916, X917, X918, X919, X920, X921, X922, X923, X924, X925, X926, X927, X928, X929, X930, X931, X932, X933, X934, X935,
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 29.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/QueryResponseListTest.java
}; qrList.allRecordCount = 200; // 20 pages, current page 20 qrList.calculatePageInfo(); pageList = qrList.getPageNumberList(); assertEquals(6, pageList.size()); // Pages 15-20 (current page 20 - range 5) assertEquals("15", pageList.get(0)); assertEquals("20", pageList.get(5)); // Test when current page is in the middle
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 39.7K bytes - Viewed (0) -
pom.xml
<url>https://github.com/codelibs/fess</url> <tag>HEAD</tag> </scm> <parent> <groupId>org.codelibs.fess</groupId> <artifactId>fess-parent</artifactId> <version>15.2.0</version> <relativePath /> </parent> <properties> <!-- DEB & RPM build --> <packaging.fess.home.dir>/usr/share/fess</packaging.fess.home.dir>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Sep 04 05:22:58 UTC 2025 - 49.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.32.md
### API Change
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 14:49:49 UTC 2025 - 412.3K bytes - Viewed (0) -
docs/en/docs/release-notes.md
* 🌐 Add Japanese translation for `docs/ja/docs/tutorial/body-nested-models.md`. PR [#1930](https://github.com/tiangolo/fastapi/pull/1930) by [@SwftAlpc](https://github.com/SwftAlpc). * 🌐 Add Japanese translation for `docs/ja/docs/tutorial/body-fields.md`. PR [#1923](https://github.com/tiangolo/fastapi/pull/1923) by [@SwftAlpc](https://github.com/SwftAlpc).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Sep 05 12:48:45 UTC 2025 - 544.1K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Preconditions.java
* } * * The alternative natural refactorings into void or Exception-returning methods are much slower. * This is a big deal - we're talking factors of 2-8 in microbenchmarks, not just 10-20%. (This is * a hotspot optimizer bug, which should be fixed, but that's a separate, big project). * * The coding pattern above is heavily used in java.util, e.g. in ArrayList. There is a
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Jul 10 22:11:00 UTC 2025 - 53K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.33.md
- golang.org/x/text: v0.19.0 → v0.21.0 - k8s.io/kube-openapi: 32ad38e → 2c72e55 - sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.31.0 → v0.31.1 - sigs.k8s.io/kustomize/api: v0.18.0 → v0.19.0 - sigs.k8s.io/kustomize/cmd/config: v0.15.0 → v0.19.0 - sigs.k8s.io/kustomize/kustomize/v5: v5.5.0 → v5.6.0 - sigs.k8s.io/kustomize/kyaml: v0.18.1 → v0.19.0 ### Removed
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 19:46:23 UTC 2025 - 294.3K bytes - Viewed (0) -
src/main/webapp/css/bootstrap.min.css.map
position: -webkit-sticky;\n position: sticky;\n top: 0;\n z-index: 1020;\n}\n\n.sticky-bottom {\n position: -webkit-sticky;\n position: sticky;\n bottom: 0;\n z-index: 1020;\n}\n\n@media (min-width: 576px) {\n .sticky-sm-top {\n position: -webkit-sticky;\n position: sticky;\n top: 0;\n z-index: 1020;\n }\n .sticky-sm-bottom {\n position: -webkit-sticky;\n position: sticky;\n bottom: 0;\n z-index: 1020;\n }\n}\n@media (min-width: 768px) {\n .sticky-md-top {\n position:...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jan 12 06:14:02 UTC 2025 - 575.5K bytes - Viewed (0) -
src/main/webapp/js/admin/popper.min.js.map
one\n // will use the other one\n const useHeight = ['right', 'left'].indexOf(basePlacement) !== -1;\n\n // Split the offset string to obtain a list of values and operands\n // The regex addresses values with the plus or minus sign in front (+10, -20, etc)\n const fragments = offset.split(/(\\+|\\-)/).map(frag => frag.trim());\n\n // Detect if the offset string contains a pair of values or a single one\n // they could be separated by comma or space\n const divider = fragments.indexOf(\n ...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 120.9K bytes - Viewed (0)