Home
last modified time | relevance | path

Searched refs:pass (Results 201 – 225 of 374) sorted by path

12345678910>>...15

/plugin/evesso/
H A Dauth.php32 * @param string $pass
36 function trustExternal($user, $pass, $sticky = false) { argument
111 return auth_login($user, $pass, $sticky);
/plugin/facebooklike/
H A DLICENSE35 gratis or for a fee, you must pass on to the recipients the same
/plugin/farm/
H A Danimal.class.php374 public function addUser($user, $pass, $name, $mail, $grps=null) { argument
391 $pass = auth_cryptPassword($pass, isset($conf['passcrypt']) ? $conf['passcrypt'] : 'smd5');
394 $userline = join(':', array($user, $pass, $name, $mail, $groups))."\n";
410 $r = ($localauth->createUser($user, $pass, $name, $mail, $grps) != null);
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example10 * uid login pass firstname lastname email
59 * The module access the password as 'pass' so a alias might be necessary.
63 * %{pass} encrypted or clear text password (depends on 'encryptPass')
66 $conf['auth']['mysql']['checkPass'] = "SELECT pass
75 * 'pass' containing the encrypted or clear text password
85 $conf['auth']['mysql']['getUserInfo'] = "SELECT pass, CONCAT(firstname,' ',lastname) AS name, email…
140 * %{pass} password (encrypted or clear text, depends on 'encryptPass')
145 (login, pass, email, firstname, lastname)
146 VALUES ('%{user}', '%{pass}', '%{email}',
216 * %{pass} password (encrypted or clear text, depends on 'encryptPass')
[all …]
H A Dwordblock.conf6330 https?:\/\/([^\/]*\.)?speens\.pass\.as
/plugin/farmer/admin/
H A Dnew.php50 $data['pass'],
186 'pass' => $adminpass,
354 $pass = auth_cryptPassword($password);
357 ['admin', $pass, 'Administrator', 'admin@example.org', 'admin,user']
/plugin/fblogin/files/
H A Dfacebook.class.php50 function trustExternal($user,$pass,$sticky=true ){ argument
97 $pass = '';
100 $_SESSION[DOKU_COOKIE]['auth']['pass'] = $pass;
132 function checkPass($user,$pass){ argument
/plugin/fckg/
H A DChanges367 Warning if userfiles nor writable. By-pass link creation if winstyle is true.
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst21 if so then we will pass the value array, otherwise will try to inject values into public properties…
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md35 * Context: Allow to pass options and parameters to the stream
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md385 - Missing features of the compiler pass [\#789](https://github.com/schmittjoh/serializer/pull/789) …
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst82 To avoid to pass an instance of SerializationContext
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md45 …> please note that if you want to pass partial class names that additional steps are necessary, se…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddependencies-isolation.phpt33 This test depends on "DependencyFailureTest::testOne" to pass.
36 This test depends on "DependencyFailureTest::testTwo" to pass.
39 This test depends on "DependencyFailureTest::testOne" to pass.
H A Ddependencies.phpt32 This test depends on "DependencyFailureTest::testOne" to pass.
35 This test depends on "DependencyFailureTest::testTwo" to pass.
38 This test depends on "DependencyFailureTest::testOne" to pass.
H A Dlog-json-post-66021.phpt38 "status": "pass",
51 "status": "pass",
64 "status": "pass",
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md26 * being able to pass boolean options to the `Yaml::parse()`, `Yaml::dump()`,
28 the parser and dumper is no longer supported, pass bitmask flags instead
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG29 * added the possibility to pass a TemplateWrapper to Twig\Environment::load()
530 * fixed an error when a token parser pass a closure as a test to the subparse() method
988 * added a way to specify variables to pass to an included template
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst190 ``needs_environment`` option to ``true``; Twig will pass the current
204 ``needs_context`` option to ``true``; Twig will pass the current context as
240 ``is_variadic`` option to ``true``; Twig will pass the extra arguments as the
378 If you want to pass a variable number of positional or named arguments to the
H A Dadvanced_legacy.rst232 Twig will then pass the current environment as the first argument to the
H A Dapi.rst84 When creating a new ``\Twig\Environment`` instance, you can pass an array of
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddate.rst74 timezone, pass ``false`` as the timezone value:
H A Dreverse.rst22 them as well, pass ``true`` as an argument to the ``reverse`` filter:
H A Dsplit.rst15 You can also pass a ``limit`` argument:
H A Durl_encode.rst27 Internally, Twig uses the PHP `urlencode`_ (or `rawurlencode`_ if you pass

12345678910>>...15