Home
last modified time | relevance | path

Searched refs:T_KEY (Results 1 – 25 of 150) sorted by relevance

123456

/dports/games/passage/Passage_v4_UnixSource/minorGems/graphics/
H A DkeyCodes.h29 #define T_KEY 0x54 macro
50 #define T_KEY 0x11 macro
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/graphics/
H A DkeyCodes.h29 #define T_KEY 0x54 macro
50 #define T_KEY 0x11 macro
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue2/
H A Dsortnet_BitonicSort_tb.vhdl48 subtype T_KEY is STD_LOGIC_VECTOR(KEY_BITS - 1 downto 0); subtype
49 type T_KEY_VECTOR is array(NATURAL range <>) of T_KEY;
63 variable Result : T_SLM(kv'range, T_KEY'range);
66 for j in T_KEY'range loop
H A Dsortnet_OddEvenSort_tb.vhdl56 subtype T_KEY is STD_LOGIC_VECTOR(KEY_BITS - 1 downto 0); subtype
58 type T_KEY_VECTOR is array(NATURAL range <>) of T_KEY;
72 variable Result : T_SLM(kv'range, T_KEY'range);
75 for j in T_KEY'range loop
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/
H A Dtypemap31 lmc_key T_KEY
76 T_KEY
77 /* T_KEY */
81 T_KEY
82 /* T_KEY */
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Database/Schema/Parser/
H A DParser.php416 case Lexer::T_KEY:
456 $this->match(Lexer::T_KEY);
459 case Lexer::T_KEY:
461 $this->match(Lexer::T_KEY);
538 $this->match(Lexer::T_KEY);
698 if ($this->lexer->isNextToken(Lexer::T_KEY)) {
699 $this->match(Lexer::T_KEY);
705 if ($this->lexer->isNextToken(Lexer::T_KEY)) {
706 $this->match(Lexer::T_KEY);
709 case Lexer::T_KEY:
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Database/Schema/Parser/
H A DParser.php459 case Lexer::T_KEY:
499 $this->match(Lexer::T_KEY);
502 case Lexer::T_KEY:
504 $this->match(Lexer::T_KEY);
581 $this->match(Lexer::T_KEY);
741 if ($this->lexer->isNextToken(Lexer::T_KEY)) {
742 $this->match(Lexer::T_KEY);
748 if ($this->lexer->isNextToken(Lexer::T_KEY)) {
749 $this->match(Lexer::T_KEY);
752 case Lexer::T_KEY:
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Database/Schema/Parser/
H A DParser.php459 case Lexer::T_KEY:
499 $this->match(Lexer::T_KEY);
502 case Lexer::T_KEY:
504 $this->match(Lexer::T_KEY);
581 $this->match(Lexer::T_KEY);
741 if ($this->lexer->isNextToken(Lexer::T_KEY)) {
742 $this->match(Lexer::T_KEY);
748 if ($this->lexer->isNextToken(Lexer::T_KEY)) {
749 $this->match(Lexer::T_KEY);
752 case Lexer::T_KEY:
[all …]
/dports/mail/postfix-current/postfix-3.7-20211107/src/dns/
H A Ddns_strtype.c135 #ifdef T_KEY
136 T_KEY, "KEY",
/dports/science/libccp4/libccp4-6.5.1/fortran/
H A Dsorting_main.f294 REAL T_KEY(5),T1_KEY(5)
318 T_KEY(I_KEY) = A_KEY(I_KEY)
320 A_KEY(MKEY2_ADD) = T_KEY(I_KEY)
/dports/dns/p5-Net-DNS-Codes/Net-DNS-Codes-0.12/
H A DChanges37 added missing T_TKEY, mistakenly put in as T_KEY
43 added T_KEY resource record type
H A DREADME43 T_NSAP_PTR T_SIG T_KEY T_PX T_GPOS T_AAAA T_LOC T_NXT T_EID T_NIMLOC
164 T_KEY => 25, # rfc2535.txt
261 T_NSAP_PTR T_SIG T_KEY T_PX T_GPOS T_AAAA T_LOC T_NXT T_EID T_NIMLOC
/dports/dns/nsd/nsd-4.3.9/
H A Dzparser.h65 T_KEY = 266, /* T_KEY */ enumerator
165 #define T_KEY 266 macro
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/heimdal/lib/roken/
H A Dresolve.h137 #ifndef T_KEY
138 #define T_KEY 25 macro
/dports/devel/flatbuffers/flatbuffers-2.0.0/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DFlexBuffersInternals.kt111 internal fun FlexBufferType.isTypedVectorElementType(): Boolean = (this.value in T_INT.value..T_KEY in isTypedVector()
174 T_KEY -> "Key" in typeToString()
226 internal val T_KEY = FlexBufferType(4) constant
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DFlexBuffersInternals.kt111 internal fun FlexBufferType.isTypedVectorElementType(): Boolean = (this.value in T_INT.value..T_KEY in isTypedVector()
174 T_KEY -> "Key" in typeToString()
226 internal val T_KEY = FlexBufferType(4) constant
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dntor_ref.py78 T_KEY = PROTOID + b":key_extract" variable
122 return kdf_rfc5869(key, T_KEY, M_EXPAND, n)
330 k = kdf_rfc5869(inp, T_KEY, M_EXPAND, 100)
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dntor_ref.py78 T_KEY = PROTOID + b":key_extract" variable
122 return kdf_rfc5869(key, T_KEY, M_EXPAND, n)
330 k = kdf_rfc5869(inp, T_KEY, M_EXPAND, 100)
/dports/dns/c-ares/c-ares-1.17.2/src/lib/
H A Dares_nameser.h381 #ifndef T_KEY
382 # define T_KEY 25 /* ns_t_key */ macro
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/c-ares-809d5e84/src/lib/
H A Dares_nameser.h381 #ifndef T_KEY
382 # define T_KEY 25 /* ns_t_key */ macro
/dports/mail/opensmtpd/opensmtpd-6.8.0p2/openbsd-compat/libasr/
H A Dasr_compat.c70 case T_KEY: return "KEY"; in __p_type()
/dports/dns/libasr/libasr-1.0.4/src/
H A Dasr_compat.c70 case T_KEY: return "KEY"; in __p_type()
/dports/games/openjazz/openjazz-20190106/src/io/
H A Dcontrols.h55 #define T_KEY 200 macro
/dports/games/passage/Passage_v4_UnixSource/minorGems/ui/linux/
H A DKeyboardLinux.cpp65 #define T_KEY SDLK_t macro
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/ui/linux/
H A DKeyboardLinux.cpp65 #define T_KEY SDLK_t macro

123456