Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 315 for keeps (0.04 sec)

  1. src/main/webapp/WEB-INF/conf/.keep

    Shinsuke Sugaya <******@****.***> 1523506789 +0900
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Apr 12 04:19:49 UTC 2018
    - Viewed (0)
  2. src/main/webapp/WEB-INF/plugin/.keep

    Shinsuke Sugaya <******@****.***> 1729734430 +0900
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Oct 24 01:47:10 UTC 2024
    - Viewed (0)
  3. src/main/webapp/WEB-INF/thumbnails/.keep

    Shinsuke Sugaya <******@****.***> 1523506789 +0900
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Apr 12 04:19:49 UTC 2018
    - Viewed (0)
  4. src/test/java/jcifs/smb/ShareEnumIteratorTest.java

            List<FileEntry> entries = Arrays.asList(entry("keep1", SmbConstants.TYPE_SHARE), entry("skip1", SmbConstants.TYPE_SHARE),
                    entry("keep2", SmbConstants.TYPE_SHARE));
    
            // Filter accepts names starting with "keep"
            when(filter.accept(any())).thenAnswer(inv -> {
                SmbResource res = inv.getArgument(0);
                return res.getName().startsWith("keep");
            });
    
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 8.1K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.5.md

    ### Other notable changes
    
    * Federation: allow specification of dns zone by ID ([#36336](https://github.com/kubernetes/kubernetes/pull/36336), [@justinsb](https://github.com/justinsb))
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.15.md

    - If a pod has a running instance, the stats of its previously terminated instances will not show up in the kubelet summary stats any more for CRI runtimes such as containerd and cri-o. This keeps the behavior consistent with Docker integration, and fixes an issue that some container Prometheus metrics don't work when there are summary stats for multiple instances of the same pod. ([#77426](https://github.com/kubernetes/kubernetes/pull/77426),...
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.34.md

    ### API Change
    
    - #### Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
      
      <!--
      This section can be blank if this pull request does not require a release note.
      
      When adding links which point to resources within git repositories, like
      KEPs or supporting documentation, please reference a specific commit and avoid
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Wed Dec 10 01:13:50 UTC 2025
    - 333.3K bytes
    - Viewed (1)
  8. CHANGELOG/CHANGELOG-1.6.md

    * Fix shebangs in charm actions to use python3 ([#42058](https://github.com/kubernetes/kubernetes/pull/42058), [@Cynerva](https://github.com/Cynerva))
    * K8s master charm now properly keeps distributed master files in sync for an HA control plane. ([#41351](https://github.com/kubernetes/kubernetes/pull/41351), [@chuckbutler](https://github.com/chuckbutler))
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  9. docs/ko/llm-prompt.md

    Language code: ko.
    
    ### Grammar and tone
    
    1) Use polite, instructional Korean (e.g. 합니다/하세요 style).
    2) Keep the tone consistent with the existing Korean FastAPI docs.
    
    ### Headings
    
    1) Follow existing Korean heading style (short, action-oriented headings like “확인하기”).
    2) Do not add trailing punctuation to headings.
    
    ### Quotes
    
    1) Keep quote style consistent with the existing Korean docs.
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 20 17:32:05 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  10. docs/fr/llm-prompt.md

    3) Keep heading punctuation as in the source. In particular, keep occurrences of literal « - » (space-hyphen-space) as « - » (the existing French docs use a hyphen here).
    
    ### French instructions about technical terms
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 10:41:43 UTC 2025
    - 4.1K bytes
    - Viewed (0)
Back to top