MCPcopy Create free account

hub / github.com/dillo-browser/dillo / functions

Functions3,450 in github.com/dillo-browser/dillo

↓ 2 callersMethodsetElement
src/css.hh:376
↓ 2 callersMethodsetLabel
dw/fltkui.cc:718
↓ 2 callersMethodsetMaxValue
dw/listitem.cc:75
↓ 2 callersMethodsetPenalties
* 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 callersMethodsetQuasiParent
dw/widget.cc:288
↓ 2 callersMethodsetSize
* \brief Set the size explicitly. * * May be necessary before calling misc::SimpleVector::set. */
lout/misc.hh:188
↓ 2 callersMethodsetValues
dw/oofawarewidget_iterator.cc:55
↓ 2 callersMethodset_location
* Set a new URL in the location input-box. */
src/ui.cc:828
↓ 2 callersMethodset_placeholder
* Set the placeholder text. */
dw/fltkui.cc:112
↓ 2 callersMethodshowtext
dpi/downloads.cc:85
↓ 2 callersMethodsort
* Sort the elements in the vector. Assumes that all elements are Comparable's. */
lout/container.cc:207
↓ 2 callersMethodstrdup
lout/misc.hh:689
↓ 2 callersMethodstrndup
lout/misc.hh:682
↓ 2 callersFunctionstrstrip
dw/fltkplatform.cc:135
↓ 2 callersMethodsubmit
* Submit. * (Called by eventHandler()) */
src/form.cc:1041
↓ 2 callersMethodtellIncompletePosition1
dw/ooffloatsmgr.cc:858
↓ 2 callersMethodtellPosition1
dw/ooffloatsmgr.cc:751
↓ 2 callersMethodtotalHeight
* \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 callersFunctiontry_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 callersMethodunhighlight
dw/iterator.cc:254
↓ 2 callersMethodupdateReference
dw/textblock.cc:3079
↓ 2 callersMethodviewportSizeChanged
* 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 callersMethodwrite
* 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 callersMethodwrite
* 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 callersFunctionAsciiStrcasecmp
lout/misc.hh:97
↓ 1 callersFunctionAuth_do_auth_dialog
* Return: Nonzero if we got new credentials from the user and everything * seems fine. */
src/auth.c:619
↓ 1 callersFunctionAuth_do_auth_required
* Determine whether the user needs to authenticate. */
src/auth.c:494
↓ 1 callersFunctionAuth_parse_challenge
src/auth.c:339
↓ 1 callersFunctionAuth_parse_challenge_args
src/auth.c:305
↓ 1 callersFunctionAuth_parse_free
src/auth.c:79
↓ 1 callersFunctionAuth_parse_new
src/auth.c:64
↓ 1 callersFunctionAuth_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 callersFunctionAuth_realm_by_path
* Search all realms for the one with the best-matching path. */
src/auth.c:389
↓ 1 callersFunctionAuth_realm_delete
src/auth.c:413
↓ 1 callersFunctionAuth_realm_includes_path
src/auth.c:431
↓ 1 callersFunctionAuth_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 callersFunctionBms_check_import
* If there's no "bm.txt", create one from "bookmarks.html". */
dpi/bookmarks.c:573
↓ 1 callersFunctionBms_cond_load
* Load bookmarks data if: * - file timestamp is newer than ours or * - we haven't loaded anything yet :) */
dpi/bookmarks.c:688
↓ 1 callersFunctionBms_free
* Free all the bookmarks data (bookmarks and sections) */
dpi/bookmarks.c:522
↓ 1 callersFunctionBms_get
* Return the Bm record by key */
dpi/bookmarks.c:394
↓ 1 callersFunctionBms_get_sec
* Return the Section record by key */
dpi/bookmarks.c:402
↓ 1 callersFunctionBms_load
* Load bookmarks data from a file */
dpi/bookmarks.c:614
↓ 1 callersFunctionBms_move
* Move a bookmark to another section */
dpi/bookmarks.c:481
↓ 1 callersFunctionBms_normalize
* Enforce increasing correlative section numbers with no jumps. */
dpi/bookmarks.c:540
↓ 1 callersFunctionBms_update_sec_title
* Update a section title by key */
dpi/bookmarks.c:508
↓ 1 callersFunctionBms_update_title
* Update a bookmark title by key */
dpi/bookmarks.c:494
↓ 1 callersFunctionBmsrv_add_bm
* Add a new bookmark to DB :) */
dpi/bookmarks.c:776
↓ 1 callersFunctionBmsrv_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 callersFunctionBmsrv_modify_add_section
* Parse an "add section" request, and update the bm file. * Return code: { 0:OK, 1:Abort } */
dpi/bookmarks.c:1193
↓ 1 callersFunctionBmsrv_modify_delete
* Parse a delete bms request, delete them, and update bm file. * Return code: { 0:OK, 1:Abort } */
dpi/bookmarks.c:1053
↓ 1 callersFunctionBmsrv_modify_move
* Parse a move urls request, move and update bm file. * Return code: { 0:OK, 1:Abort } */
dpi/bookmarks.c:1099
↓ 1 callersFunctionBmsrv_modify_update
* Parse a modify request: update urls and sections, then save. * Return code: { 0:OK, 1:Abort } */
dpi/bookmarks.c:1138
↓ 1 callersFunctionBmsrv_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 callersFunctionBmsrv_process_modify_request
* Parse a and process a modify request. * Return code: { 0:OK, 1:Abort, 2:Close } */
dpi/bookmarks.c:1339
↓ 1 callersFunctionBmsrv_send_modify_answer
* Make the modify-page and send it back * Return code: { 0:OK, 1:Abort, 2:Close } */
dpi/bookmarks.c:1016
↓ 1 callersFunctionBmsrv_send_modify_page
* Send the HTML for the modify page * Return code: { 0:OK, 1:Abort, 2:Close } */
dpi/bookmarks.c:839
↓ 1 callersFunctionBmsrv_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 callersFunctionBmsrv_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 callersFunctionCache_delayed_process_queue
* Set a call to Cache_process_queue from the main cycle. */
src/cache.c:1381
↓ 1 callersFunctionCache_entry_init
* Set safe values for a new cache entry */
src/cache.c:193
↓ 1 callersFunctionCache_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 callersFunctionCache_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 callersFunctionCache_parse_header
* Scan, allocate, and set things according to header info. * (This function needs the whole header to work) */
src/cache.c:660
↓ 1 callersFunctionCache_provide_redirection_blocked_page
* Let the client know that we're not following a redirection. */
src/cache.c:1145
↓ 1 callersFunctionCache_redirect
* Process redirections (HTTP 30x answers) * (This is a work in progress --not finished yet) */
src/cache.c:996
↓ 1 callersFunctionCapi_conn_find
* Find connection data by server */
src/capi.c:167
↓ 1 callersFunctionCapi_conn_resume
* Resume connections that were waiting for dpid to start. */
src/capi.c:175
↓ 1 callersFunctionCapi_dpi_send_source
* Send the requested URL's source to the "view source" dpi */
src/capi.c:323
↓ 1 callersFunctionCapi_request_permitted
* Shall we permit this request to open a URL? */
src/capi.c:349
↓ 1 callersFunctionCapi_url_uses_dpi
* If the url belongs to a dpi server, return its name. */
src/capi.c:270
↓ 1 callersFunctionChain_debug_msg
src/chain.c:26
↓ 1 callersFunctionColor_distance3
* Return: [0-3] (requires less contrast than distance2) */
src/colors.c:331
↓ 1 callersFunctionCookie_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 callersFunctionCookie_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 callersFunctionCookies_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 callersFunctionCookies_domain_matches
* Check whether host name A domain-matches host name B. */
dpi/cookies.c:1096
↓ 1 callersFunctionCookies_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 callersFunctionCookies_get
* Return a string that contains all relevant cookies as headers. */
dpi/cookies.c:1321
↓ 1 callersFunctionCookies_get_LRU
* Find the least recently used cookie among those in the provided list. */
dpi/cookies.c:656
↓ 1 callersFunctionCookies_get_day
* Day parsing: "day-of-month = 1*2DIGIT" */
dpi/cookies.c:534
↓ 1 callersFunctionCookies_get_month
* Month parsing */
dpi/cookies.c:460
↓ 1 callersFunctionCookies_get_time
* Time parsing: 'time-field ":" time-field ":" time-field' * 'time-field = 1*2DIGIT' */
dpi/cookies.c:508
↓ 1 callersFunctionCookies_get_year
* Date parsing: "year = 2*4DIGIT" */
dpi/cookies.c:548
↓ 1 callersFunctionCookies_init
* Initialize the cookies module * (The 'disabled' variable is writeable only within Cookies_init) */
dpi/cookies.c:335
↓ 1 callersFunctionCookies_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 callersFunctionCookies_load_cookies
* Read in cookies from 'stream' (cookies.txt) */
dpi/cookies.c:248
↓ 1 callersFunctionCookies_match
* Compare the cookie with the supplied data to see whether it matches */
dpi/cookies.c:1255
↓ 1 callersFunctionCookies_parse
* Parse cookie. A cookie might look something like: * "Name=Val; Domain=example.com; Max-Age=3600; HttpOnly" */
dpi/cookies.c:892
↓ 1 callersFunctionCookies_parse_attr
* Return the attribute that is present at *cookie_str. */
dpi/cookies.c:799
↓ 1 callersFunctionCookies_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 callersFunctionCookies_rc_check
test/unit/cookies.c:898
↓ 1 callersFunctionCookies_save_and_free
* Flush cookies to disk and free all the memory allocated. */
dpi/cookies.c:390
↓ 1 callersFunctionCookies_server_timediff
* Return the number of seconds by which our clock is ahead of the server's * clock. */
dpi/cookies.c:857
↓ 1 callersFunctionCookies_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 callersFunctionCookies_tm_init
dpi/cookies.c:234
↓ 1 callersFunctionCookies_unquote_string
dpi/cookies.c:875
↓ 1 callersFunctionCookies_validate_domain
* Validate cookies domain against some security checks. */
dpi/cookies.c:1181
↓ 1 callersFunctionCookies_validate_path
* If cookie path is not properly set, remedy that. */
dpi/cookies.c:1076
↓ 1 callersFunctionDecode_raw_deflate
* Decode (raw) deflated data */
src/decode.c:150
↓ 1 callersFunctionDicache_add_entry
* Add a new entry in the dicache * (a single URL may have several entries) */
src/dicache.c:123
← previousnext →901–1,000 of 3,450, ranked by callers