Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1041 - 1050 of 1,522 for GitHub (0.04 sec)

  1. docs/en/docs/tutorial/schema-extra-example.md

    * <a href="https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#parameter-object" class="external-link" target="_blank">`Parameter Object` (in the specification)</a> that was used by FastAPI's:
        * `Path()`
        * `Query()`
        * `Header()`
        * `Cookie()`
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  2. cmd/update-notifier_test.go

    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    package cmd
    
    import (
    	"fmt"
    	"strings"
    	"testing"
    	"time"
    
    	"github.com/minio/minio/internal/color"
    )
    
    // Tests update notifier string builder.
    func TestPrepareUpdateMessage(t *testing.T) {
    	testCases := []struct {
    		older time.Duration
    		dlURL string
    
    		expectedSubStr string
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Mon Jul 31 15:36:19 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  3. docs/em/docs/history-design-future.md

    # 📖, 🔧 &amp; ðŸ”Ū
    
    🕰 🏁, <a href="https://github.com/fastapi/fastapi/issues/3#issuecomment-454956920" class="external-link" target="_blank"> **FastAPI** ðŸ‘Đ‍ðŸ’ŧ 💭</a>:
    
    &gt; âšŦïļâ” 📖 👉 🏗 ❓ âšŦïļ ðŸ˜‘ ✔ïļ ðŸ‘Ÿ ⚩ïļâžĄïļ ðŸ•ģ 👌 ðŸ‘Đ‍âĪ‍ðŸ‘Ļ 🗓ïļ [...]
    
    ðŸ“Ĩ ðŸĨ 🍖 👈 📖.
    
    ## 🎛
    
    ðŸ‘Ī ✔ïļ ðŸ— 🔗 âŪïļ ðŸ— 📄 📚 1ïļâƒĢ2ïļâƒĢ🗓ïļ (🎰 ðŸŦ, 📎 ⚙ïļ, 🔁 ðŸ‘Ļ‍🏭, ☁ ðŸ’―, ♒ïļ), ↘ïļ ðŸ“š 🏉 ðŸ‘Đ‍ðŸ’ŧ.
    
    🍕 👈, ðŸ‘Ī 💊 🔎, ðŸ’Ŋ &amp; ⚙ïļ ðŸ“š 🎛.
    
    📖 **FastAPI** 👑 🍕 📖 ðŸšŪ ⏊.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Jul 29 23:35:07 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  4. docs/ko/docs/tutorial/request-forms.md

    # 폞 데ėī터
    
    JSON ëŒ€ė‹  폞 필드ëĨž ë°›ė•„ė•ž 하는 ęē―뚰 `Form`ė„ ė‚ŽėšĐ할 눘 ėžˆėŠĩ니ë‹Ī.
    
    /// info | ė •ëģī
    
    ížė„ ė‚ŽėšĐ하ë ĪëĐī, ëĻžė € <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>ëĨž ė„Īėđ˜í•˜ė„ļėš”.
    
    [ę°€ėƒ 환ęē―](../virtual-environments.md){.internal-link target=_blank}ė„ ėƒė„ąí•˜ęģ  í™œė„ąí™”í•œ ë‹ĪėŒ, ė•„ëž˜ė™€ 같ėī ė„Īėđ˜í•  눘 ėžˆėŠĩ니ë‹Ī:
    
    ```console
    $ pip install python-multipart
    ```
    
    ///
    
    ## `Form` ėž„íŽíŠļ하ęļ°
    
    `fastapi`ė—ė„œ `Form`ė„ ėž„íŽíŠļí•Đ니ë‹Ī:
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 09 12:42:55 UTC 2024
    - 3K bytes
    - Viewed (0)
  5. src/test/java/org/codelibs/fess/helper/AbstractConfigHelperTest.java

            long elapsed = endTime - startTime;
            assertTrue("Expected at least 15ms sleep, got " + elapsed + "ms", elapsed >= 15);
            // Generous tolerance for CI environments like GitHub Actions
            assertTrue("Expected less than 200ms sleep, got " + elapsed + "ms", elapsed < 200);
        }
    
        public void test_waitForNext_withZeroInterval() {
            configHelper.setReloadInterval(0L);
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 00:03:47 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  6. Dockerfile.release.old_cpu

        curl -s -q https://dl.min.io/client/mc/release/linux-${TARGETARCH}/mc.sha256sum -o /go/bin/mc.sha256sum && \
        chmod +x /go/bin/mc
    
    RUN if [ "$TARGETARCH" = "amd64" ]; then \
           curl -L -s -q https://github.com/moparisthebest/static-curl/releases/latest/download/curl-${TARGETARCH} -o /go/bin/curl; \
           chmod +x /go/bin/curl; \
        fi
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed Apr 09 14:28:39 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  7. cmd/erasure-utils.go

    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    package cmd
    
    import (
    	"context"
    	"encoding/base64"
    	"fmt"
    	"io"
    	"strings"
    
    	"github.com/klauspost/reedsolomon"
    )
    
    // getDataBlockLen - get length of data blocks from encoded blocks.
    func getDataBlockLen(enBlocks [][]byte, dataBlocks int) int {
    	size := 0
    	// Figure out the data block length.
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed Jan 31 02:11:45 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  8. misc/ios/detect.go

    // values of the environment variables
    // used by go_ios_exec.
    // detect shells out to ideviceinfo, a third party program that can
    // be obtained by following the instructions at
    // https://github.com/libimobiledevice/libimobiledevice.
    package main
    
    import (
    	"bytes"
    	"crypto/x509"
    	"fmt"
    	"os"
    	"os/exec"
    	"strings"
    )
    
    func main() {
    	udids := getLines(exec.Command("idevice_id", "-l"))
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Oct 19 23:33:30 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/base/Platform.java

      }
    
      private static PatternCompiler loadPatternCompiler() {
        // We want the JDK Pattern compiler:
        // - under Android (where it hurts startup performance)
        // - even for the JVM in our open-source release (https://github.com/google/guava/issues/3147)
        // If anyone in our monorepo uses the Android copy of Guava on a JVM, that would be unfortunate.
        // But that is only likely to happen in Robolectric tests, where the risks of JDK regex are low.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  10. .teamcity/README.md

    You also need to run `mvn clean verify` with Java 8 before committing changes.
    
    If you have ktlint errors, you can automatically fix them by running `mvn com.github.gantsign.maven:ktlint-maven-plugin:1.1.1:format`.
    
    ## How the configuration works
    
    We use Kotlin portable DSL to store TeamCity configuration, which means you can easily create a new pipeline
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Wed Mar 06 23:02:25 UTC 2024
    - 4K bytes
    - Viewed (0)
Back to top