Home
last modified time | relevance | path

Searched refs:_key (Results 1 – 25 of 3892) sorted by relevance

12345678910>>...156

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/CommandTrees/Internal/
H A DExpressionKeyGen.cs119 _key.Append(')'); in VisitBinding()
126 _key.Append(","); in VisitGroupBinding()
130 _key.Append(')'); in VisitGroupBinding()
144 _key.Append(')'); in VisitFunction()
149 _key.Append('['); in VisitExprKind()
151 _key.Append(']'); in VisitExprKind()
157 _key.Append('('); in VisitUnary()
159 _key.Append(')'); in VisitUnary()
165 _key.Append('('); in VisitBinary()
167 _key.Append(','); in VisitBinary()
[all …]
/dports/net-p2p/p5-Net-BitTorrent/Net-BitTorrent-0.052/t/700_classes/Net/BitTorrent/
H A DTorrent.t84 $_key
89 $_key);
93 $_key);
95 $_key);
99 $_key);
111 $_key
114 $_key);
140 $_key
169 $_key
317 $_key
[all …]
/dports/security/py-asyncssh/asyncssh-2.8.1/asyncssh/
H A Ddsa.py48 self._key.p == other._key.p and
49 self._key.q == other._key.q and
50 self._key.g == other._key.g and
51 self._key.y == other._key.y and
52 self._key.x == other._key.x)
55 return hash((self._key.p, self._key.q, self._key.g,
159 return (0, self._key.p, self._key.q, self._key.g,
160 self._key.y, self._key.x)
165 return (self._key.y, self._key.p, self._key.q, self._key.g)
173 return (self._key.p, self._key.q, self._key.g), der_encode(self._key.x)
[all …]
H A Drsa.py63 self._key.n == other._key.n and
64 self._key.e == other._key.e and
65 self._key.d == other._key.d)
68 return hash((self._key.n, self._key.e, self._key.d,
69 self._key.p, self._key.q))
165 return (0, self._key.n, self._key.e, self._key.d, self._key.p,
166 self._key.q, self._key.dmp1, self._key.dmq1, self._key.iqmp)
171 return self._key.n, self._key.e
189 return b''.join((MPInt(self._key.n), MPInt(self._key.e),
191 MPInt(self._key.p), MPInt(self._key.q)))
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/test/unittests/libdevcrypto/
H A DMemTrie.cpp101 …bool contains(bytesConstRef _key) const { return _key.size() == m_ext.size() && !memcmp(_key.data(… in contains()
178 if (_key.empty()) in at()
181 return m_nodes[_key[0]]->at(_key.cropped(1)); in at()
189 if (_key.empty()) in insert()
193 m_nodes[_key[0]] = new TrieLeafNode(_key.cropped(1), _value); in insert()
195 m_nodes[_key[0]] = m_nodes[_key[0]]->insert(_key.cropped(1), _value); in insert()
201 if (_key.empty()) in remove()
210 m_nodes[_key[0]] = m_nodes[_key[0]]->remove(_key.cropped(1)); in remove()
271 if (contains(_key)) in insert()
307 if (contains(_key)) in remove()
[all …]
/dports/games/allacrost/allacrost-1.0.2/src/engine/
H A Dinput.cpp595 _key.up = old_key; in _SetNewKey()
600 _key.down = old_key; in _SetNewKey()
605 _key.left = old_key; in _SetNewKey()
610 _key.right = old_key; in _SetNewKey()
615 _key.confirm = old_key; in _SetNewKey()
620 _key.cancel = old_key; in _SetNewKey()
625 _key.menu = old_key; in _SetNewKey()
630 _key.swap = old_key; in _SetNewKey()
635 _key.left_select = old_key; in _SetNewKey()
640 _key.right_select = old_key; in _SetNewKey()
[all …]
H A Dinput.h186 private_input::KeyState _key; variable
607 { return _key.up; } in GetUpKey()
610 { return _key.down; } in GetDownKey()
613 { return _key.left; } in GetLeftKey()
616 { return _key.right; } in GetRightKey()
619 { return _key.confirm; } in GetConfirmKey()
622 { return _key.cancel; } in GetCancelKey()
625 { return _key.menu; } in GetMenuKey()
628 { return _key.swap; } in GetSwapKey()
631 { return _key.left_select; } in GetLeftSelectKey()
[all …]
/dports/devel/hadoop2/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/io/nio/
H A DSelectChannelEndPoint.java44 protected SelectionKey _key; field in SelectChannelEndPoint
69 _key = key; in SelectChannelEndPoint()
108 if (_key == null || !_key.isValid()) in dispatch()
127 _key.interestOps(0); in dispatch()
132 _key.interestOps(0); in dispatch()
324 ops = ((_key!=null && _key.isValid())?_key.interestOps():-1); in updateKey()
349 if (_key==null || !_key.isValid()) in doUpdateKey()
365 if (_key!=null && _key.isValid()) in doUpdateKey()
385 _key=null; in doUpdateKey()
390 if (_key!=null && _key.isValid()) in doUpdateKey()
[all …]
/dports/devel/hadoop/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/io/nio/
H A DSelectChannelEndPoint.java44 protected SelectionKey _key; field in SelectChannelEndPoint
69 _key = key; in SelectChannelEndPoint()
108 if (_key == null || !_key.isValid()) in dispatch()
127 _key.interestOps(0); in dispatch()
132 _key.interestOps(0); in dispatch()
324 ops = ((_key!=null && _key.isValid())?_key.interestOps():-1); in updateKey()
349 if (_key==null || !_key.isValid()) in doUpdateKey()
365 if (_key!=null && _key.isValid()) in doUpdateKey()
385 _key=null; in doUpdateKey()
390 if (_key!=null && _key.isValid()) in doUpdateKey()
[all …]
/dports/audio/libsidplay2/sidplay-libs-2.1.1/libsidutils/src/ini/
H A Dtypes.i46 if (!_key) in __ini_read()
49 if (_key->length) in __ini_read()
186 if (!_key) in ini_writeString()
401 if (!_key) in ini_writeInt()
407 _key->length = (size_t) (pos - _key->pos); in ini_writeInt()
433 if (!_key) in ini_writeLong()
439 _key->length = (size_t) (pos - _key->pos); in ini_writeLong()
465 if (!_key) in ini_writeDouble()
471 _key->length = (size_t) (pos - _key->pos); in ini_writeDouble()
501 if (!_key) in ini_writeBool()
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dgpg.py250 tmp = {"keyid": _key["keyid"], "uids": _key["uids"]}
292 "keyid": _key["keyid"],
294 "uids": _key["uids"],
298 date = _key.get("date", None)
301 trust = _key.get("trust", None)
343 "keyid": _key["keyid"],
345 "uids": _key["uids"],
349 date = _key.get("date", None)
352 trust = _key.get("trust", None)
638 or _key["keyid"] == keyid
[all …]
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Demos/Demo_Console/
H A DDemoKeeper.cpp60 void DemoKeeper::injectKeyPress(MyGUI::KeyCode _key, MyGUI::Char _text) in injectKeyPress() argument
62 if (_key == MyGUI::KeyCode::Grave) in injectKeyPress()
68 base::BaseManager::injectKeyPress(_key, _text); in injectKeyPress()
73 if (_key == "colour") in command()
81 mConsole->addToConsole(mConsole->getConsoleStringError(), _key, _value); in command()
91 else if (_key == "show") in command()
102 mConsole->addToConsole(mConsole->getConsoleStringError(), _key, _value); in command()
112 else if (_key == "alpha") in command()
123 mConsole->addToConsole(mConsole->getConsoleStringError(), _key, _value); in command()
133 else if (_key == "coord") in command()
[all …]
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Demos/Demo_Console/
H A DDemoKeeper.cpp60 void DemoKeeper::injectKeyPress(MyGUI::KeyCode _key, MyGUI::Char _text) in injectKeyPress() argument
62 if (_key == MyGUI::KeyCode::Grave) in injectKeyPress()
68 base::BaseManager::injectKeyPress(_key, _text); in injectKeyPress()
73 if (_key == "colour") in command()
81 mConsole->addToConsole(mConsole->getConsoleStringError(), _key, _value); in command()
91 else if (_key == "show") in command()
102 mConsole->addToConsole(mConsole->getConsoleStringError(), _key, _value); in command()
112 else if (_key == "alpha") in command()
123 mConsole->addToConsole(mConsole->getConsoleStringError(), _key, _value); in command()
133 else if (_key == "coord") in command()
[all …]
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Demos/Demo_Console/
H A DDemoKeeper.cpp60 void DemoKeeper::injectKeyPress(MyGUI::KeyCode _key, MyGUI::Char _text) in injectKeyPress() argument
62 if (_key == MyGUI::KeyCode::Grave) in injectKeyPress()
68 base::BaseManager::injectKeyPress(_key, _text); in injectKeyPress()
73 if (_key == "colour") in command()
81 mConsole->addToConsole(mConsole->getConsoleStringError(), _key, _value); in command()
91 else if (_key == "show") in command()
102 mConsole->addToConsole(mConsole->getConsoleStringError(), _key, _value); in command()
112 else if (_key == "alpha") in command()
123 mConsole->addToConsole(mConsole->getConsoleStringError(), _key, _value); in command()
133 else if (_key == "coord") in command()
[all …]
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Demos/Demo_Console/
H A DDemoKeeper.cpp60 void DemoKeeper::injectKeyPress(MyGUI::KeyCode _key, MyGUI::Char _text) in injectKeyPress() argument
62 if (_key == MyGUI::KeyCode::Grave) in injectKeyPress()
68 base::BaseManager::injectKeyPress(_key, _text); in injectKeyPress()
73 if (_key == "colour") in command()
81 mConsole->addToConsole(mConsole->getConsoleStringError(), _key, _value); in command()
91 else if (_key == "show") in command()
102 mConsole->addToConsole(mConsole->getConsoleStringError(), _key, _value); in command()
112 else if (_key == "alpha") in command()
123 mConsole->addToConsole(mConsole->getConsoleStringError(), _key, _value); in command()
133 else if (_key == "coord") in command()
[all …]
/dports/databases/cego/cego-2.47.11/src/
H A DCegoGroupNode.cc37 _key = key; in CegoGroupNode()
42 _key = key; in CegoGroupNode()
52 return _key; in getKey()
67 _key = n._key; in operator =()
74 CegoField *pF1 = _key.First(); in operator ==()
88 pF1 = _key.Next(); in operator ==()
89 pF2 = n._key.Next(); in operator ==()
111 pF1 = _key.Next(); in operator >()
112 pF2 = n._key.Next(); in operator >()
134 pF1 = _key.Next(); in operator <()
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Dlistdiffer.py40 self._key = key
153 self._key,
166 self._key, item.past_dict[self._key]
177 self._key, item.current_dict[self._key]
195 self._key,
205 self._key, item.past_dict[self._key], tab=tab_string
212 self._key,
227 values.update({self._key: item.past_dict[self._key]})
230 values.update({self._key: item.current_dict[self._key]})
245 values.update({self._key: item.past_dict[self._key]})
[all …]
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Crypto/
H A D7zAes.cpp108 if (_cachedKeys.Find(_key)) in CalculateDigest()
109 g_GlobalKeyCache.Add(_key); in CalculateDigest()
114 _key.CalculateDigest(); in CalculateDigest()
117 _cachedKeys.Add(_key); in CalculateDigest()
148 _key.NumCyclesPower = 19; in WriteCoderProperties()
156 Byte saltSizeSpec = (Byte)((_key.SaltSize == 0) ? 0 : (_key.SaltSize - 1)); in WriteCoderProperties()
160 if (_key.SaltSize > 0) in WriteCoderProperties()
162 RINOK(WriteStream(outStream, _key.Salt, _key.SaltSize)); in WriteCoderProperties()
181 _key.Init(); in SetDecoderProperties2()
206 _key.Salt[i] = data[pos++]; in SetDecoderProperties2()
[all …]
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/plugins/
H A Dfunction.html_options.php55 foreach ($params as $_key => $_val) {
56 switch ($_key) {
60 $$_key = (string)$_val;
67 $$_key = array_values((array)$_val);
115 … $extra .= ' ' . $_key . '="' . smarty_function_escape_special_chars($_key) . '"';
137 foreach ($options as $_key => $_val) {
141 foreach ($values as $_i => $_key) {
169 $_key = smarty_function_escape_special_chars($key);
170 $_html_result = '<option value="' . $_key . '"';
172 if (isset($selected[ $_key ])) {
[all …]
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/plugins/
H A Dfunction.html_options.php55 foreach ($params as $_key => $_val) {
56 switch ($_key) {
60 $$_key = (string)$_val;
67 $$_key = array_values((array)$_val);
115 … $extra .= ' ' . $_key . '="' . smarty_function_escape_special_chars($_key) . '"';
137 foreach ($options as $_key => $_val) {
141 foreach ($values as $_i => $_key) {
169 $_key = smarty_function_escape_special_chars($key);
170 $_html_result = '<option value="' . $_key . '"';
172 if (isset($selected[ $_key ])) {
[all …]
/dports/mail/postfixadmin/postfixadmin-d3bc1551/lib/smarty/libs/plugins/
H A Dfunction.html_options.php55 foreach ($params as $_key => $_val) {
56 switch ($_key) {
60 $$_key = (string)$_val;
67 $$_key = array_values((array)$_val);
115 … $extra .= ' ' . $_key . '="' . smarty_function_escape_special_chars($_key) . '"';
137 foreach ($options as $_key => $_val) {
141 foreach ($values as $_i => $_key) {
169 $_key = smarty_function_escape_special_chars($key);
170 $_html_result = '<option value="' . $_key . '"';
172 if (isset($selected[ $_key ])) {
[all …]
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/lib/smarty/libs/plugins/
H A Dfunction.html_options.php55 foreach ($params as $_key => $_val) {
56 switch ($_key) {
60 $$_key = (string)$_val;
67 $$_key = array_values((array)$_val);
115 … $extra .= ' ' . $_key . '="' . smarty_function_escape_special_chars($_key) . '"';
137 foreach ($options as $_key => $_val) {
141 foreach ($values as $_i => $_key) {
169 $_key = smarty_function_escape_special_chars($key);
170 $_html_result = '<option value="' . $_key . '"';
172 if (isset($selected[ $_key ])) {
[all …]
/dports/www/smarty3/smarty-3.1.34/libs/plugins/
H A Dfunction.html_options.php55 foreach ($params as $_key => $_val) {
56 switch ($_key) {
60 $$_key = (string)$_val;
67 $$_key = array_values((array)$_val);
115 … $extra .= ' ' . $_key . '="' . smarty_function_escape_special_chars($_key) . '"';
137 foreach ($options as $_key => $_val) {
141 foreach ($values as $_i => $_key) {
169 $_key = smarty_function_escape_special_chars($key);
170 $_html_result = '<option value="' . $_key . '"';
172 if (isset($selected[ $_key ])) {
[all …]
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/Smarty/libs/plugins/
H A Dfunction.html_options.php55 foreach ($params as $_key => $_val) {
56 switch ($_key) {
60 $$_key = (string)$_val;
67 $$_key = array_values((array)$_val);
115 … $extra .= ' ' . $_key . '="' . smarty_function_escape_special_chars($_key) . '"';
137 foreach ($options as $_key => $_val) {
141 foreach ($values as $_i => $_key) {
169 $_key = smarty_function_escape_special_chars($key);
170 $_html_result = '<option value="' . $_key . '"';
172 if (isset($selected[ $_key ])) {
[all …]
/dports/finance/prestashop/prestashop/vendor/smarty/smarty/libs/plugins/
H A Dfunction.html_options.php55 foreach ($params as $_key => $_val) {
56 switch ($_key) {
60 $$_key = (string)$_val;
67 $$_key = array_values((array)$_val);
115 … $extra .= ' ' . $_key . '="' . smarty_function_escape_special_chars($_key) . '"';
137 foreach ($options as $_key => $_val) {
141 foreach ($values as $_i => $_key) {
169 $_key = smarty_function_escape_special_chars($key);
170 $_html_result = '<option value="' . $_key . '"';
172 if (isset($selected[ $_key ])) {
[all …]

12345678910>>...156