Home
last modified time | relevance | path

Searched refs:typeTitle (Results 1 – 7 of 7) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/tracing/qml/
H A DRangeDetails.qml91 id: typeTitle
110 implicitHeight: typeTitle.height
121 implicitHeight: typeTitle.height
130 implicitHeight: typeTitle.height
210 font.pixelSize: typeTitle.font.pixelSize
211 font.family: typeTitle.font.family
212 renderType: typeTitle.renderType
H A DSelectionRangeDetails.qml78 id: typeTitle
135 implicitHeight: typeTitle.height
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/library/Director/Web/Table/
H A DTemplateUsageTable.php77 foreach ($types as $type => $typeTitle) {
78 $tr = Table::tr(Table::th($typeTitle));
/dports/devel/projectcenter/ProjectCenter-0.6.2/Framework/
H A DPCFileCreator.m409 NSString *typeTitle = [sender titleOfSelectedItem];
410 NSDictionary *fileType = [dict objectForKey:typeTitle];
419 if ([typeTitle isEqualToString:ObjCClass] ||
420 [typeTitle isEqualToString:CFile])
/dports/databases/libodbc++/libodbc++-0.2.5/isql++/
H A Disql++.cpp898 string typeTitle="Data type"; in describeCmd() local
901 typeTitle.resize(typeLength,SPACE_CHAR); in describeCmd()
905 << INNER_SEPARATOR << typeTitle in describeCmd()
1198 string typeTitle="Type"; in describeCmd() local
1203 typeTitle.resize(typeLen); in describeCmd()
1208 << INNER_SEPARATOR << typeTitle in describeCmd()
/dports/www/gohugo/hugo-0.91.2/hugolib/
H A Dpagebundler_test.go776 {{ $typeTitle := . | title }}
778 {{ $i }}: {{ $typeTitle }} Title: {{ .Title }}
779 {{ $i }}: {{ $typeTitle }} Name: {{ .Name }}
780 {{ $i }}: {{ $typeTitle }} RelPermalink: {{ .RelPermalink }}|
781 {{ $i }}: {{ $typeTitle }} Params: {{ printf "%v" .Params }}
782 {{ $i }}: {{ $typeTitle }} myParam: Lower: {{ .Params.myparam }} Caps: {{ .Params.MYPARAM }}
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/
H A DResourceInfoPage.java219 Label typeTitle = new Label(basicInfoComposite, SWT.LEFT); in createBasicInfoGroup() local
220 typeTitle.setText(TYPE_TITLE); in createBasicInfoGroup()