Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 186 for rulesv4 (0.17 sec)

  1. tensorflow/compiler/aot/tfcompile.bzl

            the value is "Bridge", use MLIR to translate GraphDef to HLO.
          deps: a list of deps to include on the build rules for the generated
            library, added to the standard deps if standard_runtime_deps is True.
          tags: tags to apply to subsidiary build rules.
          copts: list of copts to pass to cc rules.
        """
        _tf_library(
            name,
            graph,
            config,
            debug_info,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 19:18:08 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  2. pkg/apis/core/v1/helper/helpers.go

    // to avoid confusion with the convention in quota
    // 3. it satisfies the rules in IsQualifiedName() after converted into quota resource name
    func IsExtendedResourceName(name v1.ResourceName) bool {
    	if IsNativeResource(name) || strings.HasPrefix(string(name), v1.DefaultResourceRequestsPrefix) {
    		return false
    	}
    	// Ensure it satisfies the rules in IsQualifiedName() after converted into quota resource name
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 23:03:54 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  3. README.md

    ```sh
    firewall-cmd --get-active-zones
    ```
    
    This command gets the active zone(s). Now, apply port rules to the relevant zones returned above. For example if the zone is `public`, use
    
    ```sh
    firewall-cmd --zone=public --add-port=9000/tcp --permanent
    ```
    
    Note that `permanent` makes sure the rules are persistent across firewall start, restart or reload. Finally reload the firewall for changes to take effect.
    
    ```sh
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 10 00:22:36 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/rules/ComponentAttributesRulesIntegrationTest.groovy

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.integtests.resolve.rules
    
    import org.gradle.api.internal.project.ProjectInternal
    import org.gradle.integtests.fixtures.GradleMetadataResolveRunner
    import org.gradle.integtests.fixtures.RequiredFeature
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:10:53 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  5. .teamcity/src/main/kotlin/common/extensions.kt

    }
    
    fun String.toCapitalized() = this.replaceFirstChar { if (it.isLowerCase()) it.titlecase(Locale.getDefault()) else it.toString() }
    
    /**
     * Define clean up rules for the project.
     * See https://www.jetbrains.com/help/teamcity/teamcity-data-clean-up.html#Clean-up+Rules
     *
     * @param historyDays days number of days to store build history .
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 03:39:03 UTC 2024
    - 13.1K bytes
    - Viewed (1)
  6. pom.xml

                    </bannedDependencies>
                  </rules>
                  <fail>true</fail>
                </configuration>
              </execution>
              <execution>
                <id>enforce-bytecode-version</id>
                <goals>
                  <goal>enforce</goal>
                </goals>
                <configuration>
                  <rules>
                    <requireJavaVersion>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 09:13:34 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/flowcontrol/v1/types.go

    	// `rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if
    	// at least one member of rules matches the request.
    	// if it is an empty slice, there will be no requests matching the FlowSchema.
    	// +listType=atomic
    	// +optional
    	Rules []PolicyRulesWithSubjects `json:"rules,omitempty" protobuf:"bytes,4,rep,name=rules"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  8. tools/istio-iptables/pkg/capture/run.go

    	iptableslog "istio.io/istio/tools/istio-iptables/pkg/log"
    )
    
    type Ops int
    
    const (
    	// AppendOps performs append operations of rules
    	AppendOps Ops = iota
    	// DeleteOps performs delete operations of rules
    	DeleteOps
    
    	// In TPROXY mode, mark the packet from envoy outbound to app by podIP,
    	// this is to prevent it being intercepted to envoy inbound listener.
    	outboundMark = "1338"
    )
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 03:53:23 UTC 2024
    - 35.4K bytes
    - Viewed (0)
  9. test/codegen/arithmetic.go

    	c += 128
    	return a, b, c
    }
    
    // Divide -> shift rules usually require fixup for negative inputs.
    // If the input is non-negative, make sure the fixup is eliminated.
    func divInt(v int64) int64 {
    	if v < 0 {
    		return 0
    	}
    	// amd64:-`.*SARQ.*63,`, -".*SHRQ", ".*SARQ.*[$]9,"
    	return v / 512
    }
    
    // The reassociate rules "x - (z + C) -> (x - z) - C" and
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 15:28:00 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  10. pilot/pkg/model/sidecar.go

    	services           []*Service
    	servicesByHostname map[host.Name]*Service
    
    	// Destination rules imported across all egress listeners. This
    	// contains the computed set based on public/private destination rules
    	// as well as the inherited ones, in addition to the wildcard matches
    	// such as *.com applying to foo.bar.com. Each hostname in this map
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 20:32:23 UTC 2024
    - 38.4K bytes
    - Viewed (0)
Back to top