Home
last modified time | relevance | path

Searched refs:NOT_SELECTED (Results 1 – 25 of 28) sorted by relevance

12

/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-clustering/src/main/java/de/lmu/ifi/dbs/elki/algorithm/clustering/biclustering/
H A DChengAndChurch.java151 int ALL = 0, SELECTED = 1, NOT_SELECTED = 2; field
238 …if((mode == CellVisitor.SELECTED && rlong == 0L) || (mode == CellVisitor.NOT_SELECTED && rlong == … in visitAll()
244 …if((mode == CellVisitor.SELECTED && !rselected) || (mode == CellVisitor.NOT_SELECTED && rselected)… in visitAll()
255 …if((mode == CellVisitor.SELECTED && !cselected) || (mode == CellVisitor.NOT_SELECTED && cselected)… in visitAll()
287 if(mode == CellVisitor.NOT_SELECTED && rlong == -1L) { in visitColumn()
296 if(mode == CellVisitor.NOT_SELECTED && rselected) { in visitColumn()
324 if(mode == CellVisitor.NOT_SELECTED && clong == -1L) { in visitRow()
333 if(mode == CellVisitor.NOT_SELECTED && cselected) { in visitRow()
722 cand.visitRow(mat, 0, CellVisitor.NOT_SELECTED, new CellVisitor() { in nodeAddition()
741 cand.visitColumn(mat, 0, CellVisitor.NOT_SELECTED, new CellVisitor() { in nodeAddition()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-textract/source/model/
H A DSelectionStatus.cpp36 return SelectionStatus::NOT_SELECTED; in GetSelectionStatusForName()
54 case SelectionStatus::NOT_SELECTED: in GetNameForSelectionStatus()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill_assistant/browser/
H A Duser_data.h33 NOT_SELECTED = 0, enumerator
114 TermsAndConditionsState terms_and_conditions_ = NOT_SELECTED;
191 TermsAndConditionsState initial_terms_and_conditions = NOT_SELECTED;
H A Dservice.proto1355 NOT_SELECTED = 0; enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill_assistant/browser/
H A Duser_data.h33 NOT_SELECTED = 0, enumerator
113 TermsAndConditionsState terms_and_conditions_ = NOT_SELECTED;
198 TermsAndConditionsState initial_terms_and_conditions = NOT_SELECTED;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/autofill_assistant/java/src/org/chromium/chrome/browser/autofill_assistant/user_data/
H A DAssistantTermsSection.java63 mDelegate.onStateChanged(AssistantTermsAndConditionsState.NOT_SELECTED); in AssistantTermsSection()
94 case AssistantTermsAndConditionsState.NOT_SELECTED: in setTermsStatus()
H A DAssistantCollectUserDataBinder.java134 AssistantTermsAndConditionsState.NOT_SELECTED); in bind()
136 AssistantTermsAndConditionsState.NOT_SELECTED); in bind()
H A DAssistantCollectUserDataModel.java228 set(TERMS_STATUS, AssistantTermsAndConditionsState.NOT_SELECTED); in AssistantCollectUserDataModel()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-textract/include/aws/textract/model/
H A DSelectionStatus.h20 NOT_SELECTED enumerator
/dports/editors/lazarus/lazarus/ide/
H A Dcharactermapdlg.pas111 NOT_SELECTED=Low(UnicodeBlocks)-1;
217 FUnicodeBlockIndex:=NOT_SELECTED;
399 Result:=NOT_SELECTED;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dcharactermapdlg.pas117 NOT_SELECTED=Low(UnicodeBlocks)-1;
223 FUnicodeBlockIndex:=NOT_SELECTED;
407 Result:=NOT_SELECTED;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dcharactermapdlg.pas117 NOT_SELECTED=Low(UnicodeBlocks)-1;
223 FUnicodeBlockIndex:=NOT_SELECTED;
407 Result:=NOT_SELECTED;
/dports/editors/lazarus-qt5/lazarus/ide/
H A Dcharactermapdlg.pas111 NOT_SELECTED=Low(UnicodeBlocks)-1;
217 FUnicodeBlockIndex:=NOT_SELECTED;
399 Result:=NOT_SELECTED;
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/gui/
H A Dwrappers.py933 NOT_SELECTED = '[Not selected]' variable in MapLayerWidgetWrapper
973 self.combo.addItem(self.NOT_SELECTED, self.NOT_SET_OPTION)
1107 NOT_SELECTED = '[Not selected]' variable in EnumWidgetWrapper
1138 self.combobox.addItem(self.NOT_SELECTED, self.NOT_SET_OPTION)
1174 NOT_SELECTED = '[Not selected]' variable in FeatureSourceWidgetWrapper
1464 NOT_SELECTED = '[Not selected]' variable in VectorLayerWidgetWrapper
1500 self.combo.addItem(self.NOT_SELECTED, self.NOT_SET_OPTION)
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/gui/
H A Dwrappers.py932 NOT_SELECTED = '[Not selected]' variable in MapLayerWidgetWrapper
972 self.combo.addItem(self.NOT_SELECTED, self.NOT_SET_OPTION)
1106 NOT_SELECTED = '[Not selected]' variable in EnumWidgetWrapper
1137 self.combobox.addItem(self.NOT_SELECTED, self.NOT_SET_OPTION)
1173 NOT_SELECTED = '[Not selected]' variable in FeatureSourceWidgetWrapper
1463 NOT_SELECTED = '[Not selected]' variable in VectorLayerWidgetWrapper
1499 self.combo.addItem(self.NOT_SELECTED, self.NOT_SET_OPTION)
/dports/devel/py-azure-mgmt-compute/azure-mgmt-compute-23.0.0/azure/mgmt/compute/v2020_06_01/models/
H A D_compute_management_client_enums.py205 NOT_SELECTED = "NotSelected" variable in PatchAssessmentState
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill_assistant/browser/actions/
H A Dcollect_user_data_action.cc165 terms_state != TermsAndConditionsState::NOT_SELECTED; in IsValidTermsChoice()
572 case CollectUserDataProto::NOT_SELECTED: in OnShowToUser()
573 user_data->terms_and_conditions_ = NOT_SELECTED; in OnShowToUser()
H A Dcollect_user_data_action_unittest.cc1276 EXPECT_EQ(user_data_.terms_and_conditions_, NOT_SELECTED); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill_assistant/browser/actions/
H A Dcollect_user_data_action.cc111 terms_state != TermsAndConditionsState::NOT_SELECTED; in IsValidTermsChoice()
534 case CollectUserDataProto::NOT_SELECTED: in OnShowToUser()
535 user_data->terms_and_conditions_ = NOT_SELECTED; in OnShowToUser()
H A Dcollect_user_data_action_unittest.cc1566 EXPECT_EQ(user_data_.terms_and_conditions_, NOT_SELECTED); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/autofill_assistant/javatests/src/org/chromium/chrome/browser/autofill_assistant/
H A DAutofillAssistantCollectUserDataUiTest.java169 is(AssistantTermsAndConditionsState.NOT_SELECTED)); in testInitialState()
404 assertThat(delegate.mTermsStatus, is(AssistantTermsAndConditionsState.NOT_SELECTED)); in testEmptyPaymentRequest()
736 assertThat(delegate.mTermsStatus, is(AssistantTermsAndConditionsState.NOT_SELECTED)); in testNonEmptyPaymentRequest()
832 assertThat(delegate.mTermsStatus, is(AssistantTermsAndConditionsState.NOT_SELECTED)); in testTermsAndConditions()
862 assertThat(delegate.mTermsStatus, is(AssistantTermsAndConditionsState.NOT_SELECTED)); in testTermsAndConditions()
/dports/devel/py-azure-mgmt-compute/azure-mgmt-compute-23.0.0/azure/mgmt/compute/v2021_03_01/models/
H A D_compute_management_client_enums.py321 NOT_SELECTED = "NotSelected" variable in PatchInstallationState
/dports/devel/py-azure-mgmt-compute/azure-mgmt-compute-23.0.0/azure/mgmt/compute/v2020_12_01/models/
H A D_compute_management_client_enums.py363 NOT_SELECTED = "NotSelected" variable in PatchInstallationState
/dports/devel/py-azure-mgmt-compute/azure-mgmt-compute-23.0.0/azure/mgmt/compute/v2021_04_01/models/
H A D_compute_management_client_enums.py319 NOT_SELECTED = "NotSelected" variable in PatchInstallationState
/dports/devel/py-azure-mgmt-compute/azure-mgmt-compute-23.0.0/azure/mgmt/compute/v2021_07_01/models/
H A D_compute_management_client_enums.py401 NOT_SELECTED = "NotSelected" variable in PatchInstallationState

12