Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 167 for targeting (0.25 sec)

  1. internal/event/rules.go

    // Match - returns TargetIDSet matching object name in rules.
    func (rules Rules) Match(objectName string) TargetIDSet {
    	targetIDs := NewTargetIDSet()
    
    	for pattern, targetIDSet := range rules {
    		if wildcard.MatchSimple(pattern, objectName) {
    			targetIDs = targetIDs.Union(targetIDSet)
    		}
    	}
    
    	return targetIDs
    }
    
    // Clone - returns copy of this rules.
    func (rules Rules) Clone() Rules {
    	rulesCopy := make(Rules)
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. internal/event/targetidset_test.go

    		{NewTargetIDSet(), NewTargetIDSet(TargetID{"1", "webhook"}), NewTargetIDSet(TargetID{"1", "webhook"})},
    		{NewTargetIDSet(TargetID{"1", "webhook"}), NewTargetIDSet(), NewTargetIDSet(TargetID{"1", "webhook"})},
    		{NewTargetIDSet(TargetID{"1", "webhook"}), NewTargetIDSet(TargetID{"2", "amqp"}), NewTargetIDSet(TargetID{"1", "webhook"}, TargetID{"2", "amqp"})},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 01 21:59:40 UTC 2021
    - 3.9K bytes
    - Viewed (0)
  3. pkg/kubelet/kuberuntime/kuberuntime_container.go

    		container:          (*v1.Container)(&ec.EphemeralContainerCommon),
    		ephemeralContainer: ec,
    	}
    }
    
    // getTargetID returns the kubecontainer.ContainerID for ephemeral container namespace
    // targeting. The target is stored as EphemeralContainer.TargetContainerName, which must be
    // resolved to a ContainerID using podStatus. The target container must already exist, which
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 54.7K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/rangefunc/rewrite.go

    					return true
    				})
    				if #state3 == abi.RF_PANIC {
    					panic(runtime.panicrangestate(abi.RF_MISSING_PANIC))
    				}
    				#state3 = abi.RF_EXHAUSTED
    				if #next != 0 {
    					// no breaks or continues targeting this loop
    					#state2 = abi.RF_DONE
    					return false
    				}
    				return true
    			})
    	    	if #state2 == abi.RF_PANIC {
    	       		panic(runtime.panicrangestate(abi.RF_MISSING_PANIC))
    	   		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:05:44 UTC 2024
    - 41.6K bytes
    - Viewed (0)
  5. src/cmd/link/internal/arm64/asm.go

    		if ss.Sym != 0 && ss.Size > limit {
    			addLabelSyms(ss.Sym, limit, ss.Size)
    		}
    	}
    }
    
    // offsetLabelName returns the name of the "label" symbol used for a
    // relocation targeting s+off. The label symbols is used on Darwin/Windows
    // when external linking, so that the addend fits in a Mach-O/PE relocation.
    func offsetLabelName(ldr *loader.Loader, s loader.Sym, off int64) string {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 30 20:09:45 UTC 2024
    - 47K bytes
    - Viewed (0)
  6. internal/config/lambda/event/targetidset_test.go

    		{NewTargetIDSet(), NewTargetIDSet(TargetID{"1", "webhook"}), NewTargetIDSet(TargetID{"1", "webhook"})},
    		{NewTargetIDSet(TargetID{"1", "webhook"}), NewTargetIDSet(), NewTargetIDSet(TargetID{"1", "webhook"})},
    		{NewTargetIDSet(TargetID{"1", "webhook"}), NewTargetIDSet(TargetID{"2", "amqp"}), NewTargetIDSet(TargetID{"1", "webhook"}, TargetID{"2", "amqp"})},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Mar 07 16:12:41 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  7. src/encoding/xml/xml.go

    		p.Write(esc)
    		last = i
    	}
    	p.WriteString(s[last:])
    }
    
    // Escape is like [EscapeText] but omits the error return value.
    // It is provided for backwards compatibility with Go 1.0.
    // Code targeting Go 1.1 or later should use [EscapeText].
    func Escape(w io.Writer, s []byte) {
    	EscapeText(w, s)
    }
    
    var (
    	cdataStart  = []byte("<![CDATA[")
    	cdataEnd    = []byte("]]>")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 47.3K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    === Example: Targeting a component at particular platforms
    
    [source.multi-language-sample,groovy]
    .build.gradle
    ----
    include::{snippetsPath}/native-binaries/variants/groovy/build.gradle[tag=target-platforms]
    ----
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    The plugin achieves this by doing the following:
    
     * Applies the link:https://kotlinlang.org/docs/reference/using-gradle.html#targeting-the-jvm[Kotlin Plugin], which adds support for compiling Kotlin source files.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  10. src/cmd/link/internal/ppc64/asm.go

    	//   3. mtctr 12 ; foo@R_PPC64_PLTSEQ
    	//   4. bctrl ; foo@R_PPC64_PLTCALL
    	//   5. ld r2,24(r1)
    	//
    	// Note, 5 is required to follow the R_PPC64_PLTCALL. Similarly, relocations targeting
    	// instructions 3 and 4 are zero sized informational relocations.
    	case objabi.ElfRelocOffset + objabi.RelocType(elf.R_PPC64_PLT16_HA),
    		objabi.ElfRelocOffset + objabi.RelocType(elf.R_PPC64_PLT16_LO_DS):
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
Back to top