Home
last modified time | relevance | path

Searched refs:ParentRow (Results 1 – 8 of 8) sorted by relevance

/dports/finance/weberp/webERP/
H A DSalesCategories.php310 $ParentRow = DB_fetch_array($ParentResult); variable
311 if ($ParentRow['salescatname'] == '') {
312 $ParentRow['salescatname'] = _('No parent');
317 <td>', $ParentRow['salescatname'], '</td>
H A DFixedAssetLocations.php111 $ParentRow=DB_fetch_array($ParentResult); variable
112 echo '<td>' . $ParentRow['locationdescription'] . '</td>
H A DBOMListing.php77 $ParentRow = DB_fetch_row($ParentResult); variable
78 …p($Left_Margin,$YPos,400-$Left_Margin,$FontSize,$BOMList['parent'] . ' - ' . $ParentRow[0],'left');
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/repository/components/table/
H A Dindex.vue8 import ParentRow from './parent_row.vue';
16 ParentRow,
/dports/editors/lazarus/lazarus/components/ideintf/
H A Dobjectinspector.pp2206 Item:=ParentRow.FirstChild;
2207 Index:=ParentRow.Index+1;
2220 ParentRow: TOIPropertyGridRow;
2232 ParentRow:=Row.Parent;
2237 ParentRow:=ParentRow.Parent;
2784 ParentRow:TOIPropertyGridRow;
2790 ParentRow:=ARow.Parent;
2791 while Assigned(ParentRow) do
2795 ParentRow:=ParentRow.Parent;
3845 ParentRow:=Parent;
[all …]
/dports/editors/lazarus-qt5/lazarus/components/ideintf/
H A Dobjectinspector.pp2206 Item:=ParentRow.FirstChild;
2207 Index:=ParentRow.Index+1;
2220 ParentRow: TOIPropertyGridRow;
2232 ParentRow:=Row.Parent;
2237 ParentRow:=ParentRow.Parent;
2784 ParentRow:TOIPropertyGridRow;
2790 ParentRow:=ARow.Parent;
2791 while Assigned(ParentRow) do
2795 ParentRow:=ParentRow.Parent;
3845 ParentRow:=Parent;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Dobjectinspector.pp2197 Item:=ParentRow.FirstChild;
2198 Index:=ParentRow.Index+1;
2199 Next:=ParentRow.NextSkipChilds;
2211 ParentRow: TOIPropertyGridRow;
2223 ParentRow:=Row.Parent;
2224 while ParentRow<>nil do begin
2228 ParentRow:=ParentRow.Parent;
2797 ParentRow:TOIPropertyGridRow;
2803 ParentRow:=ARow.Parent;
2804 while Assigned(ParentRow) do
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Dobjectinspector.pp2197 Item:=ParentRow.FirstChild;
2198 Index:=ParentRow.Index+1;
2199 Next:=ParentRow.NextSkipChilds;
2211 ParentRow: TOIPropertyGridRow;
2223 ParentRow:=Row.Parent;
2224 while ParentRow<>nil do begin
2228 ParentRow:=ParentRow.Parent;
2797 ParentRow:TOIPropertyGridRow;
2803 ParentRow:=ARow.Parent;
2804 while Assigned(ParentRow) do
[all …]