Home
last modified time | relevance | path

Searched refs:SetHint (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/mongo/
H A Dbulk_write_models.go74 func (dom *DeleteOneModel) SetHint(hint interface{}) *DeleteOneModel { func
112 func (dmm *DeleteManyModel) SetHint(hint interface{}) *DeleteManyModel { func
138 func (rom *ReplaceOneModel) SetHint(hint interface{}) *ReplaceOneModel { func
195 func (uom *UpdateOneModel) SetHint(hint interface{}) *UpdateOneModel { func
259 func (umm *UpdateManyModel) SetHint(hint interface{}) *UpdateManyModel { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas/vendor/go.mongodb.org/mongo-driver/mongo/
H A Dbulk_write_models.go74 func (dom *DeleteOneModel) SetHint(hint interface{}) *DeleteOneModel { func
112 func (dmm *DeleteManyModel) SetHint(hint interface{}) *DeleteManyModel { func
138 func (rom *ReplaceOneModel) SetHint(hint interface{}) *ReplaceOneModel { func
195 func (uom *UpdateOneModel) SetHint(hint interface{}) *UpdateOneModel { func
259 func (umm *UpdateManyModel) SetHint(hint interface{}) *UpdateManyModel { func
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/mongo/
H A Dbulk_write_models.go75 func (dom *DeleteOneModel) SetHint(hint interface{}) *DeleteOneModel { func
114 func (dmm *DeleteManyModel) SetHint(hint interface{}) *DeleteManyModel { func
141 func (rom *ReplaceOneModel) SetHint(hint interface{}) *ReplaceOneModel { func
199 func (uom *UpdateOneModel) SetHint(hint interface{}) *UpdateOneModel { func
264 func (umm *UpdateManyModel) SetHint(hint interface{}) *UpdateManyModel { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/mongo/
H A Dbulk_write_models.go75 func (dom *DeleteOneModel) SetHint(hint interface{}) *DeleteOneModel { func
114 func (dmm *DeleteManyModel) SetHint(hint interface{}) *DeleteManyModel { func
141 func (rom *ReplaceOneModel) SetHint(hint interface{}) *ReplaceOneModel { func
199 func (uom *UpdateOneModel) SetHint(hint interface{}) *UpdateOneModel { func
264 func (umm *UpdateManyModel) SetHint(hint interface{}) *UpdateManyModel { func
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/frm/
H A DfrmHint.h48 void SetHint(int hint, const wxString &info);
49 void SetHint(const wxArrayInt &hintnos, const wxString &info);
55 void SetHint(const wxString &info);
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DFaceAttribsEditor.cpp465 m_xOffsetEditor->SetHint("multi"); in updateControls()
468 m_xOffsetEditor->SetHint(""); in updateControls()
472 m_yOffsetEditor->SetHint("multi"); in updateControls()
475 m_yOffsetEditor->SetHint(""); in updateControls()
479 m_rotationEditor->SetHint("multi"); in updateControls()
482 m_rotationEditor->SetHint(""); in updateControls()
486 m_xScaleEditor->SetHint("multi"); in updateControls()
489 m_xScaleEditor->SetHint(""); in updateControls()
493 m_yScaleEditor->SetHint("multi"); in updateControls()
496 m_yScaleEditor->SetHint(""); in updateControls()
[all …]
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/frm/
H A DfrmHint.cpp225 void frmHint::SetHint(int hintno, const wxString &info) in SetHint() function in frmHint
228 SetHint(info); in SetHint()
232 void frmHint::SetHint(const wxArrayInt &_hintnos, const wxString &info) in SetHint() function in frmHint
235 SetHint(info); in SetHint()
239 void frmHint::SetHint(const wxString &info) in SetHint() function in frmHint
443 frm->SetHint(hintnos, info); in ShowHint()
464 frm->SetHint(hintno, info); in ShowHint()
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/mongo/integration/unified/
H A Dbulkwrite_helpers_test.go92 uom.SetHint(hint)
141 umm.SetHint(hint)
203 dmm.SetHint(hint)
236 rom.SetHint(hint)
H A Dcollection_operation_execution_test.go66 opts.SetHint(hint)
175 opts.SetHint(hint)
302 opts.SetHint(hint)
349 opts.SetHint(hint)
481 opts.SetHint(hint)
562 opts.SetHint(hint)
717 opts.SetHint(hint)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/mongo/integration/unified/
H A Dbulkwrite_helpers_test.go92 uom.SetHint(hint)
141 umm.SetHint(hint)
203 dmm.SetHint(hint)
236 rom.SetHint(hint)
H A Dcollection_operation_execution_test.go66 opts.SetHint(hint)
175 opts.SetHint(hint)
302 opts.SetHint(hint)
349 opts.SetHint(hint)
481 opts.SetHint(hint)
562 opts.SetHint(hint)
717 opts.SetHint(hint)
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/mongo/integration/
H A Dcollection_test.go347 opts := options.Delete().SetHint(bson.M{"x": 1})
353 opts := options.Delete().SetHint(bson.M{"x": 1, "y": 1})
414 opts := options.Delete().SetHint(bson.M{"x": 1})
420 opts := options.Delete().SetHint(bson.M{"x": 1, "y": 1})
766 testAggregateWithOptions(mt, true, options.Aggregate().SetHint(hint))
773 testAggregateWithOptions(mt, true, options.Aggregate().SetHint(hint))
835 opts := options.Count().SetHint(bson.M{"x": 1, "y": 1})
1127 SetHint(indexName).
1184 {"single key hint", options.FindOne().SetHint(bson.M{"x": 1}), ""},
1244 {"single key hint", options.FindOneAndDelete().SetHint(bson.M{"x": 1}), ""},
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/mongo/integration/
H A Dcollection_test.go347 opts := options.Delete().SetHint(bson.M{"x": 1})
353 opts := options.Delete().SetHint(bson.M{"x": 1, "y": 1})
414 opts := options.Delete().SetHint(bson.M{"x": 1})
420 opts := options.Delete().SetHint(bson.M{"x": 1, "y": 1})
766 testAggregateWithOptions(mt, true, options.Aggregate().SetHint(hint))
773 testAggregateWithOptions(mt, true, options.Aggregate().SetHint(hint))
823 opts := options.Count().SetHint(bson.M{"x": 1, "y": 1})
1103 SetHint(indexName).
1160 {"single key hint", options.FindOne().SetHint(bson.M{"x": 1}), ""},
1220 {"single key hint", options.FindOneAndDelete().SetHint(bson.M{"x": 1}), ""},
[all …]
/dports/editors/lazarus/lazarus/components/sparta/toolsapi/source/
H A Ddesignmenus.pas80 procedure SetHint(const AHint: string); procedure
102 property Hint: string read GetHint write SetHint;
/dports/editors/lazarus-qt5/lazarus/components/sparta/toolsapi/source/
H A Ddesignmenus.pas80 procedure SetHint(const AHint: string); procedure
102 property Hint: string read GetHint write SetHint;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sparta/toolsapi/source/
H A Ddesignmenus.pas80 procedure SetHint(const AHint: string); procedure
102 property Hint: string read GetHint write SetHint;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sparta/toolsapi/source/
H A Ddesignmenus.pas80 procedure SetHint(const AHint: string); procedure
102 property Hint: string read GetHint write SetHint;
/dports/editors/lazarus/lazarus/ide/
H A Dprogresswnd.pas57 procedure SetHint(const AValue: string); procedure
67 property Hint: string read FHint write SetHint;
157 procedure TIDEProgressItem.SetHint(const AValue: string); procedure
/dports/editors/lazarus/lazarus/lcl/
H A Dactnlist.pas177 procedure SetHint(const Value: TTranslateString); procedure
211 property Hint: TTranslateString read FHint write SetHint;
260 procedure SetHint(const Value: string); virtual; procedure
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dprogresswnd.pas57 procedure SetHint(const AValue: string); procedure
67 property Hint: string read FHint write SetHint;
157 procedure TIDEProgressItem.SetHint(const AValue: string); procedure
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dactnlist.pas177 procedure SetHint(const Value: TTranslateString); procedure
211 property Hint: TTranslateString read FHint write SetHint;
260 procedure SetHint(const Value: string); virtual; procedure
/dports/editors/lazarus-qt5/lazarus/ide/
H A Dprogresswnd.pas57 procedure SetHint(const AValue: string); procedure
67 property Hint: string read FHint write SetHint;
157 procedure TIDEProgressItem.SetHint(const AValue: string); procedure
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dactnlist.pas177 procedure SetHint(const Value: TTranslateString); procedure
211 property Hint: TTranslateString read FHint write SetHint;
260 procedure SetHint(const Value: string); virtual; procedure
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dactnlist.pas177 procedure SetHint(const Value: TTranslateString); procedure
211 property Hint: TTranslateString read FHint write SetHint;
260 procedure SetHint(const Value: string); virtual; procedure
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dprogresswnd.pas57 procedure SetHint(const AValue: string); procedure
67 property Hint: string read FHint write SetHint;
157 procedure TIDEProgressItem.SetHint(const AValue: string); procedure

12345678910>>...13