Home
last modified time | relevance | path

Searched refs:HexInt (Results 1 – 25 of 29) sorted by relevance

12

/dports/editors/lazarus/lazarus/components/aggpas/
H A Dparse_lion_.pas397 function HexInt(h : shortstring ) : int; in HexInt() function
474 c:=HexInt(s );
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A Dparse_lion_.pas397 function HexInt(h : shortstring ) : int; in HexInt() function
474 c:=HexInt(s );
/dports/editors/lazarus-qt5/lazarus/components/aggpas/
H A Dparse_lion_.pas397 function HexInt(h : shortstring ) : int; in HexInt() function
474 c:=HexInt(s );
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A Dparse_lion_.pas397 function HexInt(h : shortstring ) : int; in HexInt() function
474 c:=HexInt(s );
/dports/devel/py-srsly/srsly-2.4.2/srsly/ruamel_yaml/
H A Dscalarint.py123 class HexInt(ScalarInt): class
H A Drepresenter.py18 from .scalarint import ScalarInt, BinaryInt, OctalInt, HexInt, HexCapsInt
1295 RoundTripRepresenter.add_representer(HexInt, RoundTripRepresenter.represent_hex_int)
H A Dconstructor.py30 from .scalarint import ScalarInt, BinaryInt, OctalInt, HexInt, HexCapsInt
1026 hex_fun = HexInt # type: Any
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/ruamel/yaml/
H A Dscalarint.py109 class HexInt(ScalarInt): class
H A Drepresenter.py17 from ruamel.yaml.scalarint import ScalarInt, BinaryInt, OctalInt, HexInt, HexCapsInt
1251 RoundTripRepresenter.add_representer(HexInt, RoundTripRepresenter.represent_hex_int)
H A Dconstructor.py28 from ruamel.yaml.scalarint import ScalarInt, BinaryInt, OctalInt, HexInt, HexCapsInt
1139 hex_fun = HexInt # type: Any
/dports/devel/py-ruamel.yaml/ruamel.yaml-0.16.12/
H A Dscalarint.py109 class HexInt(ScalarInt): class
H A Drepresenter.py29 from ruamel.yaml.scalarint import ScalarInt, BinaryInt, OctalInt, HexInt, HexCapsInt
1253 RoundTripRepresenter.add_representer(HexInt, RoundTripRepresenter.represent_hex_int)
H A Dconstructor.py30 from ruamel.yaml.scalarint import ScalarInt, BinaryInt, OctalInt, HexInt, HexCapsInt
1149 hex_fun = HexInt # type: Any
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sc-ide/core/
H A Dsc_lexer.cpp54 mLexicalRules << LexicalRule(Token::HexInt, "^\\b0x(\\d|[a-f]|[A-F])+"); in initLexicalRules()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sc-ide/widgets/code_editor/
H A Dtokens.hpp46 HexInt, enumerator
H A Dhighlighter.cpp123 case Token::HexInt: in highlightBlockInCode()
H A Dautocompleter.cpp381 case Token::HexInt: in triggerCompletion()
525 case Token::HexInt: in menuForClassMethodCompletion()
642 case Token::HexInt: in classForToken()
/dports/misc/sdformat/osrf-sdformat-f555f9a69f8f/src/
H A DParam_TEST.cc105 TEST(Param, HexInt) in TEST() argument
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/mikrotik/
H A Dmikrotik.mib59 HexInt ::= TEXTUAL-CONVENTION
2708 mtxrLTEModemCellId HexInt,
2742 SYNTAX HexInt
/dports/net-mgmt/observium/observium/mibs/mikrotik/
H A DMIKROTIK-MIB59 HexInt ::= TEXTUAL-CONVENTION
2868 mtxrLTEModemCellId HexInt,
2902 SYNTAX HexInt
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_enum.py617 class HexInt(int): class
621 class MyEnum(HexInt, enum.Enum):
627 globals()['HexInt'] = HexInt
632 class SillyInt(HexInt):
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_enum.py596 class HexInt(int): class
600 class MyEnum(HexInt, enum.Enum):
606 globals()['HexInt'] = HexInt
611 class SillyInt(HexInt):
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/mikrotik/
H A DMIKROTIK-MIB61 HexInt ::= TEXTUAL-CONVENTION
2943 mtxrLTEModemCellId HexInt,
2984 SYNTAX HexInt
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_enum.py968 class HexInt(int): class
971 class MyEnum(HexInt, enum.Enum):
979 class SillyInt(HexInt):
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_enum.py594 class HexInt(int): class
597 class MyEnum(HexInt, enum.Enum):

12