Search Options

Results per page
Sort
Preferred Languages
Advance

Results 541 - 550 of 837 for rain (0.04 sec)

  1. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnenc/DefaultEncryptInvoker.java

    import org.jline.utils.Colors;
    import org.jline.utils.OSUtils;
    
    /**
     * Encrypt invoker implementation, when Encrypt CLI is being run. System uses ClassWorld launcher, and class world
     * instance is passed in via "enhanced" main method. Hence, this class expects fully setup ClassWorld via constructor.
     */
    public class DefaultEncryptInvoker
            extends LookupInvoker<EncryptOptions, EncryptInvokerRequest, DefaultEncryptInvoker.LocalContext>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/util/concurrent/ExecutionError.java

      /*
       * Ideally, this class would have exposed only constructors that require a non-null cause. See
       * https://github.com/jspecify/jspecify-reference-checker/blob/61aafa4ae52594830cfc2d61c8b113009dbdb045/src/main/java/com/google/jspecify/nullness/NullSpecTransfer.java#L789
       * and https://github.com/jspecify/jspecify/issues/490.
       *
       * (That would also have ensured that its cause was always an Error, rather than possibly another
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Mar 07 17:52:19 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  3. okhttp-dnsoverhttps/src/test/java/okhttp3/dnsoverhttps/TestDohMain.kt

              println(e)
              e = e.cause
            }
          }
        }
        println()
      }
      time = System.currentTimeMillis() - time
      println("Time: ${time.toDouble() / 1000} seconds\n")
    }
    
    fun main() {
      Security.insertProviderAt(OpenSSLProvider(), 1)
      var bootstrapClient = OkHttpClient()
      var names = listOf("google.com", "graph.facebook.com", "sdflkhfsdlkjdf.ee")
      try {
        println("uncached\n********\n")
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb1/smb1/TestLocking.java

                    }
    
                }
            } catch (Exception e) {
                e.printStackTrace();
            } finally {
                numComplete++;
            }
        }
    
        public static void main(String[] args) throws Exception
        {
            if (args.length < 1) {
                System.err.println("usage: TestLocking [-t <numThreads>] [-i <numIter>] [-d <delay>] url");
                System.exit(1);
            }
    
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 3.4K bytes
    - Viewed (0)
  5. api/maven-api-core/src/main/java/org/apache/maven/api/DependencyCoordinates.java

    import org.apache.maven.api.annotations.Nullable;
    
    /**
     * {@code ArtifactCoordinates} completed with information about how the artifact will be used.
     * This information include the dependency type (main classes, test classes, <i>etc.</i>),
     * a scope (compile-time, run-time <i>etc.</i>), an obligation (whether the dependency
     * is optional or mandatory), and possible exclusions for transitive dependencies.
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Sat Sep 28 09:03:24 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  6. docs/em/docs/tutorial/index.md

    ๐Ÿ”  ๐Ÿ“„ ๐Ÿ“‰ ๐Ÿ— ๐Ÿ”› โฎ๏ธ ๐Ÿ•, โœ‹๏ธ โšซ๏ธ ๐Ÿ— ๐ŸŽ โ”, ๐Ÿ‘ˆ ๐Ÿ‘† ๐Ÿ’ช ๐Ÿšถ ๐Ÿ”— ๐Ÿ™† ๐ŸŽฏ 1๏ธโƒฃ โŽ ๐Ÿ‘† ๐ŸŽฏ ๐Ÿ› ๏ธ ๐Ÿ’ช.
    
    โšซ๏ธ ๐Ÿ— ๐Ÿ‘ท ๐Ÿ”ฎ ๐Ÿ”—.
    
    ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ‘Ÿ ๐Ÿ”™ &amp; ๐Ÿ‘€ โšซ๏ธโ” โšซ๏ธโ” ๐Ÿ‘† ๐Ÿ’ช.
    
    ## ๐Ÿƒ ๐Ÿ“Ÿ
    
    ๐ŸŒ ๐Ÿ“Ÿ ๐Ÿซ ๐Ÿ’ช ๐Ÿ“ &amp; โš™๏ธ ๐Ÿ”— (๐Ÿ‘ซ ๐Ÿค™ ๐Ÿ’ฏ ๐Ÿ ๐Ÿ“).
    
    ๐Ÿƒ ๐Ÿ™† ๐Ÿ–ผ, ๐Ÿ“ ๐Ÿ“Ÿ ๐Ÿ“ `main.py`, &amp; โ–ถ๏ธ `uvicorn` โฎ๏ธ:
    
    <div class="termy">
    
    ```console
    $ uvicorn main:app --reload
    
    <span style="color: green;">INFO</span>:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  7. samples/crawler/src/main/java/okhttp3/sample/Crawler.java

            if (link == null) continue; // URL is either invalid or its scheme isn't http/https.
            queue.add(link.newBuilder().fragment(null).build());
          }
        }
      }
    
      public static void main(String[] args) throws IOException {
        if (args.length != 2) {
          System.out.println("Usage: Crawler <cache dir> <root>");
          return;
        }
    
        int threadCount = 20;
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Thu Aug 12 07:26:27 UTC 2021
    - 4.6K bytes
    - Viewed (0)
  8. tests/test_tutorial/test_request_files/test_tutorial002_py39.py

                                "description": "Successful Response",
                                "content": {"application/json": {"schema": {}}},
                            }
                        },
                        "summary": "Main",
                        "operationId": "main__get",
                    }
                },
            },
            "components": {
                "schemas": {
                    "Body_create_upload_files_uploadfiles__post": {
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 9K bytes
    - Viewed (0)
  9. docs/zh/docs/tutorial/debugging.md

    ็„ถๅŽๅฎƒไผšไฝฟ็”จไฝ ็š„ **FastAPI** ไปฃ็ ๅผ€ๅฏๆœๅŠกๅ™จ๏ผŒๅœๅœจๆ–ญ็‚นๅค„๏ผŒ็ญ‰็ญ‰ใ€‚
    
    ็œ‹่ตทๆฅๅฏ่ƒฝๆ˜ฏ่ฟ™ๆ ท๏ผš
    
    <img src="/img/tutorial/debugging/image01.png">
    
    ---
    
    ๅฆ‚ๆžœไฝฟ็”จ Pycharm๏ผŒไฝ ๅฏไปฅ๏ผš
    
    * ๆ‰“ๅผ€ใ€Œ่ฟ่กŒใ€่œๅ•ใ€‚
    * ้€‰ไธญใ€Œ่ฐƒ่ฏ•...ใ€ใ€‚
    * ็„ถๅŽๅ‡บ็Žฐไธ€ไธชไธŠไธ‹ๆ–‡่œๅ•ใ€‚
    * ้€‰ๆ‹ฉ่ฆ่ฐƒ่ฏ•็š„ๆ–‡ไปถ๏ผˆๆœฌไพ‹ไธญ็š„ `main.py`๏ผ‰ใ€‚
    
    ็„ถๅŽๅฎƒไผšไฝฟ็”จไฝ ็š„ **FastAPI** ไปฃ็ ๅผ€ๅฏๆœๅŠกๅ™จ๏ผŒๅœๅœจๆ–ญ็‚นๅค„๏ผŒ็ญ‰็ญ‰ใ€‚
    
    ็œ‹่ตทๆฅๅฏ่ƒฝๆ˜ฏ่ฟ™ๆ ท๏ผš
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  10. docs/pt/docs/tutorial/index.md

    ## Rode o cรณdigo
    
    Todos os blocos de cรณdigo podem ser copiados e utilizados diretamente (eles sรฃo, na verdade, arquivos Python testados).
    
    Para rodar qualquer um dos exemplos, copie o codigo para um arquivo `main.py`, e inicie o `uvivorn` com:
    
    <div class="termy">
    
    ```console
    $ uvicorn main:app --reload
    
    <span style="color: green;">INFO</span>:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 2.7K bytes
    - Viewed (0)
Back to top