MCPcopy Create free account

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

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

↓ 2 callersFunctiona_Html_load_images
* Used by the "Load images" page menuitem. */
src/html.cc:230
↓ 2 callersFunctiona_Html_load_stylesheet
* Tell cache to retrieve a stylesheet */
src/html.cc:3247
↓ 2 callersFunctiona_Html_tag_set_valign_attr
* Evaluates the VALIGN attribute (top|bottom|middle|baseline) and * sets the style in style_attrs. Returns true when set. */
src/html.cc:363
↓ 2 callersFunctiona_Image_write
* Implement the write method */
src/image.cc:130
↓ 2 callersFunctiona_Imgbuf_last_reference
* Last reference for this Imgbuf? */
src/imgbuf.cc:113
↓ 2 callersFunctiona_Imgbuf_unref
* Decrement reference count for an Imgbuf */
src/imgbuf.cc:84
↓ 2 callersFunctiona_Klist_length
* Return the number of elements in the Klist */
src/klist.c:102
↓ 2 callersFunctiona_Menu_history_popup
* Navigation History popup menu (construction & popup). * * direction: {backward = -1, forward = 1} */
src/menu.cc:717
↓ 2 callersFunctiona_Misc_content_type_cmp
* Compare two Content-Type strings. * Return 0 if they are equivalent, and 1 otherwise. */
src/misc.c:274
↓ 2 callersFunctiona_Misc_encode_base64
* Encodes string using base64 encoding. * Return value: new string or NULL if input string is empty. */
src/misc.c:425
↓ 2 callersFunctiona_Misc_escape_chars
* Escape characters as %XX sequences. * Return value: New string. */
src/misc.c:26
↓ 2 callersFunctiona_Misc_file2dstr
* Load a local file into a dStr. * Return value: dStr on success, NULL on error. * TODO: a filesize threshold may be implemented. */
src/misc.c:464
↓ 2 callersFunctiona_Misc_get_content_type_from_data
* Detects 'Content-Type' from a data stream sample. * * It uses the magic(5) logic from file(1). Currently, it * only checks the few mime types tha
src/misc.c:136
↓ 2 callersFunctiona_Misc_parse_geometry
* Parse a geometry string. */
src/misc.c:360
↓ 2 callersFunctiona_Misc_parse_search_url
* Parse dillorc's search_url string (`[<label> ]<url>`) * Return value: -1 on error, 0 on success (and label and urlstr pointers) */
src/misc.c:391
↓ 2 callersFunctiona_Tls_connect
src/IO/tls.c:144
↓ 2 callersFunctiona_Tls_connection
* Return TLS connection information for a given file * descriptor, or NULL if no TLS connection was found. */
src/IO/tls.c:64
↓ 2 callersFunctiona_UIcmd_back
* Send the browser back to previous page */
src/uicmd.cc:865
↓ 2 callersFunctiona_UIcmd_book
* Request the bookmarks page */
src/uicmd.cc:1243
↓ 2 callersFunctiona_UIcmd_browser_window_new
* Create a new UI and its associated BrowserWindow data structure. * Use style from v_ui. If non-NULL it must be of type UI*. */
src/uicmd.cc:559
↓ 2 callersFunctiona_UIcmd_file_popup
* Pop up the file menu */
src/uicmd.cc:1298
↓ 2 callersFunctiona_UIcmd_findtext_search
* Search for next/previous occurrence of key. */
src/uicmd.cc:1604
↓ 2 callersFunctiona_UIcmd_forw
* Send the browser to next page in the history list */
src/uicmd.cc:881
↓ 2 callersFunctiona_UIcmd_home
* Send the browser to home URL */
src/uicmd.cc:897
↓ 2 callersFunctiona_UIcmd_open_file
* Open URL with dialog chooser */
src/uicmd.cc:1153
↓ 2 callersFunctiona_UIcmd_page_popup
* Popup the page menu */
src/uicmd.cc:1262
↓ 2 callersFunctiona_UIcmd_save_link
* Save link URL */
src/uicmd.cc:1235
↓ 2 callersFunctiona_UIcmd_search_dialog
* Get a query from a dialog and open it */
src/uicmd.cc:1208
↓ 2 callersFunctiona_UIcmd_set_bug_prog
* Set the bug meter progress label */
src/uicmd.cc:1531
↓ 2 callersFunctiona_UIcmd_set_page_title
* Set the page title in the tab label and window titlebar. * (Update window titlebar for the current tab only) */
src/uicmd.cc:1540
↓ 2 callersFunctiona_UIcmd_set_scroll_xy
* Set the scroll position ({x, y} offset pair) */
src/uicmd.cc:1432
↓ 2 callersFunctiona_UIcmd_stop
* Stop network activity on this bw. * The stop button was pressed: stop page (and images) downloads. */
src/uicmd.cc:1132
↓ 2 callersFunctiona_UIcmd_view_page_bugs
* Show the browser window's HTML errors in a text window */
src/uicmd.cc:1350
↓ 2 callersFunctiona_UIcmd_view_page_source
* Ask the vsource dpi to show this URL's source */
src/uicmd.cc:1315
↓ 2 callersFunctiona_Url_decode_hex_str
* Parse possible hexadecimal octets in the URI path. * Returns a new allocated string. */
src/url.c:586
↓ 2 callersFunctiona_Url_string_strip_delimiters
* RFC-3986 suggests this stripping when "importing" URLs from other media. * Strip: "URL:", enclosing < >, and embedded whitespace. * (We also strip
src/url.c:658
↓ 2 callersFunctiona_Utf8_ideographic
* Does s point to a UTF-8-encoded ideographic character?. * * This is based on http://unicode.org/reports/tr14/#ID plus some guesses * for what mig
src/utf8.cc:76
↓ 2 callersFunctiona_Web_dispatch_by_type
* Given the MIME content type, and a fd to read it from, * this function connects the proper MIME viewer to it. * Return value: * 1 on success (
src/web.cc:50
↓ 2 callersMethodaddButtonResource
* \todo Comment this; */
test/dw/form.cc:236
↓ 2 callersMethodaddIdle
* \todo Incomplete comments. */
dw/fltkplatform.cc:647
↓ 2 callersMethodaddSelectionResource
* \brief Adds an instance of dw::core::ui::SelectionResource. */
test/dw/form.cc:225
↓ 2 callersMethodaddWidgetProcessedAsInterruption
dw/types.hh:282
↓ 2 callersMethodallocateFltkWidget
dw/fltkviewbase.cc:719
↓ 2 callersMethodappendValuesTo
* Get the values for a "successful control". */
src/form.cc:1773
↓ 2 callersMethodapply
* \brief Make changes to StyleAttrs attrs according to CssPropertyList props. */
src/styleengine.cc:364
↓ 2 callersMethodapplyPerWidth
dw/table.cc:320
↓ 2 callersMethodattachView
dw/fltkui.cc:443
↓ 2 callersMethodavg_height
dw/fltkui.cc:1551
↓ 2 callersFunctionbind_socket_fd
! Bind a socket port on localhost. Try to be close to base_port. * \Return * \li listening socket file descriptor on success * \li -1 on failure *
dpid/dpid.c:569
↓ 2 callersFunctioncalcBackgroundRelatedValues
dw/style.cc:1340
↓ 2 callersMethodcalcWidgetRefSize
dw/oofposrelmgr.cc:56
↓ 2 callersMethodcancel
src/tipwin.hh:24
↓ 2 callersMethodchange_panel
* On-the-fly panel style change */
src/ui.cc:985
↓ 2 callersMethodclear
* \brief Remove all strings appended to the string buffer. */
lout/misc.cc:110
↓ 2 callersMethodcloneCharIterator
dw/iterator.hh:253
↓ 2 callersMethodcompare
lout/object.cc:137
↓ 2 callersMethodcompareTo
dw/textblock_linebreaking.cc:180
↓ 2 callersMethodconnect
dw/fltkui.cc:1274
↓ 2 callersMethodconnectClicked
dw/ui.hh:388
↓ 2 callersMethodcontainerMustAdjustExtraSpace
dw/ooffloatsmgr.cc:1005
↓ 2 callersMethodcopySelection
dw/fltkplatform.cc:703
↓ 2 callersMethodcopyTo
dw/fltkimgbuf.cc:488
↓ 2 callersFunctioncorrectAvailHeightOfChild
dw/tablecell.cc:72
↓ 2 callersFunctioncorrectAvailWidthOfChild
dw/tablecell.cc:47
↓ 2 callersFunctioncorrectCorrectedExtremesOfChild
dw/tablecell.cc:108
↓ 2 callersFunctioncorrectCorrectedRequisitionOfChild
dw/tablecell.cc:79
↓ 2 callersMethodcorrectExtremesOfChild
dw/widget.cc:2128
↓ 2 callersMethodcorrectRequisitionOfChild
dw/widget.cc:1893
↓ 2 callersMethodcreateCheckButtonResource
dw/fltkplatform.cc:433
↓ 2 callersMethodcreateMultiLineTextResource
dw/fltkplatform.cc:425
↓ 2 callersMethodcreateOptionMenuResource
dw/fltkplatform.cc:409
↓ 2 callersMethodcreateVariant
dw/iterator.cc:656
↓ 2 callersFunctiondList_sort
* Sort the list using a custom function */
dlib/dlib.c:758
↓ 2 callersFunctiondStr_insert_l
* Insert a C string, at a given position, into a Dstr (providing length). * Note: It also works with embedded nil characters. */
dlib/dlib.c:278
↓ 2 callersFunctiondStr_vsprintf
* vsprintf-like function. */
dlib/dlib.c:439
↓ 2 callersFunctiondStrnfill
* Return a new string of length 'len' filled with 'c' characters */
dlib/dlib.c:149
↓ 2 callersFunctiondStrshred
* Clear the contents of the string */
dlib/dlib.c:140
↓ 2 callersFunctiondUsleep
* Portable usleep() function. * * The usleep() function is deprecated in POSIX.1-2001 and removed in * POSIX.1-2008, see usleep(3). */
dlib/dlib.c:967
↓ 2 callersMethoddo_hide
src/tipwin.cc:80
↓ 2 callersMethoddo_show
src/tipwin.cc:73
↓ 2 callersMethoddpiX
dw/fltkplatform.cc:604
↓ 2 callersMethoddrawArc
dw/fltkviewbase.cc:541
↓ 2 callersFunctiondrawBackground
* \brief Draw the background (content plus padding) of a region in window, * according to style. * * Used by dw::core::Widget::drawBox and dw::c
dw/style.cc:1233
↓ 2 callersFunctiondrawBackgroundImage
dw/style.cc:1286
↓ 2 callersFunctiondrawBorder
* \brief Draw the border of a region in window, according to style. * * Used by dw::core::Widget::drawBox and dw::core::Widget::drawWidgetBox. * *
dw/style.cc:1168
↓ 2 callersMethoddrawImage
dw/fltkpreview.cc:162
↓ 2 callersMethodemitCanvasSizeChanged
dw/layout.cc:137
↓ 2 callersMethodemitEnter
dw/ui.cc:191
↓ 2 callersMethodemitLinkClick
dw/layout.hh:273
↓ 2 callersMethodendElement
* \brief tell the styleEngine that a html element has ended. */
src/styleengine.cc:299
↓ 2 callersMethodenter
dw/layout.cc:147
↓ 2 callersMethodeventHandler
src/form.cc:1022
↓ 2 callersMethodfill
dw/tools.cc:65
↓ 2 callersFunctionfill_services_list
! Add services reading a dpidrc file * each non empty or commented line has the form * service = path_relative_to_dpidir * \Return: * \li Returns
dpid/dpid.c:452
↓ 2 callersMethodforChild
dw/tools.cc:88
↓ 2 callersMethodformNew
* Allocate and insert form information. */
src/html.cc:667
↓ 2 callersFunctionfreeall
Nothing yet to free.
dw/core.hh:34
↓ 2 callersMethodgetArray
lout/misc.hh:166
↓ 2 callersMethodgetAvailHeightOfChild
dw/widget.cc:1836
↓ 2 callersMethodgetAvailWidthOfChild
* Computes the content width available of a child widget. * * @param child The child widget of which the available width will be *
dw/widget.cc:1779
← previousnext →701–800 of 3,450, ranked by callers