| /plugin/farm/ |
| D | testclient.php | 39 …print_r($cli->authenticateRemoteAppAndRun('remoteapp', 'pwd', 'animalExists', array('name' => $_GE… 41 …print_r($cli->authenticateRemoteAppAndRun('remoteapp', 'pwd', 'animalDelete', array('name' => $_GE… 43 …print_r($cli->authenticateRemoteAppAndRun('remoteapp', 'pwd', 'animalCreate', array('name' => $_GE… 48 …foreach($cli->authenticateRemoteAppAndRun('remoteapp', 'pwd', 'animalsList') as $w) echo '<a href=… 49 //print_r($cli->authenticateRemoteAppAndRun('remoteapp', 'pwd', 'animalsList'));
|
| D | soapconfig.class.php | 107 …$pwd = preg_match('`^[0-9abcdef]{32}$`i', $_POST['soap_remoteapp_pwd']) ? strtolower($_POST['soap_… 115 …$block .= 'pwd = '.$pwd.' '.(($pwdclear != $pwd) || ($pwdcomment != '') ? '# '.($pwd != $pwdclear … 189 …ordhash').' : '.$a['pwd']['value'].($a['pwd']['comment'] != '' ? ' <i>('.$this->manager->getLang('… 210 …hash').' : <input type="text" name="soap_remoteapp_pwd" value="'.($a ? $a['pwd']['value'] : '').'"… 211 …' : <input type="text" name="soap_remoteapp_pwdcomment" value="'.($a ? $a['pwd']['comment'] : '').… 263 if(preg_match('`^(name|pwd)\s*=\s*([^#]+)(#(.*))?$`i', trim($f), $m)) {
|
| /plugin/passwordgrey/syntax/ |
| D | passwordgrey.php | 42 $this->Lexer->addEntryPattern('<pwd>(?=.*?</pwd>)', $mode, 'plugin_passwordgrey_passwordgrey'); 46 $this->Lexer->addExitPattern('</pwd>', 'plugin_passwordgrey_passwordgrey');
|
| /plugin/sequencediagram/bower_components/lodash/ |
| D | .travis.yml | 51 export PATH=$PWD/travis_phantomjs/phantomjs-$PHANTOMJS_VERSION-linux-x86_64/bin:$PATH 53 rm -rf $PWD/travis_phantomjs 54 mkdir -p $PWD/travis_phantomjs 56 tar -xvf phantomjs-$PHANTOMJS_VERSION-linux-x86_64.tar.bz2 -C $PWD/travis_phantomjs
|
| /plugin/authgooglesheets/ |
| D | auth.php | 69 * @param string $pwd 75 public function createUser($user, $pwd, $name, $mail, $grps = null) argument 87 $userData['pass'] = $pwd;
|
| /plugin/authhttp/ |
| D | action.php | 134 $pwd = auth_pwgen(); 138 $form->addHidden($name, $pwd); 166 $pwd = auth_pwgen(); 170 $form->setHiddenField($name, $pwd);
|
| /plugin/authserversso/ |
| D | auth.php | 68 public function createUser($user, $pwd, $name, $mail, $grps = null) { argument 78 $pass = auth_cryptPassword($pwd); 92 return $pwd; 323 $pwd = auth_pwgen(); 324 $pwd = $this->createUser($userSso, $pwd, $name, $mail); 325 if(!is_null($pwd)) {
|
| D | action.php | 43 $pwd = auth_pwgen(); 47 $event->data->addHidden($name, $pwd);
|
| /plugin/asciidocjs/node_modules/jake/bin/ |
| D | bash_completion.sh | 6 DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )" 10 JAKE_BIN_DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
|
| /plugin/xcom/scripts/ |
| D | xml.php | 19 $client = xcom_connect($url,$credentials->user,$credentials->pwd ,$debug); 116 function xcom_connect($url,$user,$pwd, $debug=false) { argument 120 $client->query('dokuwiki.login',$user,$pwd);
|
| D | xcom_save.php | 77 … return $this->xcom_connect($credentials->url,$credentials->user,$credentials->pwd ,0); 82 … return $this->xcom_connect($credentials['url'],$credentials['user'],$credentials['pwd'] ,0); 216 function xcom_connect($url,$user,$pwd, $debug=false) { argument 221 $resp = $client->query('dokuwiki.login',$user,$pwd);
|
| D | sample.xcom.ini | 8 pwd=password
|
| D | xcom.ini | 8 pwd=password
|
| /plugin/ckgdoku/scripts/ |
| D | addanimal.sh | 11 BARN=`pwd | awk -F/ '{ print $NF }'` 15 ANIMAL=${PWD}/${1}
|
| /plugin/ckgedit/scripts/ |
| D | addanimal.sh | 11 BARN=`pwd | awk -F/ '{ print $NF }'` 15 ANIMAL=${PWD}/${1}
|
| /plugin/passwordgrey/ |
| D | script.js | 11 "open": "<pwd>", 12 "close": "</pwd>"
|
| /plugin/upgrade/.github/workflows/ |
| D | fullUpgrade.yml | 38 pwd 76 pwd
|
| /plugin/pagebuttons/ |
| D | docker-compose.yml | 12 - $PWD:/pagebuttons
|
| /plugin/farm/install/ |
| D | trusted_apps.php | 5 # pwd = application password md5
|
| /plugin/odtplus2dw/ |
| D | Makefile | 1 DIR = $(shell basename $$(pwd))
|
| /plugin/siteexport/_test/phantomjs/ |
| D | runPhantomJs.sh | 8 phantomjs phantom-qunit.js "file://$(pwd)/$FILE"
|
| /plugin/dataplot/ |
| D | make-release | 5 my_package=`basename ${PWD}`
|
| /plugin/findologicxmlexport/vendor/bin/ |
| D | phpunit | 3 dir=$(cd "${0%[/\\]*}" > /dev/null; cd "../phpunit/phpunit" && pwd)
|
| /plugin/authyubikey/ |
| D | auth.php.org | 126 * @param string $pwd 132 public function createUser($user, $pwd, $name, $mail, $grps = null) { 142 $pass = auth_cryptPassword($pwd); 156 return $pwd;
|
| /plugin/issuelinks/ |
| D | pre-commit.hook.sh | 4 PROJECT=`pwd`
|