Home
last modified time | relevance | path

Searched refs:password (Results 1 – 25 of 67) sorted by relevance

123

/vim-8.2.3635/src/
H A Dnetbeans.c136 char *password = NULL; in netbeans_connect() local
167 password = strchr(address, ':'); in netbeans_connect()
168 if (password != NULL) in netbeans_connect()
169 *password++ = '\0'; in netbeans_connect()
178 if (password == NULL) in netbeans_connect()
179 password = getenv("__NETBEANS_VIM_PASSWORD"); in netbeans_connect()
186 if (password != NULL) in netbeans_connect()
187 password = (char *)vim_strsave((char_u *)password); in netbeans_connect()
202 if (password == NULL || *password == '\0') in netbeans_connect()
204 vim_free(password); in netbeans_connect()
[all …]
H A Dblowfish.c399 char_u *password, in bf_key_init() argument
411 key = sha256_key(password, salt, salt_len); in bf_key_init()
480 char_u password[64]; member
531 bf_key_init(&state, (char_u *)(bf_test_data[i].password), in bf_self_test()
/vim-8.2.3635/runtime/plugin/
H A DnetrwPlugin.vim190 " NetUserPass: set username and password for subsequent ftp transfer {{{1
191 " Usage: :call NetUserPass() -- will prompt for userid and password
192 " :call NetUserPass("uid") -- will prompt for password
193 " :call NetUserPass("uid","password") -- sets global userid and password
208 " get password
/vim-8.2.3635/runtime/doc/
H A Dpi_netrw.txt160 password
333 :call NetUserPass("uid","password") -- sets global uid and password
568 password
584 the actually-typed-in password. Netrw will retain the userid and password
643 prompt for user-id and password.
663 machine {full machine name} login {user-id} password "{password}"
664 default login {user-id} password "{password}"
668 password.
909 user userid password userid password
2052 password to access the material without the need to key-in the password
[all …]
H A Dnetbeans.txt220 -nb:{hostname}:{addr}:{password} directly
226 :{hostname}:{addr}:{password} directly
238 auth={password}
250 {password} is the password for connecting to NetBeans. When omitted the
254 port upon startup. The password will be sent with the AUTH event when the
828 AUTH password editor -> IDE: First message that the editor sends to the IDE.
829 Must contain the password for the socket server, as specified
H A Dusr_23.txt199 the password appears in the clear. Anyone shoulder-surfing can read your
200 password.
215 the time needed to crack a password. You can disable the swap file, but then
/vim-8.2.3635/runtime/syntax/
H A Dsshdconfig.vim42 syn keyword sshdconfigRootLogin prohibit-password without-password forced-commands-only
102 syn keyword sshdconfigRootLogin prohibit-password without-password forced-commands-only
H A Desmtprc.vim12 syntax keyword esmtprcOptions hostname username password starttls certificate_passphrase preconnect…
H A Dnetrc.vim17 syn keyword netrcKeyword password nextgroup=netrcPassword skipwhite skipnl
H A Dpasswd.vim2 " Language: passwd(5) password file
H A Dwget.vim113 \ "password",
H A Dscreen.vim179 \ password
H A Dpamconf.vim24 syn keyword pamconfTypeKeyword contained account auth password session
H A Dgrub.vim37 \ pager partnew parttype password rarp serial setkey
H A Dkix.vim42 syn keyword kixStatement password play
H A Dprogress.vim78 …se output overlay page page-bot[tom] page-num[ber] page-top param[eter] password-field pause pdbna…
140 syn keyword ProgressOperator appserver-password appserver-userid array-m[essage] ask-overwrite asse…
229 …private-d[ata] proce[dure] procedure-name progress-s[ource] property protected proxy proxy-password
262 …ong unsigned-short update-attribute upper url url-decode url-encode url-password url-userid use us…
H A Dpine.vim212 syn keyword pineOption disable-password-caching
213 syn keyword pineOption disable-password-cmd
H A Dsamba.vim52 syn keyword sambaKeyword contained output packet page panic passwd password
H A Dlilo.vim44 syn keyword liloImageOpt password range nextgroup=liloEqAnything,liloEqAnythingComment,liloError sk…
H A Dsshconfig.vim92 syn keyword sshconfigPreferredAuth hostbased publickey password gssapi-with-mic
H A Dbaan.vim1094 syn keyword baanBshell cmp.password
1095 syn match baanBshell "\<crypt.password\$"
1096 syn keyword baanBshell is.password.ok
1099 syn keyword baanBshell encrypt.user.password
1100 syn keyword baanBshell verify.user.password
H A Dmysql.vim35 syn keyword mysqlKeyword pack_keys partial password primary privileges procedure process pr…
/vim-8.2.3635/runtime/ftplugin/
H A Dpasswd.vim2 " Language: passwd(5) password file
/vim-8.2.3635/runtime/autoload/
H A Dspellfile.vim167 " for an ftp server use a default login and password to avoid a prompt
H A Dnetrw.vim1558 " -n win32: quit being obnoxious about password
2260 " -n win32: quit being obnoxious about password
2670 " save choice/id/password for future use
2676 " -n win32: quit being obnoxious about password
3350 " :call NetUserPass("uid","password") -- sets global userid and password
3352 " :call NetUserPass("host","uid","password") -- sets hup dictionary with host, userid, password
3372 " get password via prompting
3417 " ask for password if one not previously entered
8848 " -n win32: quit being obnoxious about password
10185 " handle userid and password
[all …]

123