Home
last modified time | relevance | path

Searched refs:bOkay (Results 26 – 50 of 56) sorted by relevance

123

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/terrain_analysis/ta_morphometry/
H A Dtop_hat.cpp182 bool bOkay; in On_Execute() local
187 bOkay = Get_Focal_Extremes(x, y, *pDEM, rValley, min, max); in On_Execute()
191 bOkay = Get_Focal_Minimum(x, y, *pDEM, rValley, min) in On_Execute()
195 if( bOkay ) in On_Execute()
H A Dfuzzy_landform_elements.cpp355 bool bOkay; in On_Execute() local
359 for(i=0, bOkay=true; i<IN_COUNT && bOkay; i++) in On_Execute()
363 bOkay = false; in On_Execute()
371 if( bOkay && Get_Memberships(Input, Membership, Element, MaxMem, Entropy, CI) ) in On_Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/statistics/statistics_regression/
H A Dgw_multi_regression_points.cpp201 bool bOkay = pShape->is_Valid() && !pShape->is_NoData(Dependent); in Initialize() local
203 for(int i=0; bOkay && i<m_nPredictors; i++) in Initialize()
205 bOkay = !pShape->is_NoData(pFields->Get_Index(i)); in Initialize()
208 if( bOkay ) in Initialize()
H A Dpoint_multi_grid_regression.cpp475 bool bOkay; in Set_Regression() local
478 for(iGrid=0, bOkay=true; bOkay && iGrid<nGrids; iGrid++) in Set_Regression()
488 bOkay = false; in Set_Regression()
493 if( bOkay ) in Set_Regression()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/table/table_tools/
H A Dtable_selection.cpp358 bool bOkay = true; in On_Execute() local
360 for(size_t Field=0; bOkay && Field<Fields.Get_Size(); Field++) in On_Execute()
362 if( (bOkay = bUseNoData || !pRecord->is_NoData(Fields[Field])) == true ) in On_Execute()
369 if( bOkay ) in On_Execute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/table/
H A Dswnewtable.cxx371 bool bOkay = true; in CollectBoxSelection() local
398 bOkay = false; in CollectBoxSelection()
427 bOkay = false; in CollectBoxSelection()
430 bOkay = false; in CollectBoxSelection()
439 bOkay = false; in CollectBoxSelection()
446 bOkay = false; in CollectBoxSelection()
454 bOkay = false; in CollectBoxSelection()
468 bOkay = false; in CollectBoxSelection()
477 bOkay = false; in CollectBoxSelection()
565 bOkay = false; in CollectBoxSelection()
[all …]
/dports/editors/abiword/abiword-3.0.5/plugins/mathview/xp/
H A Die_imp_MathML.cpp106 bool bOkay = false; in convert() local
114 bOkay = true; in convert()
121 if (!bOkay) in convert()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_opencv/
H A Dopencv_ml.cpp192 bool bOkay = Check_Model_File(pParameter->asString()); in On_Parameters_Enable() local
194 if( !bOkay ) in On_Parameters_Enable()
199 pParameters->Set_Enabled("MODEL_TRAIN", !bOkay); in On_Parameters_Enable()
200 pParameters->Set_Enabled("RGB_COLORS" , !bOkay); in On_Parameters_Enable()
201 pParameters->Set_Enabled("CLASSES_LUT", !bOkay); in On_Parameters_Enable()
/dports/irc/inspircd/inspircd-3.11.0/src/
H A Dcommand_parse.cpp135 bool bOkay = false; in CallHandler() local
145 bOkay = true; in CallHandler()
151 bOkay = true; in CallHandler()
154 if (bOkay) in CallHandler()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/table/
H A Dswnewtable.cxx374 bool bOkay = true; in CollectBoxSelection() local
401 bOkay = false; in CollectBoxSelection()
430 bOkay = false; in CollectBoxSelection()
433 bOkay = false; in CollectBoxSelection()
442 bOkay = false; in CollectBoxSelection()
449 bOkay = false; in CollectBoxSelection()
457 bOkay = false; in CollectBoxSelection()
471 bOkay = false; in CollectBoxSelection()
480 bOkay = false; in CollectBoxSelection()
568 bOkay = false; in CollectBoxSelection()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dsaga.cpp296 bool CSAGA::Process_Set_Okay(bool bOkay) in Process_Set_Okay() argument
298 m_Process_bContinue = bOkay; in Process_Set_Okay()
H A Dsaga.h85 bool Process_Set_Okay (bool bOkay);
H A Dwksp_data_manager.cpp1151 for(int i=0, bOkay=false; !bOkay; i++) in _Modified_Get() local
1162 bOkay = !Path.FileExists(); in _Modified_Get()
1164 for(int j=0; bOkay && j<pParameters->Get_Count(); j++) in _Modified_Get()
1170 bOkay = false; in _Modified_Get()
H A Dsaga_frame.h146 bool Process_Set_Okay (bool bOkay = true);
H A Dhelper.h152 bool PROCESS_Set_Okay (bool bOkay = true);
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/misc/
H A Dbackupfilehelper.cxx861 bool bOkay(true); in copy_content_compress() local
863 while (bOkay && nSize != 0) in copy_content_compress()
885 bOkay = false; in copy_content_compress()
893 bOkay = false; in copy_content_compress()
896 } while (bOkay && 0 == zstream.avail_out); in copy_content_compress()
898 if (!bOkay) in copy_content_compress()
944 bool bOkay(true); in copy_content_uncompress() local
946 while (bOkay && nSize != 0) in copy_content_uncompress()
968 bOkay = false; in copy_content_uncompress()
976 bOkay = false; in copy_content_uncompress()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/misc/
H A Dbackupfilehelper.cxx1059 bool bOkay(true); in copy_content_compress() local
1061 while (bOkay && nSize != 0) in copy_content_compress()
1083 bOkay = false; in copy_content_compress()
1091 bOkay = false; in copy_content_compress()
1094 } while (bOkay && 0 == zstream->avail_out); in copy_content_compress()
1096 if (!bOkay) in copy_content_compress()
1142 bool bOkay(true); in copy_content_uncompress() local
1144 while (bOkay && nSize != 0) in copy_content_uncompress()
1166 bOkay = false; in copy_content_uncompress()
1174 bOkay = false; in copy_content_uncompress()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_table/
H A Dio_table_txt.cpp529 bool bOkay = true; in Import() local
537 for(int i=0; bOkay && i<pTable->Get_Field_Count(); i++) in Import()
543 if( (bOkay = sLine.asDouble(Value)) == true ) in Import()
555 while( bOkay && Stream.Read_Line(sLine) && Set_Progress((double)Stream.Tell(), (double)fLength) ); in Import()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windows/
H A DGUIWindowLoginScreen.cpp90 bool bOkay = g_passwordManager.IsProfileLockUnlocked(iItem, bCanceled); in OnMessage() local
92 if (bOkay) in OnMessage()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/climate/climate_tools/
H A Dphenips.cpp1097 bool bOkay = pATsum_eff->is_NoData(x, y) == false; in On_Execute() local
1099 if( bOkay ) in On_Execute()
1120 for(int Day=0, DayOfYear=Day_Start; bOkay && Day<nDays; Day++, DayOfYear++) in On_Execute()
1126 bOkay = false; in On_Execute()
1139 if( bOkay ) in On_Execute()
1149 if( !bOkay ) in On_Execute()
H A Dclimate_tools.cpp746 bool bOkay = true; in Set_Monthly() local
752 bOkay = false; in Set_Monthly()
762 return( bOkay ); in Set_Monthly()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/filter/
H A Dgraphicfilter.cxx1249 bool bOkay(false); in ImportUnloadedGraphic() local
1275 bOkay = true; in ImportUnloadedGraphic()
1284 bOkay = true; in ImportUnloadedGraphic()
1288 if (bOkay) in ImportUnloadedGraphic()
1617 bool bOkay(false); in ImportGraphic() local
1650 bOkay = true; in ImportGraphic()
1663 bOkay = true; in ImportGraphic()
1668 if (bOkay) in ImportGraphic()
1723 bool bOkay(false); in ImportGraphic() local
1743 bOkay = true; in ImportGraphic()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dapi_callback.cpp174 bool SG_UI_Process_Set_Okay(bool bOkay) in SG_UI_Process_Set_Okay() argument
178 CSG_UI_Parameter p1(bOkay), p2; in SG_UI_Process_Set_Okay()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_tools/
H A Dlandsat_scene_import.cpp703 bool bOkay[BAND_DATA_COUNT]; in Get_Info() local
707 bOkay[iField] = false; in Get_Info()
740 bOkay[iField] = true; in Get_Info()
754 if( !bOkay[iField] ) in Get_Info()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/
H A Dgraphicfilter.cxx819 bool bOkay(false); in ImportUnloadedGraphic() local
845 bOkay = true; in ImportUnloadedGraphic()
854 bOkay = true; in ImportUnloadedGraphic()
858 if (bOkay) in ImportUnloadedGraphic()
1043 bool bOkay(false); in readSVG() local
1077 bOkay = true; in readSVG()
1091 bOkay = true; in readSVG()
1096 if (bOkay) in readSVG()

123