Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dillo-browser/dillo
/ functions
Functions
3,450 in github.com/dillo-browser/dillo
⨍
Functions
3,450
◇
Types & classes
462
↓ 2 callers
Method
setElement
src/css.hh:376
↓ 2 callers
Method
setLabel
dw/fltkui.cc:718
↓ 2 callers
Method
setMaxValue
dw/listitem.cc:75
↓ 2 callers
Method
setPenalties
* Sets the penalty, multiplied by 100. Multiplication is necessary * to deal with fractional numbers, without having to use floating * point numbers
dw/textblock_linebreaking.cc:130
↓ 2 callers
Method
setQuasiParent
dw/widget.cc:288
↓ 2 callers
Method
setSize
* \brief Set the size explicitly. * * May be necessary before calling misc::SimpleVector::set. */
lout/misc.hh:188
↓ 2 callers
Method
setValues
dw/oofawarewidget_iterator.cc:55
↓ 2 callers
Method
set_location
* Set a new URL in the location input-box. */
src/ui.cc:828
↓ 2 callers
Method
set_placeholder
* Set the placeholder text. */
dw/fltkui.cc:112
↓ 2 callers
Method
showtext
dpi/downloads.cc:85
↓ 2 callers
Method
sort
* Sort the elements in the vector. Assumes that all elements are Comparable's. */
lout/container.cc:207
↓ 2 callers
Method
strdup
lout/misc.hh:689
↓ 2 callers
Method
strndup
lout/misc.hh:682
↓ 2 callers
Function
strstrip
dw/fltkplatform.cc:135
↓ 2 callers
Method
submit
* Submit. * (Called by eventHandler()) */
src/form.cc:1041
↓ 2 callers
Method
tellIncompletePosition1
dw/ooffloatsmgr.cc:858
↓ 2 callers
Method
tellPosition1
dw/ooffloatsmgr.cc:751
↓ 2 callers
Method
totalHeight
* \brief Returns the difference between two vertical lines * positions: height of this line plus space below this * line. The marg
dw/textblock.hh:401
↓ 2 callers
Function
try_ftp_transfer
* Fork, exec command, get its output and send via stdout. * Return: Number of bytes transfered, -1 if file-not_found, -2 if aborted. */
dpi/ftp.c:177
↓ 2 callers
Method
unhighlight
dw/iterator.cc:254
↓ 2 callers
Method
updateReference
dw/textblock.cc:3079
↓ 2 callers
Method
viewportSizeChanged
* This function must be called by a viewport view, when its viewport size has * changed. It is *not* called, when the layout has requested the size c
dw/layout.cc:1322
↓ 2 callers
Method
write
* Here we parse plain text and put it into the page structure. * (This function is called by Plain_callback whenever there's new data) */
src/plain.cc:171
↓ 2 callers
Method
write
* Process the newly arrived html and put it into the page structure. * (This function is called by Html_callback whenever there's new data) */
src/html.cc:578
↓ 1 callers
Function
AsciiStrcasecmp
lout/misc.hh:97
↓ 1 callers
Function
Auth_do_auth_dialog
* Return: Nonzero if we got new credentials from the user and everything * seems fine. */
src/auth.c:619
↓ 1 callers
Function
Auth_do_auth_required
* Determine whether the user needs to authenticate. */
src/auth.c:494
↓ 1 callers
Function
Auth_parse_challenge
src/auth.c:339
↓ 1 callers
Function
Auth_parse_challenge_args
src/auth.c:305
↓ 1 callers
Function
Auth_parse_free
src/auth.c:79
↓ 1 callers
Function
Auth_parse_new
src/auth.c:64
↓ 1 callers
Function
Auth_parse_token_value
* Parse authentication challenge into token-value pairs * and feed them into the callback function. * * The parsing is aborted should the callback
src/auth.c:164
↓ 1 callers
Function
Auth_realm_by_path
* Search all realms for the one with the best-matching path. */
src/auth.c:389
↓ 1 callers
Function
Auth_realm_delete
src/auth.c:413
↓ 1 callers
Function
Auth_realm_includes_path
src/auth.c:431
↓ 1 callers
Function
Auth_unquote_value
* Unquote the content of a (potentially) quoted string. * Return: newly allocated unquoted content. * * Arguments: * valuep: pointer to a pointer
src/auth.c:125
↓ 1 callers
Function
Bms_check_import
* If there's no "bm.txt", create one from "bookmarks.html". */
dpi/bookmarks.c:573
↓ 1 callers
Function
Bms_cond_load
* Load bookmarks data if: * - file timestamp is newer than ours or * - we haven't loaded anything yet :) */
dpi/bookmarks.c:688
↓ 1 callers
Function
Bms_free
* Free all the bookmarks data (bookmarks and sections) */
dpi/bookmarks.c:522
↓ 1 callers
Function
Bms_get
* Return the Bm record by key */
dpi/bookmarks.c:394
↓ 1 callers
Function
Bms_get_sec
* Return the Section record by key */
dpi/bookmarks.c:402
↓ 1 callers
Function
Bms_load
* Load bookmarks data from a file */
dpi/bookmarks.c:614
↓ 1 callers
Function
Bms_move
* Move a bookmark to another section */
dpi/bookmarks.c:481
↓ 1 callers
Function
Bms_normalize
* Enforce increasing correlative section numbers with no jumps. */
dpi/bookmarks.c:540
↓ 1 callers
Function
Bms_update_sec_title
* Update a section title by key */
dpi/bookmarks.c:508
↓ 1 callers
Function
Bms_update_title
* Update a bookmark title by key */
dpi/bookmarks.c:494
↓ 1 callers
Function
Bmsrv_add_bm
* Add a new bookmark to DB :) */
dpi/bookmarks.c:776
↓ 1 callers
Function
Bmsrv_check_modify_request
* Check the parameters of a modify request, and return an error message * when it's wrong. * Return code: { 0:OK, 2:Close } */
dpi/bookmarks.c:1274
↓ 1 callers
Function
Bmsrv_modify_add_section
* Parse an "add section" request, and update the bm file. * Return code: { 0:OK, 1:Abort } */
dpi/bookmarks.c:1193
↓ 1 callers
Function
Bmsrv_modify_delete
* Parse a delete bms request, delete them, and update bm file. * Return code: { 0:OK, 1:Abort } */
dpi/bookmarks.c:1053
↓ 1 callers
Function
Bmsrv_modify_move
* Parse a move urls request, move and update bm file. * Return code: { 0:OK, 1:Abort } */
dpi/bookmarks.c:1099
↓ 1 callers
Function
Bmsrv_modify_update
* Parse a modify request: update urls and sections, then save. * Return code: { 0:OK, 1:Abort } */
dpi/bookmarks.c:1138
↓ 1 callers
Function
Bmsrv_parse_token
* Parse a data stream (dpi protocol) * Note: Buf is a dpip token (zero terminated string) * Return code: { 0:OK, 1:Abort, 2:Close } */
dpi/bookmarks.c:1482
↓ 1 callers
Function
Bmsrv_process_modify_request
* Parse a and process a modify request. * Return code: { 0:OK, 1:Abort, 2:Close } */
dpi/bookmarks.c:1339
↓ 1 callers
Function
Bmsrv_send_modify_answer
* Make the modify-page and send it back * Return code: { 0:OK, 1:Abort, 2:Close } */
dpi/bookmarks.c:1016
↓ 1 callers
Function
Bmsrv_send_modify_page
* Send the HTML for the modify page * Return code: { 0:OK, 1:Abort, 2:Close } */
dpi/bookmarks.c:839
↓ 1 callers
Function
Bmsrv_send_modify_page_add_section
* Send the HTML for the modify page for "add section" * Return code: { 0:OK, 1:Abort, 2:Close } */
dpi/bookmarks.c:913
↓ 1 callers
Function
Bmsrv_send_modify_page_add_url
* Send the HTML for the modify page for "add url" * Return code: { 0:OK, 1:Abort, 2:Close } */
dpi/bookmarks.c:926
↓ 1 callers
Function
Cache_delayed_process_queue
* Set a call to Cache_process_queue from the main cycle. */
src/cache.c:1381
↓ 1 callers
Function
Cache_entry_init
* Set safe values for a new cache entry */
src/cache.c:193
↓ 1 callers
Function
Cache_entry_inject
* Inject full page content directly into the cache. * Used for "about:splash". May be used for "about:cache" too. */
src/cache.c:269
↓ 1 callers
Function
Cache_get_header
* Consume bytes until the whole header is got (up to a "\r\n\r\n" sequence) * (Also unfold multi-line fields and strip '\r' chars from header) */
src/cache.c:824
↓ 1 callers
Function
Cache_parse_header
* Scan, allocate, and set things according to header info. * (This function needs the whole header to work) */
src/cache.c:660
↓ 1 callers
Function
Cache_provide_redirection_blocked_page
* Let the client know that we're not following a redirection. */
src/cache.c:1145
↓ 1 callers
Function
Cache_redirect
* Process redirections (HTTP 30x answers) * (This is a work in progress --not finished yet) */
src/cache.c:996
↓ 1 callers
Function
Capi_conn_find
* Find connection data by server */
src/capi.c:167
↓ 1 callers
Function
Capi_conn_resume
* Resume connections that were waiting for dpid to start. */
src/capi.c:175
↓ 1 callers
Function
Capi_dpi_send_source
* Send the requested URL's source to the "view source" dpi */
src/capi.c:323
↓ 1 callers
Function
Capi_request_permitted
* Shall we permit this request to open a URL? */
src/capi.c:349
↓ 1 callers
Function
Capi_url_uses_dpi
* If the url belongs to a dpi server, return its name. */
src/capi.c:270
↓ 1 callers
Function
Chain_debug_msg
src/chain.c:26
↓ 1 callers
Function
Color_distance3
* Return: [0-3] (requires less contrast than distance2) */
src/colors.c:331
↓ 1 callers
Function
Cookie_control_init
* Get the cookie control rules (from cookiesrc). * Return value: * 0 = Parsed OK, with cookies enabled * 1 = Parsed OK, with cookies disabled
dpi/cookies.c:1418
↓ 1 callers
Function
Cookie_control_init
* Get the cookie control rules (from cookiesrc). * @return * - 0 = Parsed OK, with cookies enabled * - 1 = Parsed OK, with cookies disabled *
src/cookies.c:241
↓ 1 callers
Function
Cookies_control_check_domain
* Check the rules for an appropriate action for this domain. * The rules are ordered by domain length, with longest first, so the * first match is t
src/cookies.c:337
↓ 1 callers
Function
Cookies_domain_matches
* Check whether host name A domain-matches host name B. */
dpi/cookies.c:1096
↓ 1 callers
Function
Cookies_fopen
* Return a file pointer. If the file doesn't exist, try to create it, * with the optional 'init_str' as its content. */
src/cookies.c:80
↓ 1 callers
Function
Cookies_get
* Return a string that contains all relevant cookies as headers. */
dpi/cookies.c:1321
↓ 1 callers
Function
Cookies_get_LRU
* Find the least recently used cookie among those in the provided list. */
dpi/cookies.c:656
↓ 1 callers
Function
Cookies_get_day
* Day parsing: "day-of-month = 1*2DIGIT" */
dpi/cookies.c:534
↓ 1 callers
Function
Cookies_get_month
* Month parsing */
dpi/cookies.c:460
↓ 1 callers
Function
Cookies_get_time
* Time parsing: 'time-field ":" time-field ":" time-field' * 'time-field = 1*2DIGIT' */
dpi/cookies.c:508
↓ 1 callers
Function
Cookies_get_year
* Date parsing: "year = 2*4DIGIT" */
dpi/cookies.c:548
↓ 1 callers
Function
Cookies_init
* Initialize the cookies module * (The 'disabled' variable is writeable only within Cookies_init) */
dpi/cookies.c:335
↓ 1 callers
Function
Cookies_internal_dots_required
* Based on the host, how many internal dots do we need in a cookie domain * to make it valid? e.g., "org" is not on the list, so dillo.org is a safe
dpi/cookies.c:1136
↓ 1 callers
Function
Cookies_load_cookies
* Read in cookies from 'stream' (cookies.txt) */
dpi/cookies.c:248
↓ 1 callers
Function
Cookies_match
* Compare the cookie with the supplied data to see whether it matches */
dpi/cookies.c:1255
↓ 1 callers
Function
Cookies_parse
* Parse cookie. A cookie might look something like: * "Name=Val; Domain=example.com; Max-Age=3600; HttpOnly" */
dpi/cookies.c:892
↓ 1 callers
Function
Cookies_parse_attr
* Return the attribute that is present at *cookie_str. */
dpi/cookies.c:799
↓ 1 callers
Function
Cookies_path_matches
* Check whether url_path path-matches cookie_path * * Note different user agents apparently vary in path-matching behaviour, * but this is the reco
dpi/cookies.c:1054
↓ 1 callers
Function
Cookies_rc_check
test/unit/cookies.c:898
↓ 1 callers
Function
Cookies_save_and_free
* Flush cookies to disk and free all the memory allocated. */
dpi/cookies.c:390
↓ 1 callers
Function
Cookies_server_timediff
* Return the number of seconds by which our clock is ahead of the server's * clock. */
dpi/cookies.c:857
↓ 1 callers
Function
Cookies_set
* Set the value corresponding to the cookie string * Return value: 0 set OK, -1 disabled, -2 denied, -3 rejected. */
dpi/cookies.c:1216
↓ 1 callers
Function
Cookies_tm_init
dpi/cookies.c:234
↓ 1 callers
Function
Cookies_unquote_string
dpi/cookies.c:875
↓ 1 callers
Function
Cookies_validate_domain
* Validate cookies domain against some security checks. */
dpi/cookies.c:1181
↓ 1 callers
Function
Cookies_validate_path
* If cookie path is not properly set, remedy that. */
dpi/cookies.c:1076
↓ 1 callers
Function
Decode_raw_deflate
* Decode (raw) deflated data */
src/decode.c:150
↓ 1 callers
Function
Dicache_add_entry
* Add a new entry in the dicache * (a single URL may have several entries) */
src/dicache.c:123
← previous
next →
901–1,000 of 3,450, ranked by callers