Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 143 for nlist (0.04 sec)

  1. cni/pkg/install/testdata/list-no-istio.conflist

    Pengyuan Bian <******@****.***> 1625172474 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 01 20:47:54 UTC 2021
    - 508 bytes
    - Viewed (0)
  2. pkg/config/analysis/analyzers/testdata/analyze-list-type.yaml

      name: alpha
    spec:
      selector:
        istio: ingressgateway
      servers:
        - port:
            number: 80
            name: tcp
            protocol: TCP
          hosts:
            - "foo.bar"
    ---
    apiVersion: v1
    kind: List
    items:
      - apiVersion: networking.istio.io/v1alpha3
        kind: Gateway
        metadata:
          name: beta-l
        spec:
          selector:
            istio: ingressgateway
          servers:
            - port:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jul 29 14:06:38 UTC 2022
    - 869 bytes
    - Viewed (0)
  3. hack/testdata/CRD/multi-crd-list.yaml

    apiVersion: v1
    kind: List
    items:
    - kind: Foo
      apiVersion: company.com/v1
      metadata:
        name: test-list
        labels:
          pruneGroup: "true"
      someField: field1
      otherField: field2
    - kind: Bar
      apiVersion: company.com/v1
      metadata:
        name: test-list
        labels:
          pruneGroup: "true"
      someField: field1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Oct 01 15:43:24 UTC 2017
    - 335 bytes
    - Viewed (0)
  4. src/cmd/compile/internal/types2/call.go

    		x.mode = invalid
    	}
    
    	return statement
    }
    
    // exprList evaluates a list of expressions and returns the corresponding operands.
    // A single-element expression list may evaluate to multiple operands.
    func (check *Checker) exprList(elist []syntax.Expr) (xlist []*operand) {
    	if n := len(elist); n == 1 {
    		xlist, _ = check.multiExpr(elist[0], false)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 31.5K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/typecheck/subr.go

    	for _, f := range t.Methods() {
    		f.Sym.SetUniq(true)
    	}
    
    	// generate all reachable methods
    	slist = slist[:0]
    	expand1(t, true)
    
    	// check each method to be uniquely reachable
    	var ms []*types.Field
    	for i, sl := range slist {
    		slist[i].field = nil
    		sl.field.Sym.SetUniq(false)
    
    		var f *types.Field
    		path, _ := dotpath(sl.field.Sym, t, &f, false)
    		if path == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 05 19:45:58 UTC 2023
    - 20.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/bpxsvc_zos.s

    //
    //   arg1 unsafe.Pointer array that ressembles an OS PLIST
    //
    //   arg2 function offset as in
    //       doc: https://www.ibm.com/support/knowledgecenter/en/SSLTBW_3.1.0/com.ibm.zos.v3r1.bpxb100/bpx2cr_List_of_offsets.htm
    //
    // func bpxcall(plist []unsafe.Pointer, bpx_offset int64)
    
    TEXT ·bpxcall(SB), NOSPLIT|NOFRAME, $0
    	MOVD  plist_base+0(FP), R1  // r1 points to plist
    	MOVD  bpx_offset+24(FP), R2 // r2 offset to BPX vector table
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/types2/validtype.go

    					return res
    				}
    			}
    		}
    	}
    
    	return true
    }
    
    // makeObjList returns the list of type name objects for the given
    // list of named types.
    func makeObjList(tlist []*Named) []Object {
    	olist := make([]Object, len(tlist))
    	for i, t := range tlist {
    		olist[i] = t.obj
    	}
    	return olist
    }
    
    // Here is an example illustrating why we need to exclude the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 13:22:37 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  8. src/go/types/validtype.go

    					return res
    				}
    			}
    		}
    	}
    
    	return true
    }
    
    // makeObjList returns the list of type name objects for the given
    // list of named types.
    func makeObjList(tlist []*Named) []Object {
    	olist := make([]Object, len(tlist))
    	for i, t := range tlist {
    		olist[i] = t.obj
    	}
    	return olist
    }
    
    // Here is an example illustrating why we need to exclude the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 18:48:38 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  9. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/work/WorkerThreadRegistry.java

     */
    
    package org.gradle.internal.work;
    
    import org.gradle.internal.Factory;
    import org.gradle.internal.service.scopes.Scope;
    import org.gradle.internal.service.scopes.ServiceScope;
    
    /**
     * Allows a thread to enlist in resource locking, for example to lock the mutable state of a project.
     */
    @ServiceScope(Scope.BuildSession.class)
    public interface WorkerThreadRegistry {
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/app/service/ElevateWordService.java

            final CsvWriter csvWriter = new CsvWriter(writer, cfg);
            try {
                final List<String> list = new ArrayList<>();
                list.add("SuggestWord");
                list.add("Reading");
                list.add("Permissions");
                list.add("Labels");
                list.add("Boost");
                csvWriter.writeValues(list);
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 15.5K bytes
    - Viewed (0)
Back to top