Searched refs:r (Results 1 – 4 of 4) sorted by relevance
58 dirs = sorted(list(Path(r"C:\hostedtoolcache\windows\Python").iterdir()))59 usepy = next(x for x in dirs if r"\3.1" in str(x))60 py = usepy.joinpath(r"x64\python.exe")
243 let r = $default_val; localVariable244 $(let r = $value;)?245 r
143 jq -r 'to_entries | map("\(.key)=\(.value|tostring)") | .[]' >>$GITHUB_ENV248 jq -r 'to_entries | map("\(.key)=\(.value|tostring)") | .[]' >>$GITHUB_ENV
1204 pub fn strcoll(l: *const c_char, r: *const c_char) -> c_int; in strcoll()1231 pub fn strcmp(l: *const c_char, r: *const c_char) -> c_int; in strcmp()1235 pub fn strncmp(_l: *const c_char, r: *const c_char, n: size_t) -> c_int; in strncmp()