Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 34 for scouse (0.16 sec)

  1. pkg/config/validation/validation.go

    		http.MethodGet,
    		http.MethodHead,
    		http.MethodPost,
    		http.MethodPut,
    		http.MethodPatch,
    		http.MethodDelete,
    		http.MethodConnect,
    		http.MethodOptions,
    		http.MethodTrace,
    	)
    
    	scope = log.RegisterScope("validation", "CRD validation debugging")
    
    	// EmptyValidate is a Validate that does nothing and returns no error.
    	EmptyValidate = RegisterValidateFunc("EmptyValidate",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  2. src/net/http/serve_test.go

    				t.Errorf("Proxy copy error: %v", err)
    				return
    			}
    			t.Cleanup(func() { bresp.Body.Close() })
    
    			// Try to cause a race. Canceling the client request will cause the client
    			// transport to close req2.Body. Returning from the server handler will
    			// cause the server to close req.Body. Since they are the same underlying
    			// ReadCloser, that will result in concurrent calls to Close (and possibly a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  3. src/crypto/x509/verify_test.go

    		currentTime:   1486684488,
    		systemSkip:    true, // does not chain to a system root
    
    		errorCallback: expectNameConstraintsError,
    	},
    	{
    		// Test that unknown critical extensions in a leaf cause a
    		// verify error.
    		name:          "CriticalExtLeaf",
    		leaf:          criticalExtLeafWithExt,
    		intermediates: []string{criticalExtIntermediate},
    		roots:         []string{criticalExtRoot},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  4. src/net/http/server.go

    //     In 1.22, syntactically invalid patterns will cause [ServeMux.Handle] and [ServeMux.HandleFunc] to panic.
    //     For example, in 1.21, the patterns "/{"  and "/a{x}" match themselves,
    //     but in 1.22 they are invalid and will cause a panic when registered.
    //   - In 1.22, each segment of a pattern is unescaped; this was not done 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)
  5. cluster/gce/util.sh

        exit $code
      }
    }
    
    function get-scope-flags() {
      local scope_flags=
      if [[ -n "${NODE_SCOPES}" ]]; then
        scope_flags="--scopes ${NODE_SCOPES}"
      else
        scope_flags="--no-scopes"
      fi
      echo "${scope_flags}"
    }
    
    function create-nodes-template() {
      echo "Creating nodes."
    
      local scope_flags
      scope_flags=$(get-scope-flags)
    
      write-linux-node-env
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  6. src/cmd/go/alldocs.go

    //
    // - No module is considered the "main" module. If the module containing
    // packages named on the command line has a go.mod file, it must not contain
    // directives (replace and exclude) that would cause it to be interpreted
    // differently than if it were the main module. The module must not require
    // a higher version of itself.
    //
    // - Vendor directories are not used in any module. (Vendor directories are not
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  7. src/runtime/proc.go

    				bad = "stopTheWorld: broken CPU time accounting"
    			}
    			stoppingCPUTime += finish - pp.gcStopTime
    			pp.gcStopTime = 0
    		}
    	}
    	if freezing.Load() {
    		// Some other thread is panicking. This can cause the
    		// sanity checks above to fail if the panic happens in
    		// the signal handler on a stopped thread. Either way,
    		// we should halt this thread.
    		lock(&deadlock)
    		lock(&deadlock)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

    import static java.util.concurrent.TimeUnit.SECONDS
    import static org.gradle.api.internal.cache.CacheConfigurationsInternal.DEFAULT_MAX_AGE_IN_DAYS_FOR_CREATED_CACHE_ENTRIES
    import static org.gradle.internal.service.scopes.DefaultGradleUserHomeScopeServiceRegistry.REUSE_USER_HOME_SERVICES
    import static org.gradle.test.fixtures.ConcurrentTestUtil.poll
    import static org.hamcrest.Matchers.containsString
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/ppc64/asm9.go

    		/* L field for dcbf: */
    		/* 0 = invalidates the block containing EA in all processors. */
    		/* 1 = same as 0, but with limited scope (i.e. block in the current processor will not be reused soon). */
    		/* 3 = same as 1, but with even more limited scope (i.e. block in the current processor primary cache will not be reused soon). */
    		if p.To.Type == obj.TYPE_NONE {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

          os << (!first ? ", " : "");
          first = false;
          os << result_type;
        }
      }
      os << ")";
      // Print out attributes except for large elementsattributes (which should
      // rarely be the cause why the legalization didn't happen).
      if (!inst->getAttrDictionary().empty()) {
        os << " : {";
        bool first = true;
        for (auto& named_attr : inst->getAttrDictionary()) {
          os << (!first ? ", " : "");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top