Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for isInert (0.11 sec)

  1. src/vendor/golang.org/x/text/unicode/norm/forminfo.go

    	// TODO: loosen these conditions.
    	return p.isInert()
    }
    
    // We pack quick check data in 4 bits:
    //
    //	5:    Combines forward  (0 == false, 1 == true)
    //	4..3: NFC_QC Yes(00), No (10), or Maybe (11)
    //	2:    NFD_QC Yes (0) or No (1). No also means there is a decomposition.
    //	1..0: Number of trailing non-starters.
    //
    // When all 4 bits are zero, the character is inert, meaning it is never
    // influenced by normalization.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 18:59:52 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/text/unicode/norm/forminfo.go

    	// TODO: loosen these conditions.
    	return p.isInert()
    }
    
    // We pack quick check data in 4 bits:
    //
    //	5:    Combines forward  (0 == false, 1 == true)
    //	4..3: NFC_QC Yes(00), No (10), or Maybe (11)
    //	2:    NFD_QC Yes (0) or No (1). No also means there is a decomposition.
    //	1..0: Number of trailing non-starters.
    //
    // When all 4 bits are zero, the character is inert, meaning it is never
    // influenced by normalization.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/stablehlo/transforms/optimize_layout.cc

                                                        ArrayRef<int64_t> perm,
                                                        bool isInvert) {
      SmallVector<int64_t, 4> permutedShape = applyPermutation(
          type.getShape(), isInvert ? invertPermutationVector(perm) : perm);
      return RankedTensorType::get(permutedShape, type.getElementType());
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 21:59:06 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  4. regression-test/src/androidTest/java/okhttp/regression/LetsEncryptTest.java

        boolean androidMorEarlier = Build.VERSION.SDK_INT <= 23;
    
        OkHttpClient.Builder builder = new OkHttpClient.Builder();
    
        if (androidMorEarlier) {
          String isgCert =
                  "-----BEGIN CERTIFICATE-----\n" +
                  "MIIFazCCA1OgAwIBAgIRAIIQz7DSQONZRGPgu2OCiwAwDQYJKoZIhvcNAQELBQAw\n" +
                  "TzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh\n" +
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Tue Nov 17 07:40:31 UTC 2020
    - 6.1K bytes
    - Viewed (0)
Back to top