Home
last modified time | relevance | path

Searched refs:CheckRows (Results 1 – 11 of 11) sorted by relevance

/dports/games/spring/spring_98.0/AI/Skirmish/AAI/
H A DAAIMap.h197 void CheckRows(int xPos, int yPos, int xSize, int ySize, bool add, bool water);
H A DAAIMap.cpp1162 void AAIMap::CheckRows(int xPos, int yPos, int xSize, int ySize, bool add, bool water) in CheckRows() function in AAIMap
1410 CheckRows(build_pos.x, build_pos.z, def->xsize, def->zsize, block, water); in UpdateBuildMap()
1428 CheckRows(build_pos.x, build_pos.z, def->xsize, def->zsize, block, water); in UpdateBuildMap()
/dports/textproc/tidyp/tidyp-1.04/src/
H A Daccess.c1369 static void CheckRows( TidyDocImpl* doc, Node* node ) in CheckRows() function
1697 CheckRows( doc, node->content->next); in CheckTable()
1701 CheckRows( doc, node->content); in CheckTable()
/dports/www/mod_tidy/mod_tidy-0.5.5/tidy/src/
H A Daccess.c1404 static void CheckRows( TidyDocImpl* doc, Node* node ) in CheckRows() function
1774 CheckRows( doc, node->content->next); in CheckTable()
1778 CheckRows( doc, node->content); in CheckTable()
/dports/www/tidy-html5/tidy-html5-5.8.0/src/
H A Daccess.c1692 static void CheckRows( TidyDocImpl* doc, Node* node ) in CheckRows() function
2032 CheckRows( doc, node->content->next); in CheckTable()
2036 CheckRows( doc, node->content); in CheckTable()
/dports/www/tidy-lib/tidy/src/
H A Daccess.c1406 static void CheckRows( TidyDocImpl* doc, Node* node ) in CheckRows() function
1760 CheckRows( doc, node->content->next); in CheckTable()
1764 CheckRows( doc, node->content); in CheckTable()
/dports/www/tidy-devel/tidy/src/
H A Daccess.c1406 static void CheckRows( TidyDocImpl* doc, Node* node ) in CheckRows() function
1760 CheckRows( doc, node->content->next); in CheckTable()
1764 CheckRows( doc, node->content); in CheckTable()
/dports/editors/lazarus/lazarus/lcl/
H A Dgrids.pas814 function CheckTopLeft(aCol,aRow: Integer; CheckCols,CheckRows: boolean): boolean; in CheckTopLeft()
5298 function TCustomGrid.CheckTopLeft(aCol,aRow: Integer; CheckCols, CheckRows: boolean): boolean; in TCustomGrid.CheckTopLeft()
5313 if CheckRows and (FTopleft.Y > FixedRows) then begin
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dgrids.pas814 function CheckTopLeft(aCol,aRow: Integer; CheckCols,CheckRows: boolean): boolean; in CheckTopLeft()
5298 function TCustomGrid.CheckTopLeft(aCol,aRow: Integer; CheckCols, CheckRows: boolean): boolean; in TCustomGrid.CheckTopLeft()
5313 if CheckRows and (FTopleft.Y > FixedRows) then begin
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dgrids.pas830 function CheckTopLeft(aCol,aRow: Integer; CheckCols,CheckRows: boolean): boolean; in CheckTopLeft()
5405 function TCustomGrid.CheckTopLeft(aCol,aRow: Integer; CheckCols, CheckRows: boolean): boolean; in CheckTopLeft()
5420 if CheckRows and (FTopleft.Y > FixedRows) then begin
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dgrids.pas830 function CheckTopLeft(aCol,aRow: Integer; CheckCols,CheckRows: boolean): boolean; in CheckTopLeft()
5405 function TCustomGrid.CheckTopLeft(aCol,aRow: Integer; CheckCols, CheckRows: boolean): boolean; in CheckTopLeft()
5420 if CheckRows and (FTopleft.Y > FixedRows) then begin