Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 158 for silver (0.11 sec)

  1. pkg/scheduler/framework/plugins/interpodaffinity/filtering_test.go

    				return
    			}
    
    			nodeInfo := mustGetNodeInfo(t, snapshot, test.node.Name)
    			gotStatus := p.(framework.FilterPlugin).Filter(ctx, state, test.pod, nodeInfo)
    			if diff := cmp.Diff(gotStatus, test.wantFilterStatus); diff != "" {
    				t.Errorf("Filter: status does not match (-want,+got):\n%s", diff)
    			}
    		})
    	}
    }
    
    func TestRequiredAffinityMultipleNodes(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 01 10:24:54 UTC 2023
    - 58.2K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/jquery-3.6.3.min.js

    ){return e===n!==r}):"string"!=typeof n?E.grep(e,function(e){return-1<i.call(n,e)!==r}):E.filter(n,e,r)}E.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?E.find.matchesSelector(r,e)?[r]:[]:E.find.matches(e,E.grep(t,function(e){return 1===e.nodeType}))},E.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(E(e).filter(function(){for(t=0;t<r;t++)if(E.contains(i[t],this))return!0}));for(n=this.pushStack([]),...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 87.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    		localSockFilter := (*RawSockaddrInet4)(unsafe.Pointer(&request.filter.local[0]))
    		localSockFilter.Family = AF_INET
    		var i int
    		for i = 0; i < 4; i++ {
    			if localSockaddr.Addr[i] != 0 {
    				break
    			}
    		}
    		if i != 4 {
    			request.filter.flags |= nwmFilterLclAddrMask
    			for i = 0; i < 4; i++ {
    				localSockFilter.Addr[i] = localSockaddr.Addr[i]
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/storage/testing/watcher_tests.go

    				{basePod("t2-foo1"), false, ""},
    				{basePodAssigned("t2-foo1", "t2-bar1"), true, watch.Added},
    			},
    		},
    		{
    			name:          "cluster-wide watch, request without name, field selector with spec.nodeName to filter out watch",
    			recursive:     true,
    			fieldSelector: fields.ParseSelectorOrDie("spec.nodeName!=t3-bar1"),
    			indexFields:   []string{"spec.nodeName"},
    			watchTests: []*testWatchStruct{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  5. cluster/gce/windows/k8s-node-setup.psm1

        Multiline        On
        Parser_Firstline glog
    
    [FILTER]
        Name        modify
        Match       *
        Hard_rename log message
    
    [FILTER]
        Name        modify
        Match       winevt.raw
        Hard_rename Message message
    
    [FILTER]
        Name         parser
        Match        kube_*
        Key_Name     message
        Reserve_Data True
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  6. src/main/webapp/js/jquery-3.6.3.min.js

    ){return e===n!==r}):"string"!=typeof n?E.grep(e,function(e){return-1<i.call(n,e)!==r}):E.filter(n,e,r)}E.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?E.find.matchesSelector(r,e)?[r]:[]:E.find.matches(e,E.grep(t,function(e){return 1===e.nodeType}))},E.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(E(e).filter(function(){for(t=0;t<r;t++)if(E.contains(i[t],this))return!0}));for(n=this.pushStack([]),...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 87.8K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/configurations/DefaultConfiguration.java

            return createCopy(CollectionUtils.filter(getDependencies(), dependencySpec), getDependencyConstraints());
        }
    
        @Override
        public Configuration copyRecursive(Spec<? super Dependency> dependencySpec) {
            warnOnDeprecatedUsage("copyRecursive(Spec)", ProperMethodUsage.RESOLVABLE);
            return createCopy(CollectionUtils.filter(getAllDependencies(), dependencySpec), getAllDependencyConstraints());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:36:01 UTC 2024
    - 85.4K bytes
    - Viewed (0)
  8. pkg/proxy/iptables/proxier.go

    		logger.Info("Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses")
    		if err := proxyutil.EnsureSysctl(sysctl, sysctlRouteLocalnet, 1); err != nil {
    			return nil, err
    		}
    	}
    
    	// Be conservative in what you do, be liberal in what you accept from others.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsThumbnailQueueCQ.java

        }
    
        public void filtered(FilteredCall<ThumbnailQueueCQ, ThumbnailQueueCQ> filteredLambda, ConditionOptionCall<BoolQueryBuilder> opLambda) {
            bool((must, should, mustNot, filter) -> {
                filteredLambda.callback(must, filter);
            }, opLambda);
        }
    
        public void not(OperatorCall<ThumbnailQueueCQ> notLambda) {
            not(notLambda, null);
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 51.1K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsDuplicateHostCQ.java

            bool((must, should, mustNot, filter) -> {
                filteredLambda.callback(must, filter);
            }, opLambda);
        }
    
        public void not(OperatorCall<DuplicateHostCQ> notLambda) {
            not(notLambda, null);
        }
    
        public void not(final OperatorCall<DuplicateHostCQ> notLambda, final ConditionOptionCall<BoolQueryBuilder> opLambda) {
            bool((must, should, mustNot, filter) -> notLambda.callback(mustNot), opLambda);
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 58.4K bytes
    - Viewed (0)
Back to top