Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 70 for Compound (0.41 sec)

  1. pilot/pkg/xds/sds.go

    // the -cacert suffix. By including this dependency we ensure we do not miss any updates.
    // This is important for cases where we have a compound secret. In this case, the `foo` secret may update,
    // but we need to push both the `foo` and `foo-cacert` resource name, or they will fall out of sync.
    func relatedConfigs(k model.ConfigKey) []model.ConfigKey {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 15 23:04:36 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  2. src/testdata/Isaac.Newton-Opticks.txt

    Ingredients of the Markasite, which are, Bitumen, Iron, Copper, and
    Earth, and with them compounds Allum, Vitriol, and Sulphur. With the
    Earth alone it compounds Allum; with the Metal alone, or Metal and
    Earth together, it compounds Vitriol; and with the Bitumen and Earth it
    compounds Sulphur. Whence it comes to pass that Markasites abound with
    those three Minerals. And is it not from the mutual Attraction of the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  3. src/main/java/jcifs/util/transport/Transport.java

                if ( Thread.currentThread() == this.thread ) {
                    // we are in the transport thread, ie. on idle disconnecting
                    // this is synchronous operation
                    // This does not handle compound requests
                    synchronized ( this.inLock ) {
                        Long peekKey = peekKey();
                        if ( peekKey == firstKey ) {
                            doRecv(response);
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Nov 01 18:12:21 UTC 2020
    - 24.1K bytes
    - Viewed (0)
  4. pkg/config/analysis/analyzers/analyzers_test.go

    		},
    	},
    	{
    		name: "destinationrule with no cacert, mutual at destinationlevel and simple at port level",
    		inputFiles: []string{
    			"testdata/destinationrule-compound-simple-mutual.yaml",
    		},
    		analyzer: &destinationrule.CaCertificateAnalyzer{},
    		expected: []message{
    			{msg.NoServerCertificateVerificationDestinationLevel, "DestinationRule db-mtls"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 07:22:31 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  5. src/main/java/jcifs/Configuration.java

         * 
         * @return whether to track the locations from which resources were created
         */
        boolean isTraceResourceUsage ();
    
    
        /**
         * @param command
         * @return whether to allow creating compound requests with that command
         */
        boolean isAllowCompound ( String command );
    
    
        /**
         * Machine identifier
         * 
         * ClientGuid, ... are derived from this value.
         * 
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu Jan 05 13:06:39 UTC 2023
    - 18K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/decompose.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package ssa
    
    import (
    	"cmd/compile/internal/types"
    	"sort"
    )
    
    // decompose converts phi ops on compound builtin types into phi
    // ops on simple types, then invokes rewrite rules to decompose
    // other ops on those types.
    func decomposeBuiltIn(f *Func) {
    	// Decompose phis
    	for _, b := range f.Blocks {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 23 21:22:15 UTC 2022
    - 13.4K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/_gen/rulegen.go

    }
    
    func genMatch0(rr *RuleRewrite, arch arch, match, v string, cnt map[string]int, pregenTop bool) (pos, checkOp string) {
    	if match[0] != '(' || match[len(match)-1] != ')' {
    		log.Fatalf("%s: non-compound expr in genMatch0: %q", rr.Loc, match)
    	}
    	op, oparch, typ, auxint, aux, args := parseValue(match, arch, rr.Loc)
    
    	checkOp = fmt.Sprintf("Op%s%s", oparch, op.name)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Sep 02 22:09:21 UTC 2023
    - 48.7K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/mips/obj0.go

    			*p = s[0].p
    			p.Link = q
    		}
    		for s[0].nop != 0 {
    			s[0].nop--
    			c.addnop(p)
    		}
    	}
    }
    
    func (c *ctxt0) markregused(s *Sch) {
    	p := &s.p
    	s.comp = c.compound(p)
    	s.nop = 0
    	if s.comp {
    		s.set.ireg |= 1 << (REGTMP - REG_R0)
    		s.used.ireg |= 1 << (REGTMP - REG_R0)
    	}
    
    	ar := 0  /* dest is really reference */
    	ad := 0  /* source/dest is really address */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 19:28:53 UTC 2023
    - 30.6K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/ppc64/asm_test.go

    		backpattern []string
    		fwdpattern  []string
    	}{
    		// Test the interesting cases of conditional branch rewrites for too-far targets. Simple conditional
    		// branches can be made to reach with one JMP insertion, compound conditionals require two.
    		//
    		// beq <-> bne conversion (insert one jump)
    		{"BEQ",
    			[]string{``,
    				`0x20030 131120\s\(.*\)\tBC\t\$4,\sCR0EQ,\s131128`,
    				`0x20034 131124\s\(.*\)\tJMP\t0`},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 09 22:14:57 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  10. src/encoding/gob/doc.go

    elements decoded.
    
    In general, if allocation is required, the decoder will allocate memory. If not,
    it will update the destination variables with values read from the stream. It does
    not initialize them first, so if the destination is a compound value such as a
    map, struct, or slice, the decoded values will be merged elementwise into the
    existing variables.
    
    Functions and channels will not be sent in a gob. Attempting to encode such a value
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 17.1K bytes
    - Viewed (0)
Back to top