Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 483 for data0 (0.04 sec)

  1. platforms/core-configuration/declarative-dsl-core/src/main/kotlin/org/gradle/internal/declarativedsl/dom/DocumentResolution.kt

            data class LiteralValueResolved(val value: Any) : ValueNodeResolution, SuccessfulResolution
    
            sealed interface ValueFactoryResolution : ValueNodeResolution {
                data class ValueFactoryResolved(val function: SchemaFunction) : ValueFactoryResolution, SuccessfulResolution
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 13:47:09 UTC 2024
    - 3K bytes
    - Viewed (0)
  2. pkg/volume/util/atomic_writer.go

    //
    //     The user visible files are symbolic links into the internal data directory:
    //     <target-dir>/podName         -> ..data/podName
    //     <target-dir>/usr -> ..data/usr
    //     <target-dir>/k8s -> ..data/k8s
    //
    //     The data directory itself is a link to a timestamped directory with
    //     the real data:
    //     <target-dir>/..data          -> ..2016_02_01_15_04_05.12345678/
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  3. src/hash/fnv/fnv.go

    	hash := *s
    	for _, c := range data {
    		hash *= prime64
    		hash ^= sum64(c)
    	}
    	*s = hash
    	return len(data), nil
    }
    
    func (s *sum64a) Write(data []byte) (int, error) {
    	hash := *s
    	for _, c := range data {
    		hash ^= sum64a(c)
    		hash *= prime64
    	}
    	*s = hash
    	return len(data), nil
    }
    
    func (s *sum128) Write(data []byte) (int, error) {
    	for _, c := range data {
    		// Compute the multiplication
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 18 22:36:41 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  4. src/debug/buildinfo/buildinfo.go

    	// and the 32-byte header is followed by varint-prefixed string data
    	// for the two string values we care about.
    	ptrSize := int(data[14])
    	if data[15]&2 != 0 {
    		vers, data = decodeString(data[32:])
    		mod, data = decodeString(data)
    	} else {
    		bigEndian := data[15] != 0
    		var bo binary.ByteOrder
    		if bigEndian {
    			bo = binary.BigEndian
    		} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/cmd/phases/init/preflight.go

    func runPreflight(c workflow.RunData) error {
    	data, ok := c.(InitData)
    	if !ok {
    		return errors.New("preflight phase invoked with an invalid data struct")
    	}
    
    	fmt.Println("[preflight] Running pre-flight checks")
    	if err := preflight.RunInitNodeChecks(utilsexec.New(), data.Cfg(), data.IgnorePreflightErrors(), false, false); err != nil {
    		return err
    	}
    
    	if data.DryRun() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 03:55:23 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/storage/etcd3/store.go

    				if !bytes.Equal(data, origState.data) {
    					// original data changed, restart loop
    					continue
    				}
    			}
    			// recheck that the data from etcd is not stale before short-circuiting a write
    			if !origState.stale {
    				err = decode(s.codec, s.versioner, origState.data, destination, origState.rev)
    				if err != nil {
    					recordDecodeError(s.groupResourceString, preparedKey)
    					return err
    				}
    				return nil
    			}
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 11:56:42 UTC 2024
    - 35.2K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/util/template_test.go

    )
    
    func TestParseTemplate(t *testing.T) {
    	var tmplTests = []struct {
    		name        string
    		template    string
    		data        interface{}
    		output      string
    		errExpected bool
    	}{
    		{
    			name:     "should parse a valid template and set the right values",
    			template: validTmpl,
    			data: struct{ ImageRepository, Arch string }{
    				ImageRepository: "registry.k8s.io",
    				Arch:            "amd64",
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/web/admin/upgrade/AdminUpgradeAction.java

                    saveInfo(messages -> messages.addSuccessStartedDataUpdate(GLOBAL));
    
                    systemHelper.reloadConfiguration();
                } catch (final Exception e) {
                    logger.warn("Failed to upgrade data.", e);
                    saveError(messages -> messages.addErrorsFailedToUpgradeFrom(GLOBAL, VERSION_13_0, e.getLocalizedMessage()));
                }
            } else if (VERSION_13_1.equals(form.targetVersion)) {
                try {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun May 26 05:52:29 UTC 2024
    - 48.6K bytes
    - Viewed (0)
  9. cmd/config-migrate.go

    )
    
    // Save config file to corresponding backend
    func Save(configFile string, data interface{}) error {
    	return quick.SaveConfig(data, configFile, globalEtcdClient)
    }
    
    // Load config from backend
    func Load(configFile string, data interface{}) (quick.Config, error) {
    	return quick.LoadConfig(configFile, globalEtcdClient, data)
    }
    
    func readConfigWithoutMigrate(ctx context.Context, objAPI ObjectLayer) (config.Config, error) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  10. src/html/template/doc.go

    Similarly to attributes with namespaces, attributes with a "data-" prefix are
    treated as if they had no "data-" prefix. So given
    
    	<a data-href="{{.}}"></a>
    
    At parse time this becomes
    
    	<a data-href="{{. | urlescaper | attrescaper}}"></a>
    
    If an attribute has both a namespace and a "data-" prefix, only the namespace
    will be removed when determining the context. For example
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:04:29 UTC 2024
    - 7.9K bytes
    - Viewed (0)
Back to top