Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 109 for Change (0.12 sec)

  1. src/net/http/server.go

    //
    // # Compatibility
    //
    // The pattern syntax and matching behavior of ServeMux changed significantly
    // in Go 1.22. To restore the old behavior, set the GODEBUG environment variable
    // to "httpmuxgo121=1". This setting is read once, at program startup; changes
    // during execution will be ignored.
    //
    // The backwards-incompatible changes include:
    //   - Wildcards are just ordinary literal path segments in 1.21.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  2. pkg/controller/garbagecollector/garbagecollector_test.go

    func verifyGraphInvariants(scenario string, uidToNode map[types.UID]*node, t *testing.T) {
    	for myUID, node := range uidToNode {
    		for dependentNode := range node.dependents {
    			found := false
    			for _, owner := range dependentNode.owners {
    				if owner.UID == myUID {
    					found = true
    					break
    				}
    			}
    			if !found {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/data.go

    	n := int16(1)
    
    	for _, sect := range Segtext.Sections {
    		sect.Extnum = n
    		n++
    	}
    	for _, sect := range Segrodata.Sections {
    		sect.Extnum = n
    		n++
    	}
    	for _, sect := range Segrelrodata.Sections {
    		sect.Extnum = n
    		n++
    	}
    	for _, sect := range Segdata.Sections {
    		sect.Extnum = n
    		n++
    	}
    	for _, sect := range Segdwarf.Sections {
    		sect.Extnum = n
    		n++
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  4. src/reflect/value.go

    // allocating a new variable as needed.
    func copyVal(typ *abi.Type, fl flag, ptr unsafe.Pointer) Value {
    	if typ.IfaceIndir() {
    		// Copy result so future changes to the map
    		// won't change the underlying value.
    		c := unsafe_New(typ)
    		typedmemmove(typ, c, ptr)
    		return Value{typ, c, fl | flagIndir}
    	}
    	return Value{typ, *(*unsafe.Pointer)(ptr), fl}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  5. guava/src/com/google/common/cache/LocalCache.java

        checkNotNull(filter);
        boolean changed = false;
        for (K key : keySet()) {
          while (true) {
            V value = get(key);
            if (value == null || !filter.test(key, value)) {
              break;
            } else if (LocalCache.this.remove(key, value)) {
              changed = true;
              break;
            }
          }
        }
        return changed;
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 149.2K bytes
    - Viewed (0)
  6. src/database/sql/sql.go

    		case <-t.C:
    		case <-db.cleanerCh: // maxLifetime was changed or db was closed.
    		}
    
    		db.mu.Lock()
    
    		d = db.shortestIdleTimeLocked()
    		if db.closed || db.numOpen == 0 || d <= 0 {
    			db.cleanerCh = nil
    			db.mu.Unlock()
    			return
    		}
    
    		d, closing := db.connectionCleanerRunLocked(d)
    		db.mu.Unlock()
    		for _, c := range closing {
    			c.Close()
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  7. pkg/kubelet/kubelet.go

    	for _, handler := range kl.softAdmitHandlers {
    		if result := handler.Admit(attrs); !result.Admit {
    			return result
    		}
    	}
    
    	return lifecycle.PodAdmitResult{Admit: true}
    }
    
    // syncLoop is the main loop for processing changes. It watches for changes from
    // three channels (file, apiserver, and http) and creates a union of them. For
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        /** The key of the message: The current password is incorrect. */
        public static final String ERRORS_no_user_for_changing_password = "{errors.no_user_for_changing_password}";
    
        /** The key of the message: Failed to change your password. */
        public static final String ERRORS_failed_to_change_password = "{errors.failed_to_change_password}";
    
        /** The key of the message: Unknown version information. */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/cache/LocalCache.java

         * be read without locking. Next fields of nodes are immutable (final). All list additions are
         * performed at the front of each bin. This makes it easy to check changes, and also fast to
         * traverse. When nodes would otherwise be changed, new nodes are created to replace them. This
         * works well for hash tables since the bin lists tend to be short. (The average length is less
         * than two.)
         *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 143.6K bytes
    - Viewed (0)
  10. cluster/gce/gci/configure-helper.sh

        iptables -w -t nat -A IP-MASQ -d 100.64.0.0/10 -m comment --comment "ip-masq: RFC 6598 reserved range is not subject to MASQUERADE" -j RETURN
        iptables -w -t nat -A IP-MASQ -d 198.18.0.0/15 -m comment --comment "ip-masq: RFC 6815 reserved range is not subject to MASQUERADE" -j RETURN
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top