Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 427 for Nain (0.13 sec)

  1. samples/guide/src/test/kotlin/okhttp3/AllMainsTest.kt

    private fun mainFiles(): List<File> {
      val directories =
        listOf(
          "$prefix/samples/guide/src/main/java/okhttp3/guide",
          "$prefix/samples/guide/src/main/java/okhttp3/recipes",
          "$prefix/samples/guide/src/main/java/okhttp3/recipes/kt",
        ).map { File(it) }
    
      return directories.flatMap {
        it.listFiles().orEmpty().filter { f -> f.isFile }.toList()
      }
    }
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 2.7K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/org/apache/maven/maven-parent/5/maven-parent-5.pom

                <configuration>
                  <configLocation>http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml</configLocation>
                  <headerLocation>http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven-header.txt</headerLocation>
                </configuration>
              </plugin>
              <plugin>
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 14.8K bytes
    - Viewed (0)
  3. docs/de/docs/advanced/settings.md

    ```console
    // Erstelle eine Umgebungsvariable MY_NAME inline fΓΌr diesen Programmaufruf
    $ MY_NAME="Wade Wilson" python main.py
    
    // main.py kann jetzt diese Umgebungsvariable lesen
    
    Hello Wade Wilson from Python
    
    // Die Umgebungsvariable existiert danach nicht mehr
    $ python main.py
    
    Hello World from Python
    ```
    
    </div>
    
    !!! tip "Tipp"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 20:17:14 GMT 2024
    - 17.8K bytes
    - Viewed (0)
  4. CONTRIBUTING.md

    ***NOTE***: Only original source code from you and other people that have signed the CLA can be accepted into the main repository.
    
    ### Contributing code
    
    If you have improvements to TensorFlow, send us your pull requests! For those
    just getting started, GitHub has a
    [how-to](https://help.github.com/articles/using-pull-requests/).
    
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Thu Mar 21 11:45:51 GMT 2024
    - 15.6K bytes
    - Viewed (0)
  5. dbflute_fess/dfprop/databaseInfoMap.dfprop

            #  you should specify the map of included schemas.
            #  Additional schemas have original settings apart from the main schema.
            #  The settings are objectTypeTargetList, tableExceptList,
            #  tableTargetList, and columnExceptMap.
            #  They have the same specification as ones of the main schema.
            #  Elements of this map are as below: 
            #    o objectTypeTargetList: (NotRequired - Default 'map:{TABLE;VIEW}')
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Oct 31 23:35:14 GMT 2015
    - 7.3K bytes
    - Viewed (0)
  6. docs/em/docs/deployment/server-workers.md

    ```
    
    </div>
    
    ➑️ πŸ‘€ βš«οΈβ” πŸ”  πŸ‘ˆ πŸŽ› β›“:
    
    * `main:app`: πŸ‘‰ 🎏 ❕ βš™οΈ Uvicorn, `main` β›“ 🐍 πŸ•Ή πŸ“› "`main`",, πŸ“ `main.py`. &amp; `app` πŸ“› πŸ”’ πŸ‘ˆ **FastAPI** 🈸.
        * πŸ‘† πŸ’ͺ 🌈 πŸ‘ˆ `main:app` πŸŒ“ 🐍 `import` πŸ“„ πŸ’–:
    
            ```Python
            from main import app
            ```
    
        * , ❀ `main:app` πŸ”œ πŸŒ“ 🐍 `import` πŸ• `from main import app`.
    * `--workers`: πŸ”’ πŸ‘¨β€πŸ­ πŸ› οΈ βš™οΈ, πŸ”  πŸ”œ πŸƒ Uvicorn πŸ‘¨β€πŸ­, πŸ‘‰ πŸ’Ό, 4️⃣ πŸ‘¨β€πŸ­.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 8.2K bytes
    - Viewed (0)
  7. docs/pt/docs/tutorial/first-steps.md

    <span style="color: green;">INFO</span>:     Application startup complete.
    ```
    
    </div>
    
    !!! note "Nota"
        O comando `uvicorn main:app` se refere a:
    
        * `main`: o arquivo `main.py` (o "mΓ³dulo" Python).
        * `app`: o objeto criado no arquivo `main.py` com a linha `app = FastAPI()`.
        * `--reload`: faz o servidor reiniciar após mudanças de código. Use apenas para desenvolvimento.
    
    Na saΓ­da, temos:
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 9.6K bytes
    - Viewed (0)
  8. buildscripts/upgrade-tests/nginx.conf

        include       /etc/nginx/mime.types;
        default_type  application/octet-stream;
    
        log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
                          '$status $body_bytes_sent "$http_referer" '
                          '"$http_user_agent" "$http_x_forwarded_for"';
    
        access_log  /var/log/nginx/access.log  main;
    
        sendfile        on;
        #tcp_nopush     on;
    
        keepalive_timeout  65;
    
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Nov 21 18:41:30 GMT 2021
    - 1.7K bytes
    - Viewed (0)
  9. docs/en/docs/fastapi-cli.md

    <div class="termy">
    
    ```console
    $ <font color="#4E9A06">fastapi</font> dev <u style="text-decoration-style:single">main.py</u>
    <font color="#3465A4">INFO    </font> Using path <font color="#3465A4">main.py</font>
    <font color="#3465A4">INFO    </font> Resolved absolute path <font color="#75507B">/home/user/code/awesomeapp/</font><font color="#AD7FA8">main.py</font>
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri May 03 23:25:16 GMT 2024
    - 6.1K bytes
    - Viewed (0)
  10. docs/ko/docs/tutorial/first-steps.md

    <span style="color: green;">INFO</span>:     Application startup complete.
    ```
    
    </div>
    
    !!! note "μ°Έκ³ "
        `uvicorn main:app` λͺ…령은 λ‹€μŒμ„ μ˜λ―Έν•©λ‹ˆλ‹€:
    
        * `main`: 파일 `main.py` (파이썬 "λͺ¨λ“ˆ").
        * `app`: `main.py` λ‚΄λΆ€μ˜ `app = FastAPI()` μ€„μ—μ„œ μƒμ„±ν•œ 였브젝트.
        * `--reload`: μ½”λ“œ λ³€κ²½ μ‹œ μžλ™μœΌλ‘œ μ„œλ²„ μž¬μ‹œμž‘. 개발 μ‹œμ—λ§Œ μ‚¬μš©.
    
    좜λ ₯λ˜λŠ” 쀄듀 μ€‘μ—λŠ” μ•„λž˜μ™€ 같은 λ‚΄μš©μ΄ μžˆμŠ΅λ‹ˆλ‹€:
    
    ```hl_lines="4"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 10.5K bytes
    - Viewed (0)
Back to top