PageRenderTime 7331ms queryTime 820ms sortTime 1313ms getByIdsTime 395ms findMatchingLines 109ms

100+ results results for 'username repo:dbaltas/zend-framework-1.x-on-git' (7331 ms)

Not the results you expected?
sqlsrv_driver.php https://gitlab.com/lisit1003/TTPHPServer | PHP | 599 lines
                    
61		$connection = array(
                    
62			'UID'				=> empty($this->username) ? '' : $this->username,
                    
63			'PWD'				=> empty($this->password) ? '' : $this->password,
                    
69		
                    
70		// If the username and password are both empty, assume this is a 
                    
71		// 'Windows Authentication Mode' connection.
                    
                
sender.php https://gitlab.com/alexprowars/bitrix | PHP | 594 lines
                    
514
                    
515		$userNameFormated = \CUser::formatName(\CSite::getNameFormat(), $userData, true, false);
                    
516
                    
522				{
                    
523					$mailboxName = trim($mailbox['USERNAME']) ?: trim($mailbox['OPTIONS']['name']) ?: $userNameFormated;
                    
524
                    
537		{
                    
538			$key = hash('crc32b', mb_strtolower($userNameFormated).$crmAddress->getEmail());
                    
539
                    
540			$mailboxes[$userId][$key] = array(
                    
541				'name'  => $crmAddress->getName() ?: $userNameFormated,
                    
542				'email' => $crmAddress->getEmail(),
                    
560		{
                    
561			$item['NAME']  = trim($item['NAME']) ?: $userNameFormated;
                    
562			$item['EMAIL'] = mb_strtolower($item['EMAIL']);
                    
                
follow_run.htm https://gitlab.com/wuhang2003/phpwind | HTML | 338 lines
                    
41							<dl class="cc J_friends_items">
                    
42								<dt><a href="{@url:space/index/run?uid=$value['touid']}" data-uid="{$value['touid']}" class="J_user_card_show"><img class="J_avatar" src="{@Pw::getAvatar($value['touid'], 'small')}" data-type="small" width="50" height="50" alt="{$value['username']}" /></a><a href="{@url:message/message/pop?username=$value['username']}" data-name="{$value['username']}" class="called J_send_msg_pop">打招呼</a></dt>
                    
43								<dd>
                    
44									<div class="title">
                    
45										<a href="{@url:space/index/run?uid=$value['touid']}" data-uid="{$value['touid']}" class="name J_user_card_show">{$value['username']}</a>
                    
46										<!--# $gender = $value['gender'] == 1 ? 'women' : 'man';
                    
82								<!--# foreach ($recommend as $value) { #-->
                    
83								<li><a data-uid="{$value['uid']}" class="J_user_card_show" href="{@url:space/index/run?uid=$value['uid']}"><img class="J_avatar" src="{@Pw::getAvatar($value['uid'], 'middle')}" data-type="middle" width="90" height="90" alt="{$value['username']}" /></a><label title="{$value['username']}"><input class="J_check" type="checkbox" name="uids[]" value="{$value['uid']}">{$value['username']}</label></li>
                    
84								<!--# } #-->
                    
                
URLFileSystemBrowser.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 204 lines
                    
44
                    
45	private static final String USERNAME_PREFIX = Messages.UrlConnectionRetrieveFileTransfer_USERNAME_PROMPT;
                    
46
                    
60
                    
61	protected String username = null;
                    
62
                    
177			return;
                    
178		final NameCallback usernameCallback = new NameCallback(USERNAME_PREFIX);
                    
179		final ObjectCallback passwordCallback = new ObjectCallback();
                    
179		final ObjectCallback passwordCallback = new ObjectCallback();
                    
180		// Call callback with username and password callbacks
                    
181		callbackHandler.handle(new Callback[] {usernameCallback, passwordCallback});
                    
181		callbackHandler.handle(new Callback[] {usernameCallback, passwordCallback});
                    
182		username = usernameCallback.getName();
                    
183		Object o = passwordCallback.getObject();
                    
                
PostgresAdapter.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 271 lines
                    
49 *      postgres.cayenne.adapter = org.apache.cayenne.dba.postgres.PostgresAdapter
                    
50 *      postgres.jdbc.username = test
                    
51 *      postgres.jdbc.password = secret
                    
                
class-wp-ms-users-list-table.php https://gitlab.com/webkod3r/tripolis | PHP | 460 lines
                    
167			'cb'         => '<input type="checkbox" />',
                    
168			'username'   => __( 'Username' ),
                    
169			'name'       => __( 'Name' ),
                    
178		 *
                    
179		 * @param array $users_columns An array of user columns. Default 'cb', 'username',
                    
180		 *                             'name', 'email', 'registered', 'blogs'.
                    
190		return array(
                    
191			'username'   => 'login',
                    
192			'name'       => 'name',
                    
228	/**
                    
229	 * Handles the username column output.
                    
230	 *
                    
235	 */
                    
236	public function column_username( $user ) {
                    
237		$super_admins = get_super_admins();
                    
                
class-wc-api-customers.php https://gitlab.com/webkod3r/tripolis | PHP | 504 lines
                    
147			'last_name'        => $customer->last_name,
                    
148			'username'         => $customer->user_login,
                    
149			'last_order_id'    => is_object( $last_order ) ? $last_order->id : null,
                    
                
UriInterface.php https://gitlab.com/aleritty/yaitb | PHP | 323 lines
                    
74     *
                    
75     * @return string The URI user information, in "username[:password]" format.
                    
76     */
                    
                
SlackHandler.php https://gitlab.com/xolotsoft/pumasruiz | PHP | 293 lines
                    
40     */
                    
41    private $username;
                    
42
                    
74     * @param string      $channel                Slack channel (encoded ID or name)
                    
75     * @param string      $username               Name of a bot
                    
76     * @param bool        $useAttachment          Whether the message should be added to Slack as attachment (plain text otherwise)
                    
82     */
                    
83    public function __construct($token, $channel, $username = 'Monolog', $useAttachment = true, $iconEmoji = null, $level = Logger::CRITICAL, $bubble = true, $useShortAttachment = false, $includeContextAndExtra = false)
                    
84    {
                    
92        $this->channel = $channel;
                    
93        $this->username = $username;
                    
94        $this->iconEmoji = trim($iconEmoji, ':');
                    
139            'channel'     => $this->channel,
                    
140            'username'    => $this->username,
                    
141            'text'        => '',
                    
                
util.php https://gitlab.com/alexprowars/bitrix | PHP | 672 lines
                    
236			{
                    
237				$users[$i]['FORMATTED_NAME'] = \CCalendar::getUserName($users[$i]);
                    
238			}
                    
                
MemberBlogController.go https://gitlab.com/Mr.Tomato/leanote | Go | 526 lines
                    
37// 得到sorterField 和 isAsc
                    
38// okSorter = ['email', 'username']
                    
39func (c MemberBlog) getSorter(sorterField string, isAsc bool, okSorter []string) (string, bool) {
                    
                
vs-azure-tools-cloud-service-publish-set-up-required-services-in-visual-studio.md https://gitlab.com/yeah568/azure-content | Markdown | 155 lines
                    
40
                    
411. If you haven't signed in, sign in with your username and password for the Microsoft account or organizational account that's associated with your Azure subscription.
                    
42
                    
                
DataSource.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 308 lines
                    
259   * 
                    
260   * @param userName user name to be used to connect C-JDBC controller(s).
                    
261   */
                    
261   */
                    
262  public void setUser(String userName)
                    
263  {
                    
263  {
                    
264    user = userName;
                    
265  }
                    
                
MMediaServer.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 310 lines
                    
159			ftp.connect (getIP_Address());
                    
160			if (ftp.login (getUserName(), getPassword()))
                    
161				log.info("Connected to " + getIP_Address() + " as " + getUserName());
                    
163			{
                    
164				log.warning("Could NOT connect to " + getIP_Address() + " as " + getUserName());
                    
165				return false;
                    
170			log.log(Level.WARNING, "Could NOT connect to " + getIP_Address() 
                    
171				+ " as " + getUserName(), e);
                    
172			return false;
                    
253			ftp.connect (getIP_Address());
                    
254			if (ftp.login (getUserName(), getPassword()))
                    
255				log.info("Connected to " + getIP_Address() + " as " + getUserName());
                    
257			{
                    
258				log.warning("Could NOT connect to " + getIP_Address() + " as " + getUserName());
                    
259				return false;
                    
                
entities.rb https://gitlab.com/leftathome/gitlab-ee | Ruby | 490 lines
                    
3    class UserSafe < Grape::Entity
                    
4      expose :name, :username
                    
5    end
                    
265
                    
266      expose :author_username do |event, options|
                    
267        if event.author
                    
267        if event.author
                    
268          event.author.username
                    
269        end
                    
                
SuggestionDialogFragment.java https://gitlab.com/adamlwalker/android-discourse | Java | 201 lines
                    
130                textView = (TextView) view.findViewById(R.id.uv_name);
                    
131                textView.setText(model.getUserName());
                    
132
                    
189            view.findViewById(R.id.uv_admin_response).setVisibility(View.VISIBLE);
                    
190            ((TextView) view.findViewById(R.id.uv_admin_name)).setText(suggestion.getAdminResponseUserName());
                    
191            ((TextView) view.findViewById(R.id.uv_response_date)).setText(DateFormat.getDateInstance().format(suggestion.getAdminResponseCreatedAt()));
                    
                
mysqli_driver.php https://gitlab.com/dmsapiens/physicians | PHP | 503 lines
                    
160
                    
161		if ($mysqli->real_connect($hostname, $this->username, $this->password, $this->database, $port, $socket, $client_flags))
                    
162		{
                    
                
HttpAuthHeader.java https://gitlab.com/AvayKumar/android_frameworks_base | Java | 424 lines
                    
56     * with a new encrypted response, without reprompting the user for a
                    
57     * new username and password.
                    
58     */
                    
61    /**
                    
62     * A string to be displayed to users so they know which username and
                    
63     * password to use.
                    
102    /**
                    
103     * Username string we get from the user.
                    
104     */
                    
104     */
                    
105    private String mUsername;
                    
106
                    
147     */
                    
148    public void setUsername(String username) {
                    
149        mUsername = username;
                    
                
Configuration.php https://gitlab.com/freebird/WebApp | PHP | 270 lines
                    
54                ->booleanNode('use_listener')->defaultTrue()->end()
                    
55                ->booleanNode('use_username_form_type')->defaultTrue()->end()
                    
56                ->arrayNode('from_email')
                    
223                            ->scalarNode('token_generator')->defaultValue('fos_user.util.token_generator.default')->end()
                    
224                            ->scalarNode('username_canonicalizer')->defaultValue('fos_user.util.canonicalizer.default')->end()
                    
225                            ->scalarNode('user_manager')->defaultValue('fos_user.user_manager.default')->end()
                    
                
HttpDownloader.java https://gitlab.com/jnettome/AntennaPod | Java | 306 lines
                    
88                }
                    
89            } else if (!StringUtils.isEmpty(request.getUsername()) && request.getPassword() != null) {
                    
90                String credentials = encodeCredentials(request.getUsername(), request.getPassword(),
                    
128                    }
                    
129                } else if (!StringUtils.isEmpty(request.getUsername()) && request.getPassword() != null) {
                    
130                    String credentials = encodeCredentials(request.getUsername(), request.getPassword(),
                    
294
                    
295    public static String encodeCredentials(String username, String password, String charset) {
                    
296        try {
                    
296        try {
                    
297            String credentials = username + ":" + password;
                    
298            byte[] bytes = credentials.getBytes(charset);
                    
                
active-directory-aadconnect-user-signin.md https://gitlab.com/yeah568/azure-content | Markdown | 149 lines
                    
74
                    
75The UPN of the user is of the format username@domai. For example, for an active directory contoso.com user John might have UPN john@contoso.com. The UPN of the user is based on RFC 822. Although UPN and email share the same format, the value of UPN for a user may or may not be equal to the email address of the user.
                    
76
                    
                
active-directory-saas-performancecentre-tutorial.md https://gitlab.com/yeah568/azure-content | Markdown | 328 lines
                    
91For single sign-on to work, Azure AD needs to know what the counterpart user in PerformanceCentre to an user in Azure AD is. In other words, a link relationship between an Azure AD user and the related user in PerformanceCentre needs to be established.  
                    
92This link relationship is established by assigning the value of the **user name** in Azure AD as the value of the **Username** in PerformanceCentre.
                    
93 
                    
                
Nirvanix.php https://gitlab.com/luisrepo/ClienteWS | PHP | 399 lines
                    
35{
                    
36    const USERNAME         = 'auth_username';
                    
37    const PASSWORD         = 'auth_password';
                    
67        $auth = array(
                    
68            'username' => $options[self::USERNAME],
                    
69            'password' => $options[self::PASSWORD],
                    
                
blogpost.php https://gitlab.com/alexprowars/bitrix | PHP | 516 lines
                    
198		$destData = ($params['DEST_DATA'] ?? []);
                    
199		$invitedUserName = ($params['INVITED_USER_NAME'] ?? []);
                    
200		$invitedUserLastName = ($params['INVITED_USER_LAST_NAME'] ?? []);
                    
318			'SONET_PERMS' => $sonetPermsListNew,
                    
319			'INVITED_USER_NAME' => $invitedUserName,
                    
320			'INVITED_USER_LAST_NAME' => $invitedUserLastName,
                    
                
blog_user.php https://gitlab.com/alexprowars/bitrix | PHP | 433 lines
                    
110					"PERMISSIONS" => array(2),
                    
111					"TITLE" => CBlogUser::GetUserName($arBlogUser["ALIAS"], $arUser["NAME"], $arUser["LAST_NAME"], $arUser["LOGIN"], $arUser["SECOND_NAME"]),
                    
112					"BODY" => blogTextParser::killAllTags($arBlogUser["INTERESTS"]." ".$arBlogUser["DESCRIPTION"])
                    
233					"PERMISSIONS" => array(2),
                    
234					"TITLE" => CBlogUser::GetUserName($arBlogUser["ALIAS"], $arUser["NAME"], $arUser["LAST_NAME"], $arUser["LOGIN"], $arUser["SECOND_NAME"]),
                    
235					"BODY" => blogTextParser::killAllTags($arBlogUser["INTERESTS"]." ".$arBlogUser["DESCRIPTION"])
                    
                
sorcery.rb https://gitlab.com/intercity/intercity-next | Ruby | 463 lines
                    
133  # config.google.callback_url = "http://0.0.0.0:3000/oauth/callback?provider=google"
                    
134  # config.google.user_info_mapping = {:email => "email", :username => "name"}
                    
135  #
                    
147  # config.liveid.callback_url = "http://mydomain.com:3000/oauth/callback?provider=liveid"
                    
148  # config.liveid.user_info_mapping = {:username => "name"}
                    
149
                    
176    # -- core --
                    
177    # specify username attributes, for example: [:username, :email].
                    
178    # Default: `[:email]`
                    
179    #
                    
180    # user.username_attribute_names =
                    
181
                    
188
                    
189    # downcase the username before trying to authenticate, default is false
                    
190    # Default: `false`
                    
                
mssql_driver.php https://gitlab.com/dmsapiens/physicians | PHP | 517 lines
                    
111		$this->conn_id = ($persistent)
                    
112				? mssql_pconnect($this->hostname, $this->username, $this->password)
                    
113				: mssql_connect($this->hostname, $this->username, $this->password);
                    
                
Kubernetes.groovy https://gitlab.com/CORP-RESELLER/kubernetes-pipeline-plugin | Groovy | 358 lines
                    
210            this.timeout = timeout
                    
211            this.username = username
                    
212            this.password = password
                    
248            kubernetes.node {
                    
249                kubernetes.script.buildImage(name: name, rm: rm, path: path, timeout: timeout, username: username, password: password, email: email, ignorePatterns: ignorePatterns)
                    
250            }
                    
318            this.timeout = timeout
                    
319            this.username = username
                    
320            this.password = password
                    
335
                    
336        PushImage withUsername(String username) {
                    
337            return new PushImage(kubernetes, name, tagName, timeout, username, password, email)
                    
349            kubernetes.node {
                    
350                kubernetes.script.pushImage(name: name, tagName: tagName, timeout: timeout, registry: registry, username: username, password: password, email: email)
                    
351            }
                    
                
Site.css https://gitlab.com/daniel0422/timesheet | CSS | 735 lines
                    
141
                    
142    #login a.username {
                    
143        background: none;
                    
                
swift.php https://gitlab.com/wuhang2003/core | PHP | 599 lines
                    
124		) {
                    
125			throw new \Exception("API Key or password, Username, Bucket and Region have to be configured.");
                    
126		}
                    
500		$settings = array(
                    
501			'username' => $this->params['user'],
                    
502		);
                    
                
DocumentObjectTreeModel.cpp https://gitlab.com/chgans/LibreEDA | C++ | 327 lines
                    
163                case NameColumn:
                    
164                    return item->objectUserName();
                    
165                default:
                    
227
                    
228    d->object(index)->setObjectUserName(value.toString());
                    
229
                    
                
order_form.php https://gitlab.com/alexprowars/bitrix | PHP | 273 lines
                    
67						{
                    
68							$userName = $arOrderProps["F_NAME"];
                    
69						}
                    
72							if($arParams["BUYER_COMPANY_NAME"] <> '')
                    
73								$userName = $arParams["BUYER_COMPANY_NAME"];
                    
74							else
                    
74							else
                    
75								$userName = $arParams["BUYER_LAST_NAME"]." ".$arParams["BUYER_FIRST_NAME"]." ".$arParams["BUYER_SECOND_NAME"];
                    
76						}?>
                    
76						}?>
                    
77						<input class="user" size="50" style="border:0px solid #000000;" type="text" value="<?=$userName?>	">
                    
78					</td>
                    
                
projects_helper.rb https://gitlab.com/jamesmills/gitlab-ce | Ruby | 351 lines
                    
40    # Build name span tag
                    
41    if opts[:by_username]
                    
42      author_html << content_tag(:span, sanitize("@#{author.username}"), class: opts[:author_class]) if opts[:name]
                    
                
user.php https://gitlab.com/zenfork/vektor | PHP | 136 lines
                    
10	'Logout' => 'Вийти',
                    
11	'username' => 'Логін',
                    
12	'username or email' => 'Логін або email',
                    
14	'Remember me next time' => 'Запам\'ятати мене',
                    
15	'Username is incorrect.' => 'Користувач з таким ім\'ям вже зареєструвався',
                    
16	'Email is incorrect.' => 'Користувач з такою електронною адресою не зареєструвався',
                    
28	'Incorrect password (minimal length 4 symbols).' => 'Мінімальна довжина паролю 4 символи',
                    
29	'Incorrect username (length between 3 and 20 characters).' => 'Довжина імені користувача від 3 до 20 символів',
                    
30	"Incorrect symbol's. (A-z0-9)" => 'В імені користувача допускаються лише латинські літери та цифри',
                    
                
app.py https://gitlab.com/lancezlin/ai | Python | 371 lines
                    
121    try:
                    
122        _username = request.form['inputEmail']
                    
123        _password = request.form['inputPassword']
                    
128        cursor = con.cursor()
                    
129        cursor.callproc('sp_validateLogin',(_username,))
                    
130        data = cursor.fetchall()
                    
                
users.rb https://gitlab.com/Hubbitus/gitlab-ee | Ruby | 438 lines
                    
11      #  GET /users?search=Admin
                    
12      #  GET /users?username=root
                    
13      get do
                    
18        if params[:username].present?
                    
19          @users = User.where(username: params[:username])
                    
20        else
                    
59      #   name (required)                   - Name
                    
60      #   username (required)               - Name
                    
61      #   skype                             - Skype ID
                    
98          conflict!('Username has already been taken') if User.
                    
99              where(username: user.username).
                    
100              count > 0
                    
137
                    
138        conflict!('Username has already been taken') if attrs[:username] &&
                    
139            User.where(username: attrs[:username]).
                    
                
schema.rb https://gitlab.com/VoroninNick/radok | Ruby | 356 lines
                    
207    t.string   "company_url"
                    
208    t.string   "username"
                    
209    t.string   "image"
                    
                
forgotpassword.js https://gitlab.com/vaibspidy/gkwebapp | JavaScript | 367 lines
                    
31  var passwordchanged = 9;
                    
32  $("#username").focus();
                    
33  $("#username").keydown(function(event){
                    
47          url: "/securityquestion",
                    
48          data: {"orgcode":$.trim($("#orgcode").val()), "username":$.trim($("#username").val())},
                    
49          global: false,
                    
88        $("#securityquestion").val("");
                    
89        $("#username").focus();
                    
90        return false;
                    
95          url: "/securityquestion",
                    
96          data: {"orgcode":$.trim($("#orgcode").val()), "username":$.trim($("#username").val())},
                    
97          global: false,
                    
364    $("#selectorg").load("/login?orgcode="+code+"&flag=0");
                    
365    $("#loader").load("/login?orgcode="+code+"&flag=1", setTimeout( function() { $("#username").focus(); }, 500 ));
                    
366  });
                    
                
commandev.cpp https://gitlab.com/terencode/remod-racing | C++ | 549 lines
                    
328        {
                    
329            //getting username
                    
330            const char *user = getarg<char>(ev->params);
                    
                
text_formatting.jsx https://gitlab.com/auchalet/mattermost | JSX | 445 lines
                    
166    function replaceAtMentionWithToken(fullMatch, mention, username) {
                    
167        let usernameLower = username.toLowerCase();
                    
168
                    
170            // Exact match
                    
171            const alias = addToken(usernameLower, mention, '');
                    
172            return alias;
                    
175        // Not an exact match, attempt to truncate any punctuation to see if we can find a user
                    
176        const originalUsername = usernameLower;
                    
177
                    
179            if (isPunctuation(usernameLower[c - 1])) {
                    
180                usernameLower = usernameLower.substring(0, c - 1);
                    
181
                    
183                    const suffix = originalUsername.substr(c - 1);
                    
184                    const alias = addToken(usernameLower, '@' + usernameLower);
                    
185                    return alias + suffix;
                    
                
devise.rb https://gitlab.com/xenetics/services-website | Ruby | 263 lines
                    
29  # Configure which keys are used when authenticating a user. The default is
                    
30  # just :email. You can configure it to use [:username, :subdomain], so for
                    
31  # authenticating a user, both parameters are required. Remember that those
                    
                
transactions.rb https://gitlab.com/meetly/torquebox | Ruby | 235 lines
                    
130    #   User.transaction do
                    
131    #     User.create(:username => 'Kotori')
                    
132    #     User.transaction do
                    
132    #     User.transaction do
                    
133    #       User.create(:username => 'Nemu')
                    
134    #       raise ActiveRecord::Rollback
                    
145    #   User.transaction do
                    
146    #     User.create(:username => 'Kotori')
                    
147    #     User.transaction(:requires_new => true) do
                    
147    #     User.transaction(:requires_new => true) do
                    
148    #       User.create(:username => 'Nemu')
                    
149    #       raise ActiveRecord::Rollback
                    
                
IUserAuthenticator.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 152 lines
                    
18 * is validated for access to a given repository.  The
                    
19 * user is prompted for a username and password as
                    
20 * appropriate for the given repository type.
                    
92	 * if this authentication is not for a CVS repository location.
                    
93	 * @param destination The destination in the format like username@hostname:port
                    
94	 * @param name A name about this dialog.
                    
                
eventwithlocationupdate.php https://gitlab.com/alexprowars/bitrix | PHP | 421 lines
                    
57				{
                    
58					$ownerName = $sqlHelper->forSql(CCalendar::GetUserName($parentEvent['CREATED_BY']));
                    
59					$parentId = (int)$parentEvent['ID'];
                    
                
class-wp-http-proxy.php https://gitlab.com/webkod3r/tripolis | PHP | 219 lines
                    
23 * <li>WP_PROXY_PORT - Proxy port for connection. No default, must be defined.</li>
                    
24 * <li>WP_PROXY_USERNAME - Proxy username, if it requires authentication.</li>
                    
25 * <li>WP_PROXY_PASSWORD - Proxy password, if it requires authentication.</li>
                    
62	 *
                    
63	 * @use WP_PROXY_USERNAME
                    
64	 * @use WP_PROXY_PASSWORD
                    
68	public function use_authentication() {
                    
69		return defined('WP_PROXY_USERNAME') && defined('WP_PROXY_PASSWORD');
                    
70	}
                    
100	/**
                    
101	 * Retrieve the username for proxy authentication.
                    
102	 *
                    
106	 */
                    
107	public function username() {
                    
108		if ( defined('WP_PROXY_USERNAME') )
                    
                
BmobUser.h https://gitlab.com/fengshi/weChat | C Header | 252 lines
                    
20 */
                    
21@property (copy, nonatomic) NSString *username;
                    
22
                    
49 *
                    
50 *	@param	username	提供的用户名
                    
51 */
                    
51 */
                    
52-(void)setUserName:(NSString*)username __deprecated_msg("Replace by `self.username`");
                    
53
                    
61 */
                    
62+(void)loginWithUsernameInBackground:(NSString*)username
                    
63                            password:(NSString*)password;
                    
72 */
                    
73+(void)loginWithUsernameInBackground:(NSString *)username
                    
74                             password:(NSString *)password
                    
                
request.js https://gitlab.com/stefan.pataky/squid.js | JavaScript | 289 lines
                    
181 *
                    
182 *     req.flash('info', 'email has been sent to %s.', userName);
                    
183 *
                    
                
launch.go https://gitlab.com/Lin0x/oz | Go | 472 lines
                    
100	}
                    
101	groups, err := d.sanitizeGroups(p, u.Username, msg.Gids)
                    
102	if err != nil {
                    
235
                    
236func (d *daemonState) sanitizeGroups(p *oz.Profile, username string, gids []uint32) (map[string]uint32, error) {
                    
237	allowedGroups := d.config.DefaultGroups
                    
249				for _, uname := range sg.Members {
                    
250					if uname == username {
                    
251						found = true
                    
                
PRUDPPacketHandlerSocks.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 547 lines
                    
64				"Proxy.Port",
                    
65				"Proxy.Username",
                    
66				"Proxy.Password",
                    
75					socks_port 		= Integer.parseInt(COConfigurationManager.getStringParameter("Proxy.Port").trim());
                    
76					socks_user 		= COConfigurationManager.getStringParameter("Proxy.Username").trim();
                    
77					socks_password 	= COConfigurationManager.getStringParameter("Proxy.Password").trim();
                    
                
RepoProvider.java https://gitlab.com/khairulazlan-abdhalim/fdroidclient | Java | 382 lines
                    
225        String IS_SWAP      = "isSwap";
                    
226        String USERNAME     = "username";
                    
227        String PASSWORD     = "password";
                    
232            FINGERPRINT, MAX_AGE, LAST_UPDATED, LAST_ETAG, VERSION, IS_SWAP,
                    
233            USERNAME, PASSWORD, TIMESTAMP,
                    
234        };
                    
                
http_util.h https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk | C Header | 320 lines
                    
32  // made up of the protocol, host, [port], path, [query]. Everything else
                    
33  // is stripped (username, password, reference).
                    
34  static std::string SpecForRequest(const GURL& url);
                    
                
XMPPPubSub.h https://gitlab.com/Mr.Tomato/messageTableView | C Header | 344 lines
                    
42 *     When you subscribe to a PubSub node, you can subscribe with either
                    
43 *     your bare jid (username@domain.tld) or your full jid (username@domain.tld/resource).
                    
44 *
                    
                
filereader.js https://gitlab.com/Blueprint-Marketing/cdnjs | JavaScript | 383 lines
                    
136
                    
137					ajax.open(options.type, options.url, options.async, options.username, options.password);
                    
138
                    
183				// Only continue if the request is: asynchronous, uses GET or POST method, has HTTP or HTTPS protocol, and has the same scheme as the calling page
                    
184				if (!options.crossDomain || options.username || (options.xhrFields && options.xhrFields.withCredentials) || !options.async || !getOrPostRegEx.test(options.type) || !httpRegEx.test(options.url) || !sameSchemeRegEx.test(options.url) || (options.data && options.data instanceof mOxie.FormData) || noxhr.test(options.dataType || '')) {
                    
185					return;
                    
                
users_addedit.php https://gitlab.com/nexxuz/phpBMS | PHP | 283 lines
                    
107        
                    
108        $theinput = new inputField("smtpuser",$therecord["smtpuser"],"SMTP username",false,NULL,32,255);
                    
109        $theinput->setAttribute("title","Enter the username for access to the SMTP host.");
                    
                
colors-rtl.css https://gitlab.com/endomorphosis/falkenstein | CSS | 304 lines
                    
242
                    
243#wpadminbar #wp-admin-bar-user-info .username {
                    
244  color: #e2ecf1; }
                    
                
url_parser.js https://gitlab.com/Ziracmo/ProjetTransversal | JavaScript | 401 lines
                    
56    if(url.indexOf(result.auth) != -1 && parts.length > 2) {
                    
57      throw new Error('Username with password containing an unescaped colon');
                    
58    }
                    
60    if(url.indexOf(result.auth) != -1 && result.auth.indexOf('@') != -1) {
                    
61      throw new Error('Username containing an unescaped at-sign');
                    
62    }
                    
                
ProfileHandler.java https://gitlab.com/jsr38/intermine | Java | 241 lines
                    
48    private ProfileManager profileManager;
                    
49    private String username;
                    
50    private String password;
                    
99     * @param profileManager the ProfileManager to pass to the Profile constructor
                    
100     * @param defaultUsername default username
                    
101     * @param defaultPassword default password
                    
106     */
                    
107    public ProfileHandler(ProfileManager profileManager, String defaultUsername,
                    
108            String defaultPassword, Set<Tag> tags, ObjectStoreWriter osw, int version,
                    
111        this.profileManager = profileManager;
                    
112        this.username = defaultUsername;
                    
113        this.password = defaultPassword;
                    
161            if (attrs.getValue("username") != null) {
                    
162                username = attrs.getValue("username");
                    
163            }
                    
                
EpiTwitter.php https://gitlab.com/ahsanullah716/auth_master | PHP | 294 lines
                    
43	/* Basic auth methods */
                    
44	public function delete_basic($endpoint, $params = NULL, $username = NULL, $password = NULL)
                    
45	{
                    
45	{
                    
46		return $this->request_basic('DELETE', $endpoint, $params, $username, $password);
                    
47	}
                    
48
                    
49	public function get_basic($endpoint, $params = NULL, $username = NULL, $password = NULL)
                    
50	{
                    
50	{
                    
51		return $this->request_basic('GET', $endpoint, $params, $username, $password);
                    
52	}
                    
134		}
                    
135		if ( ! empty($username) && ! empty($password)) curl_setopt($ch, CURLOPT_USERPWD, "{$username}:{$password}");
                    
136
                    
                
ParseACLTest.php https://gitlab.com/yousafsyed/parse-php-sdk | PHP | 386 lines
                    
32        $user = new ParseUser();
                    
33        $user->setUsername('alice');
                    
34        $user->setPassword('wonderland');
                    
83        $user = new ParseUser();
                    
84        $user->setUsername('alice');
                    
85        $user->setPassword('wonderland');
                    
131        $user = new ParseUser();
                    
132        $user->setUsername('alice');
                    
133        $user->setPassword('wonderland');
                    
171        $bob = new ParseUser();
                    
172        $bob->setUsername('bob');
                    
173        $bob->setPassword('pass');
                    
177        $alice = new ParseUser();
                    
178        $alice->setUsername('alice');
                    
179        $alice->setPassword('wonderland');
                    
                
user.modal.js https://gitlab.com/melentev-av/spassibo.dev | JavaScript | 384 lines
                    
76                $('#userBonuses').html($data.user.bonuses);
                    
77                $('#userUsername').html($data.user.username);
                    
78                $('#userLogotype img').attr('src', $data.user.oLogotype.url?$data.user.oLogotype.url:"/img/avatar.png");
                    
                
ConfirmForgotPasswordRequest.java https://gitlab.com/github-cloud-corp/aws-sdk-android | Java | 478 lines
                    
248     */
                    
249    public void setUsername(String username) {
                    
250        this.username = username;
                    
419        if (getUsername() != null)
                    
420            sb.append("Username: " + getUsername() + ",");
                    
421        if (getConfirmationCode() != null)
                    
435        hashCode = prime * hashCode + ((getSecretHash() == null) ? 0 : getSecretHash().hashCode());
                    
436        hashCode = prime * hashCode + ((getUsername() == null) ? 0 : getUsername().hashCode());
                    
437        hashCode = prime * hashCode
                    
462            return false;
                    
463        if (other.getUsername() == null ^ this.getUsername() == null)
                    
464            return false;
                    
464            return false;
                    
465        if (other.getUsername() != null && other.getUsername().equals(this.getUsername()) == false)
                    
466            return false;
                    
                
blank-page.html https://gitlab.com/kaouech/theme | HTML | 339 lines
                    
84                <div class="user-info">
                    
85                  <div class="username">John <strong>Doe</strong></div>
                    
86                  <div class="status text-uppercase"><i class="fa fa-circle color-green"></i> Online</div>
                    
                
SpryHTMLPanel.js https://gitlab.com/marioalvarez/ferrominio | JavaScript | 478 lines
                    
425
                    
426		req.xhRequest.open(method, req.url, req.async, req.username, req.password);
                    
427
                    
                
extension.php https://gitlab.com/wuhang2003/core | PHP | 335 lines
                    
223	 * * file		=> will strip away the path of the file and add a tooltip with it
                    
224	 * * username	=> will add the avatar of the user
                    
225	 *
                    
235					return array(
                    
236						0 => 'username',
                    
237						//1 => 'systemtag description',
                    
240					return array(
                    
241						0 => 'username',
                    
242						//1 => 'systemtag description',
                    
248					return array(
                    
249						0 => 'username',
                    
250						1 => 'file',
                    
                
reusableelements.md https://gitlab.com/Duque1/docs | Markdown | 158 lines
                    
68    # Add a remote pointing to the GitHub repository you created.
                    
69    git remote add origin https://github.com/<username>/test-element.git
                    
70
                    
136    # version of your page and its dependencies to a GitHub pages branch
                    
137    # of your repository (gh-pages). Below, we pass in a GitHub username
                    
138    # and the repo name for our element
                    
138    # and the repo name for our element
                    
139    ../tools/bin/gp.sh <username> test-element
                    
140
                    
                
README.md https://gitlab.com/learn-co-students/bash-navigation-osx-intro-to-learn | Markdown | 147 lines
                    
80
                    
81`/Users` is the main `Users` directory in OS X. Within `/Users`, there is a folder for your username, the name of the account you use to login to your computer. My username is `avi` so my home directory is: `/Users/avi`. Yours will be different and you can see it by opening a new Terminal session and typing `pwd`.
                    
82
                    
                
notes_spec.rb https://gitlab.com/matt.wilkinson/gitlab-ce | Ruby | 400 lines
                    
196        expect(json_response['body']).to eq('hi!')
                    
197        expect(json_response['author']['username']).to eq(user.username)
                    
198      end
                    
219          expect(json_response['body']).to eq('hi!')
                    
220          expect(json_response['author']['username']).to eq(user.username)
                    
221          expect(Time.parse(json_response['created_at'])).to be_within(1.second).of(creation_time)
                    
232        expect(json_response['body']).to eq('hi!')
                    
233        expect(json_response['author']['username']).to eq(user.username)
                    
234      end
                    
                
class-wc-api-authentication.php https://gitlab.com/webkod3r/tripolis | PHP | 414 lines
                    
111	private function exit_with_unauthorized_headers() {
                    
112		$auth_message = __( 'WooCommerce API. Use a consumer key in the username field and a consumer secret in the password field', 'woocommerce' );
                    
113		header( 'WWW-Authenticate: Basic realm="' . $auth_message . '"' );
                    
                
projects_helper.rb https://gitlab.com/jlogandavison/gitlab-ce | Ruby | 461 lines
                    
32    # Build name span tag
                    
33    if opts[:by_username]
                    
34      author_html << content_tag(:span, sanitize("@#{author.username}"), class: opts[:author_class]) if opts[:name]
                    
323
                    
324                export KODING_USER=${var.koding_user_username}
                    
325                export REPO_URL=#{root_url}${var.koding_queryString_repo}.git
                    
                
panels.html https://gitlab.com/sawmainek/528Express-Server | HTML | 279 lines
                    
147            <th>Last Name</th>
                    
148            <th>Username</th>
                    
149          </tr>
                    
201            <th>Last Name</th>
                    
202            <th>Username</th>
                    
203          </tr>
                    
                
authorizer.js https://gitlab.com/harshit-bangar/mosca | JavaScript | 297 lines
                    
56
                    
57    it("it should not authenticate a user without a username", function(done) {
                    
58
                    
87
                    
88    it("it should add the username to the client", function(done) {
                    
89      authorizer.addUser("user", "pass", function() {
                    
                
DataSourceInfo.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 342 lines
                    
37
                    
38    protected String userName;
                    
39    protected String password;
                    
73
                    
74        if (!Util.nullSafeEquals(this.userName, dsi.userName))
                    
75            return false;
                    
116        buf.append("[").append(this.getClass().getName()).append(":").append(
                    
117                "\n   user name: ").append(userName).append("\n   password: ");
                    
118
                    
169
                    
170    public void setUserName(String userName) {
                    
171        this.userName = userName;
                    
173
                    
174    public String getUserName() {
                    
175        return userName;
                    
                
cate_run.htm https://gitlab.com/wuhang2003/phpwind | HTML | 160 lines
                    
44								<tr>
                    
45									<td class="author"><a class="J_user_card_show" data-uid="{$value['created_userid']}" href="{@url:space/index/run?uid=$value['created_userid']}"><img class="J_avatar" src="{@Pw::getAvatar($value['created_userid'], 'small')}" data-type="small" width="45" height="45" alt="{$value['created_username']}的头像" /></a></td>
                    
46									<td class="subject">
                    
55										<p class="info">
                    
56											楼主:<a class="J_user_card_show" data-uid="{$value['created_userid']}" href="{@url:space/index/run?uid=$value['created_userid']}">{$value['created_username']}</a><span><!--# echo Pw::time2str($value['created_time'], 'Y-m-d');#--></span>
                    
57											最后回复:<a href="{@url:space/index/run?uid=$value['lastpost_userid']}">{$value['lastpost_username']}</a><span><a href="{@url:bbs/read/run?tid=$value['tid']&fid=$value['fid']&page=e}#a" rel="nofollow"><!--# echo Pw::time2str($value['lastpost_time'], 'm-d H:i');#--></a></span>
                    
107								<!--#foreach ($list as $value){ #-->
                    
108								<li><a href="#"><img src="{@G:url.images}/face/face_small.jpg" width="48" height="48" alt="{$value['username']}"><br />{$value['username']}</a></li>
                    
109								<!--# } #-->
                    
                
configuration.html https://gitlab.com/ahsanullah716/auth_master | HTML | 164 lines
                    
62
                    
63<p>CodeIgniter has a config file that lets you store your database connection values (username, password, database name, etc.).
                    
64The config file is located at <samp>application/config/database.php</samp>. You can also set database connection values for specific <a href="../libraries/config.html">environments</a> by placing <strong>database.php</strong> it the respective environment config folder.</p>
                    
68<code>$db['default']['hostname'] = "localhost";<br />
                    
69$db['default']['username'] = "root";<br />
                    
70$db['default']['password'] = "";<br />
                    
89<code>$db['test']['hostname'] = "localhost";<br />
                    
90$db['test']['username'] = "root";<br />
                    
91$db['test']['password'] = "";<br />
                    
124<li><strong>hostname</strong> - The hostname of your database server. Often this is "localhost".</li>
                    
125<li><strong>username</strong> - The username used to connect to the database.</li>
                    
126<li><strong>password</strong> - The password used to connect to the database.</li>
                    
142<p class="important"><strong>Note:</strong> Depending on what database platform you are using (MySQL, Postgres, etc.)
                    
143not all values will be needed.  For example, when using SQLite you will not need to supply a username or password, and
                    
144the database name will be the path to your database file. The information above assumes you are using MySQL.</p>
                    
                
Rscf.php https://gitlab.com/endomorphosis/jeffersonsmithmayor | PHP | 359 lines
                    
71        if (empty($this->_config['user'])) {
                    
72            $error = 'Empty username.';
                    
73
                    
                
orange.css https://gitlab.com/endomorphosis/OLAAaction | CSS | 445 lines
                    
40--------------------- */
                    
41#modlgn_passwd, #modlgn_username {
                    
42color:#f8b13e;
                    
47}
                    
48#modlgn_username {
                    
49background: #fff;
                    
                
heaven.css https://gitlab.com/endomorphosis/OLAAaction | CSS | 445 lines
                    
40--------------------- */
                    
41#modlgn_passwd, #modlgn_username {
                    
42color:#74dafb;
                    
47}
                    
48#modlgn_username {
                    
49background: #fff;
                    
                
members_spec.rb https://gitlab.com/Munken/gitlab-ce | Ruby | 342 lines
                    
56      it 'finds members with query string' do
                    
57        get api("/#{source_type.pluralize}/#{source.id}/members", developer), query: master.username
                    
58
                    
60        expect(json_response.count).to eq(1)
                    
61        expect(json_response.first['username']).to eq(master.username)
                    
62      end
                    
82              expect(json_response['name']).to eq(developer.name)
                    
83              expect(json_response['username']).to eq(developer.username)
                    
84              expect(json_response['state']).to eq(developer.state)
                    
                
detail.php https://gitlab.com/hop23typhu/doan_tienganh | PHP | 160 lines
                    
64						$usercreated=$lib->selectone($sql_usercreated);
                    
65						if($usercreated->username=='') echo "-"; else echo $usercreated->username;
                    
66						
                    
87						$userupdated=$lib->selectone($sql_userupdated);
                    
88						if($userupdated->username=='') echo "-"; else echo $userupdated->username;
                    
89					 }else echo "Trống";
                    
                
Main.php https://gitlab.com/yousafsyed/easternglamor | PHP | 231 lines
                    
76        $baseFieldset->addField(
                    
77            'username',
                    
78            'text',
                    
79            [
                    
80                'name' => 'username',
                    
81                'label' => __('User Name'),
                    
81                'label' => __('User Name'),
                    
82                'id' => 'username',
                    
83                'title' => __('User Name'),
                    
                
user.php https://gitlab.com/endomorphosis/OLAAaction | PHP | 341 lines
                    
45	 */
                    
46	var $username		= null;
                    
47
                    
145
                    
146		if (trim( $this->username ) == '') {
                    
147			$this->setError( JText::_( 'Please enter a user name.') );
                    
150
                    
151		if (preg_match( "#[<>\"'%;()&]#i", $this->username) || strlen(utf8_decode($this->username )) < 2) {
                    
152			$this->setError( JText::sprintf( 'VALID_AZ09', JText::_( 'Username' ), 2 ) );
                    
167
                    
168		// check for existing username
                    
169		$query = 'SELECT id'
                    
170		. ' FROM #__users '
                    
171		. ' WHERE username = ' . $this->_db->Quote($this->username)
                    
172		. ' AND id != '. (int) $this->id;
                    
                
index.js https://gitlab.com/mirica.andrei23/useranalysisnode | JavaScript | 276 lines
                    
43                                url : socialProfile.url,
                    
44                                username: socialProfile.username,
                    
45                                id: socialProfile.id
                    
47                            var currentTwitterIndex = objectToSend.twitter.length - 1;
                    
48                            TwitterScraper.crawlTwitterUpdates(objectToSend.twitter[currentTwitterIndex].username, objectToSend.twitter[currentTwitterIndex].url).then(
                    
49                                function(success){
                    
64                                    url : socialProfile.url,
                    
65                                    username: socialProfile.username,
                    
66                                    id: socialProfile.id
                    
166                                url : socialProfile.url,
                    
167                                username: socialProfile.username,
                    
168                                id: socialProfile.id
                    
174                                url : socialProfile.url,
                    
175                                username: socialProfile.username,
                    
176                                id: socialProfile.id
                    
                
view_lab.php https://gitlab.com/redwan4re/web-apps-php-26 | PHP | 275 lines
                    
82                    <img src="../elements/user_images/<?php echo $_SESSION['login_confirm']['image']; ?>" width="28" height="28" alt="">
                    
83                    <span><?php echo $_SESSION['login_confirm']['username']; ?></span>
                    
84                    <i class="caret"></i>
                    
                
editor_plugin_src.js https://gitlab.com/endomorphosis/toolshed | JavaScript | 422 lines
                    
25 * localStorage is stored in the following folder:
                    
26 * C:\Users\[username]\AppData\Local\Microsoft\Internet Explorer\DOMStore\[tempFolder]
                    
27 * 
                    
                
admin_users_spec.rb https://gitlab.com/nulldoxyz/gitlab-ce | Ruby | 412 lines
                    
73      fill_in "user_name", with: "Big Bang"
                    
74      fill_in "user_username", with: "bang"
                    
75      fill_in "user_email", with: "bigbang@mail.com"
                    
83      click_button "Create user"
                    
84      user = User.find_by(username: 'bang')
                    
85      expect(user.projects_limit)
                    
92      click_button "Create user"
                    
93      user = User.find_by(username: 'bang')
                    
94      expect(user.name).to eq('Big Bang')
                    
108
                    
109      user = User.find_by(username: 'bang')
                    
110      email = ActionMailer::Base.deliveries.last
                    
163        it 'logs in as the user when impersonate is clicked' do
                    
164          expect(page.find(:css, '.header-user .profile-link')['data-user']).to eql(another_user.username)
                    
165        end
                    
                
HttpCheckDetails.cs https://gitlab.com/rekby-archive/onlyoffice-CommunityServer | C# | 264 lines
                    
91        /// <param name="url">The target URI.</param>
                    
92        /// <param name="authUser">The username of the user to authenticate over HTTP.</param>
                    
93        /// <param name="authPassword">The password of the user to authenticate over HTTP.</param>
                    
151        /// <summary>
                    
152        /// Gets the username of the user to authenticate over HTTP.
                    
153        /// </summary>
                    
                
User.php https://gitlab.com/freebird/WebApp | PHP | 585 lines
                    
222    {
                    
223        return $this->getUsername() ?: '-';
                    
224    }
                    
                
adodb-sybase.inc.php https://gitlab.com/mrktinh/bookonline | PHP | 443 lines
                    
125	// returns true or false
                    
126	function _connect($argHostname, $argUsername, $argPassword, $argDatabasename)
                    
127	{
                    
135		if ($this->charSet) {
                    
136			$this->_connectionID = sybase_connect($argHostname,$argUsername,$argPassword, $this->charSet);
                    
137		} else {
                    
137		} else {
                    
138			$this->_connectionID = sybase_connect($argHostname,$argUsername,$argPassword);
                    
139		}
                    
146	// returns true or false
                    
147	function _pconnect($argHostname, $argUsername, $argPassword, $argDatabasename)
                    
148	{
                    
156		if ($this->charSet) {
                    
157			$this->_connectionID = sybase_pconnect($argHostname,$argUsername,$argPassword, $this->charSet);
                    
158		} else {
                    
                
active-directory-saas-kindling-tutorial.md https://gitlab.com/yeah568/azure-content | Markdown | 294 lines
                    
91For single sign-on to work, Azure AD needs to know what the counterpart user in Kindling to an user in Azure AD is. In other words, a link relationship between an Azure AD user and the related user in Kindling needs to be established.  
                    
92This link relationship is established by assigning the value of the **user name** in Azure AD as the value of the **Username** in Kindling.
                    
93 
                    
                
active-directory-saas-insperityexpensable-tutorial.md https://gitlab.com/yeah568/azure-content | Markdown | 272 lines
                    
90For single sign-on to work, Azure AD needs to know what the counterpart user in Insperity ExpensAble to an user in Azure AD is. In other words, a link relationship between an Azure AD user and the related user in Insperity ExpensAble needs to be established.  
                    
91This link relationship is established by assigning the value of the **user name** in Azure AD as the value of the **Username** in Insperity ExpensAble.
                    
92
                    
                
active-directory-saas-beeline-tutorial.md https://gitlab.com/yeah568/azure-content | Markdown | 276 lines
                    
91For single sign-on to work, Azure AD needs to know what the counterpart user in Beeline is to a user in Azure AD. In other words, a link relationship between an Azure AD user and the related user in Beeline needs to be established.
                    
92This link relationship is established by assigning the value of the **user name** in Azure AD as the value of the **Username** in Beeline.
                    
93
                    
                
connection-endpoint.js https://gitlab.com/jasonparser/deepstream.io | JavaScript | 387 lines
                    
241 * @param   {SocketWrapper} socketWrapper
                    
242 * @param   {String} username
                    
243 *
                    
247 */
                    
248ConnectionEndpoint.prototype._registerAuthenticatedSocket  = function( socketWrapper, username ) {
                    
249	socketWrapper.socket.removeListener( 'message', socketWrapper.authCallBack );
                    
251	socketWrapper.socket.on( 'message', function( msg ){ this.onMessage( socketWrapper, msg ); }.bind( this ));
                    
252	socketWrapper.user = username;
                    
253	socketWrapper.sendMessage( C.TOPIC.AUTH, C.ACTIONS.ACK );
                    
254	this._authenticatedSockets.push( socketWrapper );
                    
255	this._options.logger.log( C.LOG_LEVEL.INFO, C.EVENT.AUTH_SUCCESSFUL, username );
                    
256};
                    
294 * @param   {String} authError     String or null if auth succesfull
                    
295 * @param   {String} username
                    
296 *
                    
                
Ftp.php https://gitlab.com/rbe/listaTareas | PHP | 667 lines
                    
58	/**
                    
59	 * FTP Username
                    
60	 *
                    
62	 */
                    
63	public $username = '';
                    
64
                    
192	{
                    
193		return @ftp_login($this->conn_id, $this->username, $this->password);
                    
194	}
                    
                
UserEC.Delete_response.xsd https://gitlab.com/essere.lab.public/qualitas.class-corpus | XML Schema | 378 lines
                    
13   </xsd:sequence>
                    
14   <xsd:attribute name="UserName" use="required">
                    
15    <xsd:simpleType>
                    
                
validations.js https://gitlab.com/Mirros/cdnjs | JavaScript | 169 lines
                    
131     *
                    
132     *     validations: [{type: 'format', field: 'username', matcher: /([a-z]+)[0-9]{2,3}/}]
                    
133     *
                    
159     *
                    
160     *     validations: [{type: 'exclusion', field: 'username', list: ['Admin', 'Operator']}]
                    
161     *
                    
                
iso_bun9.sql https://gitlab.com/eandriyas/toko-agung | SQL | 317 lines
                    
30  `id` int(11) NOT NULL,
                    
31  `username` varchar(35) NOT NULL,
                    
32  `password` text NOT NULL
                    
38
                    
39INSERT INTO `admintbl` (`id`, `username`, `password`) VALUES
                    
40(1, 'admin', '21232f297a57a5a743894a0e4a801fc3'),
                    
166  `telepon` varchar(25) NOT NULL,
                    
167  `username` varchar(20) NOT NULL,
                    
168  `password` text NOT NULL
                    
174
                    
175INSERT INTO `pelanggantbl` (`id`, `nama`, `alamat`, `email`, `telepon`, `username`, `password`) VALUES
                    
176(15, 'Rian', 'Mancasan Kidul', 'rian@gmail.com', '087772003123', 'rian', 'cb2b28afc2cc836b33eb7ed86f99e65a'),
                    
186  `notransaksi` varchar(25) NOT NULL,
                    
187  `username` varchar(20) NOT NULL,
                    
188  `id` int(11) NOT NULL,
                    
                
Attribute.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 279 lines
                    
158     */
                    
159    String USERNAME_ATTR = "user";
                    
160
                    
                
transaksi_detail.php https://gitlab.com/eandriyas/toko-agung | PHP | 369 lines
                    
5	$query = "select transaksitbl.*, pelanggantbl.nama from transaksitbl 
                    
6				inner join pelanggantbl on transaksitbl.username = pelanggantbl.username 
                    
7				where notransaksi = '".$id."'";
                    
                
EntityTypeRegister.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 271 lines
                    
131			Part[] parts = {
                    
132					new StringPart("USER", system.getUserName(), ENC),
                    
133					new StringPart("EntityType", et.getEntityType(), ENC),
                    
185			urlString.append("?NAME=").append(URLEncoder.encode(system.getName(), ENC))
                    
186				.append("&USER=").append(URLEncoder.encode(system.getUserName(), ENC))
                    
187				.append("&PASSWORD=").append(URLEncoder.encode(system.getPassword(), ENC))
                    
                
users.rb https://gitlab.com/zarevavasyl/gitlab-ce | Ruby | 167 lines
                    
26
                    
27  step 'Input non ascii char in username' do
                    
28    fill_in 'user_username', with: "\u3042\u3044"
                    
34
                    
35  step 'See username error message' do
                    
36    page.within "#error_explanation" do
                    
36    page.within "#error_explanation" do
                    
37      expect(page).to have_content "Username"
                    
38    end
                    
41  step 'Not changed form action url' do
                    
42    expect(page).to have_selector %(form[action="/admin/users/#{@user.username}"])
                    
43  end
                    
61    @user_with_secondary_email.save
                    
62    visit "/admin/users/#{@user_with_secondary_email.username}"
                    
63  end
                    
                
issuable.scss https://gitlab.com/zarevavasyl/gitlab-ce | Sass | 372 lines
                    
168
                    
169    .username {
                    
170      display: block;
                    
                
CVSProjectSetSerializer.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 220 lines
                    
185		ICVSRepositoryLocation newLocation = CVSRepositoryLocation.fromString(repo);
                    
186		if (newLocation.getUsername() == null || newLocation.getUsername().length() == 0) {
                    
187			// look for an existing location that matched
                    
                
 

Source

Language