Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 114 for champs (0.05 sec)

  1. CHANGELOG/CHANGELOG-1.18.md

    - Client-go certificate manager rotation gained the ability to preserve optional intermediate chains accompanying issued certificates ([#88744](https://github.com/kubernetes/kubernetes/pull/88744), [@jackkleeman](https://github.com/jackkleeman)) [SIG API Machinery and Auth]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/Multimaps.java

       *     Stream.of("banana", "apple", "carrot", "asparagus", "cherry")
       *         .collect(
       *             flatteningToMultimap(
       *                  str -> str.charAt(0),
       *                  str -> str.substring(1).chars().mapToObj(c -> (char) c),
       *                  MultimapBuilder.linkedHashKeys().arrayListValues()::build));
       *
       * // is equivalent to
       *
       * static final ListMultimap<Character, Character> FIRST_LETTER_MULTIMAP;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 86.6K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/Multimaps.java

       *     Stream.of("banana", "apple", "carrot", "asparagus", "cherry")
       *         .collect(
       *             flatteningToMultimap(
       *                  str -> str.charAt(0),
       *                  str -> str.substring(1).chars().mapToObj(c -> (char) c),
       *                  MultimapBuilder.linkedHashKeys().arrayListValues()::build));
       *
       * // is equivalent to
       *
       * static final ListMultimap<Character, Character> FIRST_LETTER_MULTIMAP;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 86.9K bytes
    - Viewed (0)
  4. src/main/webapp/js/admin/adminlte.min.js.map

    BU,YAAYhE,KAAKK,UAAUkD,YAE9BvD,KAAKC,SAASnB,QAAQR,EAAAA,QAAEoD,MAnER,2BAmE+B1B,KAAKE,YAGtDyB,OAAA,WACE3B,KAAKE,QAAQ6D,UACb/D,KAAKC,SAASnB,QAAQR,EAAAA,QAAEoD,MApET,0BAoE+B1B,KAAKE,YAGrDiE,OAAA,WACMnE,KAAKE,QAAQM,SAASkC,GACxB1C,KAAKiE,SAIPjE,KAAK2D,cAGPS,SAAA,WACEpE,KAAKE,QAAQa,KAAQf,KAAKK,UAAUgD,gBAApC,KAAwDrD,KAAKK,UAAUmD,cACpEI,SAAS5D,KAAKK,UAAUoD,cACxBO,YAAYhE,KAAKK,UAAUmD,cAC9BxD,KAAKE,QAAQmE,IAAI,CACfC,OAAQtE,KAAKE,QAAQoE,SACrBC,MAAOvE,KAAKE,QAAQqE,QACpBC,WAAY,aACXC,MAAM,KAAKC,OAAM,WAClB,IAA...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 132.4K bytes
    - Viewed (0)
  5. src/main/webapp/js/admin/bootstrap.min.js.map

    AAUG,YAE3E,OADA5a,SAAS6T,KAAKgH,YAAYJ,GACnBC,GAIFvU,mBAAP,SAAwBrE,EAAQ2L,GAC9B,OAAO3J,KAAKsC,MAAK,WACf,IAAIE,EAAO1F,UAAEkD,MAAMwC,KAAKzB,IAClByF,EAAO8J,EAAA,GACRlL,GACAtI,UAAEkD,MAAMwC,OACW,iBAAXxE,GAAuBA,EAASA,EAAS,IAQtD,GALKwE,IACHA,EAAO,IAAI4P,EAAMpS,KAAMwG,GACvB1J,UAAEkD,MAAMwC,KAAKzB,GAAUyB,IAGH,iBAAXxE,EAAqB,CAC9B,GAA4B,oBAAjBwE,EAAKxE,GACd,MAAM,IAAIyB,UAA8BzB,sBAAxC,KAGFwE,EAAKxE,GAAQ2L,QACJnD,EAAQoG,MACjBpK,EAAKoK,KAAKjD,O,6BA/dhB,WACE,MApEY,U,mBAuEd,WACE,OAAOvE,O,EAnBLgN,GAufNtV,UAAEZ,U...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 180.9K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.21.md

    - The `apiserver_request_total` metric is promoted to stable status and no longer has a content-type dimensions, so any alerts/charts which presume the existence of this will fail. This is however, unlikely to be the case since it was effectively an unbounded dimension in the first place. ([#99788](https://github.com/kubernetes/kubernetes/pull/99788), [@logicalhan](https://github.com/logicalhan))...
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.19.md

    - Client-go certificate manager rotation gained the ability to preserve optional intermediate chains accompanying issued certificates ([#88744](https://github.com/kubernetes/kubernetes/pull/88744), [@jackkleeman](https://github.com/jackkleeman)) [SIG API Machinery and Auth]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.23.md

          endpoints, rather than waiting until all of the terminating
          endpoints have terminated even when those terminating endpoints
          were not being used.
      
        - Chains for endpoints that won't be used are no longer output to
          iptables, saving a bit of memory/time/cpu. ([#106030](https://github.com/kubernetes/kubernetes/pull/106030), [@danwinship](https://github.com/danwinship)) [SIG Network]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  9. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // https://www.iana.org/domains/root/db/cam.html
    cam
    
    // camera : Binky Moon, LLC
    // https://www.iana.org/domains/root/db/camera.html
    camera
    
    // camp : Binky Moon, LLC
    // https://www.iana.org/domains/root/db/camp.html
    camp
    
    // canon : Canon Inc.
    // https://www.iana.org/domains/root/db/canon.html
    canon
    
    // capetown : ZA Central Registry NPC trading as ZA Central Registry
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/jquery-3.7.1.min.map

    B,MAAOgE,IAAM,SAAUP,GACvC,OAAwC,OAAjCA,EAAKjB,aAAc,SAAqB,KAAOiB,EAAKsE,UAS9D,IAAI0L,GAAW1T,GAAO0T,SAElB5R,GAAQ,CAAEmG,KAAMkjB,KAAKC,OAErBgU,GAAS,KAKbl8B,GAAOm8B,SAAW,SAAU9d,GAC3B,IAAInP,EAAKktB,EACT,IAAM/d,GAAwB,iBAATA,EACpB,OAAO,KAKR,IACCnP,GAAM,IAAMpS,GAAOu/B,WAAcC,gBAAiBje,EAAM,YACvD,MAAQ3U,IAYV,OAVA0yB,EAAkBltB,GAAOA,EAAI3E,qBAAsB,eAAiB,GAC9D2E,IAAOktB,GACZp8B,GAAOsD,MAAO,iBACb84B,EACCp8B,GAAOwB,IAAK46B,EAAgB3yB,WAAY,SAAUgC,GACjD,OAAOA,EAAG5H,cACPgH,KAAM,MACVwT,IAGInP,GAIR,IAAIqtB,GAAc,kCACj...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:07:52 UTC 2024
    - 131.6K bytes
    - Viewed (0)
Back to top