- Sort Score
- Result 10 results
- Languages All
Results 2241 - 2250 of 2,850 for createG (0.06 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/service/impl/UrlQueueServiceImpl.java
* </p> * */ /** * This class is an implementation of {@link UrlQueueService}. */ public class UrlQueueServiceImpl implements UrlQueueService<UrlQueueImpl<Long>> { /** * Creates a new UrlQueueServiceImpl instance. */ public UrlQueueServiceImpl() { // NOP } private static final Logger logger = LogManager.getLogger(UrlQueueServiceImpl.class); /**Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 9.3K bytes - Viewed (0) -
okhttp/src/androidMain/kotlin/okhttp3/internal/platform/android/AndroidSocketAdapter.kt
object : DeferredSocketAdapter.Factory { override fun matchesSocket(sslSocket: SSLSocket): Boolean = sslSocket.javaClass.name.startsWith("$packageName.") override fun create(sslSocket: SSLSocket): SocketAdapter = build(sslSocket.javaClass) } }Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 4.6K bytes - Viewed (0) -
docs/en/docs/tutorial/cookie-param-models.md
# Cookie Parameter Models { #cookie-parameter-models } If you have a group of **cookies** that are related, you can create a **Pydantic model** to declare them. πͺ This would allow you to **re-use the model** in **multiple places** and also to declare validations and metadata for all the parameters at once. π /// note This is supported since FastAPI version `0.115.0`. π€ /// /// tipRegistered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 3.1K bytes - Viewed (0) -
docs/ko/docs/tutorial/path-params-numeric-validations.md
μ«μ κ²μ¦μ `float` κ°μλ λμν©λλ€. μ¬κΈ°μμ <abbr title="greater than or equal"><code>ge</code></abbr>λΏλ§ μλλΌ <abbr title="greater than"><code>gt</code></abbr>λ₯Ό μ μΈ ν μμλ κ²μ΄ μ€μν΄μ§λλ€. μλ₯Ό λ€μ΄ νμν κ²½μ°, κ°μ΄ `1`λ³΄λ€ μλλΌλ λ°λμ `0`λ³΄λ€ μ»€μΌν©λλ€. μ¦, `0.5`λ μ ν¨ν κ°μ λλ€. κ·Έλ¬λ `0.0` λλ `0`μ κ·Έλ μ§ μμ΅λλ€. <abbr title="less than"><code>lt</code></abbr> μμ λ§μ°¬κ°μ§μ λλ€. {* ../../docs_src/path_params_numeric_validations/tutorial006.py hl[11] *} ## μμ½
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.4K bytes - Viewed (0) -
okhttp-testing-support/src/main/kotlin/okhttp3/OkHttpClientTestRule.kt
fun wrap(eventListenerFactory: EventListener.Factory) = EventListener.Factory { call -> ClientRuleEventListener(eventListenerFactory.create(call), ::addEvent) } /** * Returns an OkHttpClient for tests to use as a starting point. * * The returned client installs a default event listener that gathers debug information. This will
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri May 30 21:28:20 UTC 2025 - 10.5K bytes - Viewed (0) -
src/test/java/org/codelibs/core/beans/impl/PropertyDescImplTest.java
} /** * @throws Exception */ @Test public void testPackagePrivateBean() throws Exception { final MogeBean moge = MogeBeanFactory.create("moge"); final BeanDesc beanDesc = new BeanDescImpl(moge.getClass()); final PropertyDesc propDesc = beanDesc.getPropertyDesc("name"); assertThat(propDesc, is(notNullValue()));Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Fri Jun 20 13:40:57 UTC 2025 - 11K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2QueryPathInformationTest.java
int actualInfoLevel = SMBUtil.readInt2(buffer, 0); assertEquals(0x0101, actualInfoLevel); } @Test void testWriteParametersWithLongFilename() { // Create a very long filename StringBuilder longPath = new StringBuilder(); for (int i = 0; i < 100; i++) { longPath.append("verylongpath/"); } longPath.append("file.txt");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.4K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/metadata/MetadataGraph.java
return; } MetadataGraphVertex vertex = new MetadataGraphVertex(node.md, versionedVertices, scopedVertices); vertices.add(vertex); if (parentVertex != null) // then create the edge { ArtifactMetadata md = node.getMd(); MetadataGraphEdge e = new MetadataGraphEdge(md.version, md.resolved, md.artifactScope, md.artifactUri, depth, pomOrder);Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jul 23 17:27:08 UTC 2025 - 13K bytes - Viewed (0) -
src/cmd/api/api_test.go
pkg, err := w.import_(fi.Name()) if err != nil { t.Fatalf("import %s: %v", fi.Name(), err) } w.export(pkg) if *updateGolden { os.Remove(goldenFile) f, err := os.Create(goldenFile) if err != nil { t.Fatal(err) } for _, feat := range w.Features() { fmt.Fprintf(f, "%s\n", feat) } f.Close() } bs, err := os.ReadFile(goldenFile)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri May 02 17:06:27 UTC 2025 - 7.6K bytes - Viewed (0) -
dbflute_fess/dfprop/documentMap.dfprop
# member name : The name of member's full name # you can use the alias in DBFlute world, java-doc, SchemaHTML... # DB comment which does not have the delimiter is not treated # as alias, treated as description (real comment). # But you can change it by 'isDbCommentOnAliasBasis'. # #; aliasDelimiterInDbComment = : # - - - - - - - - - -/
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 31 23:35:14 UTC 2015 - 9.4K bytes - Viewed (0)