Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for textWrap (0.14 sec)

  1. android/guava-tests/test/com/google/common/base/EquivalenceTest.java

          return input.length();
        }
      }
    
      private static final Equivalence<String> LENGTH_EQUIVALENCE =
          Equivalence.equals().onResultOf(LengthFunction.INSTANCE);
    
      public void testWrap() {
        new EqualsTester()
            .addEqualityGroup(
                LENGTH_EQUIVALENCE.wrap("hello"),
                LENGTH_EQUIVALENCE.wrap("hello"),
                LENGTH_EQUIVALENCE.wrap("world"))
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 20 17:00:05 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  2. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  3. src/cmd/go/internal/work/build_test.go

    	}{
    		{[]byte(`-r:foo -L/usr/white\ space/lib -lfoo\ bar -lbar\ baz`), []string{"-r:foo", "-L/usr/white space/lib", "-lfoo bar", "-lbar baz"}},
    		{[]byte(`-lextra\ fun\ arg\\`), []string{`-lextra fun arg\`}},
    		{[]byte("\textra     whitespace\r\n"), []string{"extra", "whitespace\r"}},
    		{[]byte("     \r\n      "), []string{"\r"}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 19:09:38 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	EXRESUME                      = 0x2
    	EXRETURN                      = 0x1
    	EXSIG                         = 0x4
    	EXTA                          = 0xe
    	EXTB                          = 0xf
    	EXTRAP                        = 0x1
    	EYEC_RTENTRYA                 = 0x257274656e747241
    	EYEC_RTENTRYF                 = 0x257274656e747246
    	E_ACC                         = 0x0
    	FD_CLOEXEC                    = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	EXRESUME                      = 0x2
    	EXRETURN                      = 0x1
    	EXSIG                         = 0x4
    	EXTA                          = 0xe
    	EXTB                          = 0xf
    	EXTRAP                        = 0x1
    	EYEC_RTENTRYA                 = 0x257274656e747241
    	EYEC_RTENTRYF                 = 0x257274656e747246
    	E_ACC                         = 0x0
    	FD_CLOEXEC                    = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
Back to top