Home
last modified time | relevance | path

Searched defs:hand (Results 1 – 25 of 1105) sorted by relevance

12345678910>>...45

/dports/security/keybase/client-v5.7.1/go/kbfs/kbfsdokan/
H A DREADME.md13 ### Install Dokan from https://github.com/dokan-dev/dokany/releases/tag/v0.8.0
15 ### Install a C toolchain
24 ### Build kbfsdokan
28 ### Alternatively build with more low level dokan debugging
32 ### Troubleshooting: keep the correct dokan.dll + dokan.lib available for the build!
44 ### Troubleshooting
46 ### `C source files not allowed when not using cgo or SWIG: bridge.c`
51 ### `undefined reference to `_imp__DokanMain@8'`
/dports/irc/eggdrop/eggdrop-1.9.1/scripts/
H A Dcompat.tcl14 proc gethosts {hand} { argument
33 proc getxtra {hand} { argument
41 proc getinfo {hand} { argument
45 proc getaddr {hand} { argument
53 proc getdccdir {hand} { argument
61 proc getcomment {hand} { argument
69 proc getemail {hand} { argument
77 proc getchanlaston {hand} { argument
105 proc getdnloads {hand} { argument
113 proc getuploads {hand} { argument
/dports/graphics/argyllcms/Argyll_V1.9.2/yajl/
H A Dyajl.c50 yajl_handle hand = NULL; in yajl_alloc() local
118 yajl_parse(yajl_handle hand, const unsigned char * jsonText, in yajl_parse()
136 yajl_complete_parse(yajl_handle hand) in yajl_complete_parse()
154 yajl_get_error(yajl_handle hand, int verbose, in yajl_get_error()
161 yajl_get_bytes_consumed(yajl_handle hand) in yajl_get_bytes_consumed()
169 yajl_free_error(yajl_handle hand, unsigned char * str) in yajl_free_error()
/dports/converters/R-cran-jsonlite/jsonlite/src/yajl/
H A Dyajl.c50 yajl_handle hand = NULL; in yajl_alloc() local
118 yajl_parse(yajl_handle hand, const unsigned char * jsonText, in yajl_parse()
136 yajl_complete_parse(yajl_handle hand) in yajl_complete_parse()
154 yajl_get_error(yajl_handle hand, int verbose, in yajl_get_error()
161 yajl_get_bytes_consumed(yajl_handle hand) in yajl_get_bytes_consumed()
169 yajl_free_error(yajl_handle hand, unsigned char * str) in yajl_free_error()
/dports/sysutils/burp/burp-2.4.0/src/yajl/
H A Dyajl.c51 yajl_handle hand = NULL; in yajl_alloc() local
119 yajl_parse(yajl_handle hand, const unsigned char * jsonText, in yajl_parse()
137 yajl_complete_parse(yajl_handle hand) in yajl_complete_parse()
155 yajl_get_error(yajl_handle hand, int verbose, in yajl_get_error()
162 yajl_get_bytes_consumed(yajl_handle hand) in yajl_get_bytes_consumed()
170 yajl_free_error(yajl_handle hand, unsigned char * str) in yajl_free_error()
/dports/sysutils/burp-devel/burp-2.5.4/src/yajl/
H A Dyajl.c51 yajl_handle hand = NULL; in yajl_alloc() local
119 yajl_parse(yajl_handle hand, const unsigned char * jsonText, in yajl_parse()
137 yajl_complete_parse(yajl_handle hand) in yajl_complete_parse()
155 yajl_get_error(yajl_handle hand, int verbose, in yajl_get_error()
162 yajl_get_bytes_consumed(yajl_handle hand) in yajl_get_bytes_consumed()
170 yajl_free_error(yajl_handle hand, unsigned char * str) in yajl_free_error()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/yajl/
H A Dyajl.c50 yajl_handle hand = NULL; in yajl_alloc() local
118 yajl_parse(yajl_handle hand, const unsigned char * jsonText, in yajl_parse()
136 yajl_complete_parse(yajl_handle hand) in yajl_complete_parse()
154 yajl_get_error(yajl_handle hand, int verbose, in yajl_get_error()
161 yajl_get_bytes_consumed(yajl_handle hand) in yajl_get_bytes_consumed()
169 yajl_free_error(yajl_handle hand, unsigned char * str) in yajl_free_error()
/dports/devel/yajl/yajl-2.1.0/src/
H A Dyajl.c50 yajl_handle hand = NULL; in yajl_alloc() local
118 yajl_parse(yajl_handle hand, const unsigned char * jsonText, in yajl_parse()
136 yajl_complete_parse(yajl_handle hand) in yajl_complete_parse()
154 yajl_get_error(yajl_handle hand, int verbose, in yajl_get_error()
161 yajl_get_bytes_consumed(yajl_handle hand) in yajl_get_bytes_consumed()
169 yajl_free_error(yajl_handle hand, unsigned char * str) in yajl_free_error()
/dports/sysutils/lnav/lnav-0.10.1/src/yajl/
H A Dyajl.c50 yajl_handle hand = NULL; in yajl_alloc() local
132 yajl_parse(yajl_handle hand, const unsigned char * jsonText, in yajl_parse()
150 yajl_complete_parse(yajl_handle hand) in yajl_complete_parse()
168 yajl_get_error(yajl_handle hand, int verbose, in yajl_get_error()
175 yajl_get_bytes_consumed(yajl_handle hand) in yajl_get_bytes_consumed()
183 yajl_free_error(yajl_handle hand, unsigned char * str) in yajl_free_error()
/dports/games/d2x/d2x-0.2.5/arch/linux/
H A Dukali.c52 int knix_Send(int hand, char *data, int len) { in knix_Send()
65 int knix_Recv(int hand, char *data, int len) { in knix_Recv()
75 int knix_WaitforSocket(int hand, int timems) { in knix_WaitforSocket()
87 int knix_ReceivePacket(int hand, char *outdata, int *outlen, kaliaddr_ipx *from) { in knix_ReceivePacket()
146 int KaliSendPacket(int hand, char *data, int len, kaliaddr_ipx *to) { in KaliSendPacket()
168 int KaliReceivePacket(int hand, char *data, int len, kaliaddr_ipx *from) { in KaliReceivePacket()
211 int KaliCloseSocket(int hand) { in KaliCloseSocket()
234 int hand; in KaliOpenSocket() local
/dports/games/freedoko/FreeDoko_0.7.19/src/player/ai/solo_decision/
H A Dcolor.cpp87 auto const& hand = this->hand(); in estimated_points_for_special_cards() local
123 auto const& hand = this->hand(); in estimated_points_for_queens() local
144 auto const& hand = this->hand(); in estimated_points_for_fehl_colors() local
193 auto const& hand = this->hand(); in hand_contains() local
232 auto const& hand = this->hand(); in estimated_points_for_color_aces_with_nines() local
249 auto const& hand = this->hand(); in estimated_points_for_color_aces_without_nines() local
266 auto const& hand = this->hand(); in modifier_for_trumps() local
/dports/math/py-gym/gym-0.21.0/gym/envs/toy_text/
H A Dblackjack.py22 def usable_ace(hand): # Does this hand have a usable ace? argument
26 def sum_hand(hand): # Return current hand total argument
32 def is_bust(hand): # Is this hand a bust? argument
36 def score(hand): # What is the score of this hand (0 if bust) argument
40 def is_natural(hand): # Is this hand a natural blackjack? argument
/dports/games/freedoko/FreeDoko_0.7.19/src/card/
H A Dhand_card.cpp46 HandCard::HandCard(Hand const& hand) : in HandCard()
63 HandCard::HandCard(Hand const& hand, Card const& card) : in HandCard()
74 HandCard::HandCard(Hand const& hand, in HandCard()
99 HandCard::set_hand(Hand const& hand) in set_hand()
107 HandCard::hand() const in hand() function in HandCard
371 Hand const& hand = this->hand(); in isvalid() local
/dports/irc/evangeline/modules/stats.mod/
H A Dpubcmds.c29 static int pub_top10(char *nick, char *host, char *hand, in pub_top10()
39 static int pub_top20(char *nick, char *host, char *hand, in pub_top20()
49 static int pub_ttop10(char *nick, char *host, char *hand, in pub_ttop10()
59 static int pub_ttop20(char *nick, char *host, char *hand, in pub_ttop20()
207 static int pub_place(char *nick, char *host, char *hand, in pub_place()
219 static int pub_tplace(char *nick, char *host, char *hand, in pub_tplace()
365 static int pub_stat(char *nick, char *host, char *hand, in pub_stat()
377 static int pub_tstat(char *nick, char *host, char *hand, in pub_tstat()
529 static int pub_wordstats(char *nick, char *host, char *hand, in pub_wordstats()
616 static int pub_topwords(char *nick, char *host, char *hand, in pub_topwords()
[all …]
H A Dsensors.c7 static int sensor_msgm(char *nick, char *uhost, char *hand, char *chan, char *rest) in sensor_msgm()
218 static int sensor_topc(char *nick, char *uhost, char *hand, char *chan, char *topic) in sensor_topc()
240 static int sensor_action(char *nick, char *uhost, char *hand, char *chan, char *key, char *rest) in sensor_action()
267 static int sensor_kick(char *nick, char *uhost, char *hand, char *chan, char *victim, char *reason) in sensor_kick()
296 static int sensor_mode(char *nick, char *uhost, char *hand, char *chan, char *mode, char *victim) in sensor_mode()
326 static int sensor_nick(char *nick, char *uhost, char *hand, char *chan, char *newnick) in sensor_nick()
348 static int sensor_join(char *nick, char *uhost, char *hand, char *chan) in sensor_join()
375 static int sensor_part(char *nick, char *uhost, char *hand, char *chan) in sensor_part()
384 static int sensor_sign(char *nick, char *uhost, char *hand, char *chan, char *reason) in sensor_sign()
/dports/irc/evangeline/modules/gseen.mod/
H A Dsensors.c51 static int gseen_join(char *nick, char *uhost, char *hand, char *chan) in gseen_join()
69 static int gseen_kick(char *nick, char *uhost, char *hand, char *chan, in gseen_kick()
103 static int gseen_nick(char *nick, char *uhost, char *hand, char *chan, in gseen_nick()
124 static int gseen_part(char *nick, char *uhost, char *hand, char *chan, in gseen_part()
140 static int gseen_sign(char *nick, char *uhost, char *hand, char *chan, in gseen_sign()
156 static int gseen_splt(char *nick, char *uhost, char *hand, char *chan) in gseen_splt()
171 static int gseen_rejn(char *nick, char *uhost, char *hand, char *chan) in gseen_rejn()
/dports/games/freedoko/FreeDoko_0.7.19/src/player/ai/heuristics/
H A Dcannot_jab.cpp130 auto const& hand = this->hand(); in lowest_trump_card() local
166 auto const& hand = this->hand(); in search_color_card() local
191 auto const& hand = this->hand(); in search_single_color_card() local
210 auto const& hand = this->hand(); in search_double_color_card() local
230 auto const& hand = this->hand(); in choose_fehl_or_trump() local
H A Dstart_with_low_color.cpp84 auto const& hand = this->hand(); in singleton_color_card() local
117 auto const& hand = this->hand(); in smallest_color_card_from_longest_color() local
134 auto const& hand = this->hand(); in longest_color() local
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_analog_clock.cpp72 QwtDialSimpleNeedle *hand = new QwtDialSimpleNeedle( in initClock() local
104 void QwtAnalogClock::setHand(Hand hand, QwtDialNeedle *needle) in setHand()
118 QwtDialNeedle *QwtAnalogClock::hand(Hand hd) in hand() function in QwtAnalogClock
131 const QwtDialNeedle *QwtAnalogClock::hand(Hand hd) const in hand() function in QwtAnalogClock
206 for ( int hand = 0; hand < NHands; hand++ ) in drawNeedle() local
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_analog_clock.cpp72 QwtDialSimpleNeedle *hand = new QwtDialSimpleNeedle( in initClock() local
104 void QwtAnalogClock::setHand(Hand hand, QwtDialNeedle *needle) in setHand()
118 QwtDialNeedle *QwtAnalogClock::hand(Hand hd) in hand() function in QwtAnalogClock
131 const QwtDialNeedle *QwtAnalogClock::hand(Hand hd) const in hand() function in QwtAnalogClock
206 for ( int hand = 0; hand < NHands; hand++ ) in drawNeedle() local
/dports/games/freedoko/FreeDoko_0.7.19/src/ui/gtkmm/
H A Dhtin.cpp97 HTIN::hand() in hand() function in UI_GTKMM_NS::HTIN
105 HTIN::hand() const in hand() function in UI_GTKMM_NS::HTIN
117 HTIN::hand(Position const position) in hand() function in UI_GTKMM_NS::HTIN
129 HTIN::hand(Position const position) const in hand() function in UI_GTKMM_NS::HTIN
/dports/x11-wm/mutter/mutter-41.1/src/tests/clutter/interactive/
H A Dtest-devices.c55 ClutterActor *hand = NULL; in stage_button_event_cb() local
86 ClutterActor *hand = NULL; in stage_motion_event_cb() local
110 ClutterActor *hand = NULL; in seat_device_added_cb() local
140 ClutterActor *hand = NULL; in seat_device_removed_cb() local
205 ClutterActor *hand = NULL; in test_devices_main() local
/dports/cad/iverilog/verilog-11.0/libveriuser/
H A Dgetsimtime.c49 vpiHandle hand = vpi_handle(vpiScope, vpi_handle(vpiSysTfCall,0)); in scale() local
148 vpiHandle hand = vpi_handle(vpiScope, vpi_handle(vpiSysTfCall,0)); in tf_unscale_longdelay() local
163 vpiHandle hand = vpi_handle(vpiScope, vpi_handle(vpiSysTfCall,0)); in tf_scale_realdelay() local
173 vpiHandle hand = vpi_handle(vpiScope, vpi_handle(vpiSysTfCall,0)); in tf_unscale_realdelay() local
184 vpiHandle hand; in tf_gettimeprecision() local
224 vpiHandle hand = vpi_handle(vpiScope, vpi_handle(vpiSysTfCall,0)); in tf_gettimeunit() local
/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_analog_clock.cpp93 QwtDialSimpleNeedle *hand = new QwtDialSimpleNeedle( in QwtAnalogClock() local
125 void QwtAnalogClock::setHand( Hand hand, QwtDialNeedle *needle ) in setHand()
139 QwtDialNeedle *QwtAnalogClock::hand( Hand hd ) in hand() function in QwtAnalogClock
152 const QwtDialNeedle *QwtAnalogClock::hand( Hand hd ) const in hand() function in QwtAnalogClock
213 for ( int hand = 0; hand < NHands; hand++ ) in drawNeedle() local
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_analog_clock.cpp93 QwtDialSimpleNeedle *hand = new QwtDialSimpleNeedle( in QwtAnalogClock() local
125 void QwtAnalogClock::setHand( Hand hand, QwtDialNeedle *needle ) in setHand()
139 QwtDialNeedle *QwtAnalogClock::hand( Hand hd ) in hand() function in QwtAnalogClock
152 const QwtDialNeedle *QwtAnalogClock::hand( Hand hd ) const in hand() function in QwtAnalogClock
213 for ( int hand = 0; hand < NHands; hand++ ) in drawNeedle() local

12345678910>>...45