Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 8,407 for not (0.02 sec)

  1. src/archive/zip/testdata/crc32-not-streamed.zip

    Russ Cox <******@****.***> 1410149331 -0400
    Registered: 2025-05-27 11:13
    - Last Modified: 2014-09-08 04:08
    - 314 bytes
    - Viewed (0)
  2. .junit.run/Not Slow.run.xml

    <component name="ProjectRunConfigurationManager">
      <configuration default="false" name="Not Slow" type="JUnit" factoryName="JUnit" singleton="false">
        <useClassPathOnly />
        <option name="MAIN_CLASS_NAME" value="" />
        <option name="METHOD_NAME" value="" />
        <option name="TEST_OBJECT" value="tags" />
        <option name="VM_PARAMETERS" value="-ea -Djunit.jupiter.extensions.autodetection.enabled=true" />
        <option name="PARAMETERS" value="" />
    Registered: 2025-05-30 11:42
    - Last Modified: 2020-11-21 13:28
    - 730 bytes
    - Viewed (0)
  3. src/archive/tar/testdata/gnu-not-utf8.tar

    Joe Tsai <******@****.***> 1503528984 -0700
    Registered: 2025-05-27 11:13
    - Last Modified: 2017-08-24 01:35
    - 1.5K bytes
    - Viewed (0)
  4. src/main/config/eclipse/formatter/java.xml

    <setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon" value="do not insert"/>
    <setting id="org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator" value="do not insert"/>
    <setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try" value="do not insert"/>
    <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments" value="do not insert"/>
    Registered: 2025-05-26 08:04
    - Last Modified: 2017-09-17 06:39
    - 30.5K bytes
    - Viewed (0)
  5. src/main/resources/CLMessages.properties

    ECL0097=Value({1}) of property({0}) can not be converted. because {2}.
    ECL0098=Exception occurred when value({7}) of class{5}[{6}] is set to {2}[{3}] property({4}) of class({0})[{1}]. Target class is ({8})[{9}].
    ECL0099=Field({1}) of class({0}) is not a static field.
    ECL0100=Method({1}) of class({0}) is not a static method.
    ECL0101=File({0}) is not exist or not readable.
    ECL0102=File({0}) is not exist or not writable.
    Registered: 2025-05-24 08:58
    - Last Modified: 2024-03-07 01:58
    - 3.1K bytes
    - Viewed (0)
  6. api/maven-api-cli/src/main/java/org/apache/maven/api/cli/mvn/MavenOptions.java

        /**
         * Indicates whether Maven should cache the "not found" status of artifacts that were not found in remote repositories.
         *
         * @return an {@link Optional} containing true if "not found" status should be cached, false if not, or empty if not specified
         */
        @Nonnull
        Optional<Boolean> cacheArtifactNotFound();
    
        /**
         * Indicates whether Maven should use strict artifact descriptor policy.
    Registered: 2025-05-24 08:56
    - Last Modified: 2025-02-26 17:31
    - 8.3K bytes
    - Viewed (0)
  7. cmd/api-errors.go

    		Code:           "MethodNotAllowed",
    		Description:    "The specified method is not allowed against this resource.",
    		HTTPStatusCode: http.StatusMethodNotAllowed,
    	},
    	ErrInvalidPart: {
    		Code:           "InvalidPart",
    		Description:    "One or more of the specified parts could not be found.  The part may not have been uploaded, or the specified entity tag may not match the part's entity tag.",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    Registered: 2025-05-25 19:28
    - Last Modified: 2025-04-16 07:34
    - 93K bytes
    - Viewed (1)
  8. src/main/java/org/codelibs/core/xml/DomUtil.java

        }
    
        /**
         * Appends the string representation of an {@link Element}.
         *
         * @param element
         *            The element. Must not be {@literal null}.
         * @param buf
         *            The string buffer. Must not be {@literal null}.
         */
        public static void appendElement(final Element element, final StringBuilder buf) {
            assertArgumentNotNull("element", element);
    Registered: 2025-05-24 08:58
    - Last Modified: 2025-05-10 01:32
    - 10K bytes
    - Viewed (0)
  9. api/maven-api-core/src/main/java/org/apache/maven/api/services/Transport.java

        /**
         * GETs the source URI content into target (does not have to exist, or will be overwritten if exist). The
         * source MUST BE relative from the {@link RemoteRepository#getUrl()} root.
         *
         * @return {@code true} if operation succeeded, {@code false} if source does not exist.
         * @throws RuntimeException If failed (and not due source not exists).
         */
    Registered: 2025-05-24 08:56
    - Last Modified: 2023-03-23 05:29
    - 4.4K bytes
    - Viewed (0)
  10. manifests/charts/istio-control/istio-discovery/templates/clusterrolebinding.yaml

    # Created if this is not a remote istiod, OR if it is and is also a config cluster
    {{- if or (and .Values.istiodRemote.enabled .Values.global.configCluster) (not .Values.istiodRemote.enabled) }}
    apiVersion: rbac.authorization.k8s.io/v1
    kind: ClusterRoleBinding
    metadata:
      name: istiod-clusterrole{{- if not (eq .Values.revision "")}}-{{ .Values.revision }}{{- end }}-{{ .Release.Namespace }}
      labels:
        app: istiod
        release: {{ .Release.Name }}
    Registered: 2025-05-28 22:53
    - Last Modified: 2024-10-03 23:53
    - 1.7K bytes
    - Viewed (0)
Back to top