Home
last modified time | relevance | path

Searched refs:USERS (Results 1 – 25 of 2328) sorted by relevance

12345678910>>...94

/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/user/
H A Dcpubyuser53 [ -z "$USERS" ] && USERS=ALL
54 if [ "$USERS" = "ALLPROC" ]; then
55 USERS="$(ps ax --format uname | tail +2 | sort -u | grep -v -e '^root$')"
56 elif [ "$USERS" = "ALL" ]; then
57 USERS="$(w --no-header | cut -d' ' -f 1 | sort -u)"
61 if [ -n "$USERS" ]; then
77 user_fields="$(for user in $USERS; do clean_fieldname "$user" | tr '\n' ' '; done)"
79 for user in $USERS "$OTHER_FIELD"; do
95 awk -v USERS="$USERS" '
H A Dprocbyuser20 …env.USERS root yann # defaults to ALL, i.e. display all users. 'root' is counted as one of the…
38 [ -z "$USERS" ] && USERS=ALL
39 if [ "$USERS" = "ALL" ]; then
40 USERS="$(ps ax --format uname | tail +2 | sort -u | grep -v -e '^root$')"
55 user_fields="$(for user in $USERS; do clean_fieldname "$user" | tr '\n' ' '; done)"
57 for user in $USERS "$OTHER_FIELD"; do
73 awk -v USERS="$USERS" '
H A Dmembyuser16 USERS="$(ps ax --format uname | tail +2 | sort -u | grep -v -e '^root$')"
19 if [ -n "$USERS" ]; then
34 _USERS=${USERS//[-.]/_}
37 for USER in $USERS "others"; do
48 awk -v USERS="$USERS" '
/dports/devel/p5-App-SD/App-SD-0.75/t/
H A Dbig-hm-rt.t12 our (%USERS, @USERS, $CURRENT_USER_DATA);
14 @USERS = qw(alex clkao jesse kevin shawn);
15 %USERS = map { $_ => {} } @USERS;
19 for my $user (@USERS) {
20 my $data = $USERS{$user};
74 for my $username (@USERS) {
95 $USERS{$username} = {
96 %{ $USERS{$username} },
117 $USERS{$username} = {
118 %{ $USERS{$username} },
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/websockets/example/
H A Dcounter.py14 USERS = set() variable
22 return json.dumps({"type": "users", "count": len(USERS)})
26 if USERS: # asyncio.wait doesn't accept an empty list
28 await asyncio.wait([user.send(message) for user in USERS])
32 if USERS: # asyncio.wait doesn't accept an empty list
34 await asyncio.wait([user.send(message) for user in USERS])
38 USERS.add(websocket)
43 USERS.remove(websocket)
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/websockets/example/
H A Dcounter.py14 USERS = set() variable
22 return json.dumps({"type": "users", "count": len(USERS)})
26 if USERS: # asyncio.wait doesn't accept an empty list
28 await asyncio.wait([user.send(message) for user in USERS])
32 if USERS: # asyncio.wait doesn't accept an empty list
34 await asyncio.wait([user.send(message) for user in USERS])
38 USERS.add(websocket)
43 USERS.remove(websocket)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/websockets/example/
H A Dcounter.py14 USERS = set() variable
22 return json.dumps({"type": "users", "count": len(USERS)})
26 if USERS: # asyncio.wait doesn't accept an empty list
28 await asyncio.wait([user.send(message) for user in USERS])
32 if USERS: # asyncio.wait doesn't accept an empty list
34 await asyncio.wait([user.send(message) for user in USERS])
38 USERS.add(websocket)
43 USERS.remove(websocket)
/dports/net/freediameter/freeDiameter-1.5.0/contrib/app_acct_tools/
H A Ddisplay_results.php11 if (!isset($USERS))
61 if ($USERS) {
62 $USERS = array_map(pg_escape_bytea, $USERS); variable
63 $sql .= " WHERE user_name IN ('". join("', '", array_values($USERS))."') ";
/dports/x11/pcdm/pcdm-690fdbdfc9fe482514161df1cd2bd994790c8a2d/src-qt5/PCDM/src/
H A Dmain.cpp37 UserList *USERS = 0; variable
103 if(USERS==0){ in runSingleSession()
104 USERS = new UserList(); in runSingleSession()
105 USERS->allowUnder1K(Config::allowUnder1KUsers()); in runSingleSession()
106 USERS->allowRootUser(Config::allowRootUser()); in runSingleSession()
107 USERS->excludeUsers(Config::excludedUserList()); in runSingleSession()
108 USERS->updateList(); //now start the probe so things are ready on demand in runSingleSession()
224 USERS->stopUpdates(); in runSingleSession()
H A DloginWidget.cpp15 extern UserList *USERS;
119 connect(USERS, SIGNAL(UsersChanged()), this, SLOT(slotUsersChanged()) ); in LoginWidget()
178 lineDevPassword->setVisible( !USERS->status(lineUsername->text()).isEmpty() ); in updateWidget()
179 devIcon->setVisible( !USERS->status(lineUsername->text()).isEmpty() ); in updateWidget()
180 checkAnon->setVisible(allowAnon && USERS->status(lineUsername->text()).isEmpty()); in updateWidget()
348 setUsernames(USERS->users()); in slotUsersChanged()
356 listUsers->setItemText(i, USERS->displayname(user) + " ("+stat+")"); in slotUserUpdated()
357 listUserBig->item(i)->setText( USERS->displayname(user) + " ("+stat+")"); in slotUserUpdated()
429 if(!USERS->isReady(uList[i])){ uList.removeAt(i); i--; continue; } in setUsernames()
443 QString txt = USERS->displayname(uList[i])+" ("+USERS->status(uList[i])+")"; in setUsernames()
[all …]
/dports/sysutils/webmin/webmin-1.981/proftpd/
H A Dsave_ftpusers.cgi8 &open_lock_tempfile(USERS, ">$config{'ftpusers'}");
10 &print_tempfile(USERS, $u,"\n");
12 &close_tempfile(USERS);
/dports/devel/p5-Workflow/Workflow-1.59/eg/ticket/App/
H A DUser.pm7 my %USERS = (
17 return map { { value => $_, label => $USERS{ $_ } } } sort keys %USERS;
/dports/devel/p5-Workflow/Workflow-1.59/t/TestApp/
H A DUser.pm7 my %USERS = (
17 return map { { value => $_, label => $USERS{ $_ } } } sort keys %USERS;
/dports/www/p5-Mojolicious/Mojolicious-9.22/examples/login/lib/LoginApp/Model/
H A DUsers.pm9 my $USERS = {joel => 'las3rs', marcus => 'lulz', sebastian => 'secr3t'};
16 return 1 if $USERS->{$user} && secure_compare $USERS->{$user}, $pass;
/dports/textproc/p5-RADIUS-UserFile/RADIUS-UserFile-1.01/
H A Dtest.pl23 my @USERS = qw(banner joeuser chumpsize gandalf); # who those users are
76 eval { join(' ', sort @{$RU->usernames}) eq join(' ', sort @USERS) }
130 join(' ', sort @{$RU->usernames}) eq join(' ', sort @USERS)
143 eq join(' ', sort (@USERS, 'areallylonguser@somedomain'))
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/test/java/org/apache/hadoop/yarn/server/applicationhistoryservice/webapp/
H A DTestAHSWebServices.java172 .queryParam("user.name", USERS[round]) in testInvalidApp()
189 .queryParam("user.name", USERS[round]) in testInvalidAttempt()
213 .queryParam("user.name", USERS[round]) in testInvalidContainer()
232 .queryParam("user.name", USERS[round]) in testInvalidUri()
267 .queryParam("user.name", USERS[round]) in testInvalidAccept()
285 .queryParam("user.name", USERS[round]) in testAppsQuery()
303 .queryParam("user.name", USERS[round]) in testSingleApp()
329 .queryParam("user.name", USERS[round]) in testMultipleAttempts()
355 .queryParam("user.name", USERS[round]) in testSingleAttempt()
386 .queryParam("user.name", USERS[round]) in testMultipleContainers()
[all …]
/dports/devel/fpc-fcl-web/fpc-3.2.2/packages/fcl-web/examples/combined/
H A Dwmusers.lfm24 'SELECT FIRST :limit SKIP :start U_ID, U_NAME, U_LOGIN, U_PASSWORD, U_EMAIL FROM USERS'
27 'UPDATE USERS SET'
36 'DELETE FROM USERS WHERE (U_ID=:ID)'
39 'INSERT INTO USERS'
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-web/examples/combined/
H A Dwmusers.lfm24 'SELECT FIRST :limit SKIP :start U_ID, U_NAME, U_LOGIN, U_PASSWORD, U_EMAIL FROM USERS'
27 'UPDATE USERS SET'
36 'DELETE FROM USERS WHERE (U_ID=:ID)'
39 'INSERT INTO USERS'
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/
H A DMockApps.java35 static final Iterator<String> USERS = Iterators.cycle("dorothy", "tinman", field in MockApps
51 synchronized(USERS) { in newUserName()
52 return USERS.next(); in newUserName()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/installer/linux/debian/
H A Dchrome-remote-desktop.init26 USERS=$(getent group $CHROME_REMOTING_GROUP |
29 USERS=$(whoami)
85 for user in $USERS; do
/dports/net/freeradius3/freeradius-server-3.0.25/scripts/
H A Dcreate-users.pl26 open(USERS, ">$users") || die "Can't open $users";
56 print USERS "$username Cleartext-Password := \"$password\"\n\tClass=\"0x$num\"\n\n";
63 close(USERS);
/dports/databases/galera/galera-release_25.3.35/tests/regressions/lp1019473/
H A Drun.sh54 USERS=3
58 echo "users=$USERS"
110 for u in $(seq 0 $USERS); do
/dports/databases/galera26/galera-release_26.4.10/tests/regressions/lp1019473/
H A Drun.sh54 USERS=3
58 echo "users=$USERS"
110 for u in $(seq 0 $USERS); do
/dports/news/golded+/golded-plus/golded+/goldlib/gcfg/
H A Dgs_ge120.h54 #define USERS 10 // User names macro
275 char username[USERS][36]; /* User names */
315 byte oldpersmailboard[USERS]; /* Personal mail board (0 = path) */
321 byte olduserboard[USERS]; /* Netmail boards for system users, 255 = use AKA board */
356 …word userarea[USERS]; /* Netmail areas for system users, 0 = don't import, 65535 = use AKA ar…
357 word persmailarea[USERS]; /* Personal mail area (0 = don't copy) */
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/wordpress/
H A Dwordpress74 USERS=0
84 USERS=`mysql -h$DB_HOST -p$DB_PASSWORD -u$DB_USER -D $DB_NAME --column-names=0 -s --execute="SELEC…
91 echo "users.value $USERS"

12345678910>>...94