Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 540 for Bind (0.11 sec)

  1. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/jquery.jstree.js

    				if(!obj || obj === -1) { obj = this.get_container_ul(); }
    				if(original_obj) {
    					obj = obj.find("li.jstree-closed");
    				}
    				else {
    					original_obj = obj;
    					if(obj.is(".jstree-closed")) { obj = obj.find("li.jstree-closed").addBack(); }
    					else { obj = obj.find("li.jstree-closed"); }
    				}
    				var _this = this;
    				obj.each(function () {
    					var __this = this;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 09:03:42 UTC 2021
    - 49.5K bytes
    - Viewed (0)
  2. pkg/proxy/ipvs/proxier.go

    				return err
    			}
    		}
    	}
    
    	// bind service address to dummy interface
    	if bindAddr {
    		// always attempt to bind if alreadyBoundAddrs is nil,
    		// otherwise check if it's already binded and return early
    		if alreadyBoundAddrs != nil && alreadyBoundAddrs.Has(vs.Address.String()) {
    			return nil
    		}
    
    		proxier.logger.V(4).Info("Bind address", "address", vs.Address)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources_test.go

    			Name:     claimName,
    			Kind:     "ResourceClaimParameters",
    			APIGroup: "example.com",
    		}).
    		Obj()
    	classParameters = st.MakeClassParameters().Name(className).Namespace(namespace).
    			NamedResourcesFilters("some-driver", "true").
    			GeneratedFrom(&resourcev1alpha2.ResourceClassParametersReference{
    			Name:      className,
    			Namespace: namespace,
    			Kind:      "ResourceClassParameters",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 07:57:10 UTC 2024
    - 61.9K bytes
    - Viewed (0)
  4. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/service/DefaultServiceRegistry.java

        }
    
        @Override
        public Object find(Type serviceType) throws ServiceLookupException {
            assertValidServiceType(unwrap(serviceType));
            Service provider = getService(serviceType);
            return provider == null ? null : provider.get();
        }
    
        @Nullable
        private Service getService(Type serviceType) {
            serviceRequested();
            return find(serviceType, allServices);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:40 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  5. maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

                @Override
                protected void configure() {
                    bind(ILoggerFactory.class).toInstance(slf4jLoggerFactory);
                    bind(CoreExports.class).toInstance(exports);
                    bind(MessageBuilderFactory.class).toInstance(messageBuilderFactory);
                }
            });
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  6. src/internal/trace/order.go

    	newCtx := curCtx
    	switch status {
    	case go122.GoRunning:
    		// Bind the goroutine to the new context, since it's running.
    		newCtx.G = gid
    	case go122.GoSyscall:
    		if mid == NoThread {
    			return curCtx, false, fmt.Errorf("found goroutine %d in syscall without a thread", gid)
    		}
    		// Is the syscall on this thread? If so, bind it to the context.
    		// Otherwise, we're talking about a G sitting in a syscall on an M.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  7. src/syscall/syscall_windows.go

    	} else {
    		attrs |= FILE_ATTRIBUTE_READONLY
    	}
    	return SetFileAttributes(p, attrs)
    }
    
    func LoadCancelIoEx() error {
    	return procCancelIoEx.Find()
    }
    
    func LoadSetFileCompletionNotificationModes() error {
    	return procSetFileCompletionNotificationModes.Find()
    }
    
    // net api calls
    
    const socket_error = uintptr(^uint32(0))
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 52.7K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/registry/DefaultModelRegistryTest.groovy

        }
    
        def "cannot bind action targeting type for role #targetRole where type is not available"() {
            when:
            registry.configure(targetRole, ModelReference.of("thing", Bean), Actions.doNothing())
    
            then:
            def ex = thrown IllegalStateException
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 56K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

    In order to use S3 backed artifact repositories, you previously had to add `--add-modules java.xml.bind` to `org.gradle.jvmargs` when running on Java 9 and above.
    
    Since Java 11 no longer contains the `java.xml.bind` module, Gradle now bundles JAXB 2.3.1 (`com.sun.xml.bind:jaxb-impl`) and uses it on Java 9 and above.
    
    Please remove the `--add-modules java.xml.bind` option from `org.gradle.jvmargs`, if set.
    
    [[rel5.0:gradle_plugin_portal_metadata]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/syscall_linux.go

    //
    // The SockaddrCAN struct must be bound to the socket file descriptor
    // using Bind before the CAN socket can be used.
    //
    //	// Read one raw CAN frame
    //	fd, _ := Socket(AF_CAN, SOCK_RAW, CAN_RAW)
    //	addr := &SockaddrCAN{Ifindex: index}
    //	Bind(fd, addr)
    //	frame := make([]byte, 16)
    //	Read(fd, frame)
    //
    // The full SocketCAN documentation can be found in the linux kernel
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 77.5K bytes
    - Viewed (0)
Back to top