Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 48 of 48 for Unset (0.07 sec)

  1. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    		return &metaTime
    	}
    	testcases := []struct {
    		name                    string
    		deletionTimestamp       *metav1.Time
    		expectDeletionTimestamp *metav1.Time
    	}{
    		{
    			name:                    "unset",
    			deletionTimestamp:       nil,
    			expectDeletionTimestamp: newTimePointer(now),
    		},
    		{
    			name:                    "set to future",
    			deletionTimestamp:       newTimePointer(soon),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    // decisions about whether to reuse a cached test result.
    //
    // # Environment variables
    //
    // The go command and the tools it invokes consult environment variables
    // for configuration. If an environment variable is unset or empty, the go
    // command uses a sensible default setting. To see the effective setting of
    // the variable <NAME>, run 'go env <NAME>'. To change the default setting,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/smb1/SmbFile.java

        }
    
    /**
     * Return the attributes of this file. Attributes are represented as a
     * bitset that must be masked with <tt>ATTR_*</tt> constants to determine
     * if they are set or unset. The value returned is suitable for use with
     * the <tt>setAttributes()</tt> method.
     *
     * @return the <tt>ATTR_*</tt> attributes associated with this file
     * @throws SmbException
     */
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/data.go

    	}
    
    	if ctxt.IsSolaris() {
    		// On Solaris, in the runtime it sets the external names of the
    		// end symbols. Unset them and define separate symbols, so we
    		// keep both.
    		etext := ldr.Lookup("runtime.etext", 0)
    		edata := ldr.Lookup("runtime.edata", 0)
    		end := ldr.Lookup("runtime.end", 0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  5. src/main/webapp/js/admin/popper.min.js.map

    not contiguously to its popper\n  sideValue = Math.max(Math.min(popper[len] - arrowElementSize, sideValue), 0);\n\n  data.arrowElement = arrowElement;\n  data.offsets.arrow = {\n    [side]: Math.round(sideValue),\n    [altSide]: '', // make sure to unset any eventual altSide value from the DOM node\n  };\n\n  return data;\n}\n","export default typeof window !== 'undefined' && typeof document !== 'undefined' && typeof navigator !== 'undefined';\n","import isBrowser from './isBrowser';\n\nconst timeoutDuration...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 121K bytes
    - Viewed (0)
  6. src/reflect/value.go

    	// If ifaceIndir(typ), code can assume that flagIndir is set.
    	//
    	// The remaining 22+ bits give a method number for method values.
    	// If flag.kind() != Func, code can assume that flagMethod is unset.
    	flag
    
    	// A method value represents a curried method invocation
    	// like r.Read for some receiver r. The typ+val+flag bits describe
    	// the receiver r, but the flag's Kind bits say Func (methods are
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  7. maven-model-builder/src/test/resources/dag.txt

    	quarkus/extensions/oidc-client/runtime/pom.xml
    	quarkus/extensions/resteasy-classic/rest-client/runtime/pom.xml
    	quarkus/test-framework/junit5-internal/pom.xml
    quarkus/integration-tests/logging-min-level-unset/pom.xml
    	quarkus/extensions/resteasy-classic/resteasy/runtime/pom.xml
    	quarkus/test-framework/junit5/pom.xml
    quarkus/extensions/smallrye-jwt/deployment/pom.xml
    	quarkus/extensions/security/deployment/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  8. src/encoding/json/testdata/code.json.gz

    -in-positioned-container-expected.png","kids":[],"cl_weight":0.0004982561036372695,"touches":1,"min_t":1228525763,"max_t":1228525763,"mean_t":1228525763},{"name":"outline-inset-expected.png","kids":[],"cl_weight":0.0004982561036372695,"touches":1,"min_t":1228525763,"max_t":1228525763,"mean_t":1228525763},{"name":"outline-inset-expected.checksum","kids":[],"cl_weight":0.0004982561036372695,"touches":1,"min_t":1228525763,"max_t":1228525763,"mean_t":1228525763},{"name":"table-cell-vertical-overflow...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top