Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 323 for xremove (0.22 sec)

  1. pkg/ctrlz/assets/static/js/jquery-3.2.1.slim.min.js

    origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,o,q.handle)!==!1||r.removeEvent(a,n,q.handle),delete i[n])}else for(n in i)r.event.remove(a,n+b[j],c,d,!0);r.isEmptyObject(i)&&W.remove(a,"handle events")}},dispatch:function(a){var b=r.event.fix(a),c,d,e,f,g,h,i=new Array(arguments.length),j=(W.get(this,"events")||{})[b.type]||[]...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 68K bytes
    - Viewed (0)
  2. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/AbstractGradleExecuter.java

        public static void propagateSystemProperty(String name) {
            PROPAGATED_SYSTEM_PROPERTIES.add(name);
        }
    
        public static void doNotPropagateSystemProperty(String name) {
            PROPAGATED_SYSTEM_PROPERTIES.remove(name);
        }
    
        private final Logger logger;
    
        protected final IntegrationTestBuildContext buildContext;
    
        private final Set<File> isolatedDaemonBaseDirs = new HashSet<>();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	EPROCLIM        = syscall.Errno(0x53)
    	EPROTO          = syscall.Errno(0x79)
    	EPROTONOSUPPORT = syscall.Errno(0x3e)
    	EPROTOTYPE      = syscall.Errno(0x3c)
    	ERANGE          = syscall.Errno(0x22)
    	EREMOTE         = syscall.Errno(0x5d)
    	ERESTART        = syscall.Errno(0x52)
    	EROFS           = syscall.Errno(0x1e)
    	ESAD            = syscall.Errno(0x71)
    	ESHUTDOWN       = syscall.Errno(0x4d)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/manage/schema/extract/ManagedProxyClassGenerator.java

                    }
                });
            }
    
            ClassLoader targetClassLoader = viewClass.getClassLoader();
            if (delegateSchema != null) {
                // TODO - remove this once the above is removed
                try {
                    viewClass.getClassLoader().loadClass(delegateSchema.getType().getConcreteClass().getName());
                } catch (ClassNotFoundException e) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 55.3K bytes
    - Viewed (0)
  5. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // List of certSigners to allow "approve" action in the ClusterRole
      repeated string certSigners = 68;
    
      // TODO: remove this?
      // No longer used.
      string configRootNamespace = 50;
    
      // Controls whether the server-side validation is enabled.
      google.protobuf.BoolValue configValidation = 3;
    
      // TODO: remove this?
      // No longer used.
      repeated string defaultConfigVisibilitySettings = 52;
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    	s.assertAddresses(t, s.addrXdsName("10.0.0.1"), "pod1", "pod2", "pod4", "svc1")
    	s.assertEvent(t, s.podXdsName("pod4"))
    	s.clearEvents()
    
    	// Delete it, should remove from the Service as well
    	s.deletePod(t, "pod4")
    	s.assertAddresses(t, "", "pod1", "pod2", "pod3", "svc1")
    	s.assertAddresses(t, s.addrXdsName("10.0.0.1"), "pod1", "pod2", "svc1")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/mips/asm0.go

    		if p.As == AJAL {
    			rel.Type = objabi.R_CALLMIPS
    		} else {
    			rel.Type = objabi.R_JMPMIPS
    		}
    
    	case 12: /* movbs r,r */
    		// NOTE: this case does not use REGTMP. If it ever does,
    		// remove the NOTUSETMP flag in optab.
    		v := 16
    		if p.As == AMOVB {
    			v = 24
    		}
    		o1 = OP_SRR(c.opirr(ASLL), uint32(v), p.From.Reg, p.To.Reg)
    		o2 = OP_SRR(c.opirr(ASRA), uint32(v), p.To.Reg, p.To.Reg)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	{62, "ETIME", "timer expired"},
    	{63, "ENOSR", "out of stream resources"},
    	{64, "ENONET", "machine is not on the network"},
    	{65, "ENOPKG", "package not installed"},
    	{66, "EREMOTE", "object is remote"},
    	{67, "ENOLINK", "link has been severed"},
    	{68, "EADV", "advertise error"},
    	{69, "ESRMNT", "srmount error"},
    	{70, "ECOMM", "communication error on send"},
    	{71, "EPROTO", "protocol error"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/_gen/S390X.rules

      && x.Uses == 1
      && clobber(x)
      => @x.Block (MOV(B|H|W)load <t> [o] {s} p mem)
    
    // Remove zero extensions after argument load.
    (MOVBZreg x:(Arg <t>)) && !t.IsSigned() && t.Size() == 1 => x
    (MOVHZreg x:(Arg <t>)) && !t.IsSigned() && t.Size() <= 2 => x
    (MOVWZreg x:(Arg <t>)) && !t.IsSigned() && t.Size() <= 4 => x
    
    // Remove sign extensions after argument load.
    (MOVBreg x:(Arg <t>)) && t.IsSigned() && t.Size() == 1 => x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 74.3K bytes
    - Viewed (0)
  10. src/crypto/tls/handshake_client_test.go

    	cert := testRSACertificate
    	if len(test.cert) > 0 {
    		cert = test.cert
    	}
    	certPath := tempFile(string(cert))
    	defer os.Remove(certPath)
    
    	var key any = testRSAPrivateKey
    	if test.key != nil {
    		key = test.key
    	}
    	derBytes, err := x509.MarshalPKCS8PrivateKey(key)
    	if err != nil {
    		panic(err)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 88.7K bytes
    - Viewed (0)
Back to top