Home
last modified time | relevance | path

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

1...<<1112131415

/plugin/sympaauth/files/
H A Dsympa.class.php79 function checkPass($user,$pass){ argument
85 $auth_key = $this->soap_client->login($user,$pass);
/plugin/syntaxhighlighter3/
H A DREADME.md87 // No title detected, pass all attributes as parameters to SyntaxHighlighter.
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …cept exec finally for from global if import in is ' +\n 'lambda not or pass raise return try yi…
/plugin/tcycle/
H A DLICENSE35 gratis or for a fee, you must pass on to the recipients the same
/plugin/timetrack/
H A DLICENSE35 gratis or for a fee, you must pass on to the recipients the same
/plugin/toggle/
H A DLICENSE35 gratis or for a fee, you must pass on to the recipients the same
/plugin/tuxquote/
H A Dquotes.txt122 Yield to Temptation... it may not pass your way again. <BR> -- Lazarus Long, "Time Enough for Love"
1200 The only thing to do with good advice is to pass it on. It is never of any use to oneself. <BR> -- …
1336 I prefer to forget both pairs of glasses and pass my declining years saluting strange women and gra…
1731 A telephone survey says that 51 percent of college students drink until they pass out at least once…
2826 Freedom is never more than one generation away from extinction. We didn't pass it to our children i…
3759 If all the cars on the Earth were lined up bumper to bumper, some idiot would try to pass them.
4112 Aleph-null bottles of beer on the wall, Aleph-null bottles of beer, You take one down, and pass it …
/plugin/upgrade/HTTP/
H A DHTTPClient.php47 public $pass; variable in dokuwiki\\plugin\\upgrade\\HTTP\\HTTPClient
189 if(isset($uri['pass'])) $this->pass = $uri['pass'];
245 $headers['Authorization'] = 'Basic '.base64_encode($this->user.':'.$this->pass);
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md99 The table formatter allows coloring full columns. To use that mechanism pass an array of colors as third parameter to
100 its ``format()`` method. Please note that you can not pass colored texts in the second parameters (text length calculation
133 If you need to pass a class implementing the `Psr\Log\LoggerInterface` you can do so by inheriting from one of the two provided classes implementing this interface instead of `splitbrain\phpcli\CLI`.
140 Note: if your backend code calls for a PSR-3 logger but does not actually type check for the interface (AKA being LoggerAware only) you can also just pass an instance of `splitbrain\phpcli\CLI`.
/plugin/usecounter/
H A DLICENSE35 gratis or for a fee, you must pass on to the recipients the same
/plugin/vbsso/includes/
H A Dapi.php259 * @param string $pass password
265 function vbsso_auth_setCookie($user, $pass, $sticky, $session_timeout) { argument
274 $cookie = base64_encode($user) . '|' . ((int)$sticky) . '|' . base64_encode($pass);
284 $_SESSION[DOKU_COOKIE]['auth']['pass'] = sha1($pass);
/plugin/wavedrom/
H A DLICENSE35 gratis or for a fee, you must pass on to the recipients the same
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1736 * Added: You can now pass arrays to the Sabre_DAV_Server constructor. If it's an
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md26 the `Content-Length` header. This allows users to pass much larger strings
H A DREADME.md84 you should pass this request object around using dependency injection.
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md417 * Changed: It's now possible to pass DateTime objects when using the magic
690 * Added: When setting date-time properties you can just pass PHP's DateTime
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md57 * It's now possible to pass an array of possible root elements to
/plugin/webdavclient/
H A Dhelper.php1122 $this->client->pass = $conn['password'];
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md191 * Changed: It's now possible to pass DateTime objects when using the magic
464 * Added: When setting date-time properties you can just pass PHP's DateTime
/plugin/wikistats/
H A DREADME.md151 If you want to pass a number of parameters to the plugin they should be
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs9775 var pass = false;
10021 var pass = false;
10596 var pass = false;
10671 var pass = false;
10737 var pass = false;
10898 var pass = false;
11235 var pass = false;
12018 var pass = false;
12341 var pass = false;
12413 var pass = false;
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1pass id to the nested view\n\t\t\t\tthis.$id = utils.uid();\n\t\t\t}\n\t\t\tvar childConfig = util…
/plugin/yuriigantt/
H A DLICENSE35 gratis or for a fee, you must pass on to the recipients the same
/plugin/zenlogin/
H A Daction.php161 $pass = $this->zenphoto_hashpw($user, $event->data['params'][1]);
166 …"VALUES ('".$user."', '".$pass."', '".$name."', '".$email."', ".$this->zp_rights.", 1, '".$custom_…
187 $pass = $this->zenphoto_hashpw($user, $event->data['params'][1]["pass"]);
188 …sql_query("UPDATE ".$this->zp_mysql_prefix."administrators SET pass = '".$pass."' WHERE user = '".…

1...<<1112131415