Home
last modified time | relevance | path

Searched refs:bin (Results 1 – 10 of 10) sorted by relevance

/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUtils.php181 * @param string $bin A binary LDAP attribute
184 public function binaryToText($bin) argument
186 $hex_guid = bin2hex($bin);
/dokuwiki/inc/
H A DPassHash.php230 $bin = pack("H32", md5($clear . $salt . $clear));
232 $text .= substr($bin, 0, min(16, $i));
237 $bin = pack("H32", md5($text));
239 $new = ($i & 1) ? $clear : $bin;
242 $new .= ($i & 1) ? $bin : $clear;
243 $bin = pack("H32", md5($new));
250 $tmp = $bin[$i] . $bin[$k] . $bin[$j] . $tmp;
252 $tmp = chr(0) . chr(0) . $bin[1
[all...]
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DOptions.php29 protected $bin; variable in splitbrain\\phpcli\\Options
61 $this->bin = basename(array_shift($this->args));
67 * Gets the bin value
71 return $this->bin;
379 $text .= ' ' . $this->bin;
H A DBase.php18 protected $bin; variable in splitbrain\\phpcli\\Base
/dokuwiki/conf/
H A Dinterwiki.conf33 paypal https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=
/dokuwiki/inc/lang/de-informal/
H A Dstopwords.txt11 bin
/dokuwiki/vendor/phpseclib/phpseclib/
H A DREADME.md94 vendor/bin/phpunit --verbose --configuration tests/phpunit.xml
/dokuwiki/inc/lang/de/
H A Dstopwords.txt11 bin
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md105 | `imconvert` | `/usr/bin/convert` | The path to ImageMagick's `convert` binary |
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md26 #!/usr/bin/php