Home
last modified time | relevance | path

Searched refs:group_string (Results 1 – 25 of 228) sorted by relevance

12345678910

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DSendKeys.cs165 StringBuilder group_string = new StringBuilder(); in Parse()
172 group_string.Remove(0, group_string.Length); in Parse()
192 group_string.Append(key_string[start]); in Parse()
197 else if (SendKeys.keywords.Contains(group_string.ToString().ToUpper())) { in Parse()
208 AddVKey((int)keywords[group_string.ToString().ToUpper()], repeats.Length == 0 ? 1 : repeat); in Parse()
210 if (Char.IsUpper(Char.Parse(group_string.ToString()))) { in Parse()
213 AddKey(Char.Parse(group_string.ToString()), 1); in Parse()
218 AddKey(Char.Parse(group_string.ToString().ToUpper()), repeats.Length == 0 ? 1 : repeat); in Parse()
/dports/x11-wm/wmconfig/wmconfig-1.5.1/
H A Dutil.c56 char *single_string(const char *group_string) in single_string() argument
60 if (group_string == NULL) { in single_string()
65 strncpy(ret_str, group_string, BUFSIZ-1); in single_string()
H A Dprototypes.h166 char *single_string(const char *group_string);
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/views/default/river/elements/
H A Dsummary.php43 $group_string = ''; variable
51 $group_string = elgg_echo('river:ingroup', [$group_link]); variable
90 echo trim("$summary $group_string");
/dports/textproc/turboxsl/turboxsl-b03c2c9/src/
H A Dgroup_rights.c53 XMLSTRING group_string = xmls_new_string_literal(groups[i]); in XSLTSetUserContext() local
54 group_entry *entry = (group_entry *) dict_find(rights->groups, group_string); in XSLTSetUserContext()
57 error("XSLTSetUserContext:: unknown group: %s", group_string->s); in XSLTSetUserContext()
/dports/emulators/mednafen/mednafen/src/drivers/
H A Dlogdebugger.cpp134 char group_string[256]; in LogDebugger_Draw() local
136 …trio_snprintf(group_string, 256, "%s(%d)", dl_iter->first.c_str(), (int)dl_iter->second.entries.si… in LogDebugger_Draw()
141 groups_x += 6 + DrawText(surface, groups_x, y, group_string, group_color, MDFN_FONT_6x13_12x13); in LogDebugger_Draw()
/dports/audio/ardour6/Ardour-6.8.0/share/scripts/
H A Dmixer_settings_store.lua141 local group_string = [[instance = {
164 local group_string = string.gsub(group_string, "[\n\t%s]", "")
197 group_string,
H A Dstore_recall_mixer.lua108 local group_string = [[instance = {
130 local group_string = string.gsub(group_string, "[\n\t]", "")
163 group_string,
/dports/science/axom/axom-0.6.1/src/axom/sidre/interface/c_fortran/
H A Dgenfsidresplicer.py358 def group_string(): function
423 print(group_string())
/dports/science/py-DendroPy/DendroPy-4.4.0/src/dendropy/interop/
H A Dpaup.py153 def bipartition_groups_to_split_bitmask(group_string, normalized=None): argument
165 group_string = group_string[::-1] # flip to get correct orientation
166 split_bitmask = int(group_string.replace("*", "1").replace(".", "0"), 2)
168 mask=((2 ** len(group_string)) -1)
/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/
H A Dsettings.h45 static bool parse(const std::string& group_string, SummarizerGroup& group, std::string& error);
H A Dsettings.cpp883 bool SummarizerGroup::parse(const std::string& group_string, SummarizerGroup& group, std::string& e… in parse() argument
887 groupregex.match(group_string, &group_definition); in parse()
956 group.definition = group_string; in parse()
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/phoromatic/pages/
H A Dphoromatic_systems.php467 $group_string = null;
472 $group_string .= '#' . $group . '#';
479 $stmt1->bindValue(':new_groups', $group_string);
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Droute_ui.cc2385 string group_string = "." + rg->name() + "."; in playlist_tip() local
2388 string::size_type idx = take_name.find(group_string); in playlist_tip()
2392 take_name = take_name.substr (idx + group_string.length()); in playlist_tip()
2410 std::string const group_string = "." + route_group()->name() + "."; in resolve_new_group_playlist_name() local
2417 std::string::size_type idx = tmp.find(group_string); in resolve_new_group_playlist_name()
2420 tmp = tmp.substr(idx + group_string.length()); in resolve_new_group_playlist_name()
2598 std::string group_string = "." + rg->name() + "."; in use_playlist() local
2600 std::string::size_type idx = take_name.find(group_string); in use_playlist()
2605 …take_name = take_name.substr(idx + group_string.length()); // find the bit containing the take num… in use_playlist()
2613 std::string playlist_name = (*i)->name()+group_string+take_name; in use_playlist()
/dports/x11-fm/librfm/librfm5-5.3.16.4/primary/
H A Dprimary.c837 gchar *group_string; in rfm_group_string() local
839 group_string = g_strdup(g->gr_name); in rfm_group_string()
841 group_string = g_strdup_printf("%d", (gint)st->st_gid); in rfm_group_string()
843 return group_string; in rfm_group_string()
/dports/security/py-passlib/passlib-1.7.4/passlib/
H A Dtotp.py108 def group_string(value, sep="-"):
977 key = group_string(key, sep)
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/passlib/
H A Dtotp.py108 def group_string(value, sep="-"): function
977 key = group_string(key, sep)
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dheap-symbols.h92 V(group_string, "group") \
/dports/devel/gengetopt/gengetopt-2.23/src/
H A Dgm.cc1146 string group_string = "\\n Group: "; in generate_help_option_list()
1155 group_string += opt->group_value + wrapped_desc; in generate_help_option_list()
1157 option_list->push_back (group_string); in generate_help_option_list()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DMessages.properties61 group_string=group of \"string\" or \"data\" element key
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DMessages.properties61 group_string=group of \"string\" or \"data\" element key
/dports/games/openclonk/openclonk-release-8.1-src/src/editor/
H A DC4ConsoleQtPropListViewer.cpp1871 StdStrBuf group_string; in C4PropertyDelegateSound() local
1874 if (group_string.getLength()) group_string.AppendChar('/'); in C4PropertyDelegateSound()
1875 group_string.Append(base_name, pos - base_name - 2); in C4PropertyDelegateSound()
1879 if (group_string.getLength()) group = ::Strings.RegString(group_string); in C4PropertyDelegateSound()
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-intl.cc131 return isolate->factory()->group_string(); in IcuNumberFieldIdToNumberType()
/dports/net/inlets/inlets-3.0.2/vendor/github.com/golang/protobuf/protobuf-1.4.3/internal/testprotos/proto2_proto/
H A Dtest.proto174 required string group_string = 17; field
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/golang/protobuf/internal/testprotos/proto2_proto/
H A Dtest.proto174 required string group_string = 17; field

12345678910