Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 337 for z0 (0.04 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/file/BasicFileResolver.java

     *
     * TODO - share more stuff with AbstractFileResolver.
     */
    public class BasicFileResolver implements Transformer<File, String> {
        private static final Pattern URI_SCHEME = Pattern.compile("[a-zA-Z][a-zA-Z0-9+-\\.]*:.+");
        private final File baseDir;
    
        public BasicFileResolver(File baseDir) {
            this.baseDir = baseDir;
        }
    
        @Override
        public File transform(String original) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 10:39:11 UTC 2019
    - 2.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/labeltype/CreateForm.java

    public class CreateForm {
    
        @ValidateTypeFailure
        public Integer crudMode;
    
        @Required
        @Size(max = 100)
        public String name;
    
        @Required
        @Size(max = 100)
        @Pattern(regexp = "^[a-zA-Z0-9_]+$")
        public String value;
    
        @CustomSize(maxKey = "form.admin.max.input.size")
        public String includedPaths;
    
        @CustomSize(maxKey = "form.admin.max.input.size")
        public String excludedPaths;
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  3. hack/verify-test-images.sh

    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
    
    cd "${KUBE_ROOT}"
    result=0
    
    # Find mentions of untagged gcr.io images in test/e2e/*.go
    find_e2e_test_untagged_gcr_images() {
        grep -o -E -e 'gcr.io/[-a-z0-9/_:.]+' test/e2e/*.go | grep -v -E "gcr.io/.*:" | cut -d ":" -f 1 | LC_ALL=C sort -u
    }
    
    
    # Find mentions of latest gcr.io images in test/e2e/*.go
    find_e2e_test_latest_gcr_images() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jan 21 10:10:46 UTC 2020
    - 1.5K bytes
    - Viewed (0)
  4. pkg/apis/flowcontrol/validation/validation_test.go

    		},
    	}, {
    		name: "flow-schema w/ service-account kind missing namespace should fail",
    		flowSchema: &flowcontrol.FlowSchema{
    			ObjectMeta: metav1.ObjectMeta{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 54.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/cel/escaping_test.go

    	cases := []struct {
    		unescaped   string
    		escaped     string
    		unescapable bool
    	}{
    		// '.', '-', '/' and '__' are escaped since
    		// CEL only allows identifiers of the form: [a-zA-Z_][a-zA-Z0-9_]*
    		{unescaped: "a.a", escaped: "a__dot__a"},
    		{unescaped: "a-a", escaped: "a__dash__a"},
    		{unescaped: "a__a", escaped: "a__underscores__a"},
    		{unescaped: "a.-/__a", escaped: "a__dot____dash____slash____underscores__a"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 10 22:05:55 UTC 2022
    - 6.9K bytes
    - Viewed (0)
  6. test/codegen/bits.go

    // check direct operation on memory with constant and shifted constant sources
    func bitOpOnMem(a []uint32, b, c, d uint32) {
    	// amd64:`ANDL\s[$]200,\s\([A-Z][A-Z0-9]+\)`
    	a[0] &= 200
    	// amd64:`ORL\s[$]220,\s4\([A-Z][A-Z0-9]+\)`
    	a[1] |= 220
    	// amd64:`XORL\s[$]240,\s8\([A-Z][A-Z0-9]+\)`
    	a[2] ^= 240
    }
    
    func bitcheckMostNegative(b uint8) bool {
    	// amd64:"TESTB"
    	return b&0x80 == 0x80
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  7. platforms/documentation/docs-asciidoctor-extensions-base/src/main/java/org/gradle/docs/asciidoctor/IdGenerator.java

        private static final Pattern ID_PATTERN = Pattern.compile("<[^>]+>|&(?:[a-z][a-z]+\\d{0,2}|#\\d\\d\\d{0,4}|#x[\\da-f][\\da-f][\\da-f]{0,3});|[^ a-zA-Z0-9_\\-.]+?");
        private static final Pattern SEPARATOR_PATTERN = Pattern.compile("[ _.-]+");
    
        private static final String PART_SEPARATOR = "-";
    
        static String generateId(String source) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/gotoolchain_net.txt

    # GOTOOLCHAIN with GOSUMB=off should fail, because it cannot access even the cached sumdb info
    # without the sumdb name.
    env GOSUMDB=off
    ! go version
    stderr '^go: golang.org/toolchain@v0.0.1-go1.999testmod.[a-z0-9\-]*: verifying module: checksum database disabled by GOSUMDB=off$'
    
    # GOTOOLCHAIN with GOSUMDB enabled but at a bad URL should fail if cache is incomplete
    env GOSUMDB=$oldsumdb' http://badurl'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 14 17:16:47 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vbmi2.s

    	VPCOMPRESSW Z3, K7, Z26                            // 6292fd4f63da
    	VPCOMPRESSW Z0, K7, Z26                            // 6292fd4f63c2
    	VPCOMPRESSW Z3, K7, Z3                             // 62f2fd4f63db
    	VPCOMPRESSW Z0, K7, Z3                             // 62f2fd4f63c3
    	VPCOMPRESSW Z3, K7, 15(R8)(R14*8)                  // 6292fd4f639cf00f000000
    	VPCOMPRESSW Z0, K7, 15(R8)(R14*8)                  // 6292fd4f6384f00f000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 97.1K bytes
    - Viewed (0)
  10. okhttp/src/main/kotlin/okhttp3/internal/-MediaTypeCommon.kt

    internal fun MediaType.commonToString(): String = mediaType
    
    internal fun MediaType.commonHashCode(): Int = mediaType.hashCode()
    
    private const val TOKEN = "([a-zA-Z0-9-!#$%&'*+.^_`{|}~]+)"
    private const val QUOTED = "\"([^\"]*)\""
    private val TYPE_SUBTYPE = Regex("$TOKEN/$TOKEN")
    private val PARAMETER = Regex(";\\s*(?:$TOKEN=(?:$TOKEN|$QUOTED))?")
    
    /**
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 3.1K bytes
    - Viewed (0)
Back to top