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
Function
Html_tag_open_form
* Handle <FORM> tag */
src/form.cc:338
Function
Html_tag_open_frame
* <FRAME>, <IFRAME> * TODO: This is just a temporary fix while real frame support * isn't finished. Imitates lynx/w3m's frames. */
src/html.cc:1915
Function
Html_tag_open_h
* <H1> | <H2> | <H3> | <H4> | <H5> | <H6> */
src/html.cc:1996
Function
Html_tag_open_head
* Handle open HEAD element. */
src/html.cc:1637
Function
Html_tag_open_hr
* <HR> */
src/html.cc:2952
Function
Html_tag_open_html
* Handle open HTML element */
src/html.cc:1606
Function
Html_tag_open_img
src/html.cc:2206
Function
Html_tag_open_input
* Add a new input to current form */
src/form.cc:432
Function
Html_tag_open_isindex
* The ISINDEX tag is just a deprecated form of <INPUT type=text> with * implied FORM, afaics. */
src/form.cc:589
Function
Html_tag_open_li
* Handle the <LI> tag. */
src/html.cc:2911
Function
Html_tag_open_link
* Parse the LINK element (Only CSS stylesheets by now). * (If it either hits or misses, is not relevant here; that's up to the * cache functions)
src/html.cc:3299
Function
Html_tag_open_menu
* Handle the <MENU> tag. */
src/html.cc:2857
Function
Html_tag_open_meta
* Handle META * We do not support http-equiv=refresh with delay>0 because it's * non standard, (the HTML 4.01 SPEC recommends explicitly to avoid it
src/html.cc:3120
Function
Html_tag_open_object
* <OBJECT> * Simply provide a link if the object is something downloadable. */
src/html.cc:2474
Function
Html_tag_open_ol
* Handle the <OL> tag. */
src/html.cc:2874
Function
Html_tag_open_optgroup
src/form.cc:808
Function
Html_tag_open_option
* <OPTION> */
src/form.cc:868
Function
Html_tag_open_p
* <P> * TODO: what's the point between adding the parbreak before and * after the push? */
src/html.cc:1903
Function
Html_tag_open_pre
* <PRE> */
src/html.cc:3051
Function
Html_tag_open_q
* <Q> */
src/html.cc:2782
Function
Html_tag_open_script
* Handle open SCRIPT. * initializes stash, where the embedded code will be stored. * MODE_VERBATIM is used because MODE_STASH catches entities. */
src/html.cc:1726
Function
Html_tag_open_select
* <SELECT> */ The select tag is quite tricky, because of gorpy html syntax. */
src/form.cc:735
Function
Html_tag_open_source
* <SOURCE> * Media resource; provide a link to its address. */
src/html.cc:2576
Function
Html_tag_open_span
* <SPAN> */
src/html.cc:3386
Function
Html_tag_open_style
* Handle open STYLE. * Store contents in the stash where the style sheet interpreter can get it. */
src/html.cc:1744
Function
Html_tag_open_table
* <TABLE> */
src/table.cc:47
Function
Html_tag_open_tbody
* <tbody> */
src/table.cc:256
Function
Html_tag_open_td
* <TD> */
src/table.cc:242
Function
Html_tag_open_textarea
src/form.cc:626
Function
Html_tag_open_tfoot
* <tfoot> */
src/table.cc:267
Function
Html_tag_open_th
* <TH> */
src/table.cc:281
Function
Html_tag_open_thead
* <thead> */
src/table.cc:274
Function
Html_tag_open_title
* Handle open TITLE. * calls stash init, where the title string will be stored */
src/html.cc:1688
Function
Html_tag_open_tr
* <TR> */
src/table.cc:180
Function
Html_tag_open_ul
* Handle the <UL> tag. */
src/html.cc:2808
Function
Html_tag_open_video
* <VIDEO> * Provide a link to the video. */
src/html.cc:2511
Function
Http_connect_socket_cb
* connect() couldn't complete before, but now it's ready, so let's try again. */
src/IO/http.c:529
Function
Http_dns_cb
* Callback function for the DNS resolver. * Continue connecting the socket, or abort upon error condition. * S->web is checked to assert the operati
src/IO/http.c:735
Function
Http_fd_map_cmp
* Compare by FD. */
src/IO/http.c:177
Method
Hyphenator
dw/hyphenator.cc:49
Function
IO_fd_read_cb
* Handle the READ event of a FD. */
src/IO/IO.c:283
Function
IO_fd_write_cb
* Handle the WRITE event of a FD. */
src/IO/IO.c:306
Method
IdentifiableObject
lout/identity.cc:65
Method
Image
dw/image.cc:148
Method
ImageMap
dw/image.cc:34
Method
ImageMapsList
dw/image.cc:80
Method
ImgRendererDist
dw/imgrenderer.hh:65
Method
Imgbuf
dw/imgbuf.hh:166
Method
Integer
lout/object.hh:131
Method
Iterator
lout/container.cc:39
Method
Iterator
Should not instantiated directly.
lout/container.hh:94
Method
Iterator
dw/iterator.cc:34
Function
Jpeg_errorexit
Routine called by libjpeg when it detects an error. */
src/jpeg.c:90
Function
Klist_node_by_key_cmp
* Compare function for searching data by its key */
src/klist.c:27
Function
Klist_node_by_node_cmp
* Compare function for searching data by node */
src/klist.c:35
Method
Layout
dw/layout.cc:258
Method
LayoutImgRenderer
dw/layout.hh:26
Method
List
lout/container.cc:298
Method
List
lout/container.hh:487
Method
List
dw/alignedtextblock.cc:28
Method
ListItem
dw/listitem.cc:30
Method
ListIterator
lout/container.hh:203
Method
MatchCache
src/css.hh:389
Function
Menu_add_bookmark_cb
* Add bookmark */
src/menu.cc:130
Function
Menu_bgimg_load_toggle_cb
* Toggle loading of background images. */
src/menu.cc:818
Function
Menu_bugmeter_about_cb
* Show info page for the bug meter */
src/menu.cc:288
Function
Menu_bugmeter_validate_w3c_cb
* Validate URL with the W3C legacy validator (HTML 4.01 and older) */
src/menu.cc:276
Function
Menu_bugmeter_validate_w3c_nu_cb
* Validate URL with the W3C Nu validator (for HTML 5) */
src/menu.cc:264
Function
Menu_copy_urlstr_cb
src/menu.cc:88
Function
Menu_embedded_css_cb
* Toggle use of embedded CSS style */
src/menu.cc:764
Function
Menu_find_text_cb
* Find text */
src/menu.cc:139
Function
Menu_force_https_cb
* Toggle use of force https mode */
src/menu.cc:777
Function
Menu_form_hiddens_cb
* Toggle display of 'hidden' form controls. */
src/menu.cc:215
Function
Menu_form_reset_cb
* Reset form */
src/menu.cc:204
Function
Menu_form_submit_cb
* Submit form */
src/menu.cc:193
Function
Menu_history_cb
* Navigation History callback. * Go to selected URL. */
src/menu.cc:297
Function
Menu_imgload_toggle_cb
* Toggle loading of images -- and load them if enabling. */
src/menu.cc:799
Function
Menu_load_images_cb
* Load images on current page that match URL pattern */
src/menu.cc:181
Function
Menu_nop_cb
--------------------------------------------------------------------------
src/menu.cc:63
Function
Menu_open_url_action_cb
* Open URL following a custom action */
src/menu.cc:458
Function
Menu_open_url_cb
* Open URL */
src/menu.cc:99
Function
Menu_open_url_nt_cb
* Open URL in new Tab */
src/menu.cc:119
Function
Menu_open_url_nw_cb
* Open URL in new window */
src/menu.cc:109
Function
Menu_panel_change_cb
src/menu.cc:786
Function
Menu_popup_cb
src/menu.cc:336
Function
Menu_remote_css_cb
* Toggle use of remote stylesheets */
src/menu.cc:752
Function
Menu_save_link_cb
* Save link */
src/menu.cc:147
Function
Menu_save_page_cb
* Save current page */
src/menu.cc:156
Function
Menu_simple_popup_cb
* Menus are popped-up from this timeout callback so the events * associated with the button are gone when it pops. This way we * avoid a segfault wh
src/menu.cc:323
Function
Menu_stylesheet_cb
src/menu.cc:224
Function
Menu_view_page_bugs_cb
* View current page's bugs */
src/menu.cc:173
Function
Menu_view_page_source_cb
* View current page source */
src/menu.cc:164
Method
MyInput
src/findbar.cc:27
Function
Nav_redirection0_callback
* This one does a_Nav_redirection0's job. */
src/nav.c:403
Function
Nav_reload_callback
* This one does a_Nav_reload's job! */
src/nav.c:474
Function
Nav_repush_callback
src/nav.c:378
Function
Nav_save_cb
* Receive data from the cache and save it to a local file */
src/nav.c:544
Method
NotSoSimpleVector
lout/misc.hh:388
Method
OOFAwareWidget
dw/oofawarewidget.cc:43
Method
OOFAwareWidgetIterator
"numContentsInFlow" is passed here to avoid indirectly calling the (virtual) method numContentsInFlow() from the constructor.
dw/oofawarewidget_iterator.cc:36
← previous
next →
2,001–2,100 of 3,450, ranked by callers