Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 361 - 370 of 680 for Assume (0.07 seconds)

  1. okhttp-testing-support/src/main/kotlin/okhttp3/JsseDebugLogging.kt

              message.startsWith("System property ") -> Type.Setup
              message.startsWith("Reload ") -> Type.Setup
              message == "No session to resume." -> Type.Handshake
              message.startsWith("Consuming ") -> Type.Handshake
              message.startsWith("Produced ") -> Type.Handshake
              message.startsWith("Negotiated ") -> Type.Handshake
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Jan 27 09:00:39 GMT 2026
    - 2.8K bytes
    - Click Count (0)
  2. docs/pt/docs/help-fastapi.md

    * Agora, se isso resolveu o problema, você pode pedir para:
    
        * No GitHub Discussions: marcar o comentário como a **resposta**.
        * No GitHub Issues: **encerrar** a issue.
    
    ## Acompanhe o repositório do GitHub { #watch-the-github-repository }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 13.7K bytes
    - Click Count (0)
  3. docs/zh-hant/docs/help-fastapi.md

    * 現在,如果問題已解決,你可以請他們:
        * 在 GitHub Discussions:把某則留言標記為**答案**。
        * 在 GitHub Issues:**關閉**該 issue。
    
    ## 追蹤 GitHub 儲存庫 { #watch-the-github-repository }
    
    你可以在 GitHub「watch」FastAPI(點擊右上角的「watch」按鈕):[https://github.com/fastapi/fastapi](https://github.com/fastapi/fastapi)。👀
    
    如果你選擇「Watching」而不是「Releases only」,當有人建立新的 issue 或問題時你會收到通知。你也可以指定只想被通知新的 issues、discussions、PR 等等。
    
    接著你就可以嘗試幫忙解決那些問題。
    
    ## 提問 { #ask-questions }
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 11.9K bytes
    - Click Count (0)
  4. build-tools-internal/src/main/groovy/elasticsearch.run.gradle

     * Side Public License, v 1.
     */
    
    import org.elasticsearch.gradle.VersionProperties
    import org.elasticsearch.gradle.testclusters.RunTask
    
    // gradle has an open issue of failing applying plugins in
    // precompiled script plugins (see https://github.com/gradle/gradle/issues/17004)
    // apply plugin: 'elasticsearch.internal-testclusters'
    
    testClusters.register("runTask") {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Sep 23 07:45:59 GMT 2021
    - 1.8K bytes
    - Click Count (0)
  5. docs/uk/docs/help-fastapi.md

        * У GitHub Issues: **закрити** issue.
    
    ## Стежте за репозиторієм GitHub { #watch-the-github-repository }
    
    Ви можете «спостерігати» за FastAPI на GitHub (натиснувши кнопку «watch» у верхньому правому куті): [https://github.com/fastapi/fastapi](https://github.com/fastapi/fastapi). 👀
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 19.8K bytes
    - Click Count (0)
  6. src/main/java/jcifs/smb/SmbCopyUtil.java

            log.debug("Trying server side copy");
            SmbFileHandleImpl dfd = null;
            try {
                long size;
                byte[] resumeKey;
    
                // despite there being a resume key, we still need an open file descriptor?
                try (SmbFileHandleImpl sfd =
                        src.openUnshared(0, SmbConstants.O_RDONLY, SmbConstants.FILE_SHARE_READ, SmbConstants.ATTR_NORMAL, 0)) {
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 16.6K bytes
    - Click Count (0)
  7. README.md

    ### Contributing
    
    Go is the work of thousands of contributors. We appreciate your help!
    
    To contribute, please read the contribution guidelines at https://go.dev/doc/contribute.
    
    Note that the Go project uses the issue tracker for bug reports and
    proposals only. See https://go.dev/wiki/Questions for a list of
    places to ask questions about the Go language.
    
    [rf]: https://reneefrench.blogspot.com/
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Mon Jul 22 17:45:27 GMT 2024
    - 1.4K bytes
    - Click Count (0)
  8. CHANGELOG/CHANGELOG-1.13.md

    * Fix issue in Portworx volume driver causing controller manager to crash ([#76341](https://github.com/kubernetes/kubernetes/pull/76341), [@harsh-px](https://github.com/harsh-px))
    * fix azure disk list corruption issue ([#77187](https://github.com/kubernetes/kubernetes/pull/77187), [@andyzhangx](https://github.com/andyzhangx))
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 273.1K bytes
    - Click Count (0)
  9. build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/EclipseConventionPlugin.java

                        // or dependencies on other projects manually declared testArtifacts configurations
                        // This issue is tracked in gradle issue tracker.
                        // See https://github.com/gradle/gradle/issues/14932 for further details
    
                        classpath.getEntries().stream().filter(e -> e instanceof ProjectDependency).forEach(it ->
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jul 01 09:43:51 GMT 2021
    - 6.4K bytes
    - Click Count (0)
  10. CHANGELOG/CHANGELOG-1.11.md

    * fix get azure accounts timeout issue when there is no out-bound IP ([#74191](https://github.com/kubernetes/kubernetes/pull/74191), [@andyzhangx](https://github.com/andyzhangx))
    * fix issue: fail to detach azure disk when there is server side error ([#74398](https://github.com/kubernetes/kubernetes/pull/74398), [@andyzhangx](https://github.com/andyzhangx))
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Feb 06 06:04:15 GMT 2020
    - 328.4K bytes
    - Click Count (0)
Back to Top