Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 591 - 600 of 692 for base16 (0.1 seconds)

  1. build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/upgrades/UpgradedProperty.java

        private final String methodName;
        private final String methodDescriptor;
    
        /**
         * Was upgradedMethods originally, but got renamed to upgradedAccessors and then to replacedAccessors
         * can be removed once base version will be the one that also uses 'replacedAccessors'.
         */
        @SerializedName(value = "replacedAccessors", alternate = {"upgradedAccessors", "upgradedMethods"})
        private final List<ReplacedAccessor> replacedAccessors;
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Tue Aug 13 19:17:41 GMT 2024
    - 8K bytes
    - Click Count (0)
  2. impl/maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml

      <artifactId>maven</artifactId>
      <version>3.0-SNAPSHOT</version>
      <packaging>pom</packaging>
      <name>Apache Maven</name>
      <description>Maven is a project development management and
        comprehension tool. Based on the concept of a project object model:
        builds, dependency management, documentation creation, site
        publication, and distribution publication are all controlled from
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 22.4K bytes
    - Click Count (0)
  3. docs/en/docs/tutorial/dependencies/dependencies-with-yield.md

    But it's there for you if you need it. ๐Ÿค“
    
    ///
    
    {* ../../docs_src/dependencies/tutorial008b_an_py39.py hl[18:22,31] *}
    
    If you want to catch exceptions and create a custom response based on that, create a [Custom Exception Handler](../handling-errors.md#install-custom-exception-handlers){.internal-link target=_blank}.
    
    ## Dependencies with `yield` and `except` { #dependencies-with-yield-and-except }
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Dec 17 20:41:43 GMT 2025
    - 12.9K bytes
    - Click Count (0)
  4. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/InferenceStrategy.java

            Element parentElement = root.child(PARENT).orElse(null);
            if (parentElement == null) {
                return false;
            }
    
            // Apply full inference (parent element trimming based on relativePath)
            return trimParentElementFull(context, root, parentElement, pomMap);
        }
    
        /**
         * Applies dependency-related inference optimizations.
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Tue Nov 18 18:03:26 GMT 2025
    - 27.6K bytes
    - Click Count (0)
  5. docs/en/docs/tutorial/sql-databases.md

    With SQLModel, we can use **inheritance** to **avoid duplicating** all the fields in all the cases.
    
    #### `HeroBase` - the base class { #herobase-the-base-class }
    
    Let's start with a `HeroBase` model that has all the **fields that are shared** by all the models:
    
    * `name`
    * `age`
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Tue Dec 02 05:06:56 GMT 2025
    - 15.8K bytes
    - Click Count (0)
  6. docs/pt/docs/tutorial/query-params-str-validations.md

    ```
    
    ...porque nรฃo estรก claro se o valor padrรฃo deveria ser `"rick"` ou `"morty"`.
    
    Entรฃo, vocรช usaria (preferencialmente):
    
    ```Python
    q: Annotated[str, Query()] = "rick"
    ```
    
    ...ou em bases de cรณdigo mais antigas vocรช encontrarรก:
    
    ```Python
    q: str = Query(default="rick")
    ```
    
    ### Vantagens de `Annotated` { #advantages-of-annotated }
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Dec 17 20:41:43 GMT 2025
    - 18.2K bytes
    - Click Count (0)
  7. docs/ko/docs/tutorial/extra-models.md

    ์ฝ”๋“œ ์ค‘๋ณต์€ ๋ฒ„๊ทธ, ๋ณด์•ˆ ๋ฌธ์ œ, ์ฝ”๋“œ ๋น„๋™๊ธฐํ™” ๋ฌธ์ œ(ํ•œ ๊ณณ์€ ์—…๋ฐ์ดํŠธ๋˜์—ˆ์ง€๋งŒ ๋‹ค๋ฅธ ๊ณณ์€ ์—…๋ฐ์ดํŠธ๋˜์ง€ ์•Š๋Š” ๋ฌธ์ œ) ๋“ฑ์˜ ๊ฐ€๋Šฅ์„ฑ์„ ์ฆ๊ฐ€์‹œํ‚ต๋‹ˆ๋‹ค.
    
    ๊ทธ๋ฆฌ๊ณ  ์ด ๋ชจ๋ธ๋“ค์€ ๋งŽ์€ ๋ฐ์ดํ„ฐ๋ฅผ ๊ณต์œ ํ•˜๋ฉด์„œ ์†์„ฑ ์ด๋ฆ„๊ณผ ํƒ€์ž…์„ ์ค‘๋ณตํ•˜๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค.
    
    ๋” ๋‚˜์€ ๋ฐฉ๋ฒ•์ด ์žˆ์Šต๋‹ˆ๋‹ค.
    
    `UserBase` ๋ชจ๋ธ์„ ์„ ์–ธํ•˜์—ฌ ๋‹ค๋ฅธ ๋ชจ๋ธ๋“ค์˜ ๊ธฐ๋ณธ(base)์œผ๋กœ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ๊ทธ๋Ÿฐ ๋‹ค์Œ ์ด ๋ชจ๋ธ์„ ์ƒ์†๋ฐ›์•„ ์†์„ฑ๊ณผ ํƒ€์ž… ์„ ์–ธ(์œ ํ˜• ์„ ์–ธ, ๊ฒ€์ฆ ๋“ฑ)์„ ์ƒ์†ํ•˜๋Š” ์„œ๋ธŒํด๋ž˜์Šค๋ฅผ ๋งŒ๋“ค ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
    
    ๋ชจ๋“  ๋ฐ์ดํ„ฐ ๋ณ€ํ™˜, ๊ฒ€์ฆ, ๋ฌธ์„œํ™” ๋“ฑ์€ ์ •์ƒ์ ์œผ๋กœ ์ž‘๋™ํ•  ๊ฒƒ์ž…๋‹ˆ๋‹ค.
    
    ์ด๋ ‡๊ฒŒ ํ•˜๋ฉด ๊ฐ ๋ชจ๋ธ ๊ฐ„์˜ ์ฐจ์ด์ ๋งŒ ์„ ์–ธํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค(ํ‰๋ฌธ `password`๊ฐ€ ์žˆ๋Š” ๊ฒฝ์šฐ, `hashed_password`๋งŒ ์žˆ๋Š” ๊ฒฝ์šฐ, ํ˜น์€ ๋น„๋ฐ€๋ฒˆํ˜ธ๊ฐ€ ์—†๋Š” ๊ฒฝ์šฐ):
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Fri May 30 13:38:33 GMT 2025
    - 8.4K bytes
    - Click Count (0)
  8. ci/devinfra/docker/windows2022/Dockerfile

        [Environment]::SetEnvironmentVariable('PATH', $env:PATH, 'Machine');
    
    # Install MSYS2.
    RUN (New-Object Net.WebClient).DownloadFile( \
             'https://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20240727.tar.xz', \
             'msys2.tar.xz'); \
        Start-Process -FilePath \"C:\Program Files\7-Zip\7z.exe\" -ArgumentList 'x msys2.tar.xz -oC:\TEMP\msys2.tar' -Wait; \
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Mon Jan 13 18:59:55 GMT 2025
    - 10.3K bytes
    - Click Count (0)
  9. build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/AbstractBinaryCompatibilityTest.kt

                withBuildScript(
                    """
                        import gradlebuild.identity.extension.GradleModuleExtension
    
                        plugins {
                            base
                            kotlin("jvm") version "$embeddedKotlinVersion" apply false
                        }
                        subprojects {
                            apply(plugin = "gradlebuild.module-identity")
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Tue Dec 30 10:14:25 GMT 2025
    - 18K bytes
    - Click Count (0)
  10. compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/MojoDescriptor.java

        }
    
        /** {@inheritDoc} */
        @Override
        public String getRoleHint() {
            return getId();
        }
    
        /**
         * @return the id of the mojo, based on the goal name
         */
        public String getId() {
            return getPluginDescriptor().getId() + ":" + getGoal();
        }
    
        /**
         * @return the full goal name
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Jun 06 14:28:57 GMT 2025
    - 21.7K bytes
    - Click Count (0)
Back to Top