Home
last modified time | relevance | path

Searched refs:Groups (Results 51 – 75 of 16704) sorted by relevance

12345678910>>...669

/dports/editors/micro/micro-2.0.10/vendor/github.com/zyedidia/highlight/examples/
H A Dsyncat.go56 if group == highlight.Groups["statement"] {
58 } else if group == highlight.Groups["identifier"] {
60 } else if group == highlight.Groups["preproc"] {
62 } else if group == highlight.Groups["special"] {
64 } else if group == highlight.Groups["constant.string"] {
66 } else if group == highlight.Groups["constant"] {
68 } else if group == highlight.Groups["constant.specialChar"] {
70 } else if group == highlight.Groups["type"] {
72 } else if group == highlight.Groups["constant.number"] {
74 } else if group == highlight.Groups["comment"] {
[all …]
/dports/devel/rebar3/rebar3-3.17.0/_build/default/lib/cth_readable/src/
H A Dcth_readable_shell.erl76 post_init_per_group(Group,_Config,Return, State=#state{groups=Groups}) ->
77 {Return, State#state{groups=[Group|Groups]}}.
85 {Return, State#state{groups=tl(Groups)}}.
93 ?OK(Suite, "~s", [format_path(TC,Groups)]),
109 ?FAIL(Suite, "~s", [format_path(TC,Groups)], Reason),
111 on_tc_fail(TC, Reason, State=#state{suite=Suite, groups=Groups}) ->
112 ?FAIL(Suite, "~s", [format_path(TC,Groups)], Reason),
117 on_tc_skip(Suite, {TC,_Group}, Reason, State=#state{groups=Groups}) ->
118 ?SKIP(Suite, "~s", [format_path(TC,Groups)], Reason),
120 on_tc_skip(Suite, TC, Reason, State=#state{groups=Groups}) ->
[all …]
H A Dcth_readable_compact_shell.erl81 post_init_per_group(Group,_Config,Return, State=#state{groups=Groups}) ->
82 {Return, State#state{groups=[Group|Groups]}}.
90 {Return, State#state{groups=tl(Groups)}}.
98 ?OK(Suite, "~s", [format_path(TC,Groups)]),
114 ?FAIL(Suite, "~s", [format_path(TC,Groups)], Reason),
116 on_tc_fail(TC, Reason, State=#state{suite=Suite, groups=Groups}) ->
117 ?FAIL(Suite, "~s", [format_path(TC,Groups)], Reason),
122 on_tc_skip(Suite, {TC,_Group}, Reason, State=#state{groups=Groups}) ->
123 ?SKIP(Suite, "~s", [format_path(TC,Groups)], Reason),
125 on_tc_skip(Suite, TC, Reason, State=#state{groups=Groups}) ->
[all …]
/dports/devel/rebar3/rebar3-3.17.0/_checkouts/cth_readable/src/
H A Dcth_readable_compact_shell.erl81 post_init_per_group(Group,_Config,Return, State=#state{groups=Groups}) ->
82 {Return, State#state{groups=[Group|Groups]}}.
90 {Return, State#state{groups=tl(Groups)}}.
98 ?OK(Suite, "~s", [format_path(TC,Groups)]),
114 ?FAIL(Suite, "~s", [format_path(TC,Groups)], Reason),
116 on_tc_fail(TC, Reason, State=#state{suite=Suite, groups=Groups}) ->
117 ?FAIL(Suite, "~s", [format_path(TC,Groups)], Reason),
122 on_tc_skip(Suite, {TC,_Group}, Reason, State=#state{groups=Groups}) ->
123 ?SKIP(Suite, "~s", [format_path(TC,Groups)], Reason),
125 on_tc_skip(Suite, TC, Reason, State=#state{groups=Groups}) ->
[all …]
H A Dcth_readable_shell.erl76 post_init_per_group(Group,_Config,Return, State=#state{groups=Groups}) ->
77 {Return, State#state{groups=[Group|Groups]}}.
85 {Return, State#state{groups=tl(Groups)}}.
93 ?OK(Suite, "~s", [format_path(TC,Groups)]),
109 ?FAIL(Suite, "~s", [format_path(TC,Groups)], Reason),
111 on_tc_fail(TC, Reason, State=#state{suite=Suite, groups=Groups}) ->
112 ?FAIL(Suite, "~s", [format_path(TC,Groups)], Reason),
117 on_tc_skip(Suite, {TC,_Group}, Reason, State=#state{groups=Groups}) ->
118 ?SKIP(Suite, "~s", [format_path(TC,Groups)], Reason),
120 on_tc_skip(Suite, TC, Reason, State=#state{groups=Groups}) ->
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebControls/
H A Dbasecomparevalidator.cs296 if (m.Groups[2].Length == 0 && hasDigits && m.Groups[5].Length == 0) { in ConvertCurrency()
300 return m.Groups[1].Value in ConvertCurrency()
301 + m.Groups[2].Value.Replace(groupChar, string.Empty) in ConvertCurrency()
302 … + ((hasDigits && m.Groups[5].Length > 0) ? "." + m.Groups[5].Value : string.Empty); in ConvertCurrency()
321 if (m.Groups[2].Length == 0 && m.Groups[3].Length == 0) { in ConvertDouble()
325 return m.Groups[1].Value in ConvertDouble()
326 + (m.Groups[2].Length > 0 ? m.Groups[2].Value : "0") in ConvertDouble()
327 + ((m.Groups[3].Length > 0) ? "." + m.Groups[3].Value: string.Empty); in ConvertDouble()
341 if (m.Success && (m.Groups[2].Success || dateElementOrder == "ymd")) { in ConvertDate()
344 if (m.Groups[2].Success) { in ConvertDate()
[all …]
/dports/biology/mothur/mothur-1.46.1/source/commands/
H A Dphylodiversitycommand.cpp177 util.splitAtDash(groups, Groups); in PhyloDiversityCommand()
178 if (Groups.size() != 0) { if (Groups[0]== "all") { Groups.clear(); } } in PhyloDiversityCommand()
224 for (int i = 0; i < Groups.size(); i++) { out << '\t' << Groups[i]; } in printData()
266 if (Groups.size() == 0) { Groups = tGroups; } in execute()
273 Groups.erase(Groups.begin()+i); in execute()
279 …for (int i = 0; i < Groups.size(); i++) { if (Groups[i] == "xxx") { Groups.erase(Groups.begin()+i… in execute()
491 vector<string> Groups; member
507 Groups = gps; in phylodivData()
534 for (int j = 0; j < params->Groups.size(); j++) { temp[params->Groups[j]] = false; } in driverPhylo()
538 … for (int j = 0; j < params->Groups.size(); j++) { counts[params->Groups[j]] = false; } in driverPhylo()
[all …]
H A Dgetsharedotucommand.cpp184 util.splitAtDash(groups, Groups); in GetSharedOTUCommand()
185 if (Groups.size() != 0) { if (Groups[0]== "all") { Groups.clear(); } } in GetSharedOTUCommand()
193 util.splitAtDash(groups, Groups); in GetSharedOTUCommand()
194 if (Groups.size() != 0) { if (Groups[0]== "all") { Groups.clear(); } } in GetSharedOTUCommand()
235 for(int i = 0; i < Groups.size(); i++) { userGroups += Groups[i] + "-"; } in execute()
241 for(int i = 0; i < Groups.size(); i++) { groupFinder[Groups[i]] = Groups[i]; } in execute()
330 for (int f = 0; f < Groups.size(); f++) { atLeastOne[Groups[f]] = 0; } in process()
408 groupString += " " + Groups[h]; in process()
471 for(int i = 0; i < Groups.size(); i++) { userGroups += Groups[i] + "-"; } in runShared()
477 for(int i = 0; i < Groups.size(); i++) { groupFinder[Groups[i]] = Groups[i];} in runShared()
[all …]
/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainManager/Car/Coupler/
H A DCoupler.cs80 if (CarSections[cs].Groups.Length > 0) in UpdateObjects()
82 for (int i = 0; i < CarSections[cs].Groups[0].Elements.Length; i++) in UpdateObjects()
87 if (CarSections[cs].Groups[0].Elements[i].internalObject != null) in UpdateObjects()
89 CarSections[cs].Groups[0].Elements[i].internalObject.DaytimeNighttimeBlend = dnb; in UpdateObjects()
107 for (int j = 0; j < CarSections[i].Groups[0].Elements.Length; j++) in ChangeSection()
109 TrainManagerBase.currentHost.HideObject(CarSections[i].Groups[0].Elements[j].internalObject); in ChangeSection()
116 for (int j = 0; j < CarSections[SectionIndex].Groups[0].Elements.Length; j++) in ChangeSection()
133 if (CarSections[SectionIndex].Groups[0].Elements[ElementIndex].RefreshRate != 0.0) in UpdateSectionElement()
135 …if (CarSections[SectionIndex].Groups[0].Elements[ElementIndex].SecondsSinceLastUpdate >= CarSectio… in UpdateSectionElement()
138 CarSections[SectionIndex].Groups[0].Elements[ElementIndex].SecondsSinceLastUpdate; in UpdateSectionElement()
[all …]
/dports/devel/matreshka/matreshka-0.7.0/tools/
H A Dgen_props.adb567 for J in Groups'Range loop
572 Groups (J).Share := K;
573 Groups (K).Count := Groups (K).Count + 1;
587 for J in Groups'Range loop
788 for J in Groups'Range loop
803 for J in Groups'Range loop
817 for J in Groups'Range loop
828 for J in Groups'Range loop
886 for J in Groups'Range loop
892 & First_Stage_Image (Groups (Groups (J).Share).Index)
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Configuration/System.Configuration/
H A DConfigurationSectionGroupCollection.cs51 get { return group.Groups.Keys; }
55 get { return group.Groups.Count; }
62 SectionGroupInfo secData = group.Groups [name] as SectionGroupInfo;
82 if (group.Groups != null) { in Clear()
83 foreach (ConfigInfo data in group.Groups) in Clear()
90 for (int n=0; n<group.Groups.Count; n++) in CopyTo()
106 return group.Groups.AllKeys.GetEnumerator (); in GetEnumerator()
111 return group.Groups.GetKey (index); in GetKey()
116 SectionGroupInfo secData = group.Groups [name] as SectionGroupInfo; in Remove()
123 SectionGroupInfo secData = group.Groups [index] as SectionGroupInfo; in RemoveAt()
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/lib/Image/ExifTool/
H A DXMP.pm347 Groups => { 2 => 'Preview' },
827 Groups => { 2 => 'Time' },
1656 Groups => { 2 => 'Time' },
1722 Groups => { 2 => 'Time' },
1727 Groups => { 2 => 'Time' },
2040 Groups => { 2 => 'Time' },
2833 $tagG2 = $$tagInfo{Groups}{2} if $$tagInfo{Groups};
2871 $$flatInfo{Groups} = { %{$$fieldInfo{Groups}} } if $$fieldInfo{Groups};
2882 if ($$fieldInfo{Groups} and $$fieldInfo{Groups}{2}) {
2883 $$flatInfo{Groups}{2} = $$fieldInfo{Groups}{2};
[all …]
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/lib/Image/ExifTool/
H A DXMP.pm340 Groups => { 2 => 'Preview' },
798 Groups => { 2 => 'Time' },
1627 Groups => { 2 => 'Time' },
1693 Groups => { 2 => 'Time' },
1698 Groups => { 2 => 'Time' },
2006 Groups => { 2 => 'Time' },
2798 $tagG2 = $$tagInfo{Groups}{2} if $$tagInfo{Groups};
2836 $$flatInfo{Groups} = { %{$$fieldInfo{Groups}} } if $$fieldInfo{Groups};
2847 if ($$fieldInfo{Groups} and $$fieldInfo{Groups}{2}) {
2848 $$flatInfo{Groups}{2} = $$fieldInfo{Groups}{2};
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/libs/lib7z/
H A DBwtSort.c70 UInt32 *Groups; in SortGroup() local
96 gPrev = Groups[sp]; in SortGroup()
105 g = Groups[sp]; in SortGroup()
158 Groups[ind] = group; in SortGroup()
176 group = Groups[sp]; in SortGroup()
213 if (Groups[sp] >= mid) in SortGroup()
291 group = Groups[sp]; in SortGroup()
325 Groups[sp] = group; in SortGroup()
337 Groups[sp] = group; in SortGroup()
356 UInt32 *Groups; in BlockSort() local
[all …]
/dports/archivers/ppmd-7z/p7zip_9.04/C/
H A DBwtSort.c70 UInt32 *Groups; in SortGroup() local
96 gPrev = Groups[sp]; in SortGroup()
105 g = Groups[sp]; in SortGroup()
158 Groups[ind] = group; in SortGroup()
176 group = Groups[sp]; in SortGroup()
213 if (Groups[sp] >= mid) in SortGroup()
291 group = Groups[sp]; in SortGroup()
325 Groups[sp] = group; in SortGroup()
337 Groups[sp] = group; in SortGroup()
356 UInt32 *Groups; in BlockSort() local
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/7zip/C/
H A DBwtSort.c70 UInt32 *Groups; in SortGroup() local
96 gPrev = Groups[sp]; in SortGroup()
105 g = Groups[sp]; in SortGroup()
158 Groups[ind] = group; in SortGroup()
176 group = Groups[sp]; in SortGroup()
213 if (Groups[sp] >= mid) in SortGroup()
291 group = Groups[sp]; in SortGroup()
325 Groups[sp] = group; in SortGroup()
337 Groups[sp] = group; in SortGroup()
356 UInt32 *Groups; in BlockSort() local
[all …]
/dports/archivers/7-zip/7-zip-21.07/C/
H A DBwtSort.c70 UInt32 *Groups; in SortGroup() local
96 gPrev = Groups[sp]; in SortGroup()
105 g = Groups[sp]; in SortGroup()
158 Groups[ind] = group; in SortGroup()
176 group = Groups[sp]; in SortGroup()
213 if (Groups[sp] >= mid) in SortGroup()
291 group = Groups[sp]; in SortGroup()
325 Groups[sp] = group; in SortGroup()
337 Groups[sp] = group; in SortGroup()
356 UInt32 *Groups; in BlockSort() local
[all …]
/dports/graphics/freeimage/FreeImage/Wrapper/FreeImage.NET/cs/SourceFileMerger/
H A DProgram.cs44 if (match.Success && match.Groups.Count == 2 && match.Groups[1].Value != null) in Main()
46 if (!File.Exists(baseFolder + match.Groups[1].Value)) in Main()
48 throw new FileNotFoundException(baseFolder + match.Groups[1].Value + " does not exist."); in Main()
51 ParseFile(baseFolder + match.Groups[1].Value); in Main()
106 if (match.Success && match.Groups.Count == 2 && match.Groups[1].Value != null) in ParseFile()
108 if (!File.Exists(baseFolder + match.Groups[1].Value)) in ParseFile()
110 throw new FileNotFoundException(baseFolder + match.Groups[1].Value + " does not exist."); in ParseFile()
113 ParseFile(baseFolder + match.Groups[1].Value); in ParseFile()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/misc/extra/
H A DextraUtilMaj.c80 int GroupsMod = pObj->Groups; in Gem_PrintNode()
97 p->pObjs[1].nVars = p->pObjs[1].Groups = 1; // buffer in Gem_ManAlloc()
162 assert( (Groups >> i) & 1 ); in Gem_GroupVarRemove()
163 return (Groups & Mask) | ((Groups & ~Mask) >> 1); in Gem_GroupVarRemove()
169 assert( !fGroup || i == -1 || ((Groups >> i) & 1) ); in Gem_GroupVarsInsert1()
171 return (Groups & Mask) | ((Groups & ~Mask) << 1) | (fGroup << (i+1)); in Gem_GroupVarsInsert1()
177 assert( i == -1 || (Groups >> i) & 1 ); in Gem_GroupVarsInsert3()
178 return (Groups & Mask) | ((Groups & ~Mask) << 3) | (0x4 << (i+1)); in Gem_GroupVarsInsert3()
180 int Gem_GroupUnpack( int Groups, int * pVars ) in Gem_GroupUnpack() argument
183 for ( v = 0; Groups; v++, Groups >>= 1 ) in Gem_GroupUnpack()
[all …]
/dports/math/octave-forge-netcdf/netcdf-1.0.14/inst/private/
H A Dtest_netcdf_ncwriteschema_group.m37 s.Groups(1).Name = 'forecast';
38 s.Groups(1).Variables(1).Name = 'temp';
39 s.Groups(1).Variables(1).Dimensions = s.Dimensions;
40 s.Groups(1).Variables(1).Datatype = 'double';
41 s.Groups(1).Variables(1).Attributes(1).Name = 'long_name';
42 s.Groups(1).Variables(1).Attributes(1).Value = 'temperature';
43 s.Groups(1).Attributes(1).Name = 'institution';
44 s.Groups(1).Attributes(1).Value = 'ULg';
46 s.Groups(2) = s.Groups(1);
47 s.Groups(2).Name = 'analysis';
[all …]
/dports/databases/kbibtex/kbibtex-0.9.2/src/networking/zotero/
H A Dgroups.cpp31 class Zotero::Groups::Private
34 Zotero::Groups *p;
39 Private(QSharedPointer<Zotero::API> a, Zotero::Groups *parent)
55 connect(reply, &QNetworkReply::finished, p, &Zotero::Groups::finishedFetchingGroups);
60 Groups::Groups(QSharedPointer<Zotero::API> api, QObject *parent)
61 : QObject(parent), d(new Zotero::Groups::Private(api, this))
77 Groups::~Groups()
82 bool Groups::initialized() const
87 bool Groups::busy() const
92 QMap<int, QString> Groups::groups() const
[all …]
/dports/biology/mothur/mothur-1.46.1/source/
H A Dsubsample.cpp14 vector<string> Groups = ct->getNamesOfGroups(); in getSample() local
15 if (mGroups.size() == 0) { mGroups = Groups; } in getSample()
24 for (int i = 0; i < Groups.size(); i++) { in getSample()
84 for (int i = 0; i < Groups.size(); i++) { in getSampleWithReplacement()
538 for (int i = 0; i < Groups.size(); i++) { in getSample()
539 sampledCt.addGroup(Groups[i]); in getSample()
595 sampledCt.addGroup(Groups[i]); in getSampleWithReplacement()
654 for (int i = 0; i < Groups.size(); i++) { groupCounts[Groups[i]] = 0; } in getSample()
660 string thisGroup = Groups[i]; in getSample()
752 for (int i = 0; i < Groups.size(); i++) { sampledCt.addGroup(Groups[i]); } in getSample()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Igmp.c69 Status = Mnp->Groups (Mnp, TRUE, &Group->Mac); in Ip4InitIgmp()
75 InsertHeadList (&IgmpCtrl->Groups, &Group->Link); in Ip4InitIgmp()
105 NET_LIST_FOR_EACH (Entry, &IgmpCtrl->Groups) { in Ip4FindGroup()
141 NET_LIST_FOR_EACH (Entry, &IgmpCtrl->Groups) { in Ip4FindMac()
571 IP4_ADDR *Groups; in Ip4CombineGroups() local
575 if (Groups == NULL) { in Ip4CombineGroups()
580 Groups[Count] = Addr; in Ip4CombineGroups()
582 return Groups; in Ip4CombineGroups()
602 IN OUT IP4_ADDR *Groups, in Ip4RemoveGroupAddr() argument
610 if (Groups[Index] == Addr) { in Ip4RemoveGroupAddr()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/NetworkPkg/Ip4Dxe/
H A DIp4Igmp.c63 Status = Mnp->Groups (Mnp, TRUE, &Group->Mac); in Ip4InitIgmp()
69 InsertHeadList (&IgmpCtrl->Groups, &Group->Link); in Ip4InitIgmp()
99 NET_LIST_FOR_EACH (Entry, &IgmpCtrl->Groups) { in Ip4FindGroup()
135 NET_LIST_FOR_EACH (Entry, &IgmpCtrl->Groups) { in Ip4FindMac()
565 IP4_ADDR *Groups; in Ip4CombineGroups() local
569 if (Groups == NULL) { in Ip4CombineGroups()
574 Groups[Count] = Addr; in Ip4CombineGroups()
576 return Groups; in Ip4CombineGroups()
596 IN OUT IP4_ADDR *Groups, in Ip4RemoveGroupAddr() argument
604 if (Groups[Index] == Addr) { in Ip4RemoveGroupAddr()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/NetworkPkg/Ip4Dxe/
H A DIp4Igmp.c63 Status = Mnp->Groups (Mnp, TRUE, &Group->Mac); in Ip4InitIgmp()
69 InsertHeadList (&IgmpCtrl->Groups, &Group->Link); in Ip4InitIgmp()
99 NET_LIST_FOR_EACH (Entry, &IgmpCtrl->Groups) { in Ip4FindGroup()
135 NET_LIST_FOR_EACH (Entry, &IgmpCtrl->Groups) { in Ip4FindMac()
565 IP4_ADDR *Groups; in Ip4CombineGroups() local
569 if (Groups == NULL) { in Ip4CombineGroups()
574 Groups[Count] = Addr; in Ip4CombineGroups()
576 return Groups; in Ip4CombineGroups()
596 IN OUT IP4_ADDR *Groups, in Ip4RemoveGroupAddr() argument
604 if (Groups[Index] == Addr) { in Ip4RemoveGroupAddr()
[all …]

12345678910>>...669