Home
last modified time | relevance | path

Searched refs:groupNames (Results 1 – 25 of 721) sorted by relevance

12345678910>>...29

/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/group/
H A DGroupManager.java473 if (groupNames == null) { in getGroups()
476 if (groupNames == null) { in getGroups()
497 if (groupNames == null) { in getSharedGroups()
500 if (groupNames == null) { in getSharedGroups()
517 if (groupNames == null) { in getSharedGroups()
520 if (groupNames == null) { in getSharedGroups()
540 if (groupNames == null) { in getVisibleGroups()
543 if (groupNames == null) { in getVisibleGroups()
561 if (groupNames == null) { in getPublicSharedGroups()
599 if (groupNames == null) { in getGroups()
[all …]
H A DAbstractGroupProvider.java170 groupNames.add(rs.getString(1)); in getSharedGroupNames()
179 return groupNames; in getSharedGroupNames()
196 Set<String> groupNames = new HashSet<>(); in getVisibleGroupNames() local
206 groupNames.add(rs.getString(1)); in getVisibleGroupNames()
215 return groupNames; in getVisibleGroupNames()
220 Set<String> groupNames = new HashSet<>(); in search() local
231 groupNames.add(rs.getString(1)); in search()
240 return groupNames; in search()
245 Set<String> groupNames = new HashSet<>(); in getPublicSharedGroupNames() local
254 groupNames.add(rs.getString(1)); in getPublicSharedGroupNames()
[all …]
H A DJDBCGroupProvider.java248 List<String> groupNames = new ArrayList<>(); in getGroupNames() local
257 groupNames.add(rs.getString(1)); in getGroupNames()
266 return groupNames; in getGroupNames()
271 List<String> groupNames = new ArrayList<>(); in getGroupNames() local
282 groupNames.add(rs.getString(1)); in getGroupNames()
292 return groupNames; in getGroupNames()
297 List<String> groupNames = new ArrayList<>(); in getGroupNames() local
318 groupNames.add(rs.getString(1)); in getGroupNames()
327 return groupNames; in getGroupNames()
H A DDefaultGroupProvider.java244 List<String> groupNames = new ArrayList<>(); in getGroupNames() local
253 groupNames.add(rs.getString(1)); in getGroupNames()
261 return groupNames; in getGroupNames()
266 List<String> groupNames = new ArrayList<>(); in getGroupNames() local
277 groupNames.add(rs.getString(1)); in getGroupNames()
287 return groupNames; in getGroupNames()
302 groupNames.add(rs.getString(1)); in getGroupNames()
311 return groupNames; in getGroupNames()
409 groupNames.add(rs.getString(1)); in search()
420 groupNames.add(rs.getString(1)); in search()
[all …]
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/ui/
H A Djabberaddcontactpage.cpp113 QStringList groupNames; in apply() local
120 groupNames += QString(); in apply()
123 if(groupNames.size() == 1 && groupNames.at(0).isEmpty()) in apply()
124 groupNames.clear(); in apply()
133 item.setGroups ( groupNames ); in apply()
198 QStringList groupNames; in slotJidReceived() local
203 groupNames += group->displayName(); in slotJidReceived()
205 groupNames += QString(); in slotJidReceived()
208 if(groupNames.size() == 1 && groupNames.at(0).isEmpty()) in slotJidReceived()
209 groupNames.clear(); in slotJidReceived()
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/smarty_tiki/
H A Dfunction.user_selector.php79 $groupNames = [];
95 $groupNames[] = $group_info['groupName'];
101 if (! empty($groupNames)) {
102 $ucant = $userlib->count_users_consolidated($groupNames);
120 $groupNames[] = $params['group'];
124 if (! empty($groupNames)) {
125 $groupNames = array_unique($groupNames);
127 foreach ($groupNames as $groupName) {
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/ngs_roi/
H A Dproject_spliced.cpp75 clear(groupNames); in beginContig()
95 resize(buffer, length(groupNames), seqan::Exact()); in beginSecondPass()
96 for (unsigned i = 0; i < length(groupNames); ++i) in beginSecondPass()
99 buffer[i].i2 = groupNames[i]; in beginSecondPass()
106 groupNames[i] = buffer[i].i2; in beginSecondPass()
132 idx = length(groupNames); in _updateRanges()
145 seqan::CharString groupNames; in updateRanges() local
148 groupNames = record.tagValues[i]; in updateRanges()
149 if (empty(groupNames)) in updateRanges()
155 for (; endPos <= length(groupNames); ++endPos) in updateRanges()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Configuration/System/Configuration/
H A DSectionUpdates.cs260 string[] groupNames = new string[unretrievedGroups.Count]; in GetUnretrievedGroupNames()
261 unretrievedGroups.CopyTo(groupNames); in GetUnretrievedGroupNames()
262 Array.Sort(groupNames); in GetUnretrievedGroupNames()
263 return groupNames; in GetUnretrievedGroupNames()
283 string[] groupNames = new string[newsGroups.Count]; in GetNewGroupNames()
284 newsGroups.CopyTo(groupNames); in GetNewGroupNames()
285 Array.Sort(groupNames); in GetNewGroupNames()
286 return groupNames; in GetNewGroupNames()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DSectionUpdates.cs221 string[] groupNames = new string[unretrievedGroups.Count]; in GetUnretrievedGroupNames()
222 unretrievedGroups.CopyTo(groupNames); in GetUnretrievedGroupNames()
223 Array.Sort(groupNames); in GetUnretrievedGroupNames()
224 return groupNames; in GetUnretrievedGroupNames()
242 string[] groupNames = new string[newsGroups.Count]; in GetNewGroupNames()
243 newsGroups.CopyTo(groupNames); in GetNewGroupNames()
244 Array.Sort(groupNames); in GetNewGroupNames()
245 return groupNames; in GetNewGroupNames()
/dports/biology/mothur/mothur-1.46.1/TestMothur/
H A Dtestbiominfocommand.cpp62 …vector<string> groupNames; groupNames.push_back("A"); groupNames.push_back("B"); groupNames.push_b… in TEST() local
65 …EXPECT_EQ(12, testTrim.readData(matrixFormat, input, matrixElementType, groupNames, numOtus)->getO… in TEST()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/applied_forces/densityfitting/tests/
H A Ddensityfittingoptions.cpp107 std::vector<std::string> groupNames = { "A", "protein", "C" }; in genericIndexGroupsAndNames() local
108 const char* const namesAsConstChar[3] = { groupNames[0].c_str(), groupNames[1].c_str(), in genericIndexGroupsAndNames()
109 groupNames[2].c_str() }; in genericIndexGroupsAndNames()
117 std::vector<std::string> groupNames = { "protein", "C", "A" }; in differingIndexGroupsAndNames() local
118 const char* const namesAsConstChar[3] = { groupNames[0].c_str(), groupNames[1].c_str(), in differingIndexGroupsAndNames()
119 groupNames[2].c_str() }; in differingIndexGroupsAndNames()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/dashboard/Classes/Widgets/
H A DWidgetConfiguration.php35 private $groupNames; variable in TYPO3\\CMS\\Dashboard\\Widgets\\WidgetConfiguration
73 array $groupNames, argument
91 $this->groupNames = $groupNames;
112 return $this->groupNames;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/dashboard/Classes/Widgets/
H A DWidgetConfiguration.php35 private $groupNames; variable in TYPO3\\CMS\\Dashboard\\Widgets\\WidgetConfiguration
73 array $groupNames, argument
91 $this->groupNames = $groupNames;
112 return $this->groupNames;
/dports/games/springlobby/springlobby-0.180/src/
H A Dusermenu.h89 wxArrayString groupNames = useractions().GetGroupNames(); in UpdateGroups() local
99 if (groupNames.Index(cur->GetItemLabelText()) != wxNOT_FOUND) in UpdateGroups()
109 for ( unsigned int i = 0; i < groupNames.GetCount(); ++i) in UpdateGroups()
111 const int id = m_NameIdMap[groupNames[i]]; in UpdateGroups()
116 …wxMenuItem* addItem = new wxMenuItem( m_groupsMenu, wxID_ANY, groupNames[i] , wxEmptyString, wxIT… in UpdateGroups()
120 m_idNameMap[newID] = groupNames[i]; in UpdateGroups()
121 m_NameIdMap[groupNames[i]] = newID; in UpdateGroups()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/
H A Dconsole.cpp69 static const GroupName groupNames[] = { variable
85 for (int i = 0 ; groupNames[i].name != nullptr ; ++i) in Cmd_listDebugGroups()
86 debugPrintf("%-16s %-16s\n", groupNames[i].name, getVerbosityLevel(groupNames[i].group)); in Cmd_listDebugGroups()
137 while (groupNames[i].name != nullptr) { in parseGroup()
138 if (scumm_stricmp(name, groupNames[i].name) == 0) { in parseGroup()
140 return groupNames[i].group; in parseGroup()
164 debugPrintf("%s", groupNames[0].name); in printGroupList()
165 for (int i = 1 ; groupNames[i].name != nullptr ; ++i) in printGroupList()
166 debugPrintf(", %s", groupNames[i].name); in printGroupList()
/dports/sysutils/sensu-go/sensu-go-5.11.1/cli/commands/clusterrolebinding/
H A Dinfo.go54 groupNames := []string{}
59 groupNames = append(groupNames, subject.Name)
89 if len(groupNames) > 0 {
92 Value: strings.Join(groupNames, ", "),
/dports/www/gitea/gitea-1.16.5/build/codeformat/
H A Dformatimports.go99 var groupNames []string
101 groupNames = append(groupNames, groupName)
107 sort.Slice(groupNames, func(i, j int) bool {
108 n1 := groupNames[i]
109 n2 := groupNames[j]
122 for _, groupName := range groupNames {
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/shell/scripting/
H A Dapplet.cpp52 void Applet::setCurrentConfigGroup(const QStringList &groupNames) in setCurrentConfigGroup() argument
62 d->configGroupPath = groupNames; in setCurrentConfigGroup()
64 for (const QString &groupName : groupNames) { in setCurrentConfigGroup()
68 … d->inWallpaperConfig = !groupNames.isEmpty() && groupNames.first() == QLatin1String("Wallpaper"); in setCurrentConfigGroup()
134 void Applet::setCurrentGlobalConfigGroup(const QStringList &groupNames) in setCurrentGlobalConfigGroup() argument
144 d->globalConfigGroupPath = groupNames; in setCurrentGlobalConfigGroup()
146 for (const QString &groupName : groupNames) { in setCurrentGlobalConfigGroup()
/dports/sysutils/sensu-go/sensu-go-5.11.1/cli/commands/rolebinding/
H A Dinfo.go54 groupNames := []string{}
59 groupNames = append(groupNames, subject.Name)
93 if len(groupNames) > 0 {
96 Value: strings.Join(groupNames, ", "),
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/modules/community/dokuwiki/lib/plugins/authgroupoffice/
H A Dadmin.php20 $groupNames= array();
36 $groupNames[] = $ug;
42 if (!in_array($goGroupModel->name,$groupNames)) {
43 $groupNames[] = $goGroupModel->name;
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/tests/common_scenarios/annotations/
H A DGTTestsCreateAnnotationWidget.cpp199 : groupNames(groupNames), in GroupMenuChecker()
223 const QStringList groupNames; member in U2::GUITest_common_scenarios_create_annotation_widget::__anon5510bd010111::GroupMenuChecker
1163 groupNames = GTUtilsAnnotationsTreeView::getGroupNames(os); in GUI_TEST_CLASS_DEFINITION()
1197 groupNames = GTUtilsAnnotationsTreeView::getGroupNames(os); in GUI_TEST_CLASS_DEFINITION()
1232 groupNames = GTUtilsAnnotationsTreeView::getGroupNames(os); in GUI_TEST_CLASS_DEFINITION()
1303 groupNames = GTUtilsAnnotationsTreeView::getGroupNames(os); in GUI_TEST_CLASS_DEFINITION()
1338 groupNames = GTUtilsAnnotationsTreeView::getGroupNames(os); in GUI_TEST_CLASS_DEFINITION()
1374 groupNames = GTUtilsAnnotationsTreeView::getGroupNames(os); in GUI_TEST_CLASS_DEFINITION()
1423 groupNames = GTUtilsAnnotationsTreeView::getGroupNames(os); in GUI_TEST_CLASS_DEFINITION()
1446 groupNames = GTUtilsAnnotationsTreeView::getGroupNames(os); in GUI_TEST_CLASS_DEFINITION()
[all …]
/dports/www/gallery2/gallery2/modules/core/
H A DAdminGroups.inc195 list ($ret, $groupNames) =
222 $form['list']['groupNames'] = array();
223 foreach ($groupNames as $groupId => $groupName) {
226 $form['list']['groupNames'][$groupId]['can']['delete'] = false;
227 $form['list']['groupNames'][$groupId]['can']['editUsers'] = false;
229 $form['list']['groupNames'][$groupId]['can']['delete'] = false;
230 $form['list']['groupNames'][$groupId]['can']['editUsers'] = false;
232 $form['list']['groupNames'][$groupId]['can']['delete'] = false;
233 $form['list']['groupNames'][$groupId]['can']['editUsers'] = true;
235 $form['list']['groupNames'][$groupId]['can']['delete'] = true;
[all …]
/dports/benchmarks/polygraph/polygraph-4.13.0/src/client/
H A DMembershipMap.cc111 int MembershipMap::collectUsedGroupNames(const Array<UserCred*> &users, Array<String*> &groupNames)… in collectUsedGroupNames()
112 const int savedCount = groupNames.count(); in collectUsedGroupNames()
140 collectUsedGroupNames(groupNames, newR); in collectUsedGroupNames()
144 collectUsedGroupNames(groupNames, curR); in collectUsedGroupNames()
149 return groupNames.count() - savedCount; in collectUsedGroupNames()
152 void MembershipMap::collectUsedGroupNames(Array<String*> &groupNames, const Range &range) const { in collectUsedGroupNames() argument
155 groupNames.append(new String(theGroupSpace[groupIdx])); in collectUsedGroupNames()
/dports/devel/sope2/SOPE/sope-core/NGExtensions/EOExt.subproj/
H A DEOKeyGrouping.m32 self->groupNames = [[NSMutableArray alloc] initWithCapacity:32];
39 [self->groupNames release];
67 if (![self->groupNames containsObject:result])
68 [self->groupNames addObject:result];
77 return self->groupNames;
/dports/devel/sope/SOPE/sope-core/NGExtensions/EOExt.subproj/
H A DEOKeyGrouping.m32 self->groupNames = [[NSMutableArray alloc] initWithCapacity:32];
39 [self->groupNames release];
67 if (![self->groupNames containsObject:result])
68 [self->groupNames addObject:result];
77 return self->groupNames;

12345678910>>...29