- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 52 for Share1 (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/helper/ViewHelperTest.java
sitePath = "www.google.com"; docMap.put(fieldName, urlLink); assertEquals(sitePath, viewHelper.getSitePath(docMap)); urlLink = "smb://123.45.678.91/share1"; sitePath = "123.45.678.91/share1"; docMap.put(fieldName, urlLink); assertEquals(sitePath, viewHelper.getSitePath(docMap)); urlLink = "file:/home/user/"; sitePath = "/home/user/";
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 27.8K bytes - Click Count (0) -
.gitignore
# OSX leaves these everywhere on SMB shares ._* # OSX trash .DS_Store # Developers can store local stuff in dirs named __something __* # Eclipse files .classpath .project .settings/** # Files generated by JetBrains IDEs, e.g. IntelliJ IDEA .idea/ *.iml # Vscode files .vscode # This is where the result of the go build goes /output*/ /_output*/ /_output # Emacs save files *~ \#*\#
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Tue Mar 17 02:28:41 GMT 2026 - 2.2K bytes - Click Count (0) -
docs/en/docs/tutorial/dependencies/index.md
``` This way you write shared code once and **FastAPI** takes care of calling it for your *path operations*. /// check Notice that you don't have to create a special class and pass it somewhere to **FastAPI** to "register" it or anything similar. You just pass it to `Depends` and **FastAPI** knows how to do the rest. /// ## Share `Annotated` dependencies { #share-annotated-dependencies }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 9.5K bytes - Click Count (0) -
fastapi/_compat/__init__.py
from .shared import PYDANTIC_VERSION_MINOR_TUPLE as PYDANTIC_VERSION_MINOR_TUPLE from .shared import annotation_is_pydantic_v1 as annotation_is_pydantic_v1 from .shared import field_annotation_is_scalar as field_annotation_is_scalar from .shared import ( field_annotation_is_scalar_sequence as field_annotation_is_scalar_sequence, ) from .shared import field_annotation_is_sequence as field_annotation_is_sequence from .shared import (
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Mar 15 11:44:39 GMT 2026 - 2.1K bytes - Click Count (0) -
.teamcity/src/main/kotlin/promotion/BasePromotionBuildType.kt
} features { // https://www.jetbrains.com/help/teamcity/shared-resources.html#Viewing+Shared+Resources+Usage // https://blog.jetbrains.com/teamcity/2013/05/explaining-the-shared-resources-plugin/ // we only allow 1 promotion job running at the same time to avoid website xml conflicts feature {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 04:44:29 GMT 2026 - 2.2K bytes - Click Count (0) -
architecture/standards/0010-gradle-properties-naming.md
Shared scheme ``` org.gradle[.<qualifier>].<feature-name>.<detail> ``` The optional qualifier defines the secondary aspects, if any. For better ergonomics on the CLI, some properties can have supplementary command-line build option(s). The name of the feature in the build option SHOULD be the same as in the property name. Shared scheme for long-form build options: ```
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 06 09:25:54 GMT 2026 - 8K bytes - Click Count (0) -
fastapi/_compat/v2.py
if union_arg is type(None): continue origin_type = get_origin(union_arg) or union_arg break assert issubclass(origin_type, shared.sequence_types) # type: ignore[arg-type] return shared.sequence_annotation_to_type[origin_type](value) # type: ignore[no-any-return,index] def get_missing_field_error(loc: tuple[int | str, ...]) -> dict[str, Any]:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Mar 15 11:44:39 GMT 2026 - 16.7K bytes - Click Count (0) -
generics_withresult_test.go
"gorm.io/driver/sqlite" "gorm.io/gorm" ) type withResultUser struct { ID uint Name string } func TestWithResultIncludesError(t *testing.T) { db, err := gorm.Open(sqlite.Open("file::memory:?cache=shared"), &gorm.Config{}) if err != nil { t.Fatalf("open db failed: %v", err) } if err := db.AutoMigrate(&withResultUser{}); err != nil { t.Fatalf("migrate failed: %v", err) } ctx := context.Background()Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Sat Mar 21 11:34:24 GMT 2026 - 1.2K bytes - Click Count (0) -
.github/CODEOWNERS
/build-logic-settings/ @gradle/bt-developer-productivity /build.gradle* @gradle/bt-developer-productivity /settings.gradle* @gradle/bt-developer-productivity gradle/shared-with-buildSrc/ @gradle/bt-developer-productivity packaging/internal-build-reports/ @gradle/bt-developer-productivity testing/distributions-basics/ @gradle/bt-developer-productivity
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 18:38:15 GMT 2026 - 10.8K bytes - Click Count (0) -
.idea/gradle.xml
<project path="$PROJECT_DIR$/build-logic/jvm" /> <project path="$PROJECT_DIR$/build-logic/kotlin-dsl" /> <project path="$PROJECT_DIR$/build-logic/kotlin-dsl-shared-runtime" /> <project path="$PROJECT_DIR$/build-logic/lifecycle" /> <project path="$PROJECT_DIR$/build-logic/packaging" />Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 10:18:20 GMT 2026 - 25.5K bytes - Click Count (0)