- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 16 for Jane (0.02 sec)
-
fess-crawler/src/test/resources/extractor/csv/test.csv
Name,Email,Age,Department John Doe,******@****.***,30,Engineering Jane Smith,jane@example.com,28,Marketing Bob Johnson,******@****.***,35,Sales
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 03:46:53 UTC 2025 - 193 bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/entity/ExtractDataTest.java
data.putValue(ExtractData.URL, "https://example.com/docs/document.pdf"); data.putValue("title", "Important Document"); data.putValue("author", "Jane Smith"); data.putValue("date", "2025-01-15"); // Add multiple values String[] keywords = { "business", "report", "analysis", "2025" }; data.putValues("keywords", keywords);
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 9.9K bytes - Viewed (0) -
tests/test_stringified_annotation_dependency.py
from inline_snapshot import snapshot if TYPE_CHECKING: # pragma: no cover from collections.abc import AsyncGenerator class DummyClient: async def get_people(self) -> list: return ["John Doe", "Jane Doe"] async def close(self) -> None: pass async def get_client() -> AsyncGenerator[DummyClient, None]: client = DummyClient() yield client await client.close()Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 21:25:59 UTC 2025 - 2.2K bytes - Viewed (0) -
tests/test_response_model_as_return_annotation.py
DBUser(name="Jane", surname="Does", password_hash="secret2"), ] @app.get("/no_response_model-annotation_list_of_model") def no_response_model_annotation_list_of_model() -> list[User]: return [ DBUser(name="John", surname="Doe", password_hash="secret"), DBUser(name="Jane", surname="Does", password_hash="secret2"), ]
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 12:54:56 UTC 2025 - 47.7K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/toolchain/DefaultToolchainTest.java
model.setType("TYPE"); DefaultToolchain toolchain = newDefaultToolchain(model); toolchain.addProvideToken("name", RequirementMatcherFactory.createExactMatcher("Jane Doe")); assertFalse(toolchain.matchesRequirements(Collections.singletonMap("name", "John Doe"))); verify(logger).debug("Toolchain {} doesn't match required property: {}", toolchain, "name"); }
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 11 12:33:57 UTC 2025 - 4.9K bytes - Viewed (0) -
tests/association_generics_test.go
} if err := DB.Create(&c2).Error; err != nil { t.Fatalf("create c2: %v", err) } // Create users with companies u1 := User{Name: "John", Age: 25, CompanyID: &c1.ID} u2 := User{Name: "Jane", Age: 30, CompanyID: &c2.ID} if err := DB.Create(&u1).Error; err != nil { t.Fatalf("create u1: %v", err) } if err := DB.Create(&u2).Error; err != nil { t.Fatalf("create u2: %v", err) }
Registered: Sun Dec 28 09:35:17 UTC 2025 - Last Modified: Fri Sep 12 05:42:26 UTC 2025 - 37.9K bytes - Viewed (0) -
src/main/resources/fess_message_pl.properties
success.upload_file_to_storage={0} przesłano. success.sso_logout=Wylogowano. success.update_storage_tags=Tagi dla {0} zaktualizowano. success.crud_create_crud_table = Dane utworzono. success.crud_update_crud_table = Dane zaktualizowano.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/plugin/admin_plugin_installplugin.jsp
/></a></li> </ul> <div class="tab-content"> <div role="tabpanel" class="tab-pane active" id="remote"> <div class="card-body"> <div class="form-group row"> <la:errors property="selectedArtifact"/>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 5.9K bytes - Viewed (0) -
docs/tr/docs/tutorial/query-params.md
} ``` Ve elbette, bazı parametreleri zorunlu, bazılarını varsayılan değerli ve bazılarını tamamen opsiyonel olarak tanımlayabilirsiniz: {* ../../docs_src/query_params/tutorial006_py310.py hl[8] *} Bu durumda, 3 tane sorgu parametresi var olacaktır: * `needy`, zorunlu bir `str`. * `skip`, varsayılan değeri `0` olan bir `int`. * `limit`, isteğe bağlı bir `int`. /// tip | İpucuRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Aug 31 10:29:01 UTC 2025 - 5.2K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultMojoExecutionConfigurator.java
private final MessageBuilderFactory messageBuilderFactory; /** * Default ctor is used in IT and most probably some 3rd party code. For those cases, we do provide sane defaults * but given this is a component, injection should be used, replacing direct instantiation. * * @deprecated Do not use this ctor directly, inject this component instead. */ @DeprecatedRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Mar 25 09:45:07 UTC 2025 - 7.3K bytes - Viewed (0)