Home
last modified time | relevance | path

Searched refs:ALL_CATEGORIES (Results 1 – 13 of 13) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/samples/qt/OCCTOverview/src/
H A DApplicationCommon.cxx62 ALL_CATEGORIES[AppType_Geometry] = "Geometry"; in ApplicationCommonWindow()
63 ALL_CATEGORIES[AppType_Topology] = "Topology"; in ApplicationCommonWindow()
64 ALL_CATEGORIES[AppType_Triangulation] = "Triangulation"; in ApplicationCommonWindow()
65 ALL_CATEGORIES[AppType_DataExchange] = "DataExchange"; in ApplicationCommonWindow()
66 ALL_CATEGORIES[AppType_Ocaf] = "OCAF"; in ApplicationCommonWindow()
67 ALL_CATEGORIES[AppType_Viewer3d] = "3D viewer"; in ApplicationCommonWindow()
68 ALL_CATEGORIES[AppType_Viewer2d] = "2D Viewer"; in ApplicationCommonWindow()
175 onChangeCategory(ALL_CATEGORIES[myAppType]); in ApplicationCommonWindow()
197 foreach (ApplicationType aCategory, ALL_CATEGORIES.keys()) in RebuildMenu()
261 myAppType = ALL_CATEGORIES.key(theCategory); in onChangeCategory()
[all …]
H A DApplicationCommon.h135 QMap<ApplicationType, QString> ALL_CATEGORIES; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/frontend/
H A Dflow_events_panel.ts24 export const ALL_CATEGORIES = '_all_'; constant
145 const allWasChecked = globals.visibleFlowCategories.get(ALL_CATEGORIES);
160 globals.visibleFlowCategories.set(ALL_CATEGORIES, !allWasChecked);
169 globals.visibleFlowCategories.get(ALL_CATEGORIES);
178 globals.visibleFlowCategories.set(ALL_CATEGORIES, false);
H A Dflow_events_renderer.ts16 import {ALL_CATEGORIES, getFlowCategories} from './flow_events_panel';
162 globals.visibleFlowCategories.get(ALL_CATEGORIES)) {
/dports/www/serendipity/Serendipity-2.3.5/templates/default/
H A Dplugin_categories.tpl26 …link_all"><a href="{$form_url}?frontpage" title="{$CONST.ALL_CATEGORIES}">{$CONST.ALL_CATEGORIES}<…
/dports/www/serendipity/Serendipity-2.3.5/plugins/serendipity_plugin_categories/
H A Dserendipity_plugin_categories.php53 $categories = array('all' => ALL_CATEGORIES);
298 ALL_CATEGORIES,
299 ALL_CATEGORIES
/dports/databases/hbase/hbase-1.2.1/hbase-common/src/main/java/org/apache/hadoop/hbase/io/hfile/
H A DBlockType.java90 DATA, META, INDEX, BLOOM, ALL_CATEGORIES, UNKNOWN; enumConstant
97 if (this == ALL_CATEGORIES) { in expectSpecific()
/dports/devel/mercurial/mercurial-6.0/hgext/remotefilelog/
H A Dconstants.py28 ALL_CATEGORIES = [FILEPACK_CATEGORY, TREEPACK_CATEGORY] variable
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/ui/dialogs/
H A Drepositorybrowserdialog.cpp40 static String const ALL_CATEGORIES(QObject::tr("All Categories")); variable
199 if (item.label() == ALL_CATEGORIES)
333 categoryData.append(new ui::Item(ui::Item::ShownAsButton, ALL_CATEGORIES));
/dports/www/serendipity/Serendipity-2.3.5/templates/2k11/
H A Dplugin_categories.tpl20 <a class="category_link_all" href="{$form_url}?frontpage">{$CONST.ALL_CATEGORIES}</a>
/dports/www/serendipity/Serendipity-2.3.5/plugins/serendipity_plugin_recententries/
H A Dserendipity_plugin_recententries.php97 $select_cats['none'] = ALL_CATEGORIES;
/dports/www/serendipity/Serendipity-2.3.5/plugins/serendipity_plugin_calendar/
H A Dserendipity_plugin_calendar.php48 $categories = array('all' => ALL_CATEGORIES);
/dports/www/serendipity/Serendipity-2.3.5/templates/2k11/admin/
H A Dplugins.inc.tpl59 …y_group == $available_group} selected{/if}>{$available_name|default:$CONST.ALL_CATEGORIES}</option>