Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 85 for Street (0.37 sec)

  1. src/main/java/jcifs/smb/SmbTransportImpl.java

                        }
                        break;
                    }
    
                    if ( nextHead != null ) {
                        // prepare remaining
                        // (e.g. set session/tree/fileid returned by the previous requests)
                        resp.prepare(nextHead);
                    }
                    curHead = nextHead;
                }
                finally {
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Wed Jan 18 23:47:00 UTC 2023
    - 67K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/testdata/swagger.json

    that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 55.4K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modload/buildlist.go

    					base.Errorf("go: vendored module %v should be required explicitly in go.mod", m)
    					inconsistent = true
    				}
    			}
    			if inconsistent {
    				base.Fatal(errGoModDirty)
    			}
    
    			// Now we can treat the rest of the module graph as effectively “pruned
    			// out”, as though we are viewing the main module from outside: in vendor
    			// mode, the root requirements *are* the complete module graph.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

     * `SimpleFileCollection` has been removed — use link:{groovyDslPath}/org.gradle.api....
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  5. src/internal/trace/order.go

    	// This event indicates that a goroutine created for a
    	// cgo callback is disappearing, either because the callback
    	// ending or the C thread that called it is being destroyed.
    	//
    	// Also, treat this as if we lost our P too.
    	// The thread ID may be reused by the platform and we'll get
    	// really confused if we try to steal the P is this is running
    	// with later. The new M with the same ID could even try to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb/SmbFile.java

                    if ( !Objects.equals(getServerWithDfs(), dest.getServerWithDfs()) || !Objects.equals(getShare(), dest.getShare()) ) {
                        throw new SmbException("Cannot rename between different trees");
                    }
                }
    
                if ( log.isDebugEnabled() ) {
                    log.debug("renameTo: " + getUncPath() + " -> " + dest.getUncPath());
                }
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (1)
  7. src/time/format.go

    	// Special case 1: ChST and MeST are the only zones with a lower-case letter.
    	if len(value) >= 4 && (value[:4] == "ChST" || value[:4] == "MeST") {
    		return 4, true
    	}
    	// Special case 2: GMT may have an hour offset; treat it specially.
    	if value[:3] == "GMT" {
    		length = parseGMT(value)
    		return length, true
    	}
    	// Special Case 3: Some time zones are not named, but have +/-00 format
    	if value[0] == '+' || value[0] == '-' {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:09:28 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__authorization.k8s.io__v1_openapi.json

    that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:26 UTC 2023
    - 66.1K bytes
    - Viewed (0)
  9. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // be used by clients to determine when objects have changed. May be used for optimistic
      // concurrency, change detection, and the watch operation on a resource or set of resources.
      // Clients must treat these values as opaque and passed unmodified back to the server.
      // They may only be valid for a particular resource or set of resources.
      //
      // Populated by the system.
      // Read-only.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  10. pkg/scheduler/internal/queue/scheduling_queue.go

    				// skip if it's not hintfn from rejectorPlugins.
    				continue
    			}
    
    			hint, err := hintfn.QueueingHintFn(logger, pod, oldObj, newObj)
    			if err != nil {
    				// If the QueueingHintFn returned an error, we should treat the event as Queue so that we can prevent
    				// the Pod from being stuck in the unschedulable pod pool.
    				oldObjMeta, newObjMeta, asErr := util.As[klog.KMetadata](oldObj, newObj)
    				if asErr != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 61.4K bytes
    - Viewed (0)
Back to top