MCPcopy Create free account

hub / github.com/antirez/freakwan / functions

Functions351 in github.com/antirez/freakwan

↓ 2 callersFunctionlinenoiseEditDelete
Delete the character at the right of the cursor without altering the cursor * position. Basically this is what happens with the "Delete" keyboard key
osx-bte-cli/linenoise.c:811
↓ 2 callersFunctionlinenoiseEditMoveLeft
Move cursor on the left. */
osx-bte-cli/linenoise.c:752
↓ 2 callersFunctionlinenoiseEditMoveRight
Move cursor on the right. */
osx-bte-cli/linenoise.c:760
↓ 2 callersFunctionlinenoiseHistoryAdd
This is the API call to add a new entry in the linenoise history. * It uses a fixed array of char pointers that are shifted (memmoved) * when the hi
osx-bte-cli/linenoise.c:1249
↓ 2 callersFunctionlinenoiseNoTTY
This function is called when linenoise() is called with the standard * input file descriptor not attached to a TTY. So for example when the * progra
osx-bte-cli/linenoise.c:1152
↓ 2 callersMethodload_keys
(self)
keychain.py:21
↓ 2 callersMethodnext_frame
(self)
splash.py:17
↓ 2 callersMethodpower_off
(self,offtime)
freakwan.py:756
↓ 2 callersMethodreceive
(self)
sx1262.py:309
↓ 2 callersFunctionrefreshLineWithCompletion
Called by completeLine() and linenoiseShow() to render the current * edited line with the proposed completion. If the current completion table * is
osx-bte-cli/linenoise.c:352
↓ 2 callersFunctionrefreshMultiLine
Multi line low level line refresh. * * Rewrite the currently edited line accordingly to the buffer content, * cursor position, and number of column
osx-bte-cli/linenoise.c:596
↓ 2 callersFunctionrefreshShowHints
Helper of refreshSingleLine() and refreshMultiLine() to show hints * to the right of the prompt. */
osx-bte-cli/linenoise.c:509
↓ 2 callersFunctionrefreshSingleLine
Single line low level line refresh. * * Rewrite the currently edited line accordingly to the buffer content, * cursor position, and number of colum
osx-bte-cli/linenoise.c:540
↓ 2 callersMethodrelay_if_needed
(self,m)
freakwan.py:474
↓ 2 callersMethodselect_chip
(self)
sx1276.py:103
↓ 2 callersMethodset_ack_visibility
(self,new)
icons.py:27
↓ 2 callersMethodset_callback
(self, handler)
bt.py:111
↓ 2 callersMethodset_packet_params
(self, preamble_len = 12, header_type = PacketHeaderTypeExplicit, payload_len = 255, crc = PacketCRCOn, iq_set
sx1262.py:175
↓ 2 callersMethodset_relay_visibility
(self,new)
icons.py:31
↓ 2 callersMethodstandby
(self)
sx1262.py:102
↓ 2 callersMethodstart_irc
(self)
freakwan.py:827
↓ 2 callersMethodstart_telegram
(self)
freakwan.py:845
↓ 2 callersMethodstart_tx
(self)
dutycycle.py:50
↓ 2 callersMethodstart_wifi
(self,network,password=None)
freakwan.py:806
↓ 2 callersMethodvline
(self,y0,y1,x,color)
st7789.py:251
↓ 2 callersMethodwrite
(self,reg,val)
axp192.py:14
↓ 1 callersMethod_set_color_mode
(self, mode)
st7789.py:119
↓ 1 callersMethod_set_columns
(self, start, end)
st7789.py:179
↓ 1 callersMethod_set_mem_access_mode
(self, landscape, mirror_x, mirror_y, is_bgr)
st7789.py:167
↓ 1 callersMethod_set_rows
(self, start, end)
st7789.py:182
↓ 1 callersMethodbegin
(self)
sx1262.py:185
↓ 1 callersMethodbuild_post_request
(self,cmd,fields)
telegram.py:220
↓ 1 callersMethodbutton_0_pressed
(self,pin)
freakwan.py:863
↓ 1 callersMethodchar
(self,x,y,char,fgcolor,bgcolor)
st7789.py:263
↓ 1 callersFunctioncompleteLine
This is an helper function for linenoiseEdit*() and is called when the * user types the <tab> key in order to complete the string currently in the *
osx-bte-cli/linenoise.c:391
↓ 1 callersFunctioncompress
fci/pngtofci.c:149
↓ 1 callersMethodconfigure
(self, freq, bandwidth, rate, spreading, txpower)
sx1262.py:199
↓ 1 callersMethodconvert_from_utf8
(self,msg)
scroller.py:187
↓ 1 callersMethodcron
(self)
freakwan.py:879
↓ 1 callersFunctiondecode_fci
Uncompress an FCI image. On format error, NULL is returned. * On success, a heap allocated array of bytes, with white pixels set to 1, is * returned
fci/pngtofci.c:248
↓ 1 callersMethoddecode_surrogate_pairs
(self,ba)
telegram.py:228
↓ 1 callersMethoddel_key
(self,key_name)
keychain.py:36
↓ 1 callersMethoddevice_hw_nick
(self)
freakwan.py:359
↓ 1 callersMethoddraw_ack_icon
(self)
icons.py:59
↓ 1 callersMethoddraw_battery
(self)
icons.py:44
↓ 1 callersMethoddraw_logo
(self)
splash.py:20
↓ 1 callersMethoddraw_relay_icon
(self)
icons.py:65
↓ 1 callersMethoddraw_text
(self)
scroller.py:120
↓ 1 callersMethodenable_framebuffer
(self,mono=False)
st7789.py:297
↓ 1 callersMethodencode_data
(self,data)
sensor.py:67
↓ 1 callersMethodevict_processed_cache
(self)
freakwan.py:521
↓ 1 callersMethodexec_state_machine
(self,tick)
sensor.py:32
↓ 1 callersMethodfast_mono_to_rgb
(self, fb8: ptr8, width: int, height: int)
st7789.py:326
↓ 1 callersMethodflush_write_buffer
(self)
networking.py:87
↓ 1 callersFunctionfreeHistory
Free the history, but does not reset it. Only used when we have to * exit() to avoid memory leaks are reported by valgrind & co. */
osx-bte-cli/linenoise.c:1226
↓ 1 callersFunctiongen_advertising_payload
(name=None)
bt.py:79
↓ 1 callersFunctiongen_resp_payload
()
bt.py:92
↓ 1 callersMethodgen_uid
(self)
message.py:86
↓ 1 callersFunctiongetColumns
Try to get the number of columns in the current terminal, or assume 80 * if it fails. */
osx-bte-cli/linenoise.c:288
↓ 1 callersMethodget_contrast
(self)
scroller.py:48
↓ 1 callersMethodget_irq
(self)
sx1262.py:313
↓ 1 callersMethodget_modem_stat
(self)
sx1276.py:296
↓ 1 callersMethodget_slot_index
(self)
dutycycle.py:39
↓ 1 callersMethodhard_reset
(self)
st7789.py:94
↓ 1 callersMethodinit_display
(self)
ssd1306.py:38
↓ 1 callersMethodinversion_mode
(self, value)
st7789.py:113
↓ 1 callersFunctionisUnsupportedTerm
Return true if the terminal name is in the list of terminals we know are * not able to understand basic escape sequences. */
osx-bte-cli/linenoise.c:209
↓ 1 callersFunctionlinenoiseBlockingEdit
This just implements a blocking loop for the multiplexed API. * In many applications that are not event-drivern, we can just call * the blocking lin
osx-bte-cli/linenoise.c:1102
↓ 1 callersFunctionlinenoiseClearScreen
Clear the screen. Used to handle ctrl+l */
osx-bte-cli/linenoise.c:322
↓ 1 callersFunctionlinenoiseEditBackspace
Backspace implementation. */
osx-bte-cli/linenoise.c:821
↓ 1 callersFunctionlinenoiseEditDeletePrevWord
Delete the previosu word, maintaining the cursor at the start of the * current word. */
osx-bte-cli/linenoise.c:833
↓ 1 callersFunctionlinenoiseEditFeed
This function is part of the multiplexed API of linenoise, see the top * comment on linenoiseEditStart() for more information. Call this function *
osx-bte-cli/linenoise.c:927
↓ 1 callersFunctionlinenoiseEditInsert
Insert the character 'c' at cursor current position. * * On error writing to the terminal -1 is returned, otherwise 0. */
osx-bte-cli/linenoise.c:724
↓ 1 callersFunctionlinenoiseEditStart
This function is part of the multiplexed API of Linenoise, that is used * in order to implement the blocking variant of the API but can also be * ca
osx-bte-cli/linenoise.c:871
↓ 1 callersFunctionlinenoiseEditStop
This is part of the multiplexed linenoise API. See linenoiseEditStart() * for more information. This function is called when linenoiseEditFeed() * r
osx-bte-cli/linenoise.c:1092
↓ 1 callersMethodlist_keys
(self)
keychain.py:32
↓ 1 callersFunctionload_fci
Load and uncompress an FCI image. On error abort the program. * On success an array of bytes, with white pixels set to 1, is returned. * The width a
fci/pngtofci.c:322
↓ 1 callersFunctionload_png
fci/pngtofci.c:44
↓ 1 callersMethodload_settings
(self)
freakwan.py:277
↓ 1 callersMethodmin_refresh_time
(self)
icons.py:73
↓ 1 callersMethodmodem_is_receiving_packet
(self)
sx1276.py:299
↓ 1 callersFunctionpack_adv_service
(uuid)
bt.py:69
↓ 1 callersMethodpower_up
(freakwan)
devices/device_config.generic.py:45
↓ 1 callersMethodpoweroff
(self)
ssd1306.py:75
↓ 1 callersMethodprocess_api_response
(self)
telegram.py:142
↓ 1 callersMethodprocess_line
(self,line)
networking.py:105
↓ 1 callersMethodquote
(self,string)
telegram.py:208
↓ 1 callersMethodread_12bit
(self,reg)
axp192.py:10
↓ 1 callersMethodread_api_response
(self)
telegram.py:116
↓ 1 callersMethodreadbuf
(self, off, numbytes)
sx1262.py:153
↓ 1 callersMethodreadreg
(self, addr, readlen=1)
sx1262.py:138
↓ 1 callersMethodreceive_from_serial
(self)
freakwan.py:765
↓ 1 callersMethodrefresh
(self)
splash.py:45
↓ 1 callersMethodregister
(self)
networking.py:66
↓ 1 callersMethodrender_4x6_char
(self,c,px,py,color)
scroller.py:86
↓ 1 callersMethodrender_text
(self,text,x,y,color)
scroller.py:78
↓ 1 callersMethodreset
(self)
freakwan.py:272
↓ 1 callersMethodreset
(self)
history.py:181
↓ 1 callersMethodreset
(self)
sx1262.py:94
↓ 1 callersMethodreset_settings
(self)
freakwan.py:309
← previousnext →101–200 of 351, ranked by callers