Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for anyone (0.12 sec)

  1. pkg/config/validation/validation.go

    			} else {
    				// if this is a serviceEntry, allow ~ in exportTo as it can be used to create
    				// a service that is not even visible within the local namespace to anyone other
    				// than the proxies of that service.
    				if isServiceEntry && visibility.Instance(e) == visibility.None {
    					exportToSet.Insert(key)
    				} else {
    					if err := visibility.Instance(key).Validate(); err != nil {
    						errs = appendErrors(errs, err)
    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/reflect/value.go

    	*retValid = true
    
    	// We have to make sure that the out slice lives at least until
    	// the runtime knows the return values are valid. Otherwise, the
    	// return values might not be scanned by anyone during a GC.
    	// (out would be dead, and the return slots not yet alive.)
    	runtime.KeepAlive(out)
    
    	// runtime.getArgInfo expects to be able to find ctxt on the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

        const std::string& sig_def_key, const SignatureDef& signature_def) {
      // Create local vectors for the input and output and sort them to be
      // deterministic. We don't want anyone to really depend on the order, client
      // should lookup argument/result mapping by attribute name.
      // To avoid accidentally depending on the order we use an unintuitive sorting.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/x86/asm6.go

    	{APOPL, Ynone, Ynone, Yds, movLit, [4]uint8{0x1f, 0}},
    	{APOPL, Ynone, Ynone, Yes, movLit, [4]uint8{0x07, 0}},
    	{APOPL, Ynone, Ynone, Yss, movLit, [4]uint8{0x17, 0}},
    	{APOPL, Ynone, Ynone, Yfs, movLit, [4]uint8{0x0f, 0xa1, 0}},
    	{APOPL, Ynone, Ynone, Ygs, movLit, [4]uint8{0x0f, 0xa9, 0}},
    	{APOPQ, Ynone, Ynone, Yfs, movLit, [4]uint8{0x0f, 0xa1, 0}},
    	{APOPQ, Ynone, Ynone, Ygs, movLit, [4]uint8{0x0f, 0xa9, 0}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  5. src/runtime/proc.go

    	if !mp.isExtraInSig {
    		if trace.ok() {
    			trace.GoDestroySyscall()
    			traceRelease(trace)
    		}
    	}
    
    	// Trash syscalltick so that it doesn't line up with mp.old.syscalltick anymore.
    	//
    	// In the new tracer, we model needm and dropm and a goroutine being created and
    	// destroyed respectively. The m then might get reused with a different procid but
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.5.md

    * The kubelet --reconcile-cdir flag is deprecated because it has no function anymore. ([#35523](https://github.com/kubernetes/kubernetes/pull/35523), [@luxas](https://github.com/luxas))
    * Notice of deprecation for recycler [#36760](https://github.com/kubernetes/kubernetes/pull/36760)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  7. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    e4.cz
    
    // Easypanel : https://easypanel.io
    // Submitted by Andrei Canta <******@****.***>
    easypanel.app
    easypanel.host
    
    // Elementor : Elementor Ltd.
    // Submitted by Anton Barkan <antonb@elementor.com>
    elementor.cloud
    elementor.cool
    
    // En root‽ : https://en-root.org
    // Submitted by Emmanuel Raviart <******@****.***>
    en-root.fr
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  8. pkg/kubelet/kubelet_pods.go

    			oldStatus != nil && // we have an old status
    			oldStatus.State.Running != nil: // our previous status was running
    			// if this happens, then we know that this container was previously running and isn't anymore (assuming the CRI isn't failing to return running containers).
    			// you can imagine this happening in cases where a container failed and the kubelet didn't ask about it in time to see the result.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  9. src/cmd/link/internal/ld/data.go

    			if !target.IsExternal() {
    				st.err.Errorf(s, "find XCOFF R_REF with internal linking")
    			}
    			nExtReloc++
    			continue
    
    		case objabi.R_DWARFFILEREF:
    			// We don't renumber files in dwarf.go:writelines anymore.
    			continue
    
    		case objabi.R_CONST:
    			o = r.Add()
    
    		case objabi.R_GOTOFF:
    			o = ldr.SymValue(rs) + r.Add() - ldr.SymValue(syms.GOT)
    		}
    
    		if target.IsPPC64() || target.IsS390X() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/popper.min.js.map

    false;\n  return state;\n}\n","import removeEventListeners from '../utils/removeEventListeners';\n\n/**\n * It will remove resize/scroll events and won't recalculate popper position\n * when they are triggered. It also won't trigger `onUpdate` callback anymore,\n * unless you call `update` method manually.\n * @method\n * @memberof Popper\n */\nexport default function disableEventListeners() {\n  if (this.state.eventsEnabled) {\n    cancelAnimationFrame(this.scheduleUpdate);\n    this.state = removeEve...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 121K bytes
    - Viewed (0)
Back to top