Home
last modified time | relevance | path

Searched refs:SetMap (Results 151 – 175 of 403) sorted by relevance

12345678910>>...17

/dports/games/springlobby/springlobby-0.180/src/hosting/
H A Dbattleroomtab.h107 void SetMap( int index );
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/masterminds/squirrel/
H A Dupdate.go192 func (b UpdateBuilder) SetMap(clauses map[string]interface{}) UpdateBuilder { func
H A Dinsert.go234 func (b InsertBuilder) SetMap(clauses map[string]interface{}) InsertBuilder { func
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMap.c482 return (gEfiShellProtocol->SetMap(NULL, CurrentName)); in PerformSingleMappingDelete()
900 Status = gEfiShellProtocol->SetMap(DevPath, NewSName); in AddMappingFromMapping()
962 Status = gEfiShellProtocol->SetMap(DevPath, NewSName); in AddMappingFromHandle()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMap.c482 return (gEfiShellProtocol->SetMap(NULL, CurrentName)); in PerformSingleMappingDelete()
900 Status = gEfiShellProtocol->SetMap(DevPath, NewSName); in AddMappingFromMapping()
962 Status = gEfiShellProtocol->SetMap(DevPath, NewSName); in AddMappingFromHandle()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMap.c481 return (gEfiShellProtocol->SetMap(NULL, CurrentName)); in PerformSingleMappingDelete()
898 Status = gEfiShellProtocol->SetMap(DevPath, NewSName); in AddMappingFromMapping()
956 Status = gEfiShellProtocol->SetMap(DevPath, NewSName); in AddMappingFromHandle()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMap.c482 return (gEfiShellProtocol->SetMap(NULL, CurrentName)); in PerformSingleMappingDelete()
900 Status = gEfiShellProtocol->SetMap(DevPath, NewSName); in AddMappingFromMapping()
962 Status = gEfiShellProtocol->SetMap(DevPath, NewSName); in AddMappingFromHandle()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMap.c482 return (gEfiShellProtocol->SetMap(NULL, CurrentName)); in PerformSingleMappingDelete()
900 Status = gEfiShellProtocol->SetMap(DevPath, NewSName); in AddMappingFromMapping()
962 Status = gEfiShellProtocol->SetMap(DevPath, NewSName); in AddMappingFromHandle()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMap.c482 return (gEfiShellProtocol->SetMap(NULL, CurrentName)); in PerformSingleMappingDelete()
900 Status = gEfiShellProtocol->SetMap(DevPath, NewSName); in AddMappingFromMapping()
962 Status = gEfiShellProtocol->SetMap(DevPath, NewSName); in AddMappingFromHandle()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMap.c482 return (gEfiShellProtocol->SetMap(NULL, CurrentName)); in PerformSingleMappingDelete()
900 Status = gEfiShellProtocol->SetMap(DevPath, NewSName); in AddMappingFromMapping()
962 Status = gEfiShellProtocol->SetMap(DevPath, NewSName); in AddMappingFromHandle()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMap.c482 return (gEfiShellProtocol->SetMap(NULL, CurrentName)); in PerformSingleMappingDelete()
900 Status = gEfiShellProtocol->SetMap(DevPath, NewSName); in AddMappingFromMapping()
962 Status = gEfiShellProtocol->SetMap(DevPath, NewSName); in AddMappingFromHandle()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMap.c482 return (gEfiShellProtocol->SetMap(NULL, CurrentName)); in PerformSingleMappingDelete()
900 Status = gEfiShellProtocol->SetMap(DevPath, NewSName); in AddMappingFromMapping()
962 Status = gEfiShellProtocol->SetMap(DevPath, NewSName); in AddMappingFromHandle()
/dports/sysutils/edk2/edk2-edk2-stable202102/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMap.c482 return (gEfiShellProtocol->SetMap(NULL, CurrentName));
900 Status = gEfiShellProtocol->SetMap(DevPath, NewSName);
962 Status = gEfiShellProtocol->SetMap(DevPath, NewSName);
/dports/games/crimson/crimson-0.5.3/src/common/
H A Dmapwidget.cpp96 void MapWidget::SetMap( const Map *map, const Rect &viewport, unsigned char magnify ) { in SetMap() function in MapWidget
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/Masterminds/squirrel/
H A Dinsert.go235 func (b InsertBuilder) SetMap(clauses map[string]interface{}) InsertBuilder { func
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Masterminds/squirrel/
H A Dupdate.go211 func (b UpdateBuilder) SetMap(clauses map[string]interface{}) UpdateBuilder { func
H A Dsquirrel_test.go89 var testDebugUpdateSQL = Update("table").SetMap(Eq{"x": 1, "y": "val"})
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/Masterminds/squirrel/
H A Dsquirrel_test.go89 var testDebugUpdateSQL = Update("table").SetMap(Eq{"x": 1, "y": "val"})
H A Dupdate.go211 func (b UpdateBuilder) SetMap(clauses map[string]interface{}) UpdateBuilder { func
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Masterminds/squirrel/
H A Dinsert.go235 func (b InsertBuilder) SetMap(clauses map[string]interface{}) InsertBuilder { func
/dports/www/mattermost-server/mattermost-server-6.0.2/store/sqlstore/
H A Dcommand_store.go133 SetMap(sq.Eq{"DeleteAt": time, "UpdateAt": time}).
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/Masterminds/squirrel/
H A Dupdate.go211 func (b UpdateBuilder) SetMap(clauses map[string]interface{}) UpdateBuilder { func
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DAttr.cpp108 void Attr::SetMap(nsDOMAttributeMap* aMap) { in NS_INTERFACE_TABLE_HEAD()
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/Masterminds/squirrel/
H A Dsquirrel_test.go89 var testDebugUpdateSQL = Update("table").SetMap(Eq{"x": 1, "y": "val"})
H A Dupdate.go211 func (b UpdateBuilder) SetMap(clauses map[string]interface{}) UpdateBuilder { func

12345678910>>...17