Home
last modified time | relevance | path

Searched refs:RowType (Results 1 – 25 of 887) sorted by relevance

12345678910>>...36

/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/mymoney/
H A Dmymoneyreport_p.h57 m_reportType(rowTypeToReportType(eMyMoney::Report::RowType::ExpenseIncome)), in MyMoneyReportPrivate()
58 m_rowType(eMyMoney::Report::RowType::ExpenseIncome), in MyMoneyReportPrivate()
99 static eMyMoney::Report::ReportType rowTypeToReportType(eMyMoney::Report::RowType rowType) in rowTypeToReportType()
101 static const QHash<eMyMoney::Report::RowType, eMyMoney::Report::ReportType> reportTypes { in rowTypeToReportType()
102 {eMyMoney::Report::RowType::NoRows, eMyMoney::Report::ReportType::NoReport}, in rowTypeToReportType()
103 {eMyMoney::Report::RowType::AssetLiability, eMyMoney::Report::ReportType::PivotTable}, in rowTypeToReportType()
104 {eMyMoney::Report::RowType::ExpenseIncome, eMyMoney::Report::ReportType::PivotTable}, in rowTypeToReportType()
119 {eMyMoney::Report::RowType::Schedule, eMyMoney::Report::ReportType::InfoTable}, in rowTypeToReportType()
120 {eMyMoney::Report::RowType::AccountInfo, eMyMoney::Report::ReportType::InfoTable}, in rowTypeToReportType()
121 {eMyMoney::Report::RowType::AccountLoanInfo, eMyMoney::Report::ReportType::InfoTable}, in rowTypeToReportType()
[all …]
H A Dmymoneyreport.cpp50 MyMoneyReport::MyMoneyReport(eMyMoney::Report::RowType rt, in MyMoneyReport()
82 case eMyMoney::Report::RowType::AssetLiability: in MyMoneyReport()
83 case eMyMoney::Report::RowType::Account: in MyMoneyReport()
84 case eMyMoney::Report::RowType::ExpenseIncome: in MyMoneyReport()
124 case eMyMoney::Report::RowType::AccountInfo: in addAccountGroupsByRowType()
125 case eMyMoney::Report::RowType::AssetLiability: in addAccountGroupsByRowType()
130 case eMyMoney::Report::RowType::Account: in addAccountGroupsByRowType()
146 case eMyMoney::Report::RowType::ExpenseIncome: in addAccountGroupsByRowType()
152 case eMyMoney::Report::RowType::Budget: in addAccountGroupsByRowType()
153 case eMyMoney::Report::RowType::BudgetActual: in addAccountGroupsByRowType()
[all …]
/dports/math/blaze/blaze-3.8/blaze/math/
H A DRow.h89 using RowType = RemoveReference_t<RT>; in randomize() local
91 BLAZE_CONSTRAINT_MUST_BE_ROW_TYPE( RowType ); in randomize()
114 using RowType = RemoveReference_t<RT>; in randomize() local
160 using RowType = RemoveReference_t<RT>; in randomize() local
161 using ElementType = ElementType_t<RowType>; in randomize()
192 using RowType = RemoveReference_t<RT>; in randomize() local
193 using ElementType = ElementType_t<RowType>; in randomize()
227 using RowType = RemoveReference_t<RT>; in randomize() local
228 using ElementType = ElementType_t<RowType>; in randomize()
262 using RowType = RemoveReference_t<RT>; in randomize() local
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/
H A DSpanIndex.cs31 sealed private class RowTypeEqualityComparer : IEqualityComparer<RowType>
36 #region IEqualityComparer<RowType> Members
38 public bool Equals(RowType x, RowType y) in Equals()
48 public int GetHashCode(RowType obj) in GetHashCode()
60 private Dictionary<RowType, Dictionary<int, AssociationEndMember>> _spanMap;
64 private Dictionary<RowType, TypeUsage> _rowMap;
70 internal void AddSpannedRowType(RowType spannedRowType, TypeUsage originalRowType) in AddSpannedRowType()
78 _rowMap = new Dictionary<RowType, TypeUsage>(RowTypeEqualityComparer.Instance); in AddSpannedRowType()
84 internal TypeUsage GetSpannedRowType(RowType spannedRowType) in GetSpannedRowType()
94 internal bool HasSpanMap(RowType spanRowType) in HasSpanMap()
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/combinedspace/
H A Dsubobjects.hh19 struct RowType;
22 struct RowType< const T> struct
24 typedef const typename RowType<T> :: Type Type; argument
25 static const int size = RowType<T> :: size; argument
29 struct RowType< FieldVector< K, SIZE > > struct
36 struct RowType< ExplicitFieldVector< K, SIZE > > struct
43 struct RowType< FieldMatrix< K, ROWS, COLS > > struct
57 typedef typename RowType< RangeObject > :: Type RowType; typedef in Dune::Fem::SubObject
64 const RowType &operator[] ( const int i ) const in operator []()
70 RowType& operator[] ( const int i ) in operator []()
[all …]
/dports/security/keybase/client-v5.7.1/shared/fs/browser/rows/
H A Dtypes.tsx4 export enum RowType {
17 rowType: RowType.TlfType
26 rowType: RowType.Tlf
38 rowType: RowType.Still
47 rowType: RowType.NewFolder
54 rowType: RowType.Placeholder
60 rowType: RowType.Empty
65 rowType: RowType.Header
H A Drows.tsx35 case RowTypes.RowType.Placeholder:
41 case RowTypes.RowType.TlfType:
47 case RowTypes.RowType.Tlf:
58 case RowTypes.RowType.Still:
68 case RowTypes.RowType.NewFolder:
74 case RowTypes.RowType.Empty:
76 case RowTypes.RowType.Header:
93 const index = items.findIndex(row => row.rowType !== RowTypes.RowType.Header)
114 const index = items.findIndex(row => row.rowType !== RowTypes.RowType.Header)
185 row.rowType === RowTypes.RowType.Header ? row.height : normalRowHeight
[all …]
H A Dindex.stories.tsx31 rowType: RowTypes.RowType.Still,
37 rowType: RowTypes.RowType.Still,
43 rowType: RowTypes.RowType.Still,
49 rowType: RowTypes.RowType.Still,
55 rowType: RowTypes.RowType.Still,
61 rowType: RowTypes.RowType.Still,
67 rowType: RowTypes.RowType.Still,
73 rowType: RowTypes.RowType.Still,
79 rowType: RowTypes.RowType.Still,
85 rowType: RowTypes.RowType.Still,
[all …]
H A Drows-container.tsx34 rowType: RowTypes.RowType.Still,
42 {key: 'placeholder:1', name: '1', rowType: RowTypes.RowType.Placeholder, type},
43 {key: 'placeholder:2', name: '2', rowType: RowTypes.RowType.Placeholder, type},
44 {key: 'placeholder:3', name: '3', rowType: RowTypes.RowType.Placeholder, type},
60 rowType: RowTypes.RowType.NewFolder,
110 rowType: RowTypes.RowType.Tlf,
154 const filterable = new Set([RowTypes.RowType.TlfType, RowTypes.RowType.Tlf, RowTypes.RowType.Still])
196 {key: 'empty:0', rowType: RowTypes.RowType.Empty},
197 {key: 'empty:1', rowType: RowTypes.RowType.Empty},
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/tests/
H A DlsqrTest1.cxx217 typedef double * RowType; in main() typedef
218 RowType A[mm]; in main()
241 typedef double * RowType; in main() typedef
242 RowType A[mm]; in main()
267 RowType A[mm]; in main()
294 RowType A[mm]; in main()
318 RowType A[mm]; in main()
343 RowType A[mm]; in main()
372 RowType A[mm]; in main()
397 RowType A[mm]; in main()
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/netlib/tests/
H A DlsqrTest1.cxx217 using RowType = double *; in main() typedef
218 RowType A[mm]; in main()
241 using RowType = double *; in main() typedef
242 RowType A[mm]; in main()
267 RowType A[mm]; in main()
294 RowType A[mm]; in main()
318 RowType A[mm]; in main()
343 RowType A[mm]; in main()
372 RowType A[mm]; in main()
397 RowType A[mm]; in main()
[all …]
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigquery/
H A Drow_set.h30 template <typename RowType>
69 std::function<StatusOr<absl::optional<RowType>>()>* source) in Iterator()
88 std::function<StatusOr<absl::optional<RowType>>()>* source_;
89 StatusOr<RowType> curr_;
92 using value_type = StatusOr<RowType>;
95 explicit RowSet(std::function<StatusOr<absl::optional<RowType>>()> source) in RowSet()
103 std::function<StatusOr<absl::optional<RowType>>()> source_;
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigquery/
H A Drow_set.h30 template <typename RowType>
69 std::function<StatusOr<absl::optional<RowType>>()>* source) in Iterator()
88 std::function<StatusOr<absl::optional<RowType>>()>* source_;
89 StatusOr<RowType> curr_;
92 using value_type = StatusOr<RowType>;
95 explicit RowSet(std::function<StatusOr<absl::optional<RowType>>()> source) in RowSet()
103 std::function<StatusOr<absl::optional<RowType>>()> source_;
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/views/reports/
H A Dkreportsview_p.h987 eMyMoney::Report::RowType::Account, in defaultReports()
996 eMyMoney::Report::RowType::Category, in defaultReports()
1004 eMyMoney::Report::RowType::Payee, in defaultReports()
1012 eMyMoney::Report::RowType::Tag, in defaultReports()
1020 eMyMoney::Report::RowType::Month, in defaultReports()
1028 eMyMoney::Report::RowType::Week, in defaultReports()
1036 eMyMoney::Report::RowType::Account, in defaultReports()
1261 eMyMoney::Report::RowType::Payee, in defaultReports()
1279 eMyMoney::Report::RowType::Payee, in defaultReports()
1340 eMyMoney::Report::RowType::Budget, in defaultReports()
[all …]
H A Dkreportconfigurationfilterdlg.cpp235 …eMyMoney::Report::RowType rt[2] = { eMyMoney::Report::RowType::ExpenseIncome, eMyMoney::Report::Ro… in slotSearch()
261RowType rtq[8] = { eMyMoney::Report::RowType::Category, eMyMoney::Report::RowType::TopCategory, eM… in slotSearch()
448 case eMyMoney::Report::RowType::Budget: in slotReset()
493 case eMyMoney::Report::RowType::NoRows: in slotReset()
494 case eMyMoney::Report::RowType::Category: in slotReset()
500 case eMyMoney::Report::RowType::Tag: in slotReset()
503 case eMyMoney::Report::RowType::Payee: in slotReset()
506 case eMyMoney::Report::RowType::Account: in slotReset()
509 case eMyMoney::Report::RowType::TopAccount: in slotReset()
512 case eMyMoney::Report::RowType::Month: in slotReset()
[all …]
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/spanner/integration_tests/
H A Dclient_integration_test.cc84 std::vector<RowType> returned_rows; in TEST_F()
86 for (auto& row : StreamOf<RowType>(rows)) { in TEST_F()
109 std::vector<RowType> returned_rows; in TEST_F()
111 for (auto& row : StreamOf<RowType>(rows)) { in TEST_F()
152 std::vector<RowType> returned_rows; in TEST_F()
154 for (auto& row : StreamOf<RowType>(rows)) { in TEST_F()
208 std::vector<RowType> returned_rows; in TEST_F()
231 std::vector<RowType> returned_rows; in TEST_F()
265 using RowType = std::tuple<std::int64_t>; in TEST_F() typedef
294 std::vector<RowType> expected_rows; in TEST_F()
[all …]
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/spanner/integration_tests/
H A Dclient_integration_test.cc84 std::vector<RowType> returned_rows; in TEST_F()
86 for (auto& row : StreamOf<RowType>(rows)) { in TEST_F()
109 std::vector<RowType> returned_rows; in TEST_F()
111 for (auto& row : StreamOf<RowType>(rows)) { in TEST_F()
152 std::vector<RowType> returned_rows; in TEST_F()
154 for (auto& row : StreamOf<RowType>(rows)) { in TEST_F()
208 std::vector<RowType> returned_rows; in TEST_F()
231 std::vector<RowType> returned_rows; in TEST_F()
265 using RowType = std::tuple<std::int64_t>; in TEST_F() typedef
294 std::vector<RowType> expected_rows; in TEST_F()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Metadata/Edm/
H A DRowType.cs23 public sealed class RowType : StructuralType class
34 internal RowType(IEnumerable<EdmProperty> properties) in RowType() method in System.Data.Metadata.Edm.RowType
42 … internal RowType(IEnumerable<EdmProperty> properties, InitializerMetadata initializerMetadata) in RowType() method in System.Data.Metadata.Edm.RowType
77 public override BuiltInTypeKind BuiltInTypeKind { get { return BuiltInTypeKind.RowType; } }
204 if (null == item || BuiltInTypeKind.RowType != item.BuiltInTypeKind) { return false; } in EdmEquals()
205 RowType other = (RowType)item; in EdmEquals()
/dports/net-im/fractal/fractal-4.4.0/fractal-gtk/src/widgets/
H A Dmessage_menu.rs5 use crate::uitypes::RowType;
23 pub fn new(id: Option<&EventId>, mtype: &RowType, redactable: &bool) -> Widgets { in new() argument
77 open_with_button.set_visible(mtype == &RowType::Image || mtype == &RowType::Video); in new()
78 save_image_as_button.set_visible(mtype == &RowType::Image); in new()
79 save_video_as_button.set_visible(mtype == &RowType::Video); in new()
80 copy_image_button.set_visible(mtype == &RowType::Image); in new()
81 copy_text_button.set_visible(mtype != &RowType::Image && mtype != &RowType::Video); in new()
126 mtype: &RowType, in new() argument
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/xmlhelper/
H A Dxmlstoragehelper.cpp83 LogYAxis, ChartLineWidth, ColumnType, RowType, enumerator
241 QHash<eMyMoney::Report::RowType, QString> rowTypesLUT() in rowTypesLUT()
243 static const QHash<eMyMoney::Report::RowType, QString> lut { in rowTypesLUT()
270 QString reportNames(eMyMoney::Report::RowType textID) in reportNames()
275 eMyMoney::Report::RowType stringToRowType(const QString &text) in stringToRowType()
277 return rowTypesLUT().key(text, eMyMoney::Report::RowType::Invalid); in stringToRowType()
729 if (rowTypeFromXML != eMyMoney::Report::RowType::Invalid) in readReport()
796 if (rowTypeFromXML != eMyMoney::Report::RowType::Invalid) in readReport()
799 report.setRowType(eMyMoney::Report::RowType::Account); in readReport()
836 if (rowTypeFromXML != eMyMoney::Report::RowType::Invalid) in readReport()
[all …]
/dports/math/polymake/polymake-4.5/apps/group/include/
H A Disotypic_components.h96 template <typename RowType, typename Element, typename Scalar>
98 isotypic_projector_impl(const RowType& chi, in isotypic_projector_impl()
118 template <typename RowType, typename Element>
120 isotypic_projector_impl(const RowType& chi, in isotypic_projector_impl()
140 template <typename InducedAction, typename RowType, typename Element>
142 isotypic_basis_impl(const RowType& character, in isotypic_basis_impl()
171 template <typename RowType, typename Element>
173 isotypic_basis_impl(const RowType& character, in isotypic_basis_impl()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/operator/matrix/
H A Dblockmatrix.hh28 typedef std::vector < T > RowType; typedef in Dune::Fem::DenseMatrix
30 typedef std::vector < RowType > MatrixType;
101 RowType & operator [] (int row) { return matrix_[row]; } in operator []()
102 const RowType & operator [] (int row) const { return matrix_[row]; } in operator []()
105 void mult(const T * vec, RowType & result) const in mult()
137 void mult(const RowType & vec, RowType & result) const in mult()
143 void multTransposed(const RowType & vec, RowType & result) const in multTransposed()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Metadata/
H A DTypeHelpers.cs88 RowType rowType = (RowType)typeUsage.EdmType; in IsValidSortOpKeyType()
140 RowType rowType = (RowType)typeUsage.EdmType; in IsSetComparableOpType()
384 return new RowType(rowElements, initializerMetadata); in CreateRowType()
407 internal static RowType CreateKeyRowType(EntityTypeBase entityType) in CreateKeyRowType()
505 case BuiltInTypeKind.RowType: in GetAllStructuralMembers()
506 return (IBaseList<EdmMember>)((RowType)edmType).Properties; in GetAllStructuralMembers()
537 case BuiltInTypeKind.RowType: in GetDeclaredStructuralMembers()
560 case BuiltInTypeKind.RowType: in GetProperties()
561 return ((RowType)edmType).Properties; in GetProperties()
584 internal static RowType GetTvfReturnType(EdmFunction tvf) in GetTvfReturnType()
[all …]
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/types/
H A DRowType.java49 public class RowType extends Type {
54 public RowType(Type[] dataTypes) {
191 Type[] otherTypes = ((RowType) otherType).getTypesArray();
259 Type[] otherTypes = ((RowType) otherType).getTypesArray();
284 Type[] otherTypes = ((RowType) otherType).getTypesArray();
318 Type[] otherTypes = ((RowType) other).getTypesArray(); in getNameString()
328 return new RowType(newTypes); in getNameString()
346 Type[] otherTypes = ((RowType) other).getTypesArray(); in getDefinition()
356 return new RowType(newTypes);
426 Type[] otherTypes = ((RowType) other).dataTypes; in getPrecisionRadix()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/spanner/
H A Drow_test.cc168 using RowType = std::tuple<std::int64_t, std::string, bool>; in TEST() typedef
169 EXPECT_STATUS_OK(row.get<RowType>()); in TEST()
325 using RowType = std::tuple<std::int64_t, std::string, bool>; in TEST() typedef
326 using TupleIterator = TupleStreamIterator<RowType>; in TEST()
364 using RowType = std::tuple<std::int64_t, std::string, bool>; in TEST() typedef
365 using TupleIterator = TupleStreamIterator<RowType>; in TEST()
382 using TupleIterator = TupleStreamIterator<RowType>; in TEST()
413 auto parser = StreamOf<RowType>(range); in TEST()
445 using RowType = std::tuple<std::int64_t>; in TEST() typedef
449 for (auto const& row : StreamOf<RowType>(range)) { in TEST()
[all …]

12345678910>>...36