Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for x_y (0.06 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/prebuilt/groovy/3rd-party-lib/boost_1_55_0/boost/version.hpp

    //  BOOST_VERSION / 100000 is the major version
    
    #define BOOST_VERSION 105500
    
    //
    //  BOOST_LIB_VERSION must be defined to be the same as BOOST_VERSION
    //  but as a *string* in the form "x_y[_z]" where x is the major version
    //  number, y is the minor version number, and z is the patch level if not 0.
    //  This is used by <config/auto_link.hpp> to select which library version to link to.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  2. src/go/build/constraint/expr_test.go

    				t.Errorf("String() mismatch:\nhave %s\nwant %s", s, tt.out)
    			}
    		})
    	}
    }
    
    var lexTests = []struct {
    	in  string
    	out string
    }{
    	{"", ""},
    	{"x", "x"},
    	{"x.y", "x.y"},
    	{"x_y", "x_y"},
    	{"αx", "αx"},
    	{"αx²", "αx err: invalid syntax at ²"},
    	{"go1.2", "go1.2"},
    	{"x y", "x y"},
    	{"x!y", "x ! y"},
    	{"&&||!()xy yx ", "&& || ! ( ) xy yx"},
    	{"x~", "x err: invalid syntax at ~"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 18 22:36:55 UTC 2021
    - 7.6K bytes
    - Viewed (0)
  3. src/crypto/tls/boring_test.go

    		t.Skipf("skipping on %s/%s because key generation takes too long", runtime.GOOS, runtime.GOARCH)
    	}
    
    	// Set up some roots, intermediate CAs, and leaf certs with various algorithms.
    	// X_Y is X signed by Y.
    	R1 := boringCert(t, "R1", boringRSAKey(t, 2048), nil, boringCertCA|boringCertFIPSOK)
    	R2 := boringCert(t, "R2", boringRSAKey(t, 512), nil, boringCertCA)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:45:37 UTC 2024
    - 19.4K bytes
    - Viewed (0)
Back to top