Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 223 for z0 (0.02 sec)

  1. src/regexp/syntax/simplify_test.go

    	{`[A-Za-zA-Za-z]`, `[A-Za-z]`},
    	{`[ABCDEFGH]`, `[A-H]`},
    	{`[AB-CD-EF-GH]`, `[A-H]`},
    	{`[W-ZP-XE-R]`, `[E-Z]`},
    	{`[a-ee-gg-m]`, `[a-m]`},
    	{`[a-ea-ha-m]`, `[a-m]`},
    	{`[a-ma-ha-e]`, `[a-m]`},
    	{`[a-zA-Z0-9 -~]`, `[ -~]`},
    
    	// Empty character classes
    	{`[^[:cntrl:][:^cntrl:]]`, `[^\x00-\x{10FFFF}]`},
    
    	// Full character classes
    	{`[[:cntrl:][:^cntrl:]]`, `(?s:.)`},
    
    	// Unicode case folding.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 16:02:30 UTC 2023
    - 4K bytes
    - Viewed (0)
  2. platforms/software/publish/src/main/java/org/gradle/api/publish/plugins/PublishingPlugin.java

        public static final String PUBLISH_TASK_GROUP = "publishing";
        public static final String PUBLISH_LIFECYCLE_TASK_NAME = "publish";
        private static final String VALID_NAME_REGEX = "[A-Za-z0-9_\\-.]+";
    
        private final Instantiator instantiator;
        private final ArtifactPublicationServices publicationServices;
        private final ProjectPublicationRegistry projectPublicationRegistry;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 5.5K bytes
    - Viewed (0)
  3. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
      // +required
      // +kubebuilder:validation:Required
      // +kubebuilder:validation:Pattern=`^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$`
      // +kubebuilder:validation:MaxLength=316
      optional string type = 1;
    
      // status of the condition, one of True, False, Unknown.
      // +required
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
      // +required
      // +kubebuilder:validation:Required
      // +kubebuilder:validation:Pattern=`^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$`
      // +kubebuilder:validation:MaxLength=316
      optional string type = 1;
    
      // status of the condition, one of True, False, Unknown.
      // +required
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/tpu-dynamic-layout-pass.mlir

    //       size: 128
    //     }
    //   }
    // }
    // num_replicas: 2
    // num_cores_per_replica: 2
    
    // CHECK-LABEL: func @replicated_parallel_execute
    // CHECK-SAME: %[[ARG0:[a-z0-9]+]]: tensor<*x!tf_type.resource>
    // CHECK-SAME: %[[ARG1:[a-z0-9]+]]: tensor<*x!tf_type.resource>
    func.func @replicated_parallel_execute(%arg0: tensor<*x!tf_type.resource> {tf.device = "/device:CPU:0"}, %arg1: tensor<*x!tf_type.resource> {tf.device = "/device:CPU:0"}) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 29.6K bytes
    - Viewed (0)
  6. src/cmd/dist/buildtool.go

    `, generatedHeader, archCaps, archCaps)
    	}
    
    	return bootstrapFixImports(srcFile)
    }
    
    var (
    	importRE      = regexp.MustCompile(`\Aimport\s+(\.|[A-Za-z0-9_]+)?\s*"([^"]+)"\s*(//.*)?\n\z`)
    	importBlockRE = regexp.MustCompile(`\A\s*(?:(\.|[A-Za-z0-9_]+)?\s*"([^"]+)")?\s*(//.*)?\n\z`)
    )
    
    func bootstrapFixImports(srcFile string) string {
    	text := readfile(srcFile)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 23:29:41 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  7. platforms/ide/ide-plugins/src/integTest/groovy/org/gradle/plugins/ide/eclipse/EclipseIntegrationTest.groovy

            def text = file.text.replaceAll(pattern, '@CACHE_DIR@/$1/@SHA1@/')
            pattern = Pattern.compile("GRADLE_USER_HOME/${CacheLayout.MODULES.getKey()}/${CacheLayout.FILE_STORE.getKey()}/([^/]+/[^/]+/[^/]+)/[a-z0-9]+/")
            text = text.replaceAll(pattern, 'GRADLE_USER_HOME/@CACHE@/$1/@SHA1@/')
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 01:27:55 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/envelope_test.go

    		},
    	}
    
    	for _, tt := range testCases {
    		t.Run(tt.desc, func(t *testing.T) {
    			err := ValidateEncryptedObject(tt.originalData)
    			if err == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 25 16:50:20 UTC 2023
    - 47.2K bytes
    - Viewed (0)
  9. platforms/core-configuration/file-collections/src/main/java/org/gradle/api/internal/file/FileOrUriNotationConverter.java

    import java.util.regex.Matcher;
    import java.util.regex.Pattern;
    
    public class FileOrUriNotationConverter implements NotationConverter<Object, Object> {
    
        private static final Pattern URI_SCHEME = Pattern.compile("([a-zA-Z][a-zA-Z0-9+-\\.]*:).+");
        private static final Pattern ENCODED_URI = Pattern.compile("%([0-9a-fA-F]{2})");
    
        public static NotationParser<Object, Object> parser() {
            return NotationParserBuilder
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 01:09:38 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  10. platforms/software/maven/src/main/java/org/gradle/api/publish/maven/internal/publisher/ValidatingMavenPublisher.java

    import java.io.FileReader;
    import java.io.IOException;
    import java.util.HashSet;
    import java.util.Set;
    
    public class ValidatingMavenPublisher implements MavenPublisher {
        private static final java.lang.String ID_REGEX = "[A-Za-z0-9_\\-.]+";
        private final MavenPublisher delegate;
    
        public ValidatingMavenPublisher(MavenPublisher delegate) {
            this.delegate = delegate;
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 6.9K bytes
    - Viewed (0)
Back to top