Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 144 for 1012 (0.06 sec)

  1. CHANGELOG/CHANGELOG-1.27.md

    - github.com/creack/pty: [v1.1.11 โ†’ v1.1.18](https://github.com/creack/pty/compare/v1.1.11...v1.1.18)
    - github.com/docker/docker: [v20.10.18+incompatible โ†’ v20.10.21+incompatible](https://github.com/docker/docker/compare/v20.10.18...v20.10.21)
    - github.com/go-errors/errors: [v1.0.1 โ†’ v1.4.2](https://github.com/go-errors/errors/compare/v1.0.1...v1.4.2)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jul 17 07:48:22 UTC 2024
    - 466.3K bytes
    - Viewed (2)
  2. docs/en/docs/release-notes.md

    ### Translations
    
    * ๐ŸŒ Remove duplicate line in translation for `docs/pt/docs/tutorial/path-params.md`. PR [#10126](https://github.com/tiangolo/fastapi/pull/10126) by [@LecoOliveira](https://github.com/LecoOliveira).
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
  3. docs/ja/docs/deployment/docker.md

    ```
    .
    โ”œโ”€โ”€ Dockerfile
    โ”œโ”€โ”€ main.py
    โ””โ”€โ”€ requirements.txt
    ```
    
    ใใ†ใ™ใ‚Œใฐใ€`Dockerfile`ใฎไธญใซใƒ•ใ‚กใ‚คใƒซใ‚’ใ‚ณใƒ”ใƒผใ™ใ‚‹ใŸใ‚ใซใ€ๅฏพๅฟœใ™ใ‚‹ใƒ‘ใ‚นใ‚’ๅค‰ๆ›ดใ™ใ‚‹ใ ใ‘ใงใ‚ˆใ„ใงใ™๏ผš
    
    ```{ .dockerfile .annotate hl_lines="10  13" }
    FROM python:3.9
    
    WORKDIR /code
    
    COPY ./requirements.txt /code/requirements.txt
    
    RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
    
    # (1)
    COPY ./main.py /code/
    
    # (2)
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Aug 12 21:47:53 UTC 2024
    - 44.3K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.22.md

    - github.com/Azure/go-autorest/autorest/to: [v0.2.0 โ†’ v0.4.0](https://github.com/Azure/go-autorest/autorest/to/compare/v0.2.0...v0.4.0)
    - github.com/Azure/go-autorest/autorest: [v0.11.12 โ†’ v0.11.18](https://github.com/Azure/go-autorest/autorest/compare/v0.11.12...v0.11.18)
    - github.com/Azure/go-autorest/logger: [v0.2.0 โ†’ v0.2.1](https://github.com/Azure/go-autorest/logger/compare/v0.2.0...v0.2.1)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  5. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="%%" type="string" offset="0:128">
                <match value="%PDF-1." type="string" offset="1:512"/>
          </match>
            <match value="%%" type="string" offset="0:128">
                <match value="%PDF-2." type="string" offset="1:512"/>
            </match>
        </magic>
        <magic priority="20">
          <!-- Low priority match for %PDF-#.# near the start of the file -->
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Mar 13 08:18:01 UTC 2025
    - 320.1K bytes
    - Viewed (1)
  6. api/go1.1.txt

    pkg syscall (freebsd-386), const IFT_VDSL = 97
    pkg syscall (freebsd-386), const IFT_VIRTUALIPADDRESS = 112
    pkg syscall (freebsd-386), const IFT_VOICEEM = 100
    pkg syscall (freebsd-386), const IFT_VOICEENCAP = 103
    pkg syscall (freebsd-386), const IFT_VOICEFXO = 101
    pkg syscall (freebsd-386), const IFT_VOICEFXS = 102
    pkg syscall (freebsd-386), const IFT_VOICEOVERATM = 152
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  7. cmd/site-replication.go

    	ctx, cancel := globalLeaderLock.GetLock(ctx)
    	defer cancel()
    
    	healTimer := time.NewTimer(siteHealTimeInterval)
    	defer healTimer.Stop()
    
    	var maxRefreshDurationSecondsForLog float64 = 10 // 10 seconds..
    
    	for {
    		select {
    		case <-healTimer.C:
    			c.RLock()
    			enabled := c.enabled
    			c.RUnlock()
    			if enabled {
    				refreshStart := time.Now()
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 184.7K bytes
    - Viewed (1)
  8. CHANGELOG/CHANGELOG-1.13.md

    <!-- END MUNGE: GENERATED_TOC -->
    
    <!-- NEW RELEASE NOTES ENTRY -->
    
    
    # v1.13.12
    
    [Documentation](https://docs.k8s.io)
    
    ## Downloads for v1.13.12
    
    
    filename | sha512 hash
    -------- | -----------
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
  9. src/main/webapp/css/admin/adminlte.min.css.map

    {\n  bottom: 0;\n  left: 0;\n  position: fixed;\n  right: 0;\n  z-index: 1032;\n}\n\n.layout-footer-not-fixed .wrapper .main-footer {\n  position: static;\n}\n\n.layout-footer-not-fixed .wrapper .content-wrapper {\n  margin-bottom: 0;\n}\n\n.layout-footer-fixed .wrapper .control-sidebar {\n  bottom: 0;\n}\n\n.layout-footer-fixed .wrapper .main-footer {\n  bottom: 0;\n  left: 0;\n  position: fixed;\n  right: 0;\n  z-index: 1032;\n}\n\n.layout-footer-fixed .wrapper .content-wrapper {\n  padding-bottom:...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 3.7M bytes
    - Viewed (1)
  10. src/main/webapp/js/admin/moment-with-locales.min.js

    1031\u102c\u1000\u103a\u1010\u102d\u102f\u1018\u102c_\u1014\u102d\u102f\u101d\u1004\u103a\u1018\u102c_\u1012\u102e\u1007\u1004\u103a\u1018\u102c".split("_"),monthsShort:"\u1007\u1014\u103a_\u1016\u1031_\u1019\u1010\u103a_\u1015\u103c\u102e_\u1019\u1031_\u1007\u103d\u1014\u103a_\u101c\u102d\u102f\u1004\u103a_\u101e\u103c_\u1005\u1000\u103a_\u1021\u1031\u102c\u1000\u103a_\u1014\u102d\u102f_\u1012\u102e".split("_"),weekdays:"\u1010\u1014\u1004\u103a\u1039\u1002\u1014\u103d\u1031_\u1010\u1014\u1004\...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 360.5K bytes
    - Viewed (2)
Back to top