- Sort Score
- Result 10 results
- Languages All
Results 581 - 590 of 2,899 for name4 (0.04 sec)
-
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/mvn/MavenOptions.java
* * @return an {@link Optional} containing the project name to resume from, or empty if not specified */ @Nonnull Optional<String> resumeFrom(); /** * Returns the list of specified reactor projects to build instead of all projects. * * @return an {@link Optional} containing the list of project names to build, or empty if not specified */ @Nonnull
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Thu Oct 03 16:03:55 UTC 2024 - 8.3K bytes - Viewed (0) -
CITATION.cff
given-names: Lukasz - family-names: Kudlur given-names: Manjunath - family-names: Levenberg given-names: Josh - family-names: Mané given-names: Dan - family-names: Schuster given-names: Mike - family-names: Monga given-names: Rajat - family-names: Moore given-names: Sherry - family-names: Murray given-names: Derek - family-names: Olah given-names: Chris
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Mon Sep 06 15:26:23 UTC 2021 - 3.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMultipartRequestHandler.java
// ========= // keeping parsed request parameters, normal texts or uploaded files // keys are requested parameter names (treated as field name here) protected Map<String, Object> elementsAll; // lazy-loaded, then after not null protected Map<String, MultipartFormFile> elementsFile; // me too protected Map<String, String[]> elementsText; // me too
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Wed Oct 23 13:27:21 UTC 2024 - 18.6K bytes - Viewed (0) -
cni/pkg/plugin/plugin.go
"istio.io/istio/cni/pkg/util" "istio.io/istio/pkg/file" "istio.io/istio/pkg/log" "istio.io/istio/pkg/util/sets" ) var ( injectAnnotationKey = annotation.SidecarInject.Name sidecarStatusKey = annotation.SidecarStatus.Name podRetrievalMaxRetries = 30 podRetrievalInterval = 1 * time.Second ) const ( ISTIOINIT = "istio-init" ISTIOPROXY = "istio-proxy" )
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Aug 14 19:36:19 UTC 2024 - 10.5K bytes - Viewed (0) -
cmd/api-errors.go
HTTPStatusCode: http.StatusConflict, }, ErrBucketAlreadyExists: { Code: "BucketAlreadyExists", Description: "The requested bucket name is not available. The bucket namespace is shared by all users of the system. Please select a different name and try again.", HTTPStatusCode: http.StatusConflict, }, ErrAllAccessDisabled: { Code: "AllAccessDisabled",
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 01 22:13:18 UTC 2024 - 92.1K bytes - Viewed (0) -
common-protos/k8s.io/api/authorization/v1beta1/generated.proto
// Subresource is one of the existing resource types. "" means none. // +optional optional string subresource = 6; // Name is the name of the resource being requested for a "get" or deleted for a "delete". "" (empty) means all. // +optional optional string name = 7; } // ResourceRule is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant,
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 11.9K bytes - Viewed (0) -
src/main/resources/fess_message_ru.properties
errors.design_jsp_file_does_not_exist=JSP file does not exist. errors.design_file_name_is_not_found=The file name is not specified. errors.failed_to_write_design_image_file=Failed to upload an image file. errors.failed_to_update_jsp_file=Failed to update a jsp file. errors.design_file_name_is_invalid=The file name is invalid. errors.design_file_is_unsupported_type=The kind of file is unsupported.
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri May 20 12:12:28 UTC 2022 - 10.2K bytes - Viewed (0) -
docs/de/docs/tutorial/response-model.md
//// tab | Python 3.8+ ```Python hl_lines="31 37" {!> ../../docs_src/response_model/tutorial005.py!} ``` //// /// tip | "Tipp" Die Syntax `{"name", "description"}` erzeugt ein `set` mit diesen zwei Werten. Äquivalent zu `set(["name", "description"])`. /// #### `list`en statt `set`s verwenden
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 19.8K bytes - Viewed (0) -
bin/init.sh
echo "Downloading ${SIDECAR}: $1 to $2" time ${DOWNLOAD_COMMAND} --header "${AUTH_HEADER:-}" "$1" |\ tar --extract --gzip --strip-components=3 --to-stdout > "$2" chmod +x "$2" # Make a copy named just "envoy" in the same directory (overwrite if necessary). echo "Copying $2 to $(dirname "$2")/${3}" cp -f "$2" "$(dirname "$2")/${3}" popd fi } mkdir -p "${TARGET_OUT}"
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jan 25 19:11:31 UTC 2024 - 6.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java
* message: Login failed. * comment: * /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - * five framework-embedded messages (don't change key names) * - - - - - - - - - -/ * </pre> * @param property The property name for the message. (NotNull) * @return this. (NotNull) */ public FessMessages addErrorsLoginFailure(String property) { assertPropertyNotNull(property);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 119.9K bytes - Viewed (0)