Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 384 for minipay (0.16 sec)

  1. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.hydrostatix.sof-data",
    				"application/vnd.hzn-3d-crossword",
    				"application/vnd.ibm.afplinedata",
    				"application/vnd.ibm.electronic-media",
    				"application/vnd.ibm.minipay",
    				"application/vnd.ibm.modcap",
    				"application/vnd.ibm.rights-management",
    				"application/vnd.ibm.secure-container",
    				"application/vnd.iccprofile",
    				"application/vnd.igloader",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/input/minimal.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jul 10 04:08:45 UTC 2020
    - 84 bytes
    - Viewed (0)
  3. manifests/profiles/minimal.yaml

    # The minimal profile will install just the core control plane
    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      components:
        ingressGateways:
        - name: istio-ingressgateway
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Sep 11 05:41:16 UTC 2020
    - 216 bytes
    - Viewed (0)
  4. build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/transforms/Minify.kt

    import java.io.BufferedOutputStream
    import java.io.File
    import java.io.FileOutputStream
    import java.util.jar.JarFile
    import java.util.jar.JarOutputStream
    
    
    @CacheableTransform
    abstract class Minify : TransformAction<Minify.Parameters> {
    
        interface Parameters : TransformParameters {
            @get:Input
            var keepClassesByArtifact: Map<String, Set<String>>
        }
    
        @get:PathSensitive(PathSensitivity.NAME_ONLY)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Sep 30 16:17:28 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/input/minimal-revisioned.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      profile: minimal
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 09 17:23:44 UTC 2024
    - 104 bytes
    - Viewed (0)
  6. build-logic-commons/basics/src/main/kotlin/gradlebuild.minify.gradle.kts

     * limitations under the License.
     */
    import gradlebuild.basics.classanalysis.Attributes.artifactType
    import gradlebuild.basics.classanalysis.Attributes.minified
    import gradlebuild.basics.transforms.Minify
    
    /**
     * A map from artifact name to a set of class name prefixes that should be kept.
     * Artifacts matched by this map will be minified to only contain the specified
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Sep 30 16:17:28 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/dependencyManagement/artifactTransforms-minify/tests/artifactTransformMinify.out

    > Transform producer.jar (project :producer) with Minify
    Nothing to minify - using producer.jar unchanged
    
    > Task :resolveRuntimeClasspath
    Minifying guava-27.1-jre.jar
    Nothing to minify - using listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar unchanged
    Nothing to minify - using jsr305-3.0.2.jar unchanged
    Nothing to minify - using checker-qual-2.5.2.jar unchanged
    Nothing to minify - using error_prone_annotations-2.2.0.jar unchanged
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 819 bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/dependencyManagement/artifactTransforms-minify/groovy/build.gradle

    plugins {
        id('java-library')
    }
    
    // tag::artifact-transform-minify[]
    abstract class Minify implements TransformAction<Parameters> { // <1>
        interface Parameters extends TransformParameters {         // <2>
            @Input
            Map<String, Set<String>> getKeepClassesByArtifact()
            void setKeepClassesByArtifact(Map<String, Set<String>> keepClasses)
    // end::artifact-transform-minify[]
            @Input
            Long getTimestamp()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/dependencyManagement/artifactTransforms-minify/kotlin/build.gradle.kts

        `java-library`
    }
    
    // tag::artifact-transform-minify[]
    abstract class Minify : TransformAction<Minify.Parameters> {   // <1>
        interface Parameters : TransformParameters {               // <2>
            @get:Input
            var keepClassesByArtifact: Map<String, Set<String>>
    // end::artifact-transform-minify[]
            @get:Input
            var timestamp: Long
    // tag::artifact-transform-minify[]
    
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  10. src/internal/syscall/windows/version_windows.go

    })
    
    // SupportTCPKeepAliveInterval indicates whether TCP_KEEPIDLE is supported.
    // The minimal requirement is Windows 10.0.16299.
    func SupportTCPKeepAliveIdle() bool {
    	initTCPKeepAlive()
    	return supportTCPKeepAliveIdle
    }
    
    // SupportTCPKeepAliveInterval indicates whether TCP_KEEPINTVL is supported.
    // The minimal requirement is Windows 10.0.16299.
    func SupportTCPKeepAliveInterval() bool {
    	initTCPKeepAlive()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 3.6K bytes
    - Viewed (0)
Back to top