Home
last modified time | relevance | path

Searched refs:username (Results 1 – 25 of 8842) sorted by relevance

12345678910>>...354

/dports/devel/blame/blame-1.3.1/tests/
H A Dexpand.at7 1.1 (username 01-Jan-01): \$Author: username \$
13 1.1 (username 01-Jan-01): Revision 1.1 2001/01/01 01:01:01 username
30 1.1 (username 01-Jan-01): \$Author: username \$
36 1.1 (username 01-Jan-01): Revision 1.1 2000-12-31 20:01:01-05 username
60 1.1 (username 01-Jan-01): \$Author: username \$
66 1.1 (username 01-Jan-01): Revision 1.1 2001/01/01 01:01:01 username
85 1.1 (username 01-Jan-01): \$Author: username \$
87 1.1 (username 01-Jan-01): \$Header: $testdir/keywords,v 1.1 2001/01/01 01:01:01 username E…
88 1.1 (username 01-Jan-01): \$Id: keywords,v 1.1 2001/01/01 01:01:01 username Exp username \$
89 1.1 (username 01-Jan-01): \$Locker: username \$
[all …]
H A Dversion.at16 1.1 (username 01-Jan-01): \$Author: username \$
19 1.1 (username 01-Jan-01): \$Id: keywords,v 1.1 2001/01/01 01:01:01 username Locked \$
20 1.1 (username 01-Jan-01): \$Locker: username \$
22 1.1 (username 01-Jan-01): # Revision 1.1 2001/01/01 01:01:01 username
40 1.1 (username 01-Jan-01): \$Author: username \$
42 1.1 (username 01-Jan-01): \$Header: $testdir/keywords,v 1.1 2001/01/01 01:01:01 username E…
43 1.1 (username 01-Jan-01): \$Id: keywords,v 1.1 2001/01/01 01:01:01 username Exp Locker: us…
44 1.1 (username 01-Jan-01): \$Locker: username \$
46 1.1 (username 01-Jan-01): # Revision 1.1 2001/01/01 01:01:01 username
64 1.1 (username 01-Jan-01): \$Author: username \$
[all …]
/dports/devel/blame/blame-1.3.1/tests/testdata/
H A Dlog-1.2.expout2 1.1 (username 01-Jan-01):
4 1.2 (username 02-Feb-02): === Revision 1.2 2002/02/02 02:02:02 username
7 1.2 (username 02-Feb-02): === Revision 1.1 2001/01/01 01:01:01 username
12 1.2 (username 02-Feb-02): # Revision 1.2 2002/02/02 02:02:02 username
15 1.2 (username 02-Feb-02): # Revision 1.1 2001/01/01 01:01:01 username
21 1.2 (username 02-Feb-02): * Revision 1.2 2002/02/02 02:02:02 username
24 1.2 (username 02-Feb-02): * Revision 1.1 2001/01/01 01:01:01 username
30 1.2 (username 02-Feb-02): * Revision 1.2 2002/02/02 02:02:02 username
33 1.2 (username 02-Feb-02): * Revision 1.1 2001/01/01 01:01:01 username
39 1.2 (username 02-Feb-02): * Revision 1.2 2002/02/02 02:02:02 username
[all …]
H A Dlog-v3-1.1.expout2 1.1 (username 01-Jan-01): +@+Revision 1.1 2001/01/01 01:01:01 username
5 1.1 (username 01-Jan-01):
7 1.1 (username 01-Jan-01): +@+Revision 1.1 2001/01/01 01:01:01 username
9 1.1 (username 01-Jan-01): +@+
10 1.1 (username 01-Jan-01):
11 1.1 (username 01-Jan-01): /*
13 1.1 (username 01-Jan-01): +@+Revision 1.1 2001/01/01 01:01:01 username
17 1.1 (username 01-Jan-01):
19 1.1 (username 01-Jan-01): +@+Revision 1.1 2001/01/01 01:01:01 username
23 1.1 (username 01-Jan-01):
[all …]
H A Dlog-v5-1.1.expout2 1.1 (username 01-Jan-01): === Revision 1.1 2001/01/01 01:01:01 username
5 1.1 (username 01-Jan-01):
7 1.1 (username 01-Jan-01): # Revision 1.1 2001/01/01 01:01:01 username
9 1.1 (username 01-Jan-01): #
10 1.1 (username 01-Jan-01):
11 1.1 (username 01-Jan-01): /*
13 1.1 (username 01-Jan-01): * Revision 1.1 2001/01/01 01:01:01 username
17 1.1 (username 01-Jan-01):
19 1.1 (username 01-Jan-01): * Revision 1.1 2001/01/01 01:01:01 username
23 1.1 (username 01-Jan-01):
[all …]
/dports/ftp/py-pyftpdlib/pyftpdlib-1.5.6/pyftpdlib/
H A Dauthorizers.py102 if self.has_user(username):
137 def remove_user(self, username): argument
139 del self.user_table[username]
164 if username != 'anonymous':
168 def get_home_dir(self, username): argument
194 def has_user(self, username): argument
220 def get_perms(self, username): argument
261 if username == 'anonymous':
262 username = self.anonymous_user or username
341 def get_perms(self, username): argument
[all …]
/dports/mail/squirrelmail/squirrelmail.stable/squirrelmail/include/
H A Dload_prefs.php21 if( ! sqgetGlobalVar('username', $username, SQ_SESSION) ) {
22 $username = ''; variable
30 $chosen_theme = getPref($data_dir, $username, 'chosen_theme');
102 getPref($data_dir, $username, 'unseen_cum', false);
133 $wrap_at = getPref( $data_dir, $username, 'wrap_at', 86 );
136 $left_size = getPref($data_dir, $username, 'left_size');
148 $prefix_sig = getPref($data_dir, $username, 'prefix_sig');
171 $sort = getPref($data_dir, $username, 'sort', 6 );
180 if( $ser = getPref($data_dir, $username, 'hililist') ) {
190 removePref($data_dir, $username, "highlight$i");
[all …]
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/zabbix_server/poller/
H A Dchecks_simple_vmware.h31 int check_vcenter_cluster_status(AGENT_REQUEST *request, const char *username, const char *password,
33 int check_vcenter_version(AGENT_REQUEST *request, const char *username, const char *password,
35 int check_vcenter_fullname(AGENT_REQUEST *request, const char *username, const char *password,
50 int check_vcenter_hv_cpu_usage(AGENT_REQUEST *request, const char *username, const char *password,
72 int check_vcenter_hv_fullname(AGENT_REQUEST *request, const char *username, const char *password,
86 int check_vcenter_hv_hw_uuid(AGENT_REQUEST *request, const char *username, const char *password,
100 int check_vcenter_hv_power(AGENT_REQUEST *request, const char *username, const char *password,
104 int check_vcenter_hv_status(AGENT_REQUEST *request, const char *username, const char *password,
108 int check_vcenter_hv_uptime(AGENT_REQUEST *request, const char *username, const char *password,
110 int check_vcenter_hv_version(AGENT_REQUEST *request, const char *username, const char *password,
[all …]
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/zabbix_server/poller/
H A Dchecks_simple_vmware.h31 int check_vcenter_cluster_status(AGENT_REQUEST *request, const char *username, const char *password,
33 int check_vcenter_version(AGENT_REQUEST *request, const char *username, const char *password,
35 int check_vcenter_fullname(AGENT_REQUEST *request, const char *username, const char *password,
50 int check_vcenter_hv_cpu_usage(AGENT_REQUEST *request, const char *username, const char *password,
72 int check_vcenter_hv_fullname(AGENT_REQUEST *request, const char *username, const char *password,
86 int check_vcenter_hv_hw_uuid(AGENT_REQUEST *request, const char *username, const char *password,
100 int check_vcenter_hv_power(AGENT_REQUEST *request, const char *username, const char *password,
104 int check_vcenter_hv_status(AGENT_REQUEST *request, const char *username, const char *password,
108 int check_vcenter_hv_uptime(AGENT_REQUEST *request, const char *username, const char *password,
110 int check_vcenter_hv_version(AGENT_REQUEST *request, const char *username, const char *password,
[all …]
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/zabbix_server/poller/
H A Dchecks_simple_vmware.h31 int check_vcenter_cluster_status(AGENT_REQUEST *request, const char *username, const char *password,
33 int check_vcenter_version(AGENT_REQUEST *request, const char *username, const char *password,
35 int check_vcenter_fullname(AGENT_REQUEST *request, const char *username, const char *password,
50 int check_vcenter_hv_cpu_usage(AGENT_REQUEST *request, const char *username, const char *password,
72 int check_vcenter_hv_fullname(AGENT_REQUEST *request, const char *username, const char *password,
86 int check_vcenter_hv_hw_uuid(AGENT_REQUEST *request, const char *username, const char *password,
100 int check_vcenter_hv_power(AGENT_REQUEST *request, const char *username, const char *password,
104 int check_vcenter_hv_status(AGENT_REQUEST *request, const char *username, const char *password,
108 int check_vcenter_hv_uptime(AGENT_REQUEST *request, const char *username, const char *password,
110 int check_vcenter_hv_version(AGENT_REQUEST *request, const char *username, const char *password,
[all …]
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/zabbix_server/poller/
H A Dchecks_simple_vmware.h31 int check_vcenter_cluster_status(AGENT_REQUEST *request, const char *username, const char *password,
33 int check_vcenter_version(AGENT_REQUEST *request, const char *username, const char *password,
35 int check_vcenter_fullname(AGENT_REQUEST *request, const char *username, const char *password,
50 int check_vcenter_hv_cpu_usage(AGENT_REQUEST *request, const char *username, const char *password,
72 int check_vcenter_hv_fullname(AGENT_REQUEST *request, const char *username, const char *password,
86 int check_vcenter_hv_hw_uuid(AGENT_REQUEST *request, const char *username, const char *password,
100 int check_vcenter_hv_power(AGENT_REQUEST *request, const char *username, const char *password,
104 int check_vcenter_hv_status(AGENT_REQUEST *request, const char *username, const char *password,
108 int check_vcenter_hv_uptime(AGENT_REQUEST *request, const char *username, const char *password,
110 int check_vcenter_hv_version(AGENT_REQUEST *request, const char *username, const char *password,
[all …]
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/zabbix_server/poller/
H A Dchecks_simple_vmware.h31 int check_vcenter_cluster_status(AGENT_REQUEST *request, const char *username, const char *password,
33 int check_vcenter_version(AGENT_REQUEST *request, const char *username, const char *password,
35 int check_vcenter_fullname(AGENT_REQUEST *request, const char *username, const char *password,
50 int check_vcenter_hv_cpu_usage(AGENT_REQUEST *request, const char *username, const char *password,
72 int check_vcenter_hv_fullname(AGENT_REQUEST *request, const char *username, const char *password,
86 int check_vcenter_hv_hw_uuid(AGENT_REQUEST *request, const char *username, const char *password,
100 int check_vcenter_hv_power(AGENT_REQUEST *request, const char *username, const char *password,
104 int check_vcenter_hv_status(AGENT_REQUEST *request, const char *username, const char *password,
108 int check_vcenter_hv_uptime(AGENT_REQUEST *request, const char *username, const char *password,
110 int check_vcenter_hv_version(AGENT_REQUEST *request, const char *username, const char *password,
[all …]
/dports/www/seahub/seahub-8.0.7-server/seahub/options/
H A Dmodels.py68 def get_user_option(self, username, k): argument
70 email=username, option_key=k)
105 def is_server_crypto(self, username): argument
110 def enable_user_guide(self, username): argument
120 def disable_user_guide(self, username): argument
150 def enable_sub_lib(self, username): argument
160 def disable_sub_lib(self, username): argument
197 def get_default_repo(self, username): argument
225 def set_force_2fa(self, username): argument
228 def unset_force_2fa(self, username): argument
[all …]
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/zabbix_server/poller/
H A Dchecks_simple_vmware.h31 int check_vcenter_cluster_status(AGENT_REQUEST *request, const char *username, const char *password,
33 int check_vcenter_version(AGENT_REQUEST *request, const char *username, const char *password,
35 int check_vcenter_fullname(AGENT_REQUEST *request, const char *username, const char *password,
50 int check_vcenter_hv_cpu_usage(AGENT_REQUEST *request, const char *username, const char *password,
66 int check_vcenter_hv_fullname(AGENT_REQUEST *request, const char *username, const char *password,
78 int check_vcenter_hv_hw_model(AGENT_REQUEST *request, const char *username, const char *password,
80 int check_vcenter_hv_hw_uuid(AGENT_REQUEST *request, const char *username, const char *password,
96 int check_vcenter_hv_status(AGENT_REQUEST *request, const char *username, const char *password,
100 int check_vcenter_hv_uptime(AGENT_REQUEST *request, const char *username, const char *password,
102 int check_vcenter_hv_version(AGENT_REQUEST *request, const char *username, const char *password,
[all …]
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/zabbix_server/poller/
H A Dchecks_simple_vmware.h31 int check_vcenter_cluster_status(AGENT_REQUEST *request, const char *username, const char *password,
33 int check_vcenter_version(AGENT_REQUEST *request, const char *username, const char *password,
35 int check_vcenter_fullname(AGENT_REQUEST *request, const char *username, const char *password,
50 int check_vcenter_hv_cpu_usage(AGENT_REQUEST *request, const char *username, const char *password,
66 int check_vcenter_hv_fullname(AGENT_REQUEST *request, const char *username, const char *password,
78 int check_vcenter_hv_hw_model(AGENT_REQUEST *request, const char *username, const char *password,
80 int check_vcenter_hv_hw_uuid(AGENT_REQUEST *request, const char *username, const char *password,
96 int check_vcenter_hv_status(AGENT_REQUEST *request, const char *username, const char *password,
100 int check_vcenter_hv_uptime(AGENT_REQUEST *request, const char *username, const char *password,
102 int check_vcenter_hv_version(AGENT_REQUEST *request, const char *username, const char *password,
[all …]
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/zabbix_server/poller/
H A Dchecks_simple_vmware.h31 int check_vcenter_cluster_status(AGENT_REQUEST *request, const char *username, const char *password,
33 int check_vcenter_version(AGENT_REQUEST *request, const char *username, const char *password,
35 int check_vcenter_fullname(AGENT_REQUEST *request, const char *username, const char *password,
50 int check_vcenter_hv_cpu_usage(AGENT_REQUEST *request, const char *username, const char *password,
66 int check_vcenter_hv_fullname(AGENT_REQUEST *request, const char *username, const char *password,
78 int check_vcenter_hv_hw_model(AGENT_REQUEST *request, const char *username, const char *password,
80 int check_vcenter_hv_hw_uuid(AGENT_REQUEST *request, const char *username, const char *password,
96 int check_vcenter_hv_status(AGENT_REQUEST *request, const char *username, const char *password,
100 int check_vcenter_hv_uptime(AGENT_REQUEST *request, const char *username, const char *password,
102 int check_vcenter_hv_version(AGENT_REQUEST *request, const char *username, const char *password,
[all …]
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/zabbix_server/poller/
H A Dchecks_simple_vmware.h31 int check_vcenter_cluster_status(AGENT_REQUEST *request, const char *username, const char *password,
33 int check_vcenter_version(AGENT_REQUEST *request, const char *username, const char *password,
35 int check_vcenter_fullname(AGENT_REQUEST *request, const char *username, const char *password,
50 int check_vcenter_hv_cpu_usage(AGENT_REQUEST *request, const char *username, const char *password,
66 int check_vcenter_hv_fullname(AGENT_REQUEST *request, const char *username, const char *password,
78 int check_vcenter_hv_hw_model(AGENT_REQUEST *request, const char *username, const char *password,
80 int check_vcenter_hv_hw_uuid(AGENT_REQUEST *request, const char *username, const char *password,
96 int check_vcenter_hv_status(AGENT_REQUEST *request, const char *username, const char *password,
100 int check_vcenter_hv_uptime(AGENT_REQUEST *request, const char *username, const char *password,
102 int check_vcenter_hv_version(AGENT_REQUEST *request, const char *username, const char *password,
[all …]
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/zabbix_server/poller/
H A Dchecks_simple_vmware.h31 int check_vcenter_cluster_status(AGENT_REQUEST *request, const char *username, const char *password,
33 int check_vcenter_version(AGENT_REQUEST *request, const char *username, const char *password,
35 int check_vcenter_fullname(AGENT_REQUEST *request, const char *username, const char *password,
50 int check_vcenter_hv_cpu_usage(AGENT_REQUEST *request, const char *username, const char *password,
66 int check_vcenter_hv_fullname(AGENT_REQUEST *request, const char *username, const char *password,
78 int check_vcenter_hv_hw_model(AGENT_REQUEST *request, const char *username, const char *password,
80 int check_vcenter_hv_hw_uuid(AGENT_REQUEST *request, const char *username, const char *password,
96 int check_vcenter_hv_status(AGENT_REQUEST *request, const char *username, const char *password,
100 int check_vcenter_hv_uptime(AGENT_REQUEST *request, const char *username, const char *password,
102 int check_vcenter_hv_version(AGENT_REQUEST *request, const char *username, const char *password,
[all …]
/dports/net-mgmt/observium/observium/html/includes/authentication/
H A Dmysql.inc.php18 * @param string $username User name to check
74 * @param string $username Username to check
81 if ((empty($username) || !mysql_auth_user_exists($username)) && !$config['auth']['remote_user'])
118 * @param string $username User's username
129 if (!mysql_auth_user_exists($username))
145 function mysql_auth_user_exists($username) argument
168 function mysql_auth_user_level($username) argument
179 function mysql_auth_user_id($username) argument
190 function mysql_deluser($username) argument
214 * @param string $username Username
[all …]
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/src/zabbix_server/poller/
H A Dchecks_simple_vmware.h31 int check_vcenter_cluster_status(AGENT_REQUEST *request, const char *username, const char *password,
33 int check_vcenter_version(AGENT_REQUEST *request, const char *username, const char *password,
35 int check_vcenter_fullname(AGENT_REQUEST *request, const char *username, const char *password,
50 int check_vcenter_hv_cpu_usage(AGENT_REQUEST *request, const char *username, const char *password,
66 int check_vcenter_hv_fullname(AGENT_REQUEST *request, const char *username, const char *password,
80 int check_vcenter_hv_hw_uuid(AGENT_REQUEST *request, const char *username, const char *password,
96 int check_vcenter_hv_status(AGENT_REQUEST *request, const char *username, const char *password,
98 int check_vcenter_hv_uptime(AGENT_REQUEST *request, const char *username, const char *password,
100 int check_vcenter_hv_version(AGENT_REQUEST *request, const char *username, const char *password,
102 int check_vcenter_hv_vm_num(AGENT_REQUEST *request, const char *username, const char *password,
[all …]
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/src/zabbix_server/poller/
H A Dchecks_simple_vmware.h31 int check_vcenter_cluster_status(AGENT_REQUEST *request, const char *username, const char *password,
33 int check_vcenter_version(AGENT_REQUEST *request, const char *username, const char *password,
35 int check_vcenter_fullname(AGENT_REQUEST *request, const char *username, const char *password,
50 int check_vcenter_hv_cpu_usage(AGENT_REQUEST *request, const char *username, const char *password,
66 int check_vcenter_hv_fullname(AGENT_REQUEST *request, const char *username, const char *password,
80 int check_vcenter_hv_hw_uuid(AGENT_REQUEST *request, const char *username, const char *password,
96 int check_vcenter_hv_status(AGENT_REQUEST *request, const char *username, const char *password,
98 int check_vcenter_hv_uptime(AGENT_REQUEST *request, const char *username, const char *password,
100 int check_vcenter_hv_version(AGENT_REQUEST *request, const char *username, const char *password,
102 int check_vcenter_hv_vm_num(AGENT_REQUEST *request, const char *username, const char *password,
[all …]
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/src/zabbix_server/poller/
H A Dchecks_simple_vmware.h31 int check_vcenter_cluster_status(AGENT_REQUEST *request, const char *username, const char *password,
33 int check_vcenter_version(AGENT_REQUEST *request, const char *username, const char *password,
35 int check_vcenter_fullname(AGENT_REQUEST *request, const char *username, const char *password,
50 int check_vcenter_hv_cpu_usage(AGENT_REQUEST *request, const char *username, const char *password,
66 int check_vcenter_hv_fullname(AGENT_REQUEST *request, const char *username, const char *password,
80 int check_vcenter_hv_hw_uuid(AGENT_REQUEST *request, const char *username, const char *password,
96 int check_vcenter_hv_status(AGENT_REQUEST *request, const char *username, const char *password,
98 int check_vcenter_hv_uptime(AGENT_REQUEST *request, const char *username, const char *password,
100 int check_vcenter_hv_version(AGENT_REQUEST *request, const char *username, const char *password,
102 int check_vcenter_hv_vm_num(AGENT_REQUEST *request, const char *username, const char *password,
[all …]
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/src/zabbix_server/poller/
H A Dchecks_simple_vmware.h31 int check_vcenter_cluster_status(AGENT_REQUEST *request, const char *username, const char *password,
33 int check_vcenter_version(AGENT_REQUEST *request, const char *username, const char *password,
35 int check_vcenter_fullname(AGENT_REQUEST *request, const char *username, const char *password,
50 int check_vcenter_hv_cpu_usage(AGENT_REQUEST *request, const char *username, const char *password,
66 int check_vcenter_hv_fullname(AGENT_REQUEST *request, const char *username, const char *password,
80 int check_vcenter_hv_hw_uuid(AGENT_REQUEST *request, const char *username, const char *password,
96 int check_vcenter_hv_status(AGENT_REQUEST *request, const char *username, const char *password,
98 int check_vcenter_hv_uptime(AGENT_REQUEST *request, const char *username, const char *password,
100 int check_vcenter_hv_version(AGENT_REQUEST *request, const char *username, const char *password,
102 int check_vcenter_hv_vm_num(AGENT_REQUEST *request, const char *username, const char *password,
[all …]
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/src/zabbix_server/poller/
H A Dchecks_simple_vmware.h31 int check_vcenter_cluster_status(AGENT_REQUEST *request, const char *username, const char *password,
33 int check_vcenter_version(AGENT_REQUEST *request, const char *username, const char *password,
35 int check_vcenter_fullname(AGENT_REQUEST *request, const char *username, const char *password,
50 int check_vcenter_hv_cpu_usage(AGENT_REQUEST *request, const char *username, const char *password,
66 int check_vcenter_hv_fullname(AGENT_REQUEST *request, const char *username, const char *password,
80 int check_vcenter_hv_hw_uuid(AGENT_REQUEST *request, const char *username, const char *password,
96 int check_vcenter_hv_status(AGENT_REQUEST *request, const char *username, const char *password,
98 int check_vcenter_hv_uptime(AGENT_REQUEST *request, const char *username, const char *password,
100 int check_vcenter_hv_version(AGENT_REQUEST *request, const char *username, const char *password,
102 int check_vcenter_hv_vm_num(AGENT_REQUEST *request, const char *username, const char *password,
[all …]
/dports/www/seahub/seahub-8.0.7-server/tests/seahub/profile/models/
H A Dtest_profile_manager.py12 user1 = self.user.username
35 username = self.user.username
36 assert username == Profile.objects.get_contact_email_by_user(username)
40 assert username == Profile.objects.get_contact_email_by_user(username)
48 username = self.user.username
59 assert profile.user == username
69 assert profile.user == username
78 assert profile.user == username
87 assert profile.user == username
122 username = self.user.username
[all …]

12345678910>>...354