- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for joka (0.28 sec)
-
docs/en/docs/tutorial/cookie-param-models.md
/// ## Forbid Extra Cookies In some special use cases (probably not very common), you might want to **restrict** the cookies that you want to receive. Your API now has the power to control its own <abbr title="This is a joke, just in case. It has nothing to do with cookie consents, but it's funny that even the API can now reject the poor cookies. Have a cookie. 🍪">cookie consent</abbr>. 🤪🍪
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 4K bytes - Viewed (0) -
build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/extension/ExternalModulesExtension.kt
val jetbrainsAnnotations = "org.jetbrains:annotations" val jgit = "org.eclipse.jgit:org.eclipse.jgit" val jgitSsh = "org.eclipse.jgit:org.eclipse.jgit.ssh.apache" val jna = "net.java.dev.jna:jna" val joda = "joda-time:joda-time" val jsch = "com.github.mwiede:jsch" val jsr305 = "com.google.code.findbugs:jsr305" val julToSlf4j = "org.slf4j:jul-to-slf4j" val junit = "junit:junit"
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Oct 29 08:06:17 UTC 2024 - 15.5K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/AbstractCrawlerService.java
import org.codelibs.fess.crawler.exception.OpenSearchAccessException; import org.codelibs.fess.crawler.util.OpenSearchResultList; import org.joda.time.DateTimeZone; import org.joda.time.format.DateTimeFormatter; import org.joda.time.format.ISODateTimeFormat; import org.opensearch.OpenSearchStatusException; import org.opensearch.action.DocWriteRequest.OpType; import org.opensearch.action.DocWriteResponse.Result;
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Nov 07 04:44:10 UTC 2024 - 23.6K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/reflect/TypeTokenTest.java
assertTrue(tokS.isSupertypeOf(new TypeToken<Third<String, Integer>>() {})); TypeToken<List[]> tokA = new TypeToken<List[]>() {}; assertTrue(tokA.isSupertypeOf(new TypeToken<List[]>() {})); assertTrue(tokA.isSupertypeOf(new TypeToken<List<String>[]>() {})); assertTrue(tokA.isSupertypeOf(new TypeToken<List<?>[]>() {})); } public void testAssignableClassToType() {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 21 21:13:09 UTC 2024 - 89.1K bytes - Viewed (0)