Home
last modified time | relevance | path

Searched refs:by_value (Results 1 – 25 of 650) sorted by relevance

12345678910>>...26

/dports/comms/anyremote/anyremote-6.7.3/cfg-data/Server-mode/
H A Dkeyboard-mouse.cfg25 FIRE=Make(var,AutoRepeat,by_value,false);Emulate(mouse,1);Make(var,AutoRepeat,by_value,true);
29 Make(var,kbd_alt,by_value,);\
30 Make(var,kbd_ctrl,by_value,);\
31 Make(var,kbd_shift,by_value,);\
32 Make(var,kbd_super,by_value,);\
33 Make(var,mouse_lb,by_value,);\
68 1=Make(var,AutoRepeat,by_value,false);Emulate(mouse,3);Make(var,AutoRepeat,by_value,true);
69 5=Make(var,AutoRepeat,by_value,false);Emulate(mouse,1);Make(var,AutoRepeat,by_value,true);
226 1=Make(var,AutoRepeat,by_value,false);Emulate(key,by_value,0x1008ffa7);Make(var,AutoRepeat,by_value
319 1=Make(var,AutoRepeat,by_value,false);Emulate(key,by_value,0x1008FF18);Make(var,AutoRepeat,by_value
[all …]
H A Dmouse.cfg45 Make(var,AutoRepeat,by_value,true);\
50 1=Make(var,AutoRepeat,by_value,false);\
52 Make(var,AutoRepeat,by_value,true);
53 2=Make(var,AutoRepeat,by_value,false);\
55 Make(var,AutoRepeat,by_value,true);
56 3=Make(var,AutoRepeat,by_value,false);\
58 Make(var,AutoRepeat,by_value,true);
66 Make(var,AutoRepeat,by_value,true);
70 Make(var,AutoRepeat,by_value,true);
75 Make(var,AutoRepeat,by_value,true);
[all …]
H A DexampleFont.cfg47 Make(var,fsize,by_value,medium);\
48 Make(var,fstyle,by_value,plain);\
49 Make(var,fface,by_value,proportional);\
52 Small= Make(var,fsize,by_value,small);Macro(SET_FONT);
53 Medium= Make(var,fsize,by_value,medium);Macro(SET_FONT);
54 Large= Make(var,fsize,by_value,large);Macro(SET_FONT);
55 Plain= Make(var,fstyle,by_value,plain);Macro(SET_FONT);
56 Bold= Make(var,fstyle,by_value,bold);Macro(SET_FONT);
57 Italic= Make(var,fstyle,by_value,italic);Macro(SET_FONT);
60 System= Make(var,fface,by_value,system);Macro(SET_FONT);
[all …]
H A DlayoutSetup.cfg59 Make(var,isize,by_value,32);\
60 Make(var,space,by_value,0);\
76 Make(var,isize,by_value,32);\
77 Make(var,space,by_value,0);\
101 Make(var,isize,by_value,$(Index));\
105 Make(var,space,by_value,$(Index));\
125 Make(var,isize,by_value,32);\
126 Make(var,space,by_value,0);\
144 Make(var,isize,by_value,-1);\
145 Make(var,space,by_value,0);\
[all …]
H A DfileManager4.cfg29 Make(var,fm_v4i_list_index,by_value,1);\
30 Make(var,fm_v4i_layout_done,by_value,0);\
65 Make(var,tmpdir,by_value,$(Param));\
100 Make(var,fm_v4i_layout_done,by_value,1);
138 Make(var,fm_v4i_file,by_value,$(Param));\
142 Make(var,fm_v4i_operation,by_value,exec);\
146 Make(var,fm_v4i_operation,by_value,mkdir);\
150 Make(var,fm_v4i_operation,by_value,info);\
154 Make(var,fm_v4i_operation,by_value,view);\
158 Make(var,fm_v4i_operation,by_value,copy);\
[all …]
H A DexampleLayout.cfg23 Make(var,cover_size,by_value,64);\
24 Make(var,stage,by_value,On connect);\
51 Make(var,vlayout,by_value,default);\
52 Make(var,vticker,by_value,ticker);\
56 Make(var,vlayout,by_value,3x4);\
58 Make(var,stage,by_value,On 3x4 layout);\
63 Make(var,vlayout,by_value,7x1);\
65 Make(var,stage,by_value,On 7x1 layout);\
70 Make(var,cover_size,by_value,$(Index));\
92 Make(var,vticker,by_value,noticker);Macro(SET_LAYOUT);
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/python/test/
H A Dbuiltin_converters.cpp14 struct by_value struct
70 def("bool_size", by_value<bool>::size); in BOOST_PYTHON_MODULE()
71 def("char_size", by_value<char>::size); in BOOST_PYTHON_MODULE()
72 def("int_size", by_value<int>::size); in BOOST_PYTHON_MODULE()
73 def("short_size", by_value<short>::size); in BOOST_PYTHON_MODULE()
74 def("long_size", by_value<long>::size); in BOOST_PYTHON_MODULE()
79 def("rewrap_value_bool", by_value<bool>::rewrap); in BOOST_PYTHON_MODULE()
80 def("rewrap_value_char", by_value<char>::rewrap); in BOOST_PYTHON_MODULE()
83 def("rewrap_value_int", by_value<int>::rewrap); in BOOST_PYTHON_MODULE()
105 by_value<std::wstring>::rewrap in BOOST_PYTHON_MODULE()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/python/test/
H A Dbuiltin_converters.cpp14 struct by_value struct
70 def("bool_size", by_value<bool>::size); in BOOST_PYTHON_MODULE()
71 def("char_size", by_value<char>::size); in BOOST_PYTHON_MODULE()
72 def("int_size", by_value<int>::size); in BOOST_PYTHON_MODULE()
73 def("short_size", by_value<short>::size); in BOOST_PYTHON_MODULE()
74 def("long_size", by_value<long>::size); in BOOST_PYTHON_MODULE()
79 def("rewrap_value_bool", by_value<bool>::rewrap); in BOOST_PYTHON_MODULE()
80 def("rewrap_value_char", by_value<char>::rewrap); in BOOST_PYTHON_MODULE()
83 def("rewrap_value_int", by_value<int>::rewrap); in BOOST_PYTHON_MODULE()
105 by_value<std::wstring>::rewrap in BOOST_PYTHON_MODULE()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/python/test/
H A Dtest_builtin_converters.cpp14 struct by_value struct
70 def("bool_size", by_value<bool>::size); in BOOST_PYTHON_MODULE()
71 def("char_size", by_value<char>::size); in BOOST_PYTHON_MODULE()
72 def("int_size", by_value<int>::size); in BOOST_PYTHON_MODULE()
73 def("short_size", by_value<short>::size); in BOOST_PYTHON_MODULE()
74 def("long_size", by_value<long>::size); in BOOST_PYTHON_MODULE()
79 def("rewrap_value_bool", by_value<bool>::rewrap); in BOOST_PYTHON_MODULE()
80 def("rewrap_value_char", by_value<char>::rewrap); in BOOST_PYTHON_MODULE()
83 def("rewrap_value_int", by_value<int>::rewrap); in BOOST_PYTHON_MODULE()
105 by_value<std::wstring>::rewrap in BOOST_PYTHON_MODULE()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/python/test/
H A Dtest_builtin_converters.cpp14 struct by_value struct
70 def("bool_size", by_value<bool>::size); in BOOST_PYTHON_MODULE()
71 def("char_size", by_value<char>::size); in BOOST_PYTHON_MODULE()
72 def("int_size", by_value<int>::size); in BOOST_PYTHON_MODULE()
73 def("short_size", by_value<short>::size); in BOOST_PYTHON_MODULE()
74 def("long_size", by_value<long>::size); in BOOST_PYTHON_MODULE()
79 def("rewrap_value_bool", by_value<bool>::rewrap); in BOOST_PYTHON_MODULE()
80 def("rewrap_value_char", by_value<char>::rewrap); in BOOST_PYTHON_MODULE()
83 def("rewrap_value_int", by_value<int>::rewrap); in BOOST_PYTHON_MODULE()
105 by_value<std::wstring>::rewrap in BOOST_PYTHON_MODULE()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/python/test/
H A Dtest_builtin_converters.cpp14 struct by_value struct
70 def("bool_size", by_value<bool>::size); in BOOST_PYTHON_MODULE()
71 def("char_size", by_value<char>::size); in BOOST_PYTHON_MODULE()
72 def("int_size", by_value<int>::size); in BOOST_PYTHON_MODULE()
73 def("short_size", by_value<short>::size); in BOOST_PYTHON_MODULE()
74 def("long_size", by_value<long>::size); in BOOST_PYTHON_MODULE()
79 def("rewrap_value_bool", by_value<bool>::rewrap); in BOOST_PYTHON_MODULE()
80 def("rewrap_value_char", by_value<char>::rewrap); in BOOST_PYTHON_MODULE()
83 def("rewrap_value_int", by_value<int>::rewrap); in BOOST_PYTHON_MODULE()
105 by_value<std::wstring>::rewrap in BOOST_PYTHON_MODULE()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/python/test/
H A Dtest_builtin_converters.cpp14 struct by_value struct
70 def("bool_size", by_value<bool>::size); in BOOST_PYTHON_MODULE()
71 def("char_size", by_value<char>::size); in BOOST_PYTHON_MODULE()
72 def("int_size", by_value<int>::size); in BOOST_PYTHON_MODULE()
73 def("short_size", by_value<short>::size); in BOOST_PYTHON_MODULE()
74 def("long_size", by_value<long>::size); in BOOST_PYTHON_MODULE()
79 def("rewrap_value_bool", by_value<bool>::rewrap); in BOOST_PYTHON_MODULE()
80 def("rewrap_value_char", by_value<char>::rewrap); in BOOST_PYTHON_MODULE()
83 def("rewrap_value_int", by_value<int>::rewrap); in BOOST_PYTHON_MODULE()
105 by_value<std::wstring>::rewrap in BOOST_PYTHON_MODULE()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/python/test/
H A Dtest_builtin_converters.cpp14 struct by_value struct
70 def("bool_size", by_value<bool>::size); in BOOST_PYTHON_MODULE()
71 def("char_size", by_value<char>::size); in BOOST_PYTHON_MODULE()
72 def("int_size", by_value<int>::size); in BOOST_PYTHON_MODULE()
73 def("short_size", by_value<short>::size); in BOOST_PYTHON_MODULE()
74 def("long_size", by_value<long>::size); in BOOST_PYTHON_MODULE()
79 def("rewrap_value_bool", by_value<bool>::rewrap); in BOOST_PYTHON_MODULE()
80 def("rewrap_value_char", by_value<char>::rewrap); in BOOST_PYTHON_MODULE()
83 def("rewrap_value_int", by_value<int>::rewrap); in BOOST_PYTHON_MODULE()
105 by_value<std::wstring>::rewrap in BOOST_PYTHON_MODULE()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/python/test/
H A Dbuiltin_converters.cpp14 struct by_value struct
70 def("bool_size", by_value<bool>::size); in BOOST_PYTHON_MODULE()
71 def("char_size", by_value<char>::size); in BOOST_PYTHON_MODULE()
72 def("int_size", by_value<int>::size); in BOOST_PYTHON_MODULE()
73 def("short_size", by_value<short>::size); in BOOST_PYTHON_MODULE()
74 def("long_size", by_value<long>::size); in BOOST_PYTHON_MODULE()
79 def("rewrap_value_bool", by_value<bool>::rewrap); in BOOST_PYTHON_MODULE()
80 def("rewrap_value_char", by_value<char>::rewrap); in BOOST_PYTHON_MODULE()
83 def("rewrap_value_int", by_value<int>::rewrap); in BOOST_PYTHON_MODULE()
105 by_value<std::wstring>::rewrap in BOOST_PYTHON_MODULE()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/python/test/
H A Dbuiltin_converters.cpp14 struct by_value struct
70 def("bool_size", by_value<bool>::size); in BOOST_PYTHON_MODULE()
71 def("char_size", by_value<char>::size); in BOOST_PYTHON_MODULE()
72 def("int_size", by_value<int>::size); in BOOST_PYTHON_MODULE()
73 def("short_size", by_value<short>::size); in BOOST_PYTHON_MODULE()
74 def("long_size", by_value<long>::size); in BOOST_PYTHON_MODULE()
79 def("rewrap_value_bool", by_value<bool>::rewrap); in BOOST_PYTHON_MODULE()
80 def("rewrap_value_char", by_value<char>::rewrap); in BOOST_PYTHON_MODULE()
83 def("rewrap_value_int", by_value<int>::rewrap); in BOOST_PYTHON_MODULE()
105 by_value<std::wstring>::rewrap in BOOST_PYTHON_MODULE()
[all …]
/dports/comms/anyremote/anyremote-6.7.3/cfg-data/AT-mode/
H A Dexample-motorola.cfg27 Make(var,TwoWayComm,by_value,true);\
30 Make(var,ToMainMenu,by_value,E);
34 Make(var,message,by_value,Connected);\
70 Make(var,message,by_value,Hash);\
74 Make(var,message,by_value,SoftLeft);\
80 Make(var,message,by_value,Menu);\
83 Make(var,message,by_value,VolUp);\
86 Make(var,message,by_value,VolDown);\
105 Make(var,message,by_value,SoftKey);\
109 Make(var,message,by_value,PTT);\
[all …]
H A Dexample-se.cfg20 Make(var,TwoWayComm,by_value,true);\
22 Make(var,ToMainMenu,by_value,:R);\
48 1=Exec(echo 1);Make(var,message,by_value,1);Macro(SHOW_MSG);
49 2=Exec(echo 2);Make(var,message,by_value,2);Macro(SHOW_MSG);
50 3=Exec(echo 3);Make(var,message,by_value,3);Macro(SHOW_MSG);
51 4=Exec(echo 4);Make(var,message,by_value,4);Macro(SHOW_MSG);
52 5=Exec(echo 5);Make(var,message,by_value,5);Macro(SHOW_MSG);
53 6=Exec(echo 6);Make(var,message,by_value,6);Macro(SHOW_MSG);
54 7=Exec(echo 7);Make(var,message,by_value,7);Macro(SHOW_MSG);
55 8=Exec(echo 8);Make(var,message,by_value,8);Macro(SHOW_MSG);
[all …]
/dports/games/allacrost/allacrost-1.0.2/src/luabind/luabind/detail/
H A Dget_signature.hpp61 inline std::string name_of_type(by_value<bool>, lua_State*, int) { return "boolean"; } in name_of_type()
62 inline std::string name_of_type(by_value<char>, lua_State*, int) { return "number"; } in name_of_type()
63 inline std::string name_of_type(by_value<short>, lua_State*, int) { return "number"; } in name_of_type()
64 inline std::string name_of_type(by_value<int>, lua_State*, int) { return "number"; } in name_of_type()
65 inline std::string name_of_type(by_value<long>, lua_State*, int) { return "number"; } in name_of_type()
71 inline std::string name_of_type(by_value<const bool>, lua_State*, int) { return "boolean"; } in name_of_type()
72 inline std::string name_of_type(by_value<const char>, lua_State*, int) { return "number"; } in name_of_type()
73 inline std::string name_of_type(by_value<const short>, lua_State*, int) { return "number"; } in name_of_type()
74 inline std::string name_of_type(by_value<const int>, lua_State*, int) { return "number"; } in name_of_type()
75 inline std::string name_of_type(by_value<const long>, lua_State*, int) { return "number"; } in name_of_type()
[all …]
/dports/comms/anyremote/anyremote-6.7.3/cfg-data/Utils/
H A Daliases-bemused.cfg12 Make(var,Bemused,by_value,true);
24 Make(var,default_mixer_up,by_value,amixer sset Master,0 5%+ -q);\
25 Make(var,default_mixer_down,by_value,amixer sset Master,0 5%- -q);\
26 Make(var,default_mixer_mute,by_value,amixer sset Master,0 toggle -q);\
28 Make(var,default_mixer_set,by_value,amixer -q sset Master,0 );
32 Make(var,default_mixer_down,by_value,$(CfgDir)/Utils/pulse-audio-ctl.sh down $(default_sink));\
33 Make(var,default_mixer_up,by_value,$(CfgDir)/Utils/pulse-audio-ctl.sh up $(default_sink));\
34 Make(var,default_mixer_mute,by_value,$(CfgDir)/Utils/pulse-audio-ctl.sh mute $(default_sink));\
35 Make(var,default_mixer_get,by_value,$(CfgDir)/Utils/pulse-audio-ctl.sh get $(default_sink));\
36 Make(var,default_mixer_set,by_value,$(CfgDir)/Utils/pulse-audio-ctl.sh set $(default_sink) );
[all …]
H A Daliases-iviewer.cfg16 Make(var,default_mixer_up,by_value,amixer sset Master,0 5%+ -q);\
17 Make(var,default_mixer_down,by_value,amixer sset Master,0 5%- -q);\
18 Make(var,default_mixer_mute,by_value,amixer sset Master,0 toggle -q);\
19 …Make(var,default_mixer_get,by_value,amixer sget Master,0|grep '\['|head -1|cut -f 2 -d "["|cut -f …
20 Make(var,default_mixer_set,by_value,amixer -q sset Master,0 );
24 Make(var,default_mixer_down,by_value,$(CfgDir)/Utils/pulse-audio-ctl.sh down $(default_sink));\
25 Make(var,default_mixer_up,by_value,$(CfgDir)/Utils/pulse-audio-ctl.sh up $(default_sink));\
26 Make(var,default_mixer_mute,by_value,$(CfgDir)/Utils/pulse-audio-ctl.sh mute $(default_sink));\
27 Make(var,default_mixer_get,by_value,$(CfgDir)/Utils/pulse-audio-ctl.sh get $(default_sink));\
28 Make(var,default_mixer_set,by_value,$(CfgDir)/Utils/pulse-audio-ctl.sh set $(default_sink) );
H A Daliases-server.cfg24 Make(var,default_mixer_up,by_value,amixer sset Master,0 5%+ -q);\
25 Make(var,default_mixer_down,by_value,amixer sset Master,0 5%- -q);\
26 Make(var,default_mixer_mute,by_value,amixer sset Master,0 toggle -q);\
28 Make(var,default_mixer_set,by_value,amixer -q sset Master,0 );
33 Make(var,default_mixer_up,by_value,$(CfgDir)/Utils/pulse-audio-ctl.sh up $(default_sink));\
35 Make(var,default_mixer_get,by_value,$(CfgDir)/Utils/pulse-audio-ctl.sh get $(default_sink));\
36 Make(var,default_mixer_set,by_value,$(CfgDir)/Utils/pulse-audio-ctl.sh set $(default_sink) );
90 Make(var,return_mode,by_value,$(Mode));\
94 Make(var,default_switch_off,by_value,systemctl poweroff);\
95 Make(var,default_suspend,by_value,systemctl suspend);\
[all …]
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/bindings/python/src/
H A Dtorrent_status.cpp13 using by_value = return_value_policy<return_by_value>; typedef
38 .add_property("next_announce", make_getter(&torrent_status::next_announce, by_value())) in bind_torrent_status()
40 … .add_property("announce_interval", make_getter(&torrent_status::announce_interval, by_value())) in bind_torrent_status()
60 .add_property("pieces", make_getter(&torrent_status::pieces, by_value())) in bind_torrent_status()
61 .add_property("verified_pieces", make_getter(&torrent_status::verified_pieces, by_value())) in bind_torrent_status()
96 .add_property("error_file", make_getter(&torrent_status::error_file, by_value())) in bind_torrent_status()
102 .add_property("queue_position", make_getter(&torrent_status::queue_position, by_value())) in bind_torrent_status()
115 .add_property("last_upload", make_getter(&torrent_status::last_upload, by_value())) in bind_torrent_status()
116 .add_property("last_download", make_getter(&torrent_status::last_download, by_value())) in bind_torrent_status()
117 .add_property("active_duration", make_getter(&torrent_status::active_duration, by_value())) in bind_torrent_status()
[all …]
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/bindings/python/src/
H A Dtorrent_status.cpp14 using by_value = return_value_policy<return_by_value>; typedef
39 .add_property("next_announce", make_getter(&torrent_status::next_announce, by_value())) in bind_torrent_status()
41 … .add_property("announce_interval", make_getter(&torrent_status::announce_interval, by_value())) in bind_torrent_status()
61 .add_property("pieces", make_getter(&torrent_status::pieces, by_value())) in bind_torrent_status()
62 .add_property("verified_pieces", make_getter(&torrent_status::verified_pieces, by_value())) in bind_torrent_status()
97 .add_property("error_file", make_getter(&torrent_status::error_file, by_value())) in bind_torrent_status()
103 .add_property("queue_position", make_getter(&torrent_status::queue_position, by_value())) in bind_torrent_status()
116 .add_property("last_upload", make_getter(&torrent_status::last_upload, by_value())) in bind_torrent_status()
117 .add_property("last_download", make_getter(&torrent_status::last_download, by_value())) in bind_torrent_status()
118 .add_property("active_duration", make_getter(&torrent_status::active_duration, by_value())) in bind_torrent_status()
[all …]
H A Dalert.cpp308 using by_value = return_value_policy<return_by_value>; in bind_alert() typedef
440 .add_property("handle", make_getter(&torrent_alert::handle, by_value())) in bind_alert()
471 .add_property("piece", make_getter(&read_piece_alert::piece, by_value())) in bind_alert()
478 .add_property("ip", make_getter(&peer_alert::ip, by_value())) in bind_alert()
480 .add_property("endpoint", make_getter(&peer_alert::endpoint, by_value())) in bind_alert()
527 .add_property("piece", make_getter(&peer_request::piece, by_value())) in bind_alert()
728 .add_property("ip", make_getter(&peer_blocked_alert::ip, by_value())) in bind_alert()
824 .add_property("ip", make_getter(&dht_announce_alert::ip, by_value())) in bind_alert()
1032 .add_property("module", make_getter(&dht_log_alert::module, by_value())) in bind_alert()
1059 .add_property("target", make_getter(&dht_put_alert::target, by_value())) in bind_alert()
[all …]
/dports/games/valyriatear/ValyriaTear-1.1.0/src/luabind/luabind/detail/
H A Ddecorate_type.hpp38 static by_value<T> t;
39 static inline by_value<T>& get() { return /*by_value<T>()*/t; } in get()
43 by_value<T> decorated_type<T>::t;
99 static by_value<T> t;
100 static inline by_value<T>& get() { return /*by_value<T>()*/t; } in get()
104 by_value<T> decorated_type<T&&>::t;
172 static by_value<U> get(void(*)(U&))
173 { return by_value<U>(); }
179 static by_value<void> get(int)
181 return by_value<void>();

12345678910>>...26