- Sort Score
- Result 10 results
- Languages All
Results 481 - 490 of 969 for furent (0.08 sec)
-
src/main/java/org/codelibs/fess/es/user/bsentity/dbmeta/GroupDbm.java
return _instance; } // =================================================================================== // Current DBDef // ============= @Override public String getProjectName() { return null; } @Override
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 7.6K bytes - Viewed (0) -
.github/ISSUE_TEMPLATE/feature_enhancement_request.yaml
Please provide an example usage of the feature that would be different with the improvement. render: java validations: required: true - type: textarea attributes: label: Current Behavior description: What does the feature currently do? validations: required: true - type: textarea attributes: label: Desired Behavior
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Nov 17 18:47:47 UTC 2023 - 3.9K bytes - Viewed (0) -
docs/de/docs/contributing.md
/// tip | "Tipp" Die Haupt („offizielle“) Sprache ist Englisch und befindet sich unter `docs/en/`. /// Führen Sie nun den Live-Server für die Dokumentation auf Spanisch aus: <div class="termy"> ```console // Verwenden Sie das Kommando „live“ und fügen Sie den Sprach-Code als Argument hinten an $ python ./scripts/docs.py live es
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 16.1K bytes - Viewed (0) -
internal/logger/target/http/http.go
// assign the new webhook target to this field. // The Send() method will then re-direct entries // to the new target when the current one // has been set to status "statusClosed". // Once the glogal target slice has been migrated // the current target will stop receiving entries. migrateTarget *Target // Number of events per HTTP send to webhook target
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Sep 11 22:20:42 UTC 2024 - 15.6K bytes - Viewed (0) -
istioctl/pkg/multicluster/remote_secret_test.go
contexts: - context: cluster: 54643f96-eca0-11e9-bb97-42010a80000a user: 54643f96-eca0-11e9-bb97-42010a80000a name: 54643f96-eca0-11e9-bb97-42010a80000a current-context: 54643f96-eca0-11e9-bb97-42010a80000a kind: Config preferences: {} users: - name: 54643f96-eca0-11e9-bb97-42010a80000a user: token: token ---
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 17:36:49 UTC 2024 - 20.7K bytes - Viewed (0) -
istioctl/pkg/cli/option.go
config, err := configAccess.GetStartingConfig() if err != nil { r.defaultNamespace = v1.NamespaceDefault return } // If a specific context was specified, use that. Otherwise, just use the current context from the kube config. selectedContext := config.CurrentContext if *r.configContext != "" { selectedContext = *r.configContext }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Aug 30 01:19:20 UTC 2024 - 3.9K bytes - Viewed (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateKotlinVersions.kt
if (idx < versionsByMinor.size - 1) { // Latest of the previous minor add(versionsOfMinor.first()) } else { // Current minor val versionsByPatch = versionsOfMinor .groupBy { it.take(5) } // e.g. 1.9.2(x) .toSortedMap()
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Jul 23 18:27:26 UTC 2024 - 5.2K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/Protocol.kt
/** * Chromium's binary-framed protocol that includes header compression, multiplexing multiple * requests on the same socket, and server-push. HTTP/1.1 semantics are layered on SPDY/3. * * Current versions of OkHttp do not support this protocol. */ @Deprecated("OkHttp has dropped support for SPDY. Prefer {@link #HTTP_2}.") SPDY_3("spdy/3.1"), /**
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Apr 06 04:17:33 UTC 2024 - 4.4K bytes - Viewed (0) -
android/guava/src/com/google/common/primitives/ParametricNullness.java
* argument is non-nullable and (b) nullable when the type argument is nullable. We use this * to "undo" {@link ElementTypesAreNonnullByDefault}. It is the best we can do for Kotlin * under our current constraints. * <li>NullAway, which will <a * href="https://github.com/google/guava/issues/6126#issuecomment-1204399671">treat it
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Aug 10 21:27:51 UTC 2022 - 4.1K bytes - Viewed (0) -
docs/pt/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
Utilize a versão com `Annotated` se possível ```Python hl_lines="9 14" {!> ../../docs_src/dependencies/tutorial006.py!} ``` //// ## Dependências para um grupo de *operações de rota*
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 4.5K bytes - Viewed (0)