Home
last modified time | relevance | path

Searched refs:token_length (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/dports/games/gnuchess/gnuchess-6.2.9/src/adapter/
H A Dpgn.cpp340 pgn->token_length = 0; in pgn_read_token()
358 pgn->token_length = 1; in pgn_read_token()
364 pgn->token_length = 1; in pgn_read_token()
376 pgn->token_length = 1; in pgn_read_token()
382 pgn->token_length = 1; in pgn_read_token()
425 pgn->token_length = 0; in pgn_read_token()
443 ASSERT(pgn->token_length>0&&pgn->token_length<PGN_STRING_SIZE); in pgn_read_token()
457 pgn->token_length = 0; in pgn_read_token()
496 ASSERT(pgn->token_length>=0&&pgn->token_length<PGN_STRING_SIZE); in pgn_read_token()
504 pgn->token_length = 0; in pgn_read_token()
[all …]
/dports/games/polyglot/polyglot-1.4.70b/
H A Dpgn.c305 pgn->token_length = 0; in pgn_read_token()
323 pgn->token_length = 1; in pgn_read_token()
329 pgn->token_length = 1; in pgn_read_token()
341 pgn->token_length = 1; in pgn_read_token()
347 pgn->token_length = 1; in pgn_read_token()
390 pgn->token_length = 0; in pgn_read_token()
408 ASSERT(pgn->token_length>0&&pgn->token_length<PGN_STRING_SIZE); in pgn_read_token()
422 pgn->token_length = 0; in pgn_read_token()
461 ASSERT(pgn->token_length>=0&&pgn->token_length<PGN_STRING_SIZE); in pgn_read_token()
469 pgn->token_length = 0; in pgn_read_token()
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dclass-wp-block-parser.php123 public $token_length; variable in WP_Block_Parser_Frame
158 $this->token_length = $token_length;
321 $token_length
323 $this->offset = $start_offset + $token_length;
333 $token_length,
334 $start_offset + $token_length,
338 $this->offset = $start_offset + $token_length;
360 $this->offset = $start_offset + $token_length;
377 $stack_top->token_length,
378 $start_offset + $token_length
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dclass-wp-block-parser.php123 public $token_length; variable in WP_Block_Parser_Frame
158 $this->token_length = $token_length;
321 $token_length
323 $this->offset = $start_offset + $token_length;
333 $token_length,
334 $start_offset + $token_length,
338 $this->offset = $start_offset + $token_length;
360 $this->offset = $start_offset + $token_length;
377 $stack_top->token_length,
378 $start_offset + $token_length
[all …]
/dports/devel/jclassinfo/jclassinfo-0.19.1/jclass/
H A Dmanifest.c48 int token_length; in jclass_manifest_new_from_buffer() local
104 token_length = 0; in jclass_manifest_new_from_buffer()
107 token_length++; in jclass_manifest_new_from_buffer()
163 token_length = 0; in jclass_manifest_new_from_buffer()
165 token_length++; in jclass_manifest_new_from_buffer()
167 if (token_length && *p1 == ':') { in jclass_manifest_new_from_buffer()
177 entry->key[token_length] = '\0'; in jclass_manifest_new_from_buffer()
183 token_length = 0; in jclass_manifest_new_from_buffer()
185 token_length++; in jclass_manifest_new_from_buffer()
187 if (token_length) { in jclass_manifest_new_from_buffer()
[all …]
H A Djstring.c389 int token_length; in jclass_descriptor_get_parameters_array() local
431 token_length = 0; in jclass_descriptor_get_parameters_array()
471 int token_length; in jclass_descriptor_get_parameters() local
491 token_length = 0; in jclass_descriptor_get_parameters()
494 token_length++; in jclass_descriptor_get_parameters()
496 if(internal_params[index + token_length] == 'L') in jclass_descriptor_get_parameters()
499 token_length++; in jclass_descriptor_get_parameters()
501 token_length++; in jclass_descriptor_get_parameters()
503 temp_char = internal_params[index + token_length]; in jclass_descriptor_get_parameters()
504 internal_params[index + token_length] = '\0'; in jclass_descriptor_get_parameters()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-proxy.c247 *token_length = length; in proxy_v1_get_token_length()
258 gint token_length = 0; in dissect_proxy_v1_header() local
283 if (token_length == 4) { in dissect_proxy_v1_header()
290 offset += token_length + 1; in dissect_proxy_v1_header()
304 offset += token_length + 1; in dissect_proxy_v1_header()
316 offset += token_length + 1; in dissect_proxy_v1_header()
330 offset += token_length + 1; in dissect_proxy_v1_header()
342 offset += token_length + 1; in dissect_proxy_v1_header()
360 offset += token_length + 1; in dissect_proxy_v1_header()
364 if (token_length <= 0) { in dissect_proxy_v1_header()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-proxy.c247 *token_length = length; in proxy_v1_get_token_length()
258 gint token_length = 0; in dissect_proxy_v1_header() local
283 if (token_length == 4) { in dissect_proxy_v1_header()
290 offset += token_length + 1; in dissect_proxy_v1_header()
304 offset += token_length + 1; in dissect_proxy_v1_header()
316 offset += token_length + 1; in dissect_proxy_v1_header()
330 offset += token_length + 1; in dissect_proxy_v1_header()
342 offset += token_length + 1; in dissect_proxy_v1_header()
360 offset += token_length + 1; in dissect_proxy_v1_header()
364 if (token_length <= 0) { in dissect_proxy_v1_header()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-proxy.c247 *token_length = length; in proxy_v1_get_token_length()
258 gint token_length = 0; in dissect_proxy_v1_header() local
283 if (token_length == 4) { in dissect_proxy_v1_header()
290 offset += token_length + 1; in dissect_proxy_v1_header()
304 offset += token_length + 1; in dissect_proxy_v1_header()
316 offset += token_length + 1; in dissect_proxy_v1_header()
330 offset += token_length + 1; in dissect_proxy_v1_header()
342 offset += token_length + 1; in dissect_proxy_v1_header()
360 offset += token_length + 1; in dissect_proxy_v1_header()
364 if (token_length <= 0) { in dissect_proxy_v1_header()
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-proxy.c247 *token_length = length; in proxy_v1_get_token_length()
258 gint token_length = 0; in dissect_proxy_v1_header() local
283 if (token_length == 4) { in dissect_proxy_v1_header()
290 offset += token_length + 1; in dissect_proxy_v1_header()
304 offset += token_length + 1; in dissect_proxy_v1_header()
316 offset += token_length + 1; in dissect_proxy_v1_header()
330 offset += token_length + 1; in dissect_proxy_v1_header()
342 offset += token_length + 1; in dissect_proxy_v1_header()
360 offset += token_length + 1; in dissect_proxy_v1_header()
364 if (token_length <= 0) { in dissect_proxy_v1_header()
[all …]
/dports/graphics/blender/blender-2.91.0/intern/opensubdiv/internal/base/
H A Dutil.cc27 size_t token_start = 0, token_length = 0; in stringSplit() local
32 ++token_length; in stringSplit()
36 if (token_length > 0 || !skip_empty) { in stringSplit()
37 string token = str.substr(token_start, token_length); in stringSplit()
42 token_length = 0; in stringSplit()
46 if ((token_length != 0) || in stringSplit()
48 string token = str.substr(token_start, token_length); in stringSplit()
/dports/security/p5-Session-Token/Session-Token-1.503/
H A DToken.xs21 size_t token_length; member
62 _new_context(seed, alphabet, token_length)
65 size_t token_length
91 ctx->token_length = token_length;
118 SvGROW(output, ctx->token_length);
119 SvCUR_set(output, ctx->token_length);
120 outputp = SvPV(output, ctx->token_length);
122 for (i=0; i<ctx->token_length; i++) {
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/templates/engine/smarty/plugins/
H A Dshared.mb_wordwrap.php31 $token_length = mb_strlen($_token, Smarty::$_CHARSET);
33 if ($token_length > $width) {
48 $token_length = mb_strlen($token, Smarty::$_CHARSET);
49 $length += $token_length;
53 if ($_previous && $token_length < $width) {
59 $length = $token_length;
/dports/net/libcoap/libcoap-4.3.0/src/
H A Dpdu.c46 pdu->token_length = 0; in coap_pdu_clear()
157 size_t token_length, in coap_pdu_duplicate() argument
179 memcpy(pdu->token + pdu->token_length, in coap_pdu_duplicate()
270 pdu->token_length = (uint8_t)len; in coap_add_token()
290 if (len == pdu->token_length) { in coap_update_token()
293 else if (len > pdu->token_length) { in coap_update_token()
306 pdu->token_length = (uint8_t)len; in coap_update_token()
834 pdu->token_length = hdr[0] & 0x0f; in coap_pdu_parse_header()
840 pdu->token_length = hdr[0] & 0x0f; in coap_pdu_parse_header()
988 if (pdu->token_length > pdu->used_size || pdu->token_length > 8) { in coap_pdu_parse_opt()
[all …]
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/plugins/
H A Dmodifier.mb_wordwrap.php33 $token_length = mb_strlen($_token, Smarty::$_CHARSET);
35 if ($token_length > $width) {
47 $token_length = mb_strlen($token, Smarty::$_CHARSET);
48 $length += $token_length;
59 $length = $token_length;
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/plugins/
H A Dmodifier.mb_wordwrap.php33 $token_length = mb_strlen($_token, Smarty::$_CHARSET);
35 if ($token_length > $width) {
47 $token_length = mb_strlen($token, Smarty::$_CHARSET);
48 $length += $token_length;
59 $length = $token_length;
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/lib/smarty/libs/plugins/
H A Dmodifier.mb_wordwrap.php33 $token_length = mb_strlen($_token, Smarty::$_CHARSET);
35 if ($token_length > $width) {
47 $token_length = mb_strlen($token, Smarty::$_CHARSET);
48 $length += $token_length;
59 $length = $token_length;
/dports/mail/postfixadmin/postfixadmin-d3bc1551/lib/smarty/libs/plugins/
H A Dmodifier.mb_wordwrap.php33 $token_length = mb_strlen($_token, Smarty::$_CHARSET);
35 if ($token_length > $width) {
47 $token_length = mb_strlen($token, Smarty::$_CHARSET);
48 $length += $token_length;
59 $length = $token_length;
/dports/www/smarty3/smarty-3.1.34/libs/plugins/
H A Dmodifier.mb_wordwrap.php33 $token_length = mb_strlen($_token, Smarty::$_CHARSET);
35 if ($token_length > $width) {
47 $token_length = mb_strlen($token, Smarty::$_CHARSET);
48 $length += $token_length;
59 $length = $token_length;
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/Smarty/libs/plugins/
H A Dmodifier.mb_wordwrap.php33 $token_length = mb_strlen($_token, Smarty::$_CHARSET);
35 if ($token_length > $width) {
47 $token_length = mb_strlen($token, Smarty::$_CHARSET);
48 $length += $token_length;
59 $length = $token_length;
/dports/finance/prestashop/prestashop/vendor/smarty/smarty/libs/plugins/
H A Dmodifier.mb_wordwrap.php33 $token_length = mb_strlen($_token, Smarty::$_CHARSET);
35 if ($token_length > $width) {
47 $token_length = mb_strlen($token, Smarty::$_CHARSET);
48 $length += $token_length;
59 $length = $token_length;
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/smarty/smarty/libs/plugins/
H A Dmodifier.mb_wordwrap.php33 $token_length = mb_strlen($_token, Smarty::$_CHARSET);
35 if ($token_length > $width) {
47 $token_length = mb_strlen($token, Smarty::$_CHARSET);
48 $length += $token_length;
59 $length = $token_length;
/dports/www/piwigo/piwigo/include/smarty/libs/plugins/
H A Dshared.mb_wordwrap.php34 $token_length = mb_strlen($_token, Smarty::$_CHARSET);
36 if ($token_length > $width) {
44 $token_length = mb_strlen($token, Smarty::$_CHARSET);
45 $length += $token_length;
58 $length = $token_length;
/dports/www/thirtybees/thirtybees-1.1.0/vendor/smarty/smarty/libs/plugins/
H A Dshared.mb_wordwrap.php35 $token_length = mb_strlen($_token, Smarty::$_CHARSET);
37 if ($token_length > $width) {
46 $token_length = mb_strlen($token, Smarty::$_CHARSET);
47 $length += $token_length;
60 $length = $token_length;
/dports/security/elixir-comeonin/comeonin-3.2/lib/comeonin/
H A Dotp.ex60 def valid_token(token, token_length)
61 when token_length >= 6 and token_length == byte_size(token) do
71 * token_length - the length of the one-time password
75 token_length = Keyword.get(opts, :token_length, 6)
80 (truncated &&& 0x7fffffff) |> rem(trunc(:math.pow(10, token_length)))
82 |> String.pad_leading(token_length, "0")
90 * token_length - the length of the one-time password
104 * token_length - the length of the one-time password
112 valid_token(token, Keyword.get(opts, :token_length, 6)) and
122 * token_length - the length of the one-time password
[all …]

12345678910>>...16