Home
last modified time | relevance | path

Searched refs:len (Results 26 – 35 of 35) sorted by relevance

12

/dokuwiki/inc/Remote/
H A DApiCore.php
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php1891 $len = strcspn($string, $space_characters, $position);
1892 $tokens[] = substr($string, $position, $len);
1893 $position += $len;
H A DIRI.php551 for ($i = 1, $len = count($bytes); $i < $len; $i++) {
644 for ($j = $start; $j < $len; $j++) {
/dokuwiki/inc/
H A Dcommon.php1099 $len = strlen(rtrim($conf['datadir'], '/'));
1100 while (strlen($path) >= $len) {
1625 $len = PhpString::strlen($short);
1626 if ($len <= $max) return $keep . $short;
1631 PhpString::substr($short, $len - $half);
H A DJpegMeta.php2613 $len = strlen($header);
2615 $pos = $this->_putByte($data, $pos, $len);
2617 if (($len % 2) == 0) { // Even padding, including the length byte
2621 $len = strlen($value);
2622 $pos = $this->_putLong($data, $pos, $len);
2624 if (($len % 2) != 0) { // Even padding
3193 $len = strlen($str);
3194 for ($i = 0; $i < $len; $i++) {
3198 return $pos + $len;
H A DMailer.class.php
H A Dfulltext.php470 $len = PhpString::strlen($text);
507 $post = min($len - $utf8_idx - $utf8_len, 100);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1150 $len = strlen($content);
1152 if ($len > 4096) {
1153 //throw new \RuntimeException("Object identifier size is limited to 4096 bytes ($len bytes present)");
1157 if (ord($content[$len - 1]) & 0x80) {
1162 while ($pos < $len) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1269 $len = count($args) & 0x7FFFFFFE;
1270 for ($i = 0; $i < $len; $i += 2) {

12