Home
last modified time | relevance | path

Searched refs:_hex (Results 1 – 25 of 220) sorted by relevance

123456789

/dports/www/limesurvey/limesurvey/application/third_party/ar-php/Arabic/
H A DGlyphs.php97 private $_hex = null; variable in I18N_Arabic_Glyphs
125 $this->_hex = '064B064B064B064B064C064C064C064C064D064D064D064D064E064E';
127 $this->_hex .= '06520652065206520670067006700670';
132 $this->_hex .= 'FE8FFE90FE91FE92';
137 $this->_hex .= 'FEABFEACFEABFEAC';
142 $this->_hex .= 'FEC5FEC6FEC7FEC8';
147 $this->_hex .= 'FEE5FEE6FEE7FEE8';
152 $this->_hex .= '061B061B061B061B';
167 $this->_hex .= '';
171 $this->_hex .= 'FEFBFEFC';
[all …]
H A DCompressStr.php143 private static $_hex; variable in I18N_Arabic_CompressStr
156 self::$_hex = '0123456789abcdef';
378 $hex .= substr(self::$_hex, $pos/5, 1);
398 $pos = strpos(self::$_hex, $hex[$i]);
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DCommandProcessor.h116 UCPStatusReg(u16 _hex) { Hex = _hex; } in UCPStatusReg() argument
134 UCPCtrlReg(u16 _hex) { Hex = _hex; } in UCPCtrlReg() argument
149 UCPClearReg(u16 _hex) { Hex = _hex; } in UCPClearReg() argument
/dports/print/limereport/LimeReport-1.5.35/3rdparty/easyprofiler/profiler_gui/
H A Dglobals.h109 …name, const::profiler::BlocksTreeRoot& _root, const QString& _unicodeThreadWord, bool _hex = false)
116 if (_hex)
121 if (_hex)
126 if (_hex)
131 …adName(bool _use_decorated_thread_name, const ::profiler::BlocksTreeRoot& _root, bool _hex = false)
138 if (_hex)
143 if (_hex)
148 if (_hex)
/dports/security/py-yubikey-manager/yubikey-manager-4.0.7/ykman/cli/
H A Dapdu.py54 def _hex(data: bytes) -> str: function
141 click.echo("SELECT AID: " + _hex(app))
152 click.echo("SEND: " + _hex(apdu))
162 req = _hex(struct.pack(">BBBB", *header))
164 req += " -- " + _hex(body)
/dports/net/py-uritools/uritools-3.0.2/src/uritools/
H A Dencoding.py1 from string import hexdigits as _hex unknown
16 _decoded = {(a + b).encode(): bytes.fromhex(a + b) for a in _hex for b in _hex}
/dports/databases/py-geoalchemy2/GeoAlchemy2-0.9.4/tests/
H A Dtest_elements.py192 _hex = str_('010100002003000000000000000000f03f0000000000000040') variable in TestExtendedWKBElement
198 assert e.desc == self._hex
201 e = WKBElement(self._hex)
202 assert e.desc == self._hex
251 e = WKBElement(self._hex, extended=True)
299 _hex = str_('010100002003000000000000000000f03f0000000000000040') variable in TestNotEqualSpatialElement
309 e = WKBElement(self._hex, extended=True)
322 e = WKBElement(self._hex, extended=True)
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/include/
H A Dsetup.h52 int _hex;
54 Hex(int in):_hex(in) { }; in Hex()
55 Hex():_hex(0) { }; in Hex()
56 bool operator==(Hex const& other) {return _hex == other._hex;}
57 operator int () const { return _hex; }
70 Hex _hex;
81 Value(Hex in) :_hex(in), type(V_HEX) { }; in Value()
89 …Value(std::string const& in,Etype _t) :_hex(0),_bool(false),_int(0),_string(0),_double(0),type(V_N… in Value()
/dports/databases/p5-BSON/BSON-v1.12.2/lib/BSON/
H A DOID.pm185 return defined $self->{_hex}
186 ? $self->{_hex}
187 : ( $self->{_hex} = unpack( "H*", $self->{oid} ) );
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/test/tools/
H A DhugoPkReadRecord.cpp42 int _hex = 0; in main() local
52 arg_flag, &_hex, "Print hex", "hex" } in main()
124 if (_hex) in main()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/test/tools/
H A DhugoPkReadRecord.cpp42 int _hex = 0; in main() local
52 arg_flag, &_hex, "Print hex", "hex" } in main()
124 if (_hex) in main()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/test/tools/
H A DhugoPkReadRecord.cpp42 int _hex = 0; in main() local
52 arg_flag, &_hex, "Print hex", "hex" } in main()
124 if (_hex) in main()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/test/tools/
H A DhugoPkReadRecord.cpp42 int _hex = 0; in main() local
52 arg_flag, &_hex, "Print hex", "hex" } in main()
124 if (_hex) in main()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/test/tools/
H A DhugoPkReadRecord.cpp42 int _hex = 0; in main() local
52 arg_flag, &_hex, "Print hex", "hex" } in main()
124 if (_hex) in main()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/test/tools/
H A DhugoPkReadRecord.cpp42 int _hex = 0; in main() local
52 arg_flag, &_hex, "Print hex", "hex" } in main()
124 if (_hex) in main()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/test/tools/
H A DhugoPkReadRecord.cpp42 int _hex = 0; in main() local
52 arg_flag, &_hex, "Print hex", "hex" } in main()
124 if (_hex) in main()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/test/tools/
H A DhugoPkReadRecord.cpp42 int _hex = 0; in main() local
52 arg_flag, &_hex, "Print hex", "hex" } in main()
124 if (_hex) in main()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/test/tools/
H A DhugoPkReadRecord.cpp42 int _hex = 0; in main() local
52 arg_flag, &_hex, "Print hex", "hex" } in main()
124 if (_hex) in main()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/test/tools/
H A DhugoPkReadRecord.cpp42 int _hex = 0; in main() local
52 arg_flag, &_hex, "Print hex", "hex" } in main()
124 if (_hex) in main()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/test/tools/
H A DhugoPkReadRecord.cpp42 int _hex = 0; in main() local
52 arg_flag, &_hex, "Print hex", "hex" } in main()
124 if (_hex) in main()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/test/tools/
H A DhugoPkReadRecord.cpp33 int _hex = 0; in main() local
43 arg_flag, &_hex, "Print hex", "hex" } in main()
115 if (_hex) in main()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/dosbox/
H A Dsetup.h48 int _hex;
50 Hex(int in):_hex(in) { }; in Hex()
51 Hex():_hex(0) { }; in Hex()
52 bool operator==(Hex const& other) {return _hex == other._hex;}
53 operator int () const { return _hex; }
72 Hex _hex;
83 Value(Hex in) :_hex(in), type(V_HEX) { }; in Value()
/dports/emulators/dosbox/dosbox-0.74-3/include/
H A Dsetup.h55 int _hex;
57 Hex(int in):_hex(in) { }; in Hex()
58 Hex():_hex(0) { }; in Hex()
59 bool operator==(Hex const& other) {return _hex == other._hex;}
60 operator int () const { return _hex; }
73 Hex _hex;
84 Value(Hex in) :_hex(in), type(V_HEX) { }; in Value()
/dports/net-p2p/torrent-file-editor/torrent-file-editor-0.3.17/
H A Dbencode.h61 inline void setHex(bool hex) { _hex = hex; } in setHex()
62 inline bool hex() const { return _hex; } in hex()
115 bool _hex; variable
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/pygments/lexers/
H A Ddsls.py201 _hex = r'[0-9a-fA-F_]' variable in BroLexer
230 (r'(' + _hex + r'){7}' + _hex, Number),
231 (r'0x' + _hex + r'(' + _hex + r'|:)*::(' + _hex + r'|:)*', Number),
232 (r'((\d+|:)(' + _hex + r'|:)*)?::(' + _hex + r'|:)*', Number),
238 (r'0[xX]' + _hex, Number.Hex),

123456789