Searched refs:tokens (Results 1 – 14 of 14) sorted by relevance
8 Enable creation of JWT tokens15 Select which algorithm to use for signing JWT tokens.
20 set -l tokens (commandline -opc)22 for t in $tokens41 set -l tokens (commandline -opc)47 if test (math (count $tokens) - 2) -ge $max55 if contains $argv[idx] $tokens77 set -l tokens (commandline -opc)80 if string match -qr -- "$token*" "$tokens[-1]"90 set -l tokens (commandline -opc)92 for idx in (seq 2 (count $tokens))93 switch $tokens[$idx][all …]
33 this API is limited to creating the simplistic tokens needed to
22 2. DAI tokens those describe the use case PCM format
31 tokens = [ variable
128 static const char tokens[256] = { variable280 #define STRICT_TOKEN(c) (tokens[(unsigned char)c])283 #define TOKEN(c) (tokens[(unsigned char)c])286 #define TOKEN(c) ((c == ' ') ? ' ' : tokens[(unsigned char)c])
100 and the generation of tokens with invalid times. It could be101 possible to trick the device into generating tokens that are valid in268 Token (JWT) can be used. These tokens will generally have a
2377 tokens = [token]2473 val if token in _STRING_LEX or tokens[0] is _T_OPTION \2537 tokens.append(token)2540 tokens.append(None)2542 return tokens
63 The set of additional tokens, separated by a forward slash (`/`) that
218 converted in this way into the C tokens used by the preprocessor-based
842 * Block-wise transfers don't require tokens to match anymore as this was not in line843 with CoAP specification (CoAP doesn't require tokens reuse).
762 * New macros for converting strings to C tokens: :c:macro:`DT_STRING_TOKEN`,
768 * New macros for creating tokens in C from strings in the devicetree:
548 When enabled, locations of tokens across macro expansions will be