Home
last modified time | relevance | path

Searched refs:SetMap (Results 1 – 25 of 403) sorted by relevance

12345678910>>...17

/dports/textproc/go-yq/yq-4.7.0/vendor/github.com/timtadh/data-structures/set/
H A Dsetmap.go11 type SetMap struct { struct
15 func NewSetMap(m types.Map) *SetMap {
16 return &SetMap{m}
19 func (s *SetMap) String() string { argument
30 func (s *SetMap) Items() types.KIterator { argument
40 func (s *SetMap) Equals(o types.Equatable) bool { argument
44 func (s *SetMap) Add(item types.Hashable) (err error) { argument
79 func (s *SetMap) Subset(o types.Set) bool { argument
84 func (s *SetMap) ProperSubset(o types.Set) bool { argument
89 func (s *SetMap) Superset(o types.Set) bool { argument
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Readers/Odt/Generic/
H A DSetMap.hs13 module Text.Pandoc.Readers.Odt.Generic.SetMap where
18 type SetMap k v = M.Map k (S.Set v) type
20 empty :: SetMap k v
23 fromList :: (Ord k, Ord v) => [(k,v)] -> SetMap k v
26 insert :: (Ord k, Ord v) => k -> v -> SetMap k v -> SetMap k v
29 union3 :: (Ord k) => SetMap k v -> SetMap k v -> SetMap k v -> SetMap k v
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Readers/Odt/Generic/
H A DSetMap.hs13 module Text.Pandoc.Readers.Odt.Generic.SetMap where
18 type SetMap k v = M.Map k (S.Set v) type
20 empty :: SetMap k v
23 fromList :: (Ord k, Ord v) => [(k,v)] -> SetMap k v
26 insert :: (Ord k, Ord v) => k -> v -> SetMap k v -> SetMap k v
29 union3 :: (Ord k) => SetMap k v -> SetMap k v -> SetMap k v -> SetMap k v
/dports/graphics/tesseract/tesseract-5.0.0/unittest/
H A Dindexmapbidi_test.cc38 map->SetMap(2, true); in ComputePrimes()
41 map->SetMap(i, true); in ComputePrimes()
47 map->SetMap(f * m, false); in ComputePrimes()
105 map.SetMap(2, true); in TEST_F()
106 map.SetMap(4, true); in TEST_F()
107 map.SetMap(7, true); in TEST_F()
108 map.SetMap(9, true); in TEST_F()
109 map.SetMap(11, true); in TEST_F()
/dports/misc/concourse/concourse-6.7.2/atc/db/
H A Dcontainer_repository_test.go456 SetMap(map[string]interface{}{
594 _, err = psql.Insert("workers").SetMap(map[string]interface{}{
600 _, err = psql.Insert("containers").SetMap(map[string]interface{}{
607 _, err = psql.Insert("containers").SetMap(map[string]interface{}{
615 _, err = psql.Insert("containers").SetMap(map[string]interface{}{
623 _, err = psql.Insert("containers").SetMap(map[string]interface{}{
684 _, err = psql.Insert("workers").SetMap(map[string]interface{}{
690 _, err = psql.Insert("containers").SetMap(map[string]interface{}{
851 result, err := psql.Insert("containers").SetMap(
861 result, err = psql.Insert("containers").SetMap(
[all …]
H A Dvolume_repository_test.go640 result, err := psql.Insert("volumes").SetMap(
650 result, err = psql.Insert("volumes").SetMap(
694 _, err = psql.Insert("volumes").SetMap(map[string]interface{}{
701 _, err = psql.Insert("volumes").SetMap(map[string]interface{}{
709 _, err = psql.Insert("volumes").SetMap(map[string]interface{}{
717 _, err = psql.Insert("volumes").SetMap(map[string]interface{}{
775 _, err = psql.Insert("volumes").SetMap(map[string]interface{}{
783 err = psql.Insert("volumes").SetMap(map[string]interface{}{
791 _, err = psql.Insert("volumes").SetMap(map[string]interface{}{
844 result, err = psql.Insert("volumes").SetMap(map[string]interface{}{
[all …]
/dports/net/concourse-fly/concourse-6.7.1/atc/db/
H A Dcontainer_repository_test.go456 SetMap(map[string]interface{}{
594 _, err = psql.Insert("workers").SetMap(map[string]interface{}{
600 _, err = psql.Insert("containers").SetMap(map[string]interface{}{
607 _, err = psql.Insert("containers").SetMap(map[string]interface{}{
615 _, err = psql.Insert("containers").SetMap(map[string]interface{}{
623 _, err = psql.Insert("containers").SetMap(map[string]interface{}{
684 _, err = psql.Insert("workers").SetMap(map[string]interface{}{
690 _, err = psql.Insert("containers").SetMap(map[string]interface{}{
851 result, err := psql.Insert("containers").SetMap(
861 result, err = psql.Insert("containers").SetMap(
[all …]
H A Dvolume_repository_test.go640 result, err := psql.Insert("volumes").SetMap(
650 result, err = psql.Insert("volumes").SetMap(
694 _, err = psql.Insert("volumes").SetMap(map[string]interface{}{
701 _, err = psql.Insert("volumes").SetMap(map[string]interface{}{
709 _, err = psql.Insert("volumes").SetMap(map[string]interface{}{
717 _, err = psql.Insert("volumes").SetMap(map[string]interface{}{
775 _, err = psql.Insert("volumes").SetMap(map[string]interface{}{
783 err = psql.Insert("volumes").SetMap(map[string]interface{}{
791 _, err = psql.Insert("volumes").SetMap(map[string]interface{}{
844 result, err = psql.Insert("volumes").SetMap(map[string]interface{}{
[all …]
/dports/games/springlobby/springlobby-0.180/src/hosting/
H A Dautohostmanager.h17 virtual void SetMap(const wxString& /*map*/){}; in SetMap() function
40 void SetMap(const wxString& map);
55 void SetMap(const wxString& map);
H A Dautohostmanager.cpp45 void SpringieHandler::SetMap(const wxString& map) in SetMap() function in SpringieHandler
95 void SpadsHandler::SetMap(const wxString& map) in SetMap() function in SpadsHandler
H A Dbattlemaptab.cpp208 void BattleMapTab::SetMap( int index ) in SetMap() function in BattleMapTab
235 SetMap( m_map_combo->GetCurrentSelection() ); in OnMapSelect()
255 SetMap( idx ); in OnMapBrowse()
/dports/devel/upp/upp/bazaar/ValueAccessorEdit/
H A DValueAccessorEdit.h69 void SetMap(AccessorMap* a) { if(am != a) { am = a; UpdateMap(); } Update(); } in SetMap() function
71 void ClearMap() { SetMap(NULL); } in ClearMap()
74 virtual void SetData(const Value& v) { SetMap(RawValue<AccessorMap*>::Extract(v)); } in SetData()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Masterminds/squirrel/
H A Dupdate_test.go14 SetMap(Eq{"c": 2}).
44 b := Update("test").SetMap(Eq{"x": 1, "y": 2})
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/masterminds/squirrel/
H A Dupdate_test.go14 SetMap(Eq{"c": 2}).
44 b := Update("test").SetMap(Eq{"x": 1, "y": 2})
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/Examples/examples_matrix/
H A Dmatrix_introex.php51 $mp[$i]->colormap->SetMap($i);
59 $mp[1]->colormap->SetMap(3);
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DGroupUtils.cpp21 using SetMap = std::map<int, std::set<CFileItemPtr> >; typedef
38 SetMap setMap; in Group()
62 for (SetMap::const_iterator set = setMap.begin(); set != setMap.end(); ++set) in Group()
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Masterminds/squirrel/
H A Dupdate_test.go14 SetMap(Eq{"c": 2}).
51 b := Update("test").SetMap(Eq{"x": 1, "y": 2})
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/Masterminds/squirrel/
H A Dupdate_test.go14 SetMap(Eq{"c": 2}).
51 b := Update("test").SetMap(Eq{"x": 1, "y": 2})
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/Masterminds/squirrel/
H A Dupdate_test.go14 SetMap(Eq{"c": 2}).
51 b := Update("test").SetMap(Eq{"x": 1, "y": 2})
/dports/multimedia/navidrome/navidrome-0.40.0/persistence/
H A Dsql_annotations.go44 ins := Insert(annotationTable).SetMap(values)
77 ins := Insert(annotationTable).SetMap(values)
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/engine/
H A DePlayer.cpp7921 SetMap(161,'!'); in ePlayerCharacterFilter()
7922 SetMap(162,'c'); in ePlayerCharacterFilter()
7923 SetMap(163,'l'); in ePlayerCharacterFilter()
7924 SetMap(165,'y'); in ePlayerCharacterFilter()
7925 SetMap(166,'|'); in ePlayerCharacterFilter()
7926 SetMap(167,'s'); in ePlayerCharacterFilter()
7927 SetMap(168,'"'); in ePlayerCharacterFilter()
7928 SetMap(169,'c'); in ePlayerCharacterFilter()
7929 SetMap(170,'a'); in ePlayerCharacterFilter()
7930 SetMap(171,'"'); in ePlayerCharacterFilter()
[all …]
/dports/games/springlobby/springlobby-0.180/src/
H A Dsingleplayertab.cpp181 SetMap( m_mod_pick->GetCount()-1 ); in ReloadMaplist()
215 void SinglePlayerTab::SetMap( unsigned int index ) in SetMap() function in SinglePlayerTab
305 SetMap( index ); in OnMapSelect()
326 SetMap( idx ); in OnMapBrowse()
/dports/misc/broot/broot-1.7.0/cargo-crates/x11-clipboard-0.5.3/src/
H A Drun.rs6 use ::{ INCR_CHUNK_SIZE, Context, SetMap };
24 pub fn run(context: &Arc<Context>, setmap: &SetMap, max_length: usize, receiver: &Receiver<Atom>) { in run() argument
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/x11-clipboard-0.5.2/src/
H A Drun.rs6 use ::{ INCR_CHUNK_SIZE, Context, SetMap };
24 pub fn run(context: &Arc<Context>, setmap: &SetMap, max_length: usize, receiver: &Receiver<Atom>) { in run() argument
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/x11-clipboard-0.3.3/src/
H A Drun.rs6 use ::{ INCR_CHUNK_SIZE, Context, SetMap };
24 pub fn run(context: &Arc<Context>, setmap: &SetMap, max_length: usize, receiver: &Receiver<Atom>) { in run() argument

12345678910>>...17