Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 52 for character (0.15 sec)

  1. doc/go1.17_spec.html

    an integer value identifying a Unicode code point.
    A rune literal is expressed as one or more characters enclosed in single quotes,
    as in <code>'x'</code> or <code>'\n'</code>.
    Within the quotes, any character may appear except newline and unescaped single
    quote. A single quoted character represents the Unicode value
    of the character itself,
    while multi-character sequences beginning with a backslash encode
    values in various formats.
    </p>
    
    <p>
    Registered: 2024-06-12 16:32
    - Last Modified: 2024-04-11 20:22
    - 211.6K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/s390x/asmz.go

    	op_LLC     uint32 = 0xE394 // FORMAT_RXY1       LOAD LOGICAL CHARACTER (32)
    	op_LLCH    uint32 = 0xE3C2 // FORMAT_RXY1       LOAD LOGICAL CHARACTER HIGH (32<-8)
    	op_LLCR    uint32 = 0xB994 // FORMAT_RRE        LOAD LOGICAL CHARACTER (32)
    	op_LLGC    uint32 = 0xE390 // FORMAT_RXY1       LOAD LOGICAL CHARACTER (64)
    	op_LLGCR   uint32 = 0xB984 // FORMAT_RRE        LOAD LOGICAL CHARACTER (64)
    Registered: 2024-06-12 16:32
    - Last Modified: 2024-04-16 17:46
    - 176.7K bytes
    - Viewed (0)
  3. pkg/apis/admissionregistration/validation/validation_test.go

    Invalid value: ".io": name part must consist of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyName',  or 'my.name',  or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]'), webhooks[1].matchConditions[0].name: Invalid value: "some name": name part must consist of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyName',  or 'my.name',  or '123-abc', regex used...
    Registered: 2024-06-15 01:39
    - Last Modified: 2024-05-10 22:07
    - 147.1K bytes
    - Viewed (0)
  4. src/cmd/go/internal/work/exec.go

    	quote := byte(0)  // what is the quote character around the current string?
    
    	for _, c := range out {
    		if escaped {
    			if quote == '"' {
    				// “The <backslash> shall retain its special meaning as an escape
    				// character … only when followed by one of the following characters
    				// when considered special:”
    				switch c {
    				case '$', '`', '"', '\\', '\n':
    Registered: 2024-06-12 16:32
    - Last Modified: 2024-06-10 14:46
    - 105.6K bytes
    - Viewed (0)
  5. src/main/java/jcifs/smb1/smb1/SmbFile.java

     * <p>
     * The wildcard expression may consist of two special meta
     * characters in addition to the normal filename characters. The '*'
     * character matches any number of characters in part of a name. If
     * the expression begins with one or more '?'s then exactly that
     * many characters will be matched whereas if it ends with '?'s
     * it will match that many characters <i>or less</i>.
     * <p>
    Registered: 2024-06-12 15:45
    - Last Modified: 2023-03-13 12:00
    - 107.9K bytes
    - Viewed (0)
  6. pkg/apis/batch/validation/validation_test.go

    		},
    		`spec.podFailurePolicy.rules[0].onPodConditions[0].type: Invalid value: "Invalid Condition Type": name part must consist of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyName',  or 'my.name',  or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]')`: {
    			job: batch.Job{
    				ObjectMeta: validJobObjectMeta,
    Registered: 2024-06-15 01:39
    - Last Modified: 2024-03-07 20:49
    - 124.3K bytes
    - Viewed (0)
  7. src/encoding/json/testdata/code.json.gz

    ches":1,"min_t":1249427042,"max_t":1249427042,"mean_t":1249427042},{"name":"complex-character-based-fallback-expected.txt","kids":[],"cl_weight":0.06666666666666667,"touches":1,"min_t":1249427042,"max_t":1249427042,"mean_t":1249427042},{"name":"hindi-whitespace-expected.png","kids":[],"cl_weight":0.06666666666666667,"touches":1,"min_t":1249427042,"max_t":1249427042,"mean_t":1249427042},{"name":"complex-character-based-fallback-expected.checksum","kids":[],"cl_weight":0.06666666666666667,"touches...
    Registered: 2024-06-12 16:32
    - Last Modified: 2016-03-25 04:02
    - 117.6K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

            public static final int PV_FINAL_STATIC = ACC_PRIVATE | ACC_STATIC | ACC_FINAL | ACC_SYNTHETIC;
            private static final Set<? extends Class<?>> PRIMITIVE_TYPES = ImmutableSet.of(Byte.TYPE, Boolean.TYPE, Character.TYPE, Short.TYPE, Integer.TYPE, Long.TYPE, Float.TYPE, Double.TYPE);
            private static final String DYNAMIC_OBJECT_HELPER_FIELD = "_gr_dyn_";
            private static final String MAPPING_FIELD = "_gr_map_";
    Registered: 2024-06-12 18:38
    - Last Modified: 2024-05-24 15:40
    - 100.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				"self.objs[0][0].k__dot__ == '1'", // '.' is a supported character in identifiers, but it is escaped
    				"self.objs[0] != self.objs[2]",    // not equal even though difference is in unsupported char
    				"self.objs[0] != self.objs[3]",    // not equal even though difference is in escaped char
    			},
    			errors: map[string]string{
    				// '!' is not a supported character in identifiers, there is no way to access the field
    Registered: 2024-06-15 01:39
    - Last Modified: 2024-06-04 17:14
    - 159.9K bytes
    - Viewed (0)
  10. tensorflow/c/c_api.cc

        status->status = InvalidArgument("Invalid GraphDef");
        return;
      }
      status->status = s->session->Extend(g);
    }
    
    }  // end extern "C"
    
    // Reset helper for converting character arrays to string vectors.
    static void TF_Reset_Helper(const TF_SessionOptions* opt,
                                const char** containers, int ncontainers,
                                TF_Status* status) {
    Registered: 2024-06-16 05:45
    - Last Modified: 2024-04-15 03:35
    - 102.3K bytes
    - Viewed (0)
Back to top