MCPcopy Create free account

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

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

FunctionHtml_tag_open_form
* Handle <FORM> tag */
src/form.cc:338
FunctionHtml_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
FunctionHtml_tag_open_h
* <H1> | <H2> | <H3> | <H4> | <H5> | <H6> */
src/html.cc:1996
FunctionHtml_tag_open_head
* Handle open HEAD element. */
src/html.cc:1637
FunctionHtml_tag_open_hr
* <HR> */
src/html.cc:2952
FunctionHtml_tag_open_html
* Handle open HTML element */
src/html.cc:1606
FunctionHtml_tag_open_img
src/html.cc:2206
FunctionHtml_tag_open_input
* Add a new input to current form */
src/form.cc:432
FunctionHtml_tag_open_isindex
* The ISINDEX tag is just a deprecated form of <INPUT type=text> with * implied FORM, afaics. */
src/form.cc:589
FunctionHtml_tag_open_li
* Handle the <LI> tag. */
src/html.cc:2911
FunctionHtml_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
FunctionHtml_tag_open_menu
* Handle the <MENU> tag. */
src/html.cc:2857
FunctionHtml_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
FunctionHtml_tag_open_object
* <OBJECT> * Simply provide a link if the object is something downloadable. */
src/html.cc:2474
FunctionHtml_tag_open_ol
* Handle the <OL> tag. */
src/html.cc:2874
FunctionHtml_tag_open_optgroup
src/form.cc:808
FunctionHtml_tag_open_option
* <OPTION> */
src/form.cc:868
FunctionHtml_tag_open_p
* <P> * TODO: what's the point between adding the parbreak before and * after the push? */
src/html.cc:1903
FunctionHtml_tag_open_pre
* <PRE> */
src/html.cc:3051
FunctionHtml_tag_open_q
* <Q> */
src/html.cc:2782
FunctionHtml_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
FunctionHtml_tag_open_select
* <SELECT> */ The select tag is quite tricky, because of gorpy html syntax. */
src/form.cc:735
FunctionHtml_tag_open_source
* <SOURCE> * Media resource; provide a link to its address. */
src/html.cc:2576
FunctionHtml_tag_open_span
* <SPAN> */
src/html.cc:3386
FunctionHtml_tag_open_style
* Handle open STYLE. * Store contents in the stash where the style sheet interpreter can get it. */
src/html.cc:1744
FunctionHtml_tag_open_table
* <TABLE> */
src/table.cc:47
FunctionHtml_tag_open_tbody
* <tbody> */
src/table.cc:256
FunctionHtml_tag_open_td
* <TD> */
src/table.cc:242
FunctionHtml_tag_open_textarea
src/form.cc:626
FunctionHtml_tag_open_tfoot
* <tfoot> */
src/table.cc:267
FunctionHtml_tag_open_th
* <TH> */
src/table.cc:281
FunctionHtml_tag_open_thead
* <thead> */
src/table.cc:274
FunctionHtml_tag_open_title
* Handle open TITLE. * calls stash init, where the title string will be stored */
src/html.cc:1688
FunctionHtml_tag_open_tr
* <TR> */
src/table.cc:180
FunctionHtml_tag_open_ul
* Handle the <UL> tag. */
src/html.cc:2808
FunctionHtml_tag_open_video
* <VIDEO> * Provide a link to the video. */
src/html.cc:2511
FunctionHttp_connect_socket_cb
* connect() couldn't complete before, but now it's ready, so let's try again. */
src/IO/http.c:529
FunctionHttp_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
FunctionHttp_fd_map_cmp
* Compare by FD. */
src/IO/http.c:177
MethodHyphenator
dw/hyphenator.cc:49
FunctionIO_fd_read_cb
* Handle the READ event of a FD. */
src/IO/IO.c:283
FunctionIO_fd_write_cb
* Handle the WRITE event of a FD. */
src/IO/IO.c:306
MethodIdentifiableObject
lout/identity.cc:65
MethodImage
dw/image.cc:148
MethodImageMap
dw/image.cc:34
MethodImageMapsList
dw/image.cc:80
MethodImgRendererDist
dw/imgrenderer.hh:65
MethodImgbuf
dw/imgbuf.hh:166
MethodInteger
lout/object.hh:131
MethodIterator
lout/container.cc:39
MethodIterator
Should not instantiated directly.
lout/container.hh:94
MethodIterator
dw/iterator.cc:34
FunctionJpeg_errorexit
Routine called by libjpeg when it detects an error. */
src/jpeg.c:90
FunctionKlist_node_by_key_cmp
* Compare function for searching data by its key */
src/klist.c:27
FunctionKlist_node_by_node_cmp
* Compare function for searching data by node */
src/klist.c:35
MethodLayout
dw/layout.cc:258
MethodLayoutImgRenderer
dw/layout.hh:26
MethodList
lout/container.cc:298
MethodList
lout/container.hh:487
MethodList
dw/alignedtextblock.cc:28
MethodListItem
dw/listitem.cc:30
MethodListIterator
lout/container.hh:203
MethodMatchCache
src/css.hh:389
FunctionMenu_add_bookmark_cb
* Add bookmark */
src/menu.cc:130
FunctionMenu_bgimg_load_toggle_cb
* Toggle loading of background images. */
src/menu.cc:818
FunctionMenu_bugmeter_about_cb
* Show info page for the bug meter */
src/menu.cc:288
FunctionMenu_bugmeter_validate_w3c_cb
* Validate URL with the W3C legacy validator (HTML 4.01 and older) */
src/menu.cc:276
FunctionMenu_bugmeter_validate_w3c_nu_cb
* Validate URL with the W3C Nu validator (for HTML 5) */
src/menu.cc:264
FunctionMenu_copy_urlstr_cb
src/menu.cc:88
FunctionMenu_embedded_css_cb
* Toggle use of embedded CSS style */
src/menu.cc:764
FunctionMenu_find_text_cb
* Find text */
src/menu.cc:139
FunctionMenu_force_https_cb
* Toggle use of force https mode */
src/menu.cc:777
FunctionMenu_form_hiddens_cb
* Toggle display of 'hidden' form controls. */
src/menu.cc:215
FunctionMenu_form_reset_cb
* Reset form */
src/menu.cc:204
FunctionMenu_form_submit_cb
* Submit form */
src/menu.cc:193
FunctionMenu_history_cb
* Navigation History callback. * Go to selected URL. */
src/menu.cc:297
FunctionMenu_imgload_toggle_cb
* Toggle loading of images -- and load them if enabling. */
src/menu.cc:799
FunctionMenu_load_images_cb
* Load images on current page that match URL pattern */
src/menu.cc:181
FunctionMenu_nop_cb
--------------------------------------------------------------------------
src/menu.cc:63
FunctionMenu_open_url_action_cb
* Open URL following a custom action */
src/menu.cc:458
FunctionMenu_open_url_cb
* Open URL */
src/menu.cc:99
FunctionMenu_open_url_nt_cb
* Open URL in new Tab */
src/menu.cc:119
FunctionMenu_open_url_nw_cb
* Open URL in new window */
src/menu.cc:109
FunctionMenu_panel_change_cb
src/menu.cc:786
FunctionMenu_popup_cb
src/menu.cc:336
FunctionMenu_remote_css_cb
* Toggle use of remote stylesheets */
src/menu.cc:752
FunctionMenu_save_link_cb
* Save link */
src/menu.cc:147
FunctionMenu_save_page_cb
* Save current page */
src/menu.cc:156
FunctionMenu_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
FunctionMenu_stylesheet_cb
src/menu.cc:224
FunctionMenu_view_page_bugs_cb
* View current page's bugs */
src/menu.cc:173
FunctionMenu_view_page_source_cb
* View current page source */
src/menu.cc:164
MethodMyInput
src/findbar.cc:27
FunctionNav_redirection0_callback
* This one does a_Nav_redirection0's job. */
src/nav.c:403
FunctionNav_reload_callback
* This one does a_Nav_reload's job! */
src/nav.c:474
FunctionNav_repush_callback
src/nav.c:378
FunctionNav_save_cb
* Receive data from the cache and save it to a local file */
src/nav.c:544
MethodNotSoSimpleVector
lout/misc.hh:388
MethodOOFAwareWidget
dw/oofawarewidget.cc:43
MethodOOFAwareWidgetIterator
"numContentsInFlow" is passed here to avoid indirectly calling the (virtual) method numContentsInFlow() from the constructor.
dw/oofawarewidget_iterator.cc:36
← previousnext →2,001–2,100 of 3,450, ranked by callers