Home
last modified time | relevance | path

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

12345678910>>...15

/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md79 * being able to pass boolean options to the `Yaml::parse()`, `Yaml::dump()`,
81 the parser and dumper is no longer supported, pass bitmask flags instead
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md492 - Removed the ability to pass custom `Environment` instances into the `CommonMarkConverter` and `GithubFlavoredMarkdownConverter` constructors
/plugin/confightmlok/
H A DLICENSE18 For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
/plugin/contactmodern/
H A DLICENSE35 gratis or for a fee, you must pass on to the recipients the same
/plugin/dataplot/
H A DCOPYING35 gratis or for a fee, you must pass on to the recipients the same
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php52 $pass = isset($argv[3])?$argv[3]:null; variable
56 $pdo = new PDO($dsn, $user, $pass);
H A Dmigrateto20.php58 $pass = isset($argv[3])?$argv[3]:null; variable
62 $pdo = new PDO($dsn, $user, $pass);
H A Dmigrateto21.php59 $pass = isset($argv[3])?$argv[3]:null; variable
63 $pdo = new PDO($dsn, $user, $pass);
H A Dmigrateto30.php58 $pass = isset($argv[3])?$argv[3]:null; variable
62 $pdo = new PDO($dsn, $user, $pass);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DBasicCallBackTest.php15 $callBack = function($user, $pass) use (&$args) {
17 $args = [$user, $pass];
/plugin/davcal/vendor/sabre/http/
H A DREADME.md84 you should pass this request object around using dependency injection.
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md151 * Changed: It's now possible to pass DateTime objects when using the magic
424 * Added: When setting date-time properties you can just pass PHP's DateTime
/plugin/davcard/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/dbquery/
H A Dhelper.php38 * @param string|null $pass
41 public function getPDO($dsn = null, $user = null, $pass = null) argument
45 $pass = $pass ?: conf_decodeString($this->getConf('pass'));
46 $conid = md5($dsn . $user . $pass);
56 $this->pdo[$conid] = new PDO($dsn, $user, $pass, $opts);
/plugin/dev/skel/
H A Dauth.php42 //public function trustExternal($user, $pass, $sticky = false)
58 $_SESSION[DOKU_COOKIE]['auth']['pass'] = $pass;
66 public function checkPass($user, $pass)
88 //public function createUser($user, $pass, $name, $mail, $grps = null)
65 checkPass($user, $pass) global() argument
/plugin/diagramsnet/lib/resources/
H A Ddia_fr.txt732 timeout=Délai dépassé
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1pass to `fetch()`).\n *\n * ```\n * {\n * type: 'CACHE_URLS',\n * payload:…
H A Dworkbox-bed83ea8.js.map1pass to `fetch()`).\n *\n * ```\n * {\n * type: 'CACHE_URLS',\n * payload:…
H A Dworkbox-f163abaa.js.map1pass to `fetch()`).\n *\n * ```\n * {\n * type: 'CACHE_URLS',\n * payload:…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js1 …}),e.serverEnvironment=new e("server-environment",{character:"\\eba3"}),e.pass=new e("pass",{chara…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1pass this check as well. Since the LSP\n // doesn't use classes we ignore this for now. If …
H A D3.3.js.map1pass this check as well. Since the LSP\n // doesn't use classes we ignore this for now. If …
H A D4.4.js.map1pass this check as well. Since the LSP\r\n // doesn't use classes we ignore this for now. I…
H A D46.46.js.map1 … 'lambda',\n 'nonlocal',\n 'not',\n 'or',\n 'pass',\n 'print',…

12345678910>>...15