Home
last modified time | relevance | path

Searched refs:strlen (Results 51 – 75 of 101) sorted by relevance

12345

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC2.php272 if ($this->current_key_length != 128 || strlen($this->orig_key) < 16) {
322 * strlen($key) <= 128), however, we only use the first 128 bytes if $key
344 if (strlen($key) < 1 || strlen($key) > 128) {
345 throw new \LengthException('Key of size ' . strlen($key) . ' not supported by this algorithm. Only keys of sizes between 8 and 1024 bits, inclusive, are supported');
348 $t = strlen($key);
377 $this->key_length = strlen($this->key);
H A DHash.php232 case strlen($nonce) > 0 && strlen($nonce) <= 16:
259 if (strlen($this->key) <= $this->getBlockLengthInBytes()) {
473 $last = strlen($nonce) - 1;
537 $b = strlen($m) <= 1024 ? "\0\0\0\0\0\0\0\0$a" : self::L2Hash($L2Key_i, $a);
578 $length = count($m) ? strlen($m[$i]) : 0;
607 //$t = strlen($m) >> 2;
680 if (strlen($m) <= 0x20000) { // 2^14 64-bit words
685 $length = strlen($m_2);
791 if (strlen(
[all...]
/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DJSStrip.php56 $slen = strlen($source); // size of input string
122 $len = strlen($e);
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DHTMLCreator.php159 return substr($fileInfo["basename"], 0, -(strlen($fileInfo["extension"]) + 1)).".html";
/dokuwiki/inc/Utf8/
H A DUnicode.php44 $len = strlen($str);
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php375 if ($delim_pos > strlen($this->_punycode_prefix)) {
376 for ($k = strlen($this->_punycode_prefix); $k < $delim_pos; ++$k) {
383 $enco_len = strlen($encoded);
422 $extract = strlen($this->_punycode_prefix);
792 $inp_len = strlen($input);
921 $inp_len = strlen($input);
/dokuwiki/inc/File/
H A DPageFile.php114 'sizechange' => strlen($text) - strlen($currentContent),
/dokuwiki/lib/exe/
H A Dcss.php228 $msg = substr($msg, 0, -1 * strlen($m[0])); //remove useless linenumber
661 if (strlen($matches[2]) > 4) return '';
678 $len = strlen($line);
/dokuwiki/inc/
H A Dfulltext.php470 $len = PhpString::strlen($text);
500 $utf8_idx = PhpString::strlen(substr($text, 0, $idx));
501 $utf8_len = PhpString::strlen($str);
542 $offset = $idx + strlen(PhpString::substr($text, $utf8_idx, $utf8_len));
887 if (strlen($token) < 3 || $token[2] !== ':') continue;
H A DTaskRunner.php80 header('Content-Length: ' . strlen($img));
H A Dauth.php356 substr($pip, 0, strlen($pip) / 2), // use half of the IP address (works for both IPv4 and IPv6)
910 $data['password'] .= $c[auth_random(0, strlen($c) - 1)];
911 $data['password'] .= $v[auth_random(0, strlen($v) - 1)];
912 $data['password'] .= $a[auth_random(0, strlen($a) - 1)];
915 $data['password'] .= $s[auth_random(0, strlen($s) - 1)] . auth_random(10, 99);
H A Dutf8.php93 dbg_deprecated(PhpString::class . '::strlen()');
94 return PhpString::strlen($str);
/dokuwiki/lib/tpl/dokuwiki/images/
H A Dpagetools-build.php79 if(strlen($hex) == 3){
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DServer.php115 $length = strlen($xml);
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php730 $second_fraction = isset($match['second_fraction']) ? ((int) $match['second_fraction']) / (10 ** strlen($match['second_fraction'])) : 0;
760 $length = strlen($string);
/dokuwiki/vendor/composer/
H A DClassLoader.php248 $length = strlen($prefix);
303 $length = strlen($prefix);
/dokuwiki/bin/
H A Dwantedpages.php134 $trunclen = strlen($conf['datadir'] . ':');
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DOptions.php174 if (strlen($short) > 1) {
249 if (strlen($arg) > 1 && $arg[1] === '-') {
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php134 * Input data length (to avoid calling strlen() everytime this is needed)
169 $this->data_length = strlen($this->data);
470 $chunk_length = strlen($matches[0]);
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUsers.php522 for ($i=0; $i <strlen($password); $i++){ $encoded.="{$password[$i]}\000"; }
564 if ($includeDescription && strlen($entries[$i]["displayname"][0])>0){
625 if ($includeDescription && strlen($entries[$i]["displayname"][0]) > 0) {
/dokuwiki/vendor/simplepie/simplepie/src/Content/Type/
H A DSniffer.php208 $len = strlen($this->file->body);
/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
H A DMessage.php74 if (strlen($this->message) <= $chunk_size) {
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php313 $striplen = strlen($strip);
/dokuwiki/vendor/simplepie/simplepie/src/XML/Declaration/
H A DParser.php121 * Input data length (to avoid calling strlen() everytime this is needed)
145 $this->data_length = strlen($this->data);

12345