Home
last modified time | relevance | path

Searched refs:bAdd (Results 1 – 25 of 410) sorted by last modified time

12345678910>>...17

/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxrt.cpp1201 …virtual bool AddRemoveAttribute ( bool bAdd, const CSphString & sAttrName, ESphAttr eAttrType, …
8063 bool RtIndex_t::AddRemoveAttribute ( bool bAdd, const CSphString & sAttrName, ESphAttr eAttrType, i… in AddRemoveAttribute() argument
8077 if ( bAdd ) in AddRemoveAttribute()
8090 if ( !m_dDiskChunks[iDiskChunk]->AddRemoveAttribute ( bAdd, sAttrName, eAttrType, iPos, sError ) ) in AddRemoveAttribute()
8091 …sphWarning ( "%s attribute to %s.%d: %s", bAdd ? "adding" : "removing", m_sPath.cstr(), iDiskChunk… in AddRemoveAttribute()
8104 if ( bAdd ) in AddRemoveAttribute()
H A Dsphinx.h3331 …virtual bool AddRemoveAttribute ( bool bAdd, const CSphString & sAttrName, ESphAttr eAttrType, …
H A Dsphinx.cpp1568 …virtual bool AddRemoveAttribute ( bool bAdd, const CSphString & sAttrName, ESphAttr eAttrType, …
10748 bool CSphIndex_VLN::AddRemoveAttribute ( bool bAdd, const CSphString & sAttrName, ESphAttr eAttrTyp… in AddRemoveAttribute() argument
10759 if ( bAdd ) in AddRemoveAttribute()
10783 if ( bAdd ) in AddRemoveAttribute()
H A Dsearchd.cpp18298 static void ModifyIndexAttrs ( const ServedIndex_t * pLocal, bool bAdd, CSphString & sAttrName, ESp… in ModifyIndexAttrs() argument
18300 if ( !pLocal->m_pIndex->CreateModifiedFiles ( bAdd, sAttrName, eAttrType, iPos, sError ) ) in ModifyIndexAttrs()
18305 pLocal->m_pIndex->AddRemoveAttribute ( bAdd, sAttrName, eAttrType, iPos, sError ); in ModifyIndexAttrs()
18309 pLocal->m_pIndex->AddRemoveAttribute ( bAdd, sAttrName, eAttrType, iPos, sError ); in ModifyIndexAttrs()
18354 static void HandleMysqlAlter ( SqlRowBuffer_c & tOut, const SqlStmt_t & tStmt, bool bAdd ) in HandleMysqlAlter() argument
18361 if ( bAdd && tStmt.m_eAlterColType==SPH_ATTR_NONE ) in HandleMysqlAlter()
18429 if ( bAdd ) in HandleMysqlAlter()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_spline/
H A DGridding_Spline_MBA_3D.h109 void BA_Set_Grids (const CSG_Grids &Phi, bool bAdd = false);
H A DGridding_Spline_BA.h91 void BA_Set_Grid (const CSG_Grid &Phi, bool bAdd = false);
H A DGridding_Spline_MBA_Grid.h102 void BA_Set_Grid (const CSG_Grid &Phi, bool bAdd = false);
H A DGridding_Spline_MBA.h102 void BA_Set_Grid (const CSG_Grid &Phi, bool bAdd = false);
H A DGridding_Spline_MBA_Grid.cpp464 void CGridding_Spline_MBA_Grid::BA_Set_Grid(const CSG_Grid &Phi, bool bAdd) in BA_Set_Grid() argument
477 if( bAdd ) in BA_Set_Grid()
H A DGridding_Spline_BA.cpp241 void CGridding_Spline_BA::BA_Set_Grid(const CSG_Grid &Phi, bool bAdd) in BA_Set_Grid() argument
254 if( bAdd ) in BA_Set_Grid()
H A DGridding_Spline_MBA_3D.cpp502 void CGridding_Spline_MBA_3D::BA_Set_Grids(const CSG_Grids &Phi, bool bAdd) in BA_Set_Grids() argument
519 if( bAdd ) in BA_Set_Grids()
H A DGridding_Spline_MBA.cpp433 void CGridding_Spline_MBA::BA_Set_Grid(const CSG_Grid &Phi, bool bAdd) in BA_Set_Grid() argument
446 if( bAdd ) in BA_Set_Grid()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dproject.h72 bool Load (bool bAdd);
73 bool Load (const wxString &FileName, bool bAdd, bool bUpdateMenu);
89 bool _Load (const wxString &FileName, bool bAdd, bool bUpdateMenu);
H A Dwksp_data_manager.h97 CWKSP_Base_Manager * Get_Manager (TSG_Data_Object_Type Type, bool bAdd = false);
H A Dproject.cpp161 bool CWKSP_Project::Load(bool bAdd) in Load() argument
165 return( DLG_Open(FileName, ID_DLG_PROJECT_OPEN) && _Load(FileName, bAdd, true) ); in Load()
169 bool CWKSP_Project::Load(const wxString &FileName, bool bAdd, bool bUpdateMenu) in Load() argument
171 return( _Load(FileName, bAdd, bUpdateMenu) ); in Load()
313 bool CWKSP_Project::_Load(const wxString &FileName, bool bAdd, bool bUpdateMenu) in _Load() argument
315 if( wxFileExists(FileName) && !bAdd && g_pData->Get_Count() > 0 ) in _Load()
593 bool bAdd = true; in _Load_DBConnections() local
595 for(int j=0; j<Connections.Get_Count() && bAdd; j++) in _Load_DBConnections()
599 bAdd = false; in _Load_DBConnections()
603 if( bAdd ) in _Load_DBConnections()
H A Dwksp_data_menu_file.cpp198 bool bAdd = wxFileExists(File); in Create() local
200 for(int j=0; bAdd && j<m_Files.Count(); j++) in Create()
202 bAdd = File.Cmp(m_Files[j]) != 0; in Create()
205 if( bAdd ) in Create()
H A Dwksp_data_manager.cpp1252 CWKSP_Base_Manager * CWKSP_Data_Manager::Get_Manager(TSG_Data_Object_Type Type, bool bAdd) in Get_Manager() argument
1254 …#define GET_MANAGER(pManager, Class) if( !pManager && bAdd ) Add_Item(pManager = new Class); retur… in Get_Manager()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dmat_tools.h1965 void Set_Data (double *x, double *y, int n, bool bAdd = false);
1966 void Set_Data (const CSG_Points &Data , bool bAdd = false);
2060 bool Set_Data (double *x, double *y, int n, bool bAdd = false);
H A Dprojections.cpp1075 bool bAdd; in _WKT_to_MetaData() local
1079 default: bAdd = true; break; in _WKT_to_MetaData()
1080 case '\"': case ' ': bAdd = false; break; in _WKT_to_MetaData()
1081 case '[' : case '(': bAdd = ++l > 1; break; in _WKT_to_MetaData()
1082 case ']' : case ')': bAdd = l-- > 1; break; in _WKT_to_MetaData()
1083 case ',' : if( !(bAdd = l > 1) ) Content.Add(""); break; in _WKT_to_MetaData()
1086 if( bAdd ) in _WKT_to_MetaData()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/develop/dev_tools/
H A Dtool_py_updater.cpp211 bool bAdd = true; in On_Execute() local
213 for(size_t i=0; bAdd && i<Tools.Get_Selection_Count(); i++) in On_Execute()
219 bAdd = false; in On_Execute()
233 if( bAdd ) in On_Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/statistics/statistics_regression/
H A Dgw_multi_regression_grid.cpp347 bool bAdd = true; in Initialize() local
349 for(iPredictor=0; bAdd && iPredictor<m_nPredictors; iPredictor++) in Initialize()
353 bAdd = false; in Initialize()
357 if( bAdd ) in Initialize()
H A Dpoint_multi_grid_regression.cpp389 bool bAdd = true; in Get_Samples() local
392 for(iGrid=0; iGrid<pGrids->Get_Grid_Count() && bAdd; iGrid++) in Get_Samples()
400 bAdd = false; in Get_Samples()
404 if( bAdd ) in Get_Samples()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_gps/
H A Dgpx2shp.cpp92 bool bAdd = Parameters("ADD")->asBool(); in On_Execute() local
111 if( bAdd ) in On_Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_tools/
H A DGrid_Combine_Classes.cpp244 bool bAdd = false; in On_Execute() local
246 for(int j=0; !bAdd && j<Classes.Get_Count(); j++) in On_Execute()
248 bAdd = i == Classes[j].asInt(); in On_Execute()
251 if( bAdd ) in On_Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/shapes/shapes_tools/
H A Dshapes_cut.cpp80 bool bAdd = false; in Cut_Shapes() local
95 bAdd = pPolygon->Intersects(pShape) != INTERSECTION_None; in Cut_Shapes()
97 if( bAdd && pIntersect ) in Cut_Shapes()
99 bAdd = SG_Polygon_Intersection(pPolygon, pShape, pIntersect) in Cut_Shapes()
105 bAdd = pPolygon->Intersects(pShape) == INTERSECTION_Contains; in Cut_Shapes()
111 if( bAdd ) in Cut_Shapes()
156 bool bAdd; in Cut_Shapes() local
161 bAdd = Extent.Contains(pShapes->Get_Type() == SHAPE_TYPE_Polygon in Cut_Shapes()
167 bAdd = pShape->Intersects(Extent) != INTERSECTION_None; in Cut_Shapes()
171 bAdd = pShape->Intersects(Extent) == INTERSECTION_Contained; in Cut_Shapes()
[all …]

12345678910>>...17