Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 103 for enhanced (0.43 sec)

  1. CHANGELOG/CHANGELOG-1.28.md

    - Kubelet: security of dynamic resource allocation was enhanced by limiting node access to those objects that are needed on the node. ([#116254](https://github.com/kubernetes/kubernetes/pull/116254), [@pohly](https://github.com/pohly)) [SIG Auth and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  2. ChangeLog.md

    - [`KT-56988`](https://youtrack.jetbrains.com/issue/KT-56988) CFG, smart casts: red in K1 -> green in K2 for invalid code
    - [`KT-62118`](https://youtrack.jetbrains.com/issue/KT-62118) FIR: "HashMap.entry" has invalid enhanced type
    - [`KT-64840`](https://youtrack.jetbrains.com/issue/KT-64840) K2: Bare type are not allowed for TV based values during PCLA
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  3. hack/README.md

    and gives a brief introduction and explanation of these scripts. 
    
    ## Overview
    
    The [`hack`](.) directory contains many scripts that ensure continuous development of kubernetes, 
    enhance the robustness of the code, improve development efficiency, etc. 
    The explanations and descriptions of these scripts are helpful for contributors. 
    For details, refer to the following guidelines.
    
    ## Key scripts
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 16 02:12:18 UTC 2020
    - 1K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.7.md

    Major features for stateful applications include automated updates to StatefulSets, enhanced updates for DaemonSets, a burst mode for faster StatefulSets scaling, and (alpha) support for local storage.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  5. platforms/ide/tooling-api/build.gradle.kts

        crossVersionTestImplementation(libs.jettyWebApp)
        crossVersionTestImplementation(libs.commonsIo)
        crossVersionTestRuntimeOnly(libs.cglib) {
            because("BuildFinishedCrossVersionSpec classpath inference requires cglib enhancer")
        }
    
        testImplementation(testFixtures(project(":core")))
        testImplementation(testFixtures(project(":logging")))
        testImplementation(testFixtures(project(":dependency-management")))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  6. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.dpx"/>
      </mime-type>
    
      <mime-type type="image/emf">
        <alias type="image/x-emf"/>
        <alias type="application/x-emf"/>
        <acronym>EMF</acronym>
        <_comment>Enhanced Metafile</_comment>
        <tika:link>https://msdn.microsoft.com/en-us/library/cc230711.aspx</tika:link>
        <glob pattern="*.emf"/>
        <magic priority="50">
          <match value="0x01000000" type="string" offset="0">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  7. src/cmd/vendor/github.com/google/pprof/internal/driver/svg.go

    )
    
    var (
    	viewBox  = regexp.MustCompile(`<svg\s*width="[^"]+"\s*height="[^"]+"\s*viewBox="[^"]+"`)
    	graphID  = regexp.MustCompile(`<g id="graph\d"`)
    	svgClose = regexp.MustCompile(`</svg>`)
    )
    
    // massageSVG enhances the SVG output from DOT to provide better
    // panning inside a web browser. It uses the svgpan library, which is
    // embedded into the svgpan.JSSource variable.
    func massageSVG(svg string) string {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  8. COMPLIANCE.md

    counsel or licensing specialists to audit and ensure your application is in compliance with the licenses of MinIO and all other open-source projects with which your application integrates or interacts. We understand that AGPLv3 licensing is complex and nuanced. It is for that reason we strongly encourage using experts in licensing to make any such determinations around compliance instead of relying on apocryphal or anecdotal advice.
    
    [MinIO Commercial Licensing](https://min.io/pricing) is the best...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Feb 12 00:51:25 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.8.md

    ### SIG Network
    
    [SIG Network][] is responsible for networking components, APIs, and plugins in Kubernetes.
    
    For the 1.8 release, SIG Network enhanced the NetworkPolicy API to support pod egress traffic policies.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  10. maven-slf4j-provider/src/main/java/org/apache/maven/slf4j/MavenFailOnSeverityLogger.java

     * under the License.
     */
    package org.apache.maven.slf4j;
    
    import org.apache.maven.logwrapper.LogLevelRecorder;
    import org.slf4j.event.Level;
    
    /**
     * A proxy which enhances the MavenSimpleLogger with functionality to track whether a logging threshold is hit.
     * Currently only support WARN and ERROR states, since it's been used for the --fail-on-severity flag.
     */
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jan 09 06:36:58 UTC 2024
    - 4.1K bytes
    - Viewed (0)
Back to top