Home
last modified time | relevance | path

Searched refs:show_categories (Results 1 – 24 of 24) sorted by relevance

/dports/chinese/wordpress-zh_TW/wordpress/wp-content/themes/twentytwenty/template-parts/
H A Dentry-header.php30 $show_categories = apply_filters( 'twentytwenty_show_categories_in_entry_header', true ); variable
32 if ( true === $show_categories && has_category() ) {
H A Dcontent-cover.php64 $show_categories = apply_filters( 'twentytwenty_show_categories_in_entry_header', true ); variable
66 if ( true === $show_categories && has_category() ) {
/dports/chinese/wordpress-zh_CN/wordpress/wp-content/themes/twentytwenty/template-parts/
H A Dentry-header.php30 $show_categories = apply_filters( 'twentytwenty_show_categories_in_entry_header', true ); variable
32 if ( true === $show_categories && has_category() ) {
H A Dcontent-cover.php64 $show_categories = apply_filters( 'twentytwenty_show_categories_in_entry_header', true ); variable
66 if ( true === $show_categories && has_category() ) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.webapp/advanced/
H A DsearchToolbar.jsp33 <jsp:param name="name" value="show_categories"/>
34 <jsp:param name="tooltip" value='show_categories'/>
35 <jsp:param name="image" value="show_categories.svg"/>
H A DsearchView.jsp54 parent.searchToolbarFrame.setButtonState("show_categories", value);
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/devices/impl/
H A DDeviceTivo.java396 boolean show_categories = getShowCategories(); in generate()
402 show_categories = false; in generate()
411 if ( show_categories ){ in generate()
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/source/dialogs/
H A Ddrun.c156 char **show_categories; member
502 if ( pd->show_categories ) { in read_desktop_file()
504 …strv_contains ( (const char * const *) categories, (const char * const *) pd->show_categories ) ) { in read_desktop_file()
994 pd->show_categories = g_strsplit ( config.drun_categories, ",", 0 ); in drun_mode_init()
1075 g_strfreev ( rmpd->show_categories ); in drun_mode_destroy()
/dports/x11/rofi/rofi-1.6.1/source/dialogs/
H A Ddrun.c156 char **show_categories; member
502 if ( pd->show_categories ) { in read_desktop_file()
504 …strv_contains ( (const char * const *) categories, (const char * const *) pd->show_categories ) ) { in read_desktop_file()
994 pd->show_categories = g_strsplit ( config.drun_categories, ",", 0 ); in drun_mode_init()
1075 g_strfreev ( rmpd->show_categories ); in drun_mode_destroy()
/dports/x11-wm/awesome/awesome-4.3/lib/menubar/
H A Dinit.lua80 menubar.show_categories = true
270 if menubar.show_categories then
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Dproperty_editor.h179 bool show_categories; variable
H A Dproperty_editor.cpp2636 if (!show_categories) in update_tree()
3955 show_categories = p_show; in set_show_categories()
4047 show_categories = false; in PropertyEditor()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Dproperty_editor.h179 bool show_categories; variable
H A Dproperty_editor.cpp2636 if (!show_categories) in update_tree()
3955 show_categories = p_show; in set_show_categories()
4047 show_categories = false; in PropertyEditor()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Deditor_inspector.h274 bool show_categories; variable
H A Deditor_inspector.cpp1519 if (!show_categories) in update_tree()
1907 show_categories = p_show; in set_show_categories()
2355 show_categories = false; in EditorInspector()
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_inspector.h274 bool show_categories; variable
H A Deditor_inspector.cpp1519 if (!show_categories) in update_tree()
1907 show_categories = p_show; in set_show_categories()
2355 show_categories = false; in EditorInspector()
/dports/www/e107/e107/e107_admin/
H A Dusers_extended.php1504 $user->show_categories($tmp);
2052 function show_categories($current) function in users_ext
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/
H A DWebappResources.properties30 show_categories=Group by Categories key
/dports/mail/evolution/evolution-3.42.1/data/
H A Devolution.convert54 editor-show-categories = /apps/evolution/calendar/display/show_categories
/dports/www/moodle310/moodle/lib/
H A Dnavigationlib.php1561 protected function show_categories($ismycourse = false) { function in global_navigation
1611 if ($this->show_categories()) {
1619 if ($this->show_categories()) {
2671 … if (!empty($course->category) && $this->show_categories($coursetype == self::COURSE_MY)) {
/dports/www/moodle39/moodle/lib/
H A Dnavigationlib.php1561 protected function show_categories($ismycourse = false) { function in global_navigation
1611 if ($this->show_categories()) {
1619 if ($this->show_categories()) {
2671 … if (!empty($course->category) && $this->show_categories($coursetype == self::COURSE_MY)) {
/dports/www/moodle311/moodle/lib/
H A Dnavigationlib.php1561 protected function show_categories($ismycourse = false) { function in global_navigation
1611 if ($this->show_categories()) {
1619 if ($this->show_categories()) {
2671 … if (!empty($course->category) && $this->show_categories($coursetype == self::COURSE_MY)) {