Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 61 - 70 of 220 for DEVELOPMENT (0.05 seconds)

  1. docs/ja/docs/fastapi-cli.md

    <div class="termy">
    
    ```console
    $ <font color="#4E9A06">fastapi</font> dev
    
      <span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span>  Starting development server πŸš€
    
                 Searching for package file structure from directories with
                 <font color="#3465A4">__init__.py</font> files
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 6.6K bytes
    - Click Count (0)
  2. docs/en/docs/tutorial/first-steps.md

    Run the live server:
    
    <div class="termy">
    
    ```console
    $ <font color="#4E9A06">fastapi</font> dev
    
      <span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span>  Starting development server πŸš€
    
                 Searching for package file structure from directories
                 with <font color="#3465A4">__init__.py</font> files
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Mar 07 09:29:03 GMT 2026
    - 13.4K bytes
    - Click Count (0)
  3. docs/en/docs/advanced/vibe.md

    /// tip
    
    This is the ultimate **vibe-driven development** experience. You don't need to think about what your API does, just let the LLM handle it. 🧘
    
    ///
    
    ## Try It { #try-it }
    
    Go ahead, try it:
    
    {* ../../docs_src/vibe/tutorial001_py310.py *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Apr 01 16:16:24 GMT 2026
    - 2K bytes
    - Click Count (0)
  4. docs/uk/llm-prompt.md

    - parallelism: ΠΏΠ°Ρ€Π°Π»Π΅Π»Ρ–Π·ΠΌ
    - multiprocessing: Π±Π°Π³Π°Ρ‚ΠΎΠΏΡ€ΠΎΡ†Π΅ΡΠΎΡ€Π½Ρ–ΡΡ‚ΡŒ
    - env var: Π·ΠΌΡ–Π½Π½Π° оточСння
    - dict: словник
    - enum: ΠΏΠ΅Ρ€Π΅Π»Ρ–ΠΊ
    - issue: ΠΏΡ€ΠΎΠ±Π»Π΅ΠΌΠ°
    - server worker: сСрвСрний ΠΏΡ€Π°Ρ†Ρ–Π²Π½ΠΈΠΊ
    - worker: ΠΏΡ€Π°Ρ†Ρ–Π²Π½ΠΈΠΊ
    - software development kit: Π½Π°Π±Ρ–Ρ€ для Ρ€ΠΎΠ·Ρ€ΠΎΠ±ΠΊΠΈ ΠΏΡ€ΠΎΠ³Ρ€Π°ΠΌΠ½ΠΎΠ³ΠΎ забСзпСчСння
    - bearer token: Ρ‚ΠΎΠΊΠ΅Π½ носія
    - breaking change: нСсумісна Π·ΠΌΡ–Π½Π°
    - bug: ΠΏΠΎΠΌΠΈΠ»ΠΊΠ°
    - button: ΠΊΠ½ΠΎΠΏΠΊΠ°
    - callable: Π²ΠΈΠΊΠ»ΠΈΠΊΠ°Ρ”ΠΌΠΈΠΉ
    - code: ΠΊΠΎΠ΄
    - commit: фіксація
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Feb 04 16:47:51 GMT 2026
    - 4K bytes
    - Click Count (0)
  5. CONTRIBUTING.md

    There is no need to ask for an assignment or for permission to work on those issues, just comment and start working on it.
    
    ## Setting up your development environment
    
    In order to make changes to Gradle, you'll need:
    
    * [Adoptium JDK](https://adoptium.net/temurin/archive/?version=17) (Java Development Kit) **version 17**. Fixed version is required to use [remote cache](#remote-build-cache).
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 27 18:43:39 GMT 2026
    - 19.1K bytes
    - Click Count (0)
  6. scripts/docs.py

        A quick server to preview a built site with translations.
    
        For development, prefer the command live (or just mkdocs serve).
    
        This is here only to preview a site with translations already built.
    
        Make sure you run the build-all command first.
        """
        typer.echo("Warning: this is a very simple server.")
        typer.echo("For development, use the command live instead.")
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 17:46:10 GMT 2026
    - 25.4K bytes
    - Click Count (0)
  7. docs/en/docs/_llm-test.md

    * the system authenticates the user
    
    * the CLI
    * the command line interface
    
    * the server
    * the client
    
    * the cloud provider
    * the cloud service
    
    * the development
    * the development stages
    
    * the dict
    * the dictionary
    * the enumeration
    * the enum
    * the enum member
    
    * the encoder
    * the decoder
    * to encode
    * to decode
    
    * the exception
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 11K bytes
    - Click Count (0)
  8. compat/maven-plugin-api/pom.xml

        <version>4.1.0-SNAPSHOT</version>
      </parent>
    
      <artifactId>maven-plugin-api</artifactId>
    
      <name>Maven 3 Plugin API</name>
      <description>The API for Maven 3 plugins - Mojos - development.</description>
    
      <dependencies>
        <dependency>
          <groupId>org.apache.maven</groupId>
          <artifactId>maven-api-xml</artifactId>
        </dependency>
        <dependency>
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Sun Jun 29 22:37:39 GMT 2025
    - 3.7K bytes
    - Click Count (0)
  9. buildscripts/gen-ldflags.go

    	return ldflagsStr
    }
    
    // genReleaseTag prints release tag to the console for easy git tagging.
    func releaseTag(version string) (string, time.Time) {
    	relPrefix := "DEVELOPMENT"
    	if prefix := os.Getenv("MINIO_RELEASE"); prefix != "" {
    		relPrefix = prefix
    	}
    
    	relSuffix := ""
    	if hotfix := os.Getenv("MINIO_HOTFIX"); hotfix != "" {
    		relSuffix = hotfix
    	}
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Thu Jun 16 23:10:48 GMT 2022
    - 3.3K bytes
    - Click Count (0)
  10. CONTRIBUTING.md

    If you plan to contribute on a regular basis, please consider filing a [contributor license agreement][cla].
    
    Additional Resources
    --------------------
    
    + [Contributing patches](https://maven.apache.org/guides/development/guide-maven-development.html#Creating_and_submitting_a_patch)
    + [Apache Maven JIRA project page](https://issues.apache.org/jira/projects/MNG/)
    + [Contributor License Agreement][cla]
    + [General GitHub documentation](https://help.github.com/)
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Sat Jun 07 09:55:33 GMT 2025
    - 4.2K bytes
    - Click Count (0)
Back to Top