Home
last modified time | relevance | path

Searched refs:ICON_HOME (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/mupdf/mupdf-1.18.0-source/platform/gl/
H A Dgl-file.c9 #define ICON_HOME 0x1f3e0 macro
137 fz_snprintf(vis, sizeof vis, "%C %s", ICON_HOME, user); in list_drives()
239 { ICON_HOME, "~" },
/dports/misc/clifm/clifm-1.3/src/
H A Dicons.h106 ICON_HOME[] = FA_HOME, variable
203 ICON_HOME[] = NERD_HOME,
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_file/
H A Dfsmenu.c702 ICON_HOME, in fsmenu_read_system()
779 FS_MACOS_PATH("%s/", NULL, ICON_HOME) in fsmenu_read_system()
905 fsmenu, FS_CATEGORY_SYSTEM_BOOKMARKS, home, IFACE_("Home"), ICON_HOME, FS_INSERT_LAST); in fsmenu_read_system()
/dports/www/limesurvey/limesurvey/application/extensions/bootstrap/tests/unit/
H A DTbHtmlTest.php3099 array('icon' => TbHtml::ICON_HOME, 'label' => 'Home', 'url' => '#'),
/dports/www/limesurvey/limesurvey/application/extensions/bootstrap/helpers/
H A DTbHtml.php390 const ICON_HOME = 'fa-home'; define in TbHtml