Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 78 for lastUpdate (0.14 sec)

  1. cmd/metacache-set.go

    		id:          o.ID,
    		bucket:      o.Bucket,
    		root:        o.BaseDir,
    		recursive:   o.Recursive,
    		status:      scanStateStarted,
    		error:       "",
    		started:     UTCNow(),
    		lastHandout: UTCNow(),
    		lastUpdate:  UTCNow(),
    		ended:       time.Time{},
    		dataVersion: metacacheStreamVersion,
    		filter:      o.FilterPrefix,
    	}
    }
    
    func (o *listPathOptions) debugf(format string, data ...interface{}) {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Jul 12 16:23:16 UTC 2024
    - 30.7K bytes
    - Viewed (0)
  2. cmd/xl-storage.go

    			// usage.
    			return sizeSummary{}, errIgnoreFileContrib
    		}
    		return sizeS, nil
    	}, scanMode, weSleep)
    	if err != nil {
    		return dataUsageInfo, err
    	}
    
    	dataUsageInfo.Info.LastUpdate = time.Now()
    	return dataUsageInfo, nil
    }
    
    func (s *xlStorage) getDeleteAttribute() uint64 {
    	attr := "user.total_deletes"
    	buf, err := xattr.LGet(s.formatFile, attr)
    	if err != nil {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Oct 26 09:58:27 UTC 2024
    - 91.3K bytes
    - Viewed (0)
  3. cmd/testdata/undeleteable-object.tgz

    ¦EcDistœ ¨CSumAlgo ¨PartNums‘ ©PartETagsÀ©PartSizes‘Ñ !ªPartASizes‘Ñ !¤SizeÑ !¥MTimeÓ É ŸBÏÀ§MetaSys ¼x-minio-internal-inline-dataÄ true§MetaUsr‚¤etagÙ 83a7a4f493d028750df8¬content-type°application/json¡v Î:f ú ¤nullÄÑ—sSGN4ÇÑç>J fN v ªïìŸCÆx Â|è±é´ {"lastUpdate":"2024-04-25T20:31:49.258248Z","objectsCount":0,"versionsCount":0,"deleteMarkersCount":0,"objectsTotalSize":0,"objectsReplicationIn":null,"bucketsCount":1,"bucket multisitea/data/disterasure/xl6/.minio.sys/buckets/bucket/.metadata.bin/xl.meta XL2...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Apr 26 00:31:12 UTC 2024
    - 8.7M bytes
    - Viewed (0)
  4. istioctl/pkg/util/configdump/route.go

    			drLastUpdated := drc[i].LastUpdated.AsTime()
    			if drLastUpdated.After(lastUpdated) {
    				lastUpdated = drLastUpdated
    			}
    		}
    	}
    	if lastUpdated.After(time.Unix(0, 0)) { // if a timestamp was obtained from a drc
    		return &lastUpdated, nil
    	}
    	return nil, nil
    }
    
    // GetDynamicRouteDump retrieves a route dump with just dynamic active routes in it
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Nov 03 08:41:32 UTC 2022
    - 3.2K bytes
    - Viewed (0)
  5. istioctl/pkg/writer/envoy/configdump/testdata/ecds/output.yaml

                  ISTIO_META_WASM_PLUGIN_RESOURCE_VERSION: "1606"
              runtime: envoy.wasm.runtime.v8
      lastUpdated: "2022-12-08T11:03:53.225Z"
      versionInfo: 2022-12-08T09:07:09Z/10
    - ecdsFilter:
        '@type': type.googleapis.com/envoy.config.core.v3.TypedExtensionConfig
        name: istio.io/telemetry/stats/prometheus/sidecar/Outbound/HTTP
      lastUpdated: "2023-12-23T13:46:00.701Z"
    - ecdsFilter:
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Sun Dec 24 08:16:26 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsJobLogCQ.java

        }
    
        public void setLastUpdated_Equal(Long lastUpdated) {
            setLastUpdated_Term(lastUpdated, null);
        }
    
        public void setLastUpdated_Equal(Long lastUpdated, ConditionOptionCall<TermQueryBuilder> opLambda) {
            setLastUpdated_Term(lastUpdated, opLambda);
        }
    
        public void setLastUpdated_Term(Long lastUpdated) {
            setLastUpdated_Term(lastUpdated, null);
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 71.3K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsJobLogCA.java

        public void setLastUpdated_Avg(ConditionOptionCall<AvgAggregationBuilder> opLambda) {
            setLastUpdated_Avg("lastUpdated", opLambda);
        }
    
        public void setLastUpdated_Avg(String name, ConditionOptionCall<AvgAggregationBuilder> opLambda) {
            AvgAggregationBuilder builder = regAvgA(name, "lastUpdated");
            if (opLambda != null) {
                opLambda.callback(builder);
            }
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 58.7K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/config/bsentity/BsJobLog.java

            this.jobStatus = value;
        }
    
        public Long getLastUpdated() {
            checkSpecifiedProperty("lastUpdated");
            return lastUpdated;
        }
    
        public void setLastUpdated(Long value) {
            registerModifiedProperty("lastUpdated");
            this.lastUpdated = value;
        }
    
        public String getScriptData() {
            checkSpecifiedProperty("scriptData");
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  9. istioctl/pkg/writer/envoy/configdump/testdata/ecds/output.json

                        }
                    }
                },
                "lastUpdated": "2022-12-08T11:03:53.225Z"
            },
            {
                "ecdsFilter": {
                    "@type": "type.googleapis.com/envoy.config.core.v3.TypedExtensionConfig",
                    "name": "istio.io/telemetry/stats/prometheus/sidecar/Outbound/HTTP"
                },
                "lastUpdated": "2023-12-23T13:46:00.701Z"
            },
            {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Sun Dec 24 08:16:26 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  10. compat/maven-compat/src/test/remote-repo/org/apache/maven/its/a/maven-metadata.xml

    <metadata>
      <groupId>org.apache.maven.its</groupId>
      <artifactId>a</artifactId>
      <version>0.1</version>
      <versioning>
        <versions>
          <version>0.1</version>
        </versions>
        <lastUpdated>20091023222756</lastUpdated>
      </versioning>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 295 bytes
    - Viewed (0)
Back to top