Home
last modified time | relevance | path

Searched refs:remaps (Results 1 – 25 of 491) sorted by relevance

12345678910>>...20

/dports/science/cdo/cdo-2.0.0/src/
H A DRemap.cc903 std::vector<RemapType> remaps(MaxRemaps); in Remap() local
913 remaps[0].tgt_grid, remaps[0].vars); in Remap()
915 if (remaps[0].vars.links_per_value == 0) remapLinksPerValue(remaps[0].vars); in Remap()
919 remaps[0].gridID = gridID1; in Remap()
932 if (remaps[0].src_grid.mask[i] == false) remaps[0].nmiss++; in Remap()
1072 const int remapIndex0 = (MaxRemaps > 1 && remaps[0].nused > remaps[1].nused); in Remap()
1109 …remap_search_init(mapType, remaps[remapIndex].search, remaps[remapIndex].src_grid, remaps[remapInd… in Remap()
1122 … varray_copy(remaps[remapIndex].src_grid.size, imask, remaps[remapIndex].src_grid.mask); in Remap()
1191 …remap_stat(remapOrder, remaps[remapIndex].src_grid, remaps[remapIndex].tgt_grid, remaps[remapIndex… in Remap()
1212 remaps[remapIndex].tgt_grid, remaps[remapIndex].vars); in Remap()
[all …]
/dports/misc/xplr/xplr-0.17.0/docs/en/src/
H A Ddefault-key-bindings.md12 | key | remaps | action |
43 | key | remaps | action |
61 | key | remaps | action |
72 | key | remaps | action |
82 | key | remaps | action |
94 | key | remaps | action |
128 | key | remaps | action |
144 | key | remaps | action |
152 | key | remaps | action |
193 | key | remaps | action |
[all …]
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dpath_remap.cpp126 DVector<String> remaps = Globals::get_singleton()->get("remap/all"); in load_remaps() local
129 int rlen = remaps.size(); in load_remaps()
132 DVector<String>::Read r = remaps.read(); in load_remaps()
142 remaps = Globals::get_singleton()->get("remap/" + OS::get_singleton()->get_name()); in load_remaps()
145 int rlen = remaps.size(); in load_remaps()
148 DVector<String>::Read r = remaps.read(); in load_remaps()
162 Dictionary remaps = Globals::get_singleton()->get("locale/translation_remaps"); in load_remaps() local
164 remaps.get_key_list(&rk); in load_remaps()
168 StringArray sa = remaps[E->get()]; in load_remaps()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dpath_remap.cpp126 DVector<String> remaps = Globals::get_singleton()->get("remap/all"); in load_remaps() local
129 int rlen = remaps.size(); in load_remaps()
132 DVector<String>::Read r = remaps.read(); in load_remaps()
142 remaps = Globals::get_singleton()->get("remap/" + OS::get_singleton()->get_name()); in load_remaps()
145 int rlen = remaps.size(); in load_remaps()
148 DVector<String>::Read r = remaps.read(); in load_remaps()
162 Dictionary remaps = Globals::get_singleton()->get("locale/translation_remaps"); in load_remaps() local
164 remaps.get_key_list(&rk); in load_remaps()
168 StringArray sa = remaps[E->get()]; in load_remaps()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dlumpremap.cpp43 static TMap<FName, LumpRemapper> remaps; variable
55 LumpRemapper *iter = remaps.CheckKey(extension); in AddFile()
60 remaps.Insert(extension, remaper); in AddFile()
77 remaps.Clear(); in ClearRemaps()
210 LumpRemapper *iter = remaps.CheckKey(extension); in LoadMap()
215 remaps.Insert(extension, remaper); in LoadMap()
292 for(TMap<FName, LumpRemapper>::Iterator iter(remaps);iter.NextPair(pair);) in RemapAll()
/dports/news/husky/husky-1.9.20191207/fidoconf/src/
H A Dafixcmn.c173 if ((config->remaps[i].toname==NULL || in createXMSG()
174 stricmp(config->remaps[i].toname,msg->toUserName)==0) && in createXMSG()
175 (config->remaps[i].oldaddr.zone==0 || in createXMSG()
176 addrComp(config->remaps[i].oldaddr,msg->destAddr)==0) ) in createXMSG()
180 aka2str(config->remaps[i].newaddr) ); in createXMSG()
181 msg->destAddr = config->remaps[i].newaddr; in createXMSG()
194 aka2str(config->remaps[i].oldaddr) ); in createXMSG()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/fidoconf/src/
H A Dafixcmn.c173 if ((config->remaps[i].toname==NULL || in createXMSG()
174 stricmp(config->remaps[i].toname,msg->toUserName)==0) && in createXMSG()
175 (config->remaps[i].oldaddr.zone==0 || in createXMSG()
176 addrComp(config->remaps[i].oldaddr,msg->destAddr)==0) ) in createXMSG()
180 aka2str(config->remaps[i].newaddr) ); in createXMSG()
181 msg->destAddr = config->remaps[i].newaddr; in createXMSG()
194 aka2str(config->remaps[i].oldaddr) ); in createXMSG()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/fidoconf/src/
H A Dafixcmn.c173 if ((config->remaps[i].toname==NULL || in createXMSG()
174 stricmp(config->remaps[i].toname,msg->toUserName)==0) && in createXMSG()
175 (config->remaps[i].oldaddr.zone==0 || in createXMSG()
176 addrComp(config->remaps[i].oldaddr,msg->destAddr)==0) ) in createXMSG()
180 aka2str(config->remaps[i].newaddr) ); in createXMSG()
181 msg->destAddr = config->remaps[i].newaddr; in createXMSG()
194 aka2str(config->remaps[i].oldaddr) ); in createXMSG()
/dports/news/husky-htick/husky-htick-1.9.20191207/fidoconf/src/
H A Dafixcmn.c173 if ((config->remaps[i].toname==NULL || in createXMSG()
174 stricmp(config->remaps[i].toname,msg->toUserName)==0) && in createXMSG()
175 (config->remaps[i].oldaddr.zone==0 || in createXMSG()
176 addrComp(config->remaps[i].oldaddr,msg->destAddr)==0) ) in createXMSG()
180 aka2str(config->remaps[i].newaddr) ); in createXMSG()
181 msg->destAddr = config->remaps[i].newaddr; in createXMSG()
194 aka2str(config->remaps[i].oldaddr) ); in createXMSG()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/fidoconf/src/
H A Dafixcmn.c173 if ((config->remaps[i].toname==NULL || in createXMSG()
174 stricmp(config->remaps[i].toname,msg->toUserName)==0) && in createXMSG()
175 (config->remaps[i].oldaddr.zone==0 || in createXMSG()
176 addrComp(config->remaps[i].oldaddr,msg->destAddr)==0) ) in createXMSG()
180 aka2str(config->remaps[i].newaddr) ); in createXMSG()
181 msg->destAddr = config->remaps[i].newaddr; in createXMSG()
194 aka2str(config->remaps[i].oldaddr) ); in createXMSG()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/fidoconf/src/
H A Dafixcmn.c173 if ((config->remaps[i].toname==NULL || in createXMSG()
174 stricmp(config->remaps[i].toname,msg->toUserName)==0) && in createXMSG()
175 (config->remaps[i].oldaddr.zone==0 || in createXMSG()
176 addrComp(config->remaps[i].oldaddr,msg->destAddr)==0) ) in createXMSG()
180 aka2str(config->remaps[i].newaddr) ); in createXMSG()
181 msg->destAddr = config->remaps[i].newaddr; in createXMSG()
194 aka2str(config->remaps[i].oldaddr) ); in createXMSG()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/fidoconf/src/
H A Dafixcmn.c173 if ((config->remaps[i].toname==NULL || in createXMSG()
174 stricmp(config->remaps[i].toname,msg->toUserName)==0) && in createXMSG()
175 (config->remaps[i].oldaddr.zone==0 || in createXMSG()
176 addrComp(config->remaps[i].oldaddr,msg->destAddr)==0) ) in createXMSG()
180 aka2str(config->remaps[i].newaddr) ); in createXMSG()
181 msg->destAddr = config->remaps[i].newaddr; in createXMSG()
194 aka2str(config->remaps[i].oldaddr) ); in createXMSG()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/fidoconf/src/
H A Dafixcmn.c173 if ((config->remaps[i].toname==NULL || in createXMSG()
174 stricmp(config->remaps[i].toname,msg->toUserName)==0) && in createXMSG()
175 (config->remaps[i].oldaddr.zone==0 || in createXMSG()
176 addrComp(config->remaps[i].oldaddr,msg->destAddr)==0) ) in createXMSG()
180 aka2str(config->remaps[i].newaddr) ); in createXMSG()
181 msg->destAddr = config->remaps[i].newaddr; in createXMSG()
194 aka2str(config->remaps[i].oldaddr) ); in createXMSG()
/dports/emulators/bochs/bochs-2.7/iodev/sound/
H A Dsb16.cc525 new bx_shadow_num_c(emul, "remaps", &EMUL.remaps); in register_state()
2228 EMUL.remaps = 0; in emul_write()
2237 if (EMUL.remaps >= BX_SB16_MAX_REMAPS) break; in emul_write()
2240 EMUL.remaplist[EMUL.remaps].oldprogch = 0xff; in emul_write()
2243 EMUL.remaplist[EMUL.remaps].newprogch = 0xff; in emul_write()
2250 EMUL.remaps++; in emul_write()
2253 if (EMUL.remaps >= BX_SB16_MAX_REMAPS) break; in emul_write()
2264 EMUL.remaps++; in emul_write()
2283 EMUL.remaps++; in emul_write()
2318 EMUL.remaps = 0; in emul_write()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Dproject_settings.cpp856 Dictionary remaps; in _translation_res_add() local
860 prev = remaps; in _translation_res_add()
863 if (remaps.has(p_path)) in _translation_res_add()
895 StringArray r = remaps[key]; in _translation_res_option_add()
897 remaps[key] = r; in _translation_res_option_add()
943 StringArray r = remaps[key]; in _translation_res_option_changed()
946 remaps[key] = r; in _translation_res_option_changed()
976 remaps.erase(key); in _translation_res_delete()
1008 StringArray r = remaps[key]; in _translation_res_option_delete()
1011 remaps[key] = r; in _translation_res_option_delete()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Dproject_settings.cpp856 Dictionary remaps; in _translation_res_add() local
860 prev = remaps; in _translation_res_add()
863 if (remaps.has(p_path)) in _translation_res_add()
895 StringArray r = remaps[key]; in _translation_res_option_add()
897 remaps[key] = r; in _translation_res_option_add()
943 StringArray r = remaps[key]; in _translation_res_option_changed()
946 remaps[key] = r; in _translation_res_option_changed()
976 remaps.erase(key); in _translation_res_delete()
1008 StringArray r = remaps[key]; in _translation_res_option_delete()
1011 remaps[key] = r; in _translation_res_option_delete()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/Metadata/Internal/
H A DNamespaceCache.cs170 List<KeyValuePair<NamespaceDefinitionHandle, NamespaceDataBuilder>> remaps = null; in MergeDuplicateNamespaces()
181 if (remaps == null) in MergeDuplicateNamespaces()
183remaps = new List<KeyValuePair<NamespaceDefinitionHandle, NamespaceDataBuilder>>(); in MergeDuplicateNamespaces()
185remaps.Add(new KeyValuePair<NamespaceDefinitionHandle, NamespaceDataBuilder>(group.Key, existingRe… in MergeDuplicateNamespaces()
194 if (remaps != null) in MergeDuplicateNamespaces()
196 foreach (var tuple in remaps) in MergeDuplicateNamespaces()
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Dproject_settings_editor.cpp1234 Dictionary remaps; in _translation_res_add() local
1238 prev = remaps; in _translation_res_add()
1241 if (remaps.has(p_path)) in _translation_res_add()
1271 ERR_FAIL_COND(!remaps.has(key)); in _translation_res_option_add()
1272 PoolStringArray r = remaps[key]; in _translation_res_option_add()
1274 remaps[key] = r; in _translation_res_option_add()
1318 ERR_FAIL_COND(!remaps.has(key)); in _translation_res_option_changed()
1326 remaps[key] = r; in _translation_res_option_changed()
1355 remaps.erase(key); in _translation_res_delete()
1389 remaps[key] = r; in _translation_res_option_delete()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Dproject_settings_editor.cpp1234 Dictionary remaps; in _translation_res_add() local
1238 prev = remaps; in _translation_res_add()
1241 if (remaps.has(p_path)) in _translation_res_add()
1271 ERR_FAIL_COND(!remaps.has(key)); in _translation_res_option_add()
1272 PoolStringArray r = remaps[key]; in _translation_res_option_add()
1274 remaps[key] = r; in _translation_res_option_add()
1318 ERR_FAIL_COND(!remaps.has(key)); in _translation_res_option_changed()
1326 remaps[key] = r; in _translation_res_option_changed()
1355 remaps.erase(key); in _translation_res_delete()
1389 remaps[key] = r; in _translation_res_option_delete()
[all …]
/dports/games/openomf/openomf-c36c421/src/resources/
H A Dpalette.c53 memcpy(new->remaps, src->remaps, 19*256); in palette_copy()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/server_push_preload/
H A DREADME.md7 To use it as a global plugin for all your remaps, add this line to your `plugins.config` file:
13 To use it as a remap plugin add it to one of your remaps in the `remap.config` file:
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-subset-cff-common.hh577 remaps.fini (); in ~subr_subsetter_t()
600 remaps.init (acc.fdCount); in subset()
605 if (unlikely (remaps.in_error() in subset()
693 remaps.create (closures); in subset()
740 return encode_subrs (parsed_global_subrs, remaps.global_remap, 0, buffArray); in encode_globalsubrs()
745 return encode_subrs (parsed_local_subrs[fd], remaps.local_remaps[fd], fd, buffArray); in encode_localsubrs()
934 encoder.encode_int (remaps.local_remaps[fd].biased_num (opstr.subr_num)); in encode_str()
939 encoder.encode_int (remaps.global_remap.biased_num (opstr.subr_num)); in encode_str()
962 subr_remaps_t remaps; member
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/harfbuzz/src/
H A Dhb-subset-cff-common.hh577 remaps.fini (); in ~subr_subsetter_t()
600 remaps.init (acc.fdCount); in subset()
605 if (unlikely (remaps.in_error() in subset()
693 remaps.create (closures); in subset()
740 return encode_subrs (parsed_global_subrs, remaps.global_remap, 0, buffArray); in encode_globalsubrs()
745 return encode_subrs (parsed_local_subrs[fd], remaps.local_remaps[fd], fd, buffArray); in encode_localsubrs()
934 encoder.encode_int (remaps.local_remaps[fd].biased_num (opstr.subr_num)); in encode_str()
939 encoder.encode_int (remaps.global_remap.biased_num (opstr.subr_num)); in encode_str()
962 subr_remaps_t remaps; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/src/
H A Dhb-subset-cff-common.hh577 remaps.fini (); in ~subr_subsetter_t()
600 remaps.init (acc.fdCount); in subset()
605 if (unlikely (remaps.in_error() in subset()
693 remaps.create (closures); in subset()
740 return encode_subrs (parsed_global_subrs, remaps.global_remap, 0, buffArray); in encode_globalsubrs()
745 return encode_subrs (parsed_local_subrs[fd], remaps.local_remaps[fd], fd, buffArray); in encode_localsubrs()
934 encoder.encode_int (remaps.local_remaps[fd].biased_num (opstr.subr_num)); in encode_str()
939 encoder.encode_int (remaps.global_remap.biased_num (opstr.subr_num)); in encode_str()
962 subr_remaps_t remaps; member
/dports/www/lagrange/lagrange-1.7.3/lib/harfbuzz/src/
H A Dhb-subset-cff-common.hh577 remaps.fini (); in ~subr_subsetter_t()
600 remaps.init (acc.fdCount); in subset()
605 if (unlikely (remaps.in_error() in subset()
693 remaps.create (closures); in subset()
740 return encode_subrs (parsed_global_subrs, remaps.global_remap, 0, buffArray); in encode_globalsubrs()
745 return encode_subrs (parsed_local_subrs[fd], remaps.local_remaps[fd], fd, buffArray); in encode_localsubrs()
934 encoder.encode_int (remaps.local_remaps[fd].biased_num (opstr.subr_num)); in encode_str()
939 encoder.encode_int (remaps.global_remap.biased_num (opstr.subr_num)); in encode_str()
962 subr_remaps_t remaps; member

12345678910>>...20