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
↓ 590 callers
Function
dFree
dlib/dlib.c:68
↓ 329 callers
Method
size
dw/alignedtextblock.hh:33
↓ 296 callers
Method
getRef
* \brief Return the reference of one element. * * \sa misc::SimpleVector::get */
lout/misc.hh:211
↓ 231 callers
Function
dStrAsciiCasecmp
dlib/dlib.c:203
↓ 193 callers
Function
dStrdup
dlib/dlib.c:77
↓ 180 callers
Method
get
dw/fltkplatform.cc:83
↓ 148 callers
Function
max
lout/misc.hh:41
↓ 142 callers
Function
a_Cookies_set
test/unit/cookies.c:436
↓ 142 callers
Method
size
src/css.hh:425
↓ 127 callers
Method
append
lout/container.cc:350
↓ 125 callers
Function
expect
test/unit/cookies.c:482
↓ 115 callers
Method
getStyle
dw/widget.cc:62
↓ 103 callers
Function
getStyle
dw/widget.hh:482
↓ 102 callers
Function
a_Html_get_attr
* Call Html_get_attr2 telling it to parse entities and strip the result */
src/html.cc:4267
↓ 101 callers
Function
dList_nth_data
* Return the nth data item, * NULL when not found or 'n0' is out of range */
dlib/dlib.c:662
↓ 96 callers
Function
a_Dpip_dsh_write_str
* Convenience function. */
dpip/dpip.c:374
↓ 95 callers
Method
unref
dw/fltkui.cc:1256
↓ 94 callers
Function
dStr_free
* Free a dillo string. * if 'all' free everything, else free the structure only. */
dlib/dlib.c:337
↓ 86 callers
Function
dStrconcat
* Concatenate a NULL-terminated list of strings */
dlib/dlib.c:102
↓ 83 callers
Method
setNonCssHint
src/styleengine.hh:60
↓ 75 callers
Function
dList_length
* For completing the ADT. */
dlib/dlib.c:613
↓ 73 callers
Function
a_Url_free
* Free a DilloUrl. * Do nothing if the argument is NULL */
src/url.c:208
↓ 73 callers
Method
get
lout/misc.cc:149
↓ 68 callers
Method
setVal
dw/style.hh:510
↓ 63 callers
Method
getWidget
dw/ooffloatsmgr.cc:1375
↓ 59 callers
Function
min
lout/misc.hh:40
↓ 57 callers
Function
dStr_new
* Create a new string. * Initialized to 's' or empty if 's == NULL' */
dlib/dlib.c:325
↓ 56 callers
Function
dStr_append_c
* Append one character. */
dlib/dlib.c:349
↓ 55 callers
Function
dStrnAsciiCasecmp
dlib/dlib.c:215
↓ 52 callers
Method
getLastRef
* \brief Return the reference of the last element (convenience method). */
lout/misc.hh:246
↓ 51 callers
Method
getContent
dw/iterator.hh:37
↓ 47 callers
Function
a_UIcmd_get_bw_by_widget
* Given a UI or UI child widget, return its bw. */
src/uicmd.cc:543
↓ 47 callers
Method
addText
* Add a word to the page structure. If it contains dividing * characters (hard or soft hyphens, em-dashes, etc.), it is divided. */
dw/textblock.cc:2024
↓ 47 callers
Method
wordStyle
src/html_common.hh:248
↓ 46 callers
Function
dStr_append
* Append a C string to a Dstr. */
dlib/dlib.c:316
↓ 45 callers
Function
a_Dpip_build_cmd
* Printf like function for building dpip commands. * It takes care of dpip escaping of its arguments. * NOTE : It ONLY accepts string parameters, an
dpip/dpip.c:83
↓ 42 callers
Function
dList_new
* Create a new empty list */
dlib/dlib.c:548
↓ 41 callers
Method
set
dw/fltkplatform.cc:73
↓ 40 callers
Function
dList_append
* Append a data item to the list */
dlib/dlib.c:597
↓ 37 callers
Function
a_Url_dup
* Duplicate a Url structure */
src/url.c:477
↓ 37 callers
Function
dClose
* Close a FD handling EINTR. */
dlib/dlib.c:951
↓ 37 callers
Function
dStr_append_l
* Append a C string to a Dstr (providing length). * Note: It also works with embedded nil characters. */
dlib/dlib.c:308
↓ 37 callers
Function
dStrndup
dlib/dlib.c:88
↓ 36 callers
Function
a_Html_tag_index
* Get 'tag' index. * return -1 if tag is not handled yet */
src/html.cc:3610
↓ 36 callers
Function
dStr_sized_new
* Create a new string with a given size. * Initialized to "" */
dlib/dlib.c:254
↓ 36 callers
Method
setStyle
dw/ui.cc:152
↓ 35 callers
Function
boolToStr
lout/misc.hh:108
↓ 35 callers
Function
dList_free
* Free a list (not its elements) */
dlib/dlib.c:564
↓ 34 callers
Method
hide
dpi/downloads.cc:183
↓ 33 callers
Function
boxDiffWidth
dw/widget.hh:495
↓ 33 callers
Function
dGethomedir
* Return the home directory in a static string (don't free) */
dlib/dlib.c:906
↓ 33 callers
Method
flush
* Any words added by addWord() are not immediately (queued to * be) drawn, instead, this function must be called. This saves some * calls to queueRe
dw/textblock.cc:2976
↓ 33 callers
Method
set
* \brief Set property to a given name and type. */
src/css.cc:58
↓ 32 callers
Method
increase
* \brief Increase the vector size by one. * * May be necessary before calling misc::SimpleVector::set. */
lout/misc.hh:181
↓ 32 callers
Method
show
src/xembed.cc:107
↓ 31 callers
Function
assertNotReached
lout/misc.hh:56
↓ 31 callers
Function
dStr_sprintfa
* Printf-like function that appends. */
dlib/dlib.c:464
↓ 30 callers
Method
addParbreak
* Cause a paragraph break */
dw/textblock.cc:2743
↓ 30 callers
Function
dList_remove
* Remove a data item preserving order. */
dlib/dlib.c:641
↓ 30 callers
Function
dStr_sprintf
* Printf-like function */
dlib/dlib.c:450
↓ 30 callers
Method
style
src/html_common.hh:246
↓ 29 callers
Method
setSize
dw/fltkviewbase.cc:49
↓ 29 callers
Method
value
src/tipwin.cc:61
↓ 28 callers
Function
a_UIcmd_set_msg
* Set a printf-like status string on the bottom of the dillo window. * Beware: The safe way to set an arbitrary string is * a_UIcmd_set_msg(
src/uicmd.cc:1563
↓ 28 callers
Function
dList_find_custom
* Search a data item using a custom function. * func() is given the list item and the user data as parameters. * Return: data item when found, NULL
dlib/dlib.c:704
↓ 28 callers
Method
getValue
dw/listitem.cc:67
↓ 28 callers
Method
put
dw/ooffloatsmgr.cc:287
↓ 27 callers
Function
a_Dpip_get_attr
* Task: given a tag and an attribute name, return its value. * Return value: the attribute value, or NULL if not present or malformed. */
dpip/dpip.c:192
↓ 27 callers
Function
roundInt
lout/misc.hh:82
↓ 26 callers
Function
a_Chain_bcb
* Issue the backward callback of the 'Info' link * @return 1 if OK, 0 if not operative. */
src/chain.c:126
↓ 26 callers
Function
a_Dpip_get_attr_l
* Task: given a tag, its size and an attribute name, return the * attribute value (stuffing of ' is removed here). * * Return value: the attribute
dpip/dpip.c:134
↓ 26 callers
Method
addWidget
dw/layout.cc:371
↓ 26 callers
Function
nsvg__addEdge
src/nanosvgrast.h:306
↓ 26 callers
Function
nsvg__parseCoordinate
src/nanosvg.h:1549
↓ 25 callers
Function
dList_remove_fast
* Remove a data item without preserving order. */
dlib/dlib.c:623
↓ 24 callers
Function
a_Dialog_choice
* Make a question-dialog with a question and alternatives. * Last parameter must be NULL. * * @return 0 = dialog was cancelled, >0 = selected alter
src/dialog.cc:342
↓ 24 callers
Function
dStr_truncate
* Truncate a Dstr to be 'len' bytes long. */
dlib/dlib.c:368
↓ 24 callers
Function
nsvg__div255
src/nanosvgrast.h:1002
↓ 23 callers
Method
addSpace
* ? */
dw/textblock.cc:2605
↓ 23 callers
Function
dList_find_sorted
* Search a sorted list. * Return the found data item, or NULL if not present. * func() is given the list item and the user data as parameters. */
dlib/dlib.c:796
↓ 23 callers
Method
getChars
* \brief Return a NUL-terminated strings containing all appended strings. * * The caller does not have to free the string, this is done in * misc::
lout/misc.cc:86
↓ 23 callers
Function
isPerLength
\brief Returns true if \em l is a percentage. */
dw/style.hh:446
↓ 22 callers
Method
iterator
dw/ui.cc:147
↓ 22 callers
Function
notImplemented
lout/misc.hh:76
↓ 21 callers
Function
CSS_CREATE_LENGTH
src/css.hh:102
↓ 21 callers
Function
a_Klist_get_data
* Return the data pointer for a given Key (or NULL if not found) */
src/klist.c:43
↓ 21 callers
Function
a_Url_new
* Transform (and resolve) an URL string into the respective DilloURL. * If URL = "http://dillo.sf.net:8080/index.html?long#part2" * then the re
src/url.c:371
↓ 21 callers
Method
drawPolygon
dw/fltkviewbase.cc:558
↓ 21 callers
Method
getNext
dw/fltkui.cc:1250
↓ 21 callers
Method
hasNext
dw/fltkui.cc:1245
↓ 21 callers
Method
next
dw/iterator.cc:238
↓ 21 callers
Method
ref
dw/fltkimgbuf.cc:514
↓ 21 callers
Method
setWidget
dw/layout.cc:433
↓ 21 callers
Method
value
* Set the value of the input. * NOTE that we're not being very careful with the return value, which is * supposed to be nonzero iff the value was ch
dw/fltkui.cc:148
↓ 20 callers
Function
queueResize
dw/widget.hh:307
↓ 19 callers
Function
a_Html_url_new
* Wrapper for a_Url_new that adds an error detection message. * If use_base_url is TRUE, it uses base_url. Otherwise it uses html->base_url. */
src/html.cc:172
↓ 19 callers
Method
appendInt
lout/misc.hh:594
↓ 19 callers
Method
attachView
* \brief Attach a view to the layout. * * It will become a child of the layout, * and so it will be destroyed, when the layout will be destroyed.
dw/layout.cc:459
↓ 19 callers
Function
createPerLength
\brief Returns a percentage, \em v is relative to 1, not to 100. */
dw/style.hh:435
↓ 19 callers
Method
getResource
dw/ui.hh:263
next →
1–100 of 3,450, ranked by callers