Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 411 - 420 of 1,654 for user6 (0.1 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. android/guava/src/com/google/common/io/TempFileCreator.java

            Method userMethod = processHandleInfoClass.getMethod("user");
            Method orElseMethod = optionalClass.getMethod("orElse", Object.class);
    
            Object current = currentMethod.invoke(null);
            Object info = infoMethod.invoke(current);
            Object user = userMethod.invoke(info);
            return (String) requireNonNull(orElseMethod.invoke(user, fromSystemProperty));
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Sep 29 18:50:14 GMT 2025
    - 11.8K bytes
    - Click Count (0)
  2. src/main/java/jcifs/smb1/smb1/NtStatus.java

                "The specified user does not exist.", "The specified network password is not correct.",
                "Logon failure: unknown user name or bad password.", "Logon failure: user account restriction.",
                "Logon failure: account logon time restriction violation.", "Logon failure: user not allowed to log on to this computer.",
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 31 08:00:57 GMT 2025
    - 13.2K bytes
    - Click Count (0)
  3. docs_src/body_multiple_params/tutorial003_py310.py

        description: str | None = None
        price: float
        tax: float | None = None
    
    
    class User(BaseModel):
        username: str
        full_name: str | None = None
    
    
    @app.put("/items/{item_id}")
    async def update_item(item_id: int, item: Item, user: User, importance: int = Body()):
        results = {"item_id": item_id, "item": item, "user": user, "importance": importance}
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri May 13 23:38:22 GMT 2022
    - 504 bytes
    - Click Count (0)
  4. src/main/java/org/codelibs/fess/app/logic/AccessContextLogic.java

        /**
         * The supplier of user type.
         */
        @FunctionalInterface
        public interface UserTypeSupplier {
            /**
             * Supply the user type.
             * @return The user type.
             */
            OptionalThing<String> supply();
        }
    
        /**
         * The supplier of user bean.
         */
        @FunctionalInterface
        public interface UserBeanSupplier {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 4K bytes
    - Click Count (0)
  5. tests/test_tutorial/test_body_multiple_params/test_tutorial003.py

                            "required": ["item", "user", "importance"],
                            "type": "object",
                            "properties": {
                                "item": {"$ref": "#/components/schemas/Item"},
                                "user": {"$ref": "#/components/schemas/User"},
                                "importance": {"title": "Importance", "type": "integer"},
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Feb 12 13:19:43 GMT 2026
    - 8.1K bytes
    - Click Count (0)
  6. docs_src/metadata/tutorial001_1_py310.py

    from fastapi import FastAPI
    
    description = """
    ChimichangApp API helps you do awesome stuff. 🚀
    
    ## Items
    
    You can **read items**.
    
    ## Users
    
    You will be able to:
    
    * **Create users** (_not implemented_).
    * **Read users** (_not implemented_).
    """
    
    app = FastAPI(
        title="ChimichangApp",
        description=description,
        summary="Deadpool's favorite app. Nuff said.",
        version="0.0.1",
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Feb 12 13:19:43 GMT 2026
    - 774 bytes
    - Click Count (0)
  7. src/main/java/org/codelibs/fess/opensearch/user/cbean/bs/BsUserCB.java

     */
    package org.codelibs.fess.opensearch.user.cbean.bs;
    
    import java.util.ArrayList;
    import java.util.List;
    import java.util.Map;
    
    import org.codelibs.fess.opensearch.user.allcommon.EsAbstractConditionBean;
    import org.codelibs.fess.opensearch.user.bsentity.dbmeta.UserDbm;
    import org.codelibs.fess.opensearch.user.cbean.UserCB;
    import org.codelibs.fess.opensearch.user.cbean.ca.UserCA;
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 9.8K bytes
    - Click Count (0)
  8. api/maven-api-spi/src/main/java/org/apache/maven/api/spi/PropertyContributor.java

         * @see #contribute(ProtoSession)
         */
        default void contribute(Map<String, String> userProperties) {}
    
        /**
         * Invoked just before session is created with proto session instance. The proto session contains user and
         * system properties collected so far, along with other information. This method should return altered
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Wed Nov 20 19:58:27 GMT 2024
    - 2.3K bytes
    - Click Count (0)
  9. docs/ja/docs/tutorial/bigger-applications.md

    from .routers.users import router
    ```
    
    `users` た `router` が `items` ăźă‚‚ăźă‚’äžŠæ›žăă—ăŠă—ăŸă„ă€ćŒæ™‚ă«äžĄæ–čă‚’äœżăˆăȘくăȘă‚ŠăŸă™ă€‚
    
    ćŒă˜ăƒ•ă‚Ąă‚€ăƒ«ă§äžĄæ–čă‚’äœżăˆă‚‹ă‚ˆă†ă«ă™ă‚‹ăŸă‚ă€ă‚”ăƒ–ăƒąă‚žăƒ„ăƒŒăƒ«ă‚’ç›ŽæŽ„ă‚€ăƒłăƒăƒŒăƒˆă—ăŸă™:
    
    {* ../../docs_src/bigger_applications/app_an_py310/main.py hl[5] title["app/main.py"] *}
    
    ### `users` ず `items` た `APIRouter` ă‚’ć–ă‚ŠèŸŒă‚€ { #include-the-apirouters-for-users-and-items }
    
    ă§ăŻă€ă‚”ăƒ–ăƒąă‚žăƒ„ăƒŒăƒ« `users` ず `items` から `router` ă‚’ć–ă‚ŠèŸŒăżăŸă™:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 22.8K bytes
    - Click Count (0)
  10. .teamcity/src/main/kotlin/promotion/PublishRelease.kt

        ) {
        init {
            params {
                text(
                    "gitUserEmail",
                    "",
                    label = "Git user.email Configuration",
                    description = "Enter the git 'user.email' configuration to commit change under",
                    display = ParameterDisplay.PROMPT,
                    allowEmpty = true,
                )
                text(
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Jul 24 03:08:48 GMT 2025
    - 4K bytes
    - Click Count (0)
Back to Top