Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for parsers (0.2 sec)

  1. cmd/bucket-replication.go

    			ondiskTimestamp, err := time.Parse(time.RFC3339, tagTmStr)
    			if err == nil {
    				dstOpts.Internal.TaggingTimestamp = ondiskTimestamp
    			}
    		}
    		if retTmStr, ok := objInfo.UserDefined[ReservedMetadataPrefixLower+ObjectLockRetentionTimestamp]; ok {
    			ondiskTimestamp, err := time.Parse(time.RFC3339, retTmStr)
    			if err == nil {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Apr 22 17:49:30 GMT 2024
    - 112.2K bytes
    - Viewed (1)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    fail
    
    // fairwinds : 2014-11-13 FairWinds Partners, LLC
    fairwinds
    
    // faith : 2014-11-20 dot Faith Limited
    faith
    
    // family : 2015-04-02 Dog Beach, LLC
    family
    
    // fan : 2014-03-06 Dog Beach, LLC
    fan
    
    // fans : 2014-11-07 ZDNS International Limited
    fans
    
    // farm : 2013-11-07 Binky Moon, LLC
    farm
    
    // farmers : 2015-07-09 Farmers Insurance Exchange
    farmers
    
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  3. cmd/metrics-v2.go

    func getClusterUsageDeleteMarkersTotalMD() MetricDescription {
    	return MetricDescription{
    		Namespace: clusterMetricNamespace,
    		Subsystem: usageSubsystem,
    		Name:      deleteMarkerTotal,
    		Help:      "Total number of delete markers in a cluster",
    		Type:      gaugeMetric,
    	}
    }
    
    func getBucketUsageObjectsTotalMD() MetricDescription {
    	return MetricDescription{
    		Namespace: bucketMetricNamespace,
    		Subsystem: usageSubsystem,
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 22:01:31 GMT 2024
    - 132.6K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    parseEntityRef() throws XmlPullParserExcepti, java.io.IOException; protected char[] lookuEntityReplaceme(int) throws XmlPullParserExcepti, java.io.IOException; protected void parseComment() throws XmlPullParserExcepti, java.io.IOException; protected boolean parsePI() throws XmlPullParserExcepti, java.io.IOException; protected void parseXmlDecl(char) throws XmlPullParserExcepti, java.io.IOException; protected void parseXmlDeclWithVers(int, int) throws XmlPullParserExcepti, java.io.IOException; protected void...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 164.6K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    parseEntityRef() throws XmlPullParserExcepti, java.io.IOException; protected char[] lookuEntityReplaceme(int) throws XmlPullParserExcepti, java.io.IOException; protected void parseComment() throws XmlPullParserExcepti, java.io.IOException; protected boolean parsePI() throws XmlPullParserExcepti, java.io.IOException; protected void parseXmlDecl(char) throws XmlPullParserExcepti, java.io.IOException; protected void parseXmlDeclWithVers(int, int) throws XmlPullParserExcepti, java.io.IOException; protected void...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 164.6K bytes
    - Viewed (0)
  6. okhttp-android/src/main/baseline-prof.txt

    Lkotlin/jvm/internal/Ref$ObjectRef;
    Lkotlin/jvm/internal/Reflection;
    Lkotlin/jvm/internal/ReflectionFactory;
    Lkotlin/jvm/internal/TypeIntrinsics;
    Lkotlin/jvm/internal/markers/KMappedMarker;
    Lkotlin/jvm/internal/markers/KMutableList;
    Lkotlin/random/AbstractPlatformRandom;
    Lkotlin/random/FallbackThreadLocalRandom$implStorage$1;
    Lkotlin/random/FallbackThreadLocalRandom;
    Lkotlin/random/Random$Default;
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Mon Mar 21 11:22:00 GMT 2022
    - 127.9K bytes
    - Viewed (0)
  7. okhttp/src/test/java/okhttp3/CacheTest.kt

        assertThat(response.body.string()).isEqualTo("body")
      }
    
      /**
       * Old implementations of OkHttp's response cache wrote header fields like ":status: 200 OK". This
       * broke our cached response parser because it split on the first colon. This regression test
       * exists to help us read these old bad cache entries.
       *
       * https://github.com/square/okhttp/issues/227
       */
      @Test
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 108.6K bytes
    - Viewed (0)
  8. docs/metrics/prometheus/grafana/bucket/minio-bucket.json

              "interval": "1m",
              "intervalFactor": 2,
              "legendFormat": "{{bucket}}",
              "refId": "A"
            }
          ],
          "title": "Delete Markers Increase Rate",
          "type": "timeseries"
        },
        {
          "datasource": {
            "type": "prometheus",
            "uid": "Prometheus"
          },
          "fieldConfig": {
            "defaults": {
    Json
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Apr 15 10:03:01 GMT 2024
    - 102K bytes
    - Viewed (0)
  9. api/maven-api-model/src/main/mdo/maven.mdo

                resource to allow Maven to merge changes to this resource that take
                place during the execution of a plugin. This field must be managed
                by the generated parser and formatter classes in order to allow it
                to survive model interpolation.
              </description>
              <type>String</type>
            </field>
          </fields>
          <codeSegments>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `--you advance twice--'
    
      `Each with a lobster as a partner!' cried the Gryphon.
    
      `Of course,' the Mock Turtle said:  `advance twice, set to
    partners--'
    
      `--change lobsters, and retire in same order,' continued the
    Gryphon.
    
      `Then, you know,' the Mock Turtle went on, `you throw the--'
    
    Plain Text
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
Back to top