Home
last modified time | relevance | path

Searched refs:strlen (Results 76 – 100 of 101) sorted by path

12345

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSCP.php
H A DSFTP.php841 if (!strlen($path) || $path[0] != '/') {
887 if (!strlen($path) || $path[0] != '/') {
894 if (!strlen($dir)) {
928 } elseif ($dir[strlen($dir) - 1] != '/') {
1696 $packet = pack('Na*', strlen($filename), $filename);
2209 $size = strlen($data);
2217 $sftp_packet_size -= strlen($handle) + 25;
2233 $packet = pack('Na*N3a*', strlen($handle), $handle, $subtemp / 4294967296, $subtemp, strlen($temp), $temp);
2242 $sent += strlen(
[all...]
H A DSSH1.php
H A DSSH2.php1398 if (strlen($temp) == 255) {
1433 if (strlen($extra)) {
1461 if (is_bool($response) || !strlen($response) || ord($response[0]) != NET_SSH2_MSG_KEXINIT) {
1613 || !strlen($kexinit_payload_server)
1798 $data = pack('CNa*', constant($clientKexInitMessage), strlen($ourPublicBytes), $ourPublicBytes);
1833 if (strlen($this->signature) < 4) {
1907 $keyBytes = pack('Na*', strlen($keyBytes), $keyBytes);
1921 while ($this->encrypt_block_size > strlen($iv)) {
1941 while ($encryptKeyLength > strlen($key)) {
1966 while ($this->decrypt_block_size > strlen(
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php150 } elseif ($orig[strlen($orig) - 1] == '#') {
307 call_user_func($this->notification, STREAM_NOTIFY_PROGRESS, STREAM_NOTIFY_SEVERITY_INFO, '', 0, strlen($result), $this->size);
314 $this->pos += strlen($result);
339 call_user_func($this->notification, STREAM_NOTIFY_PROGRESS, STREAM_NOTIFY_SEVERITY_INFO, '', 0, strlen($data), strlen($data));
345 $this->pos += strlen($data);
350 return strlen($data);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php165 if (strlen($packet) != fputs($this->fsock, $packet)) {
261 $this->expected_bytes -= strlen($data);
264 $current_data_bytes = strlen($data);
272 if (strlen($this->socket_buffer) != fwrite($this->fsock, $this->socket_buffer)) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php277 if (strlen($packet) != fputs($this->fsock, $packet)) {
/dokuwiki/vendor/simplepie/simplepie/
H A Dautoloader.php66 $len = strlen($prefix);
/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/vendor/simplepie/simplepie/library/SimplePie/Decode/HTML/
H A DEntities.php206 $consumed_length = strlen($this->consumed);
208 $this->position += strlen($replacement) - $consumed_length;
590 $this->data = substr_replace($this->data, $entities[$match], $this->position - strlen($consumed) - 1, strlen($match) + 1);
591 $this->position += strlen($entities[$match]) - strlen($consumed) - 1;
/dokuwiki/vendor/simplepie/simplepie/src/Content/Type/
H A DSniffer.php208 $len = strlen($this->file->body);
/dokuwiki/vendor/simplepie/simplepie/src/
H A DGzdecode.php196 $this->compressed_size = strlen($data);
335 if (sprintf('%u', strlen($this->data) & 0xFFFFFFFF) !== sprintf('%u', $isize)) {
H A DIRI.php422 $strlen = strlen($string);
423 while (($position += strspn($string, $extra_chars, $position)) < $strlen) {
460 if ($position + $length <= $strlen) {
476 $position = $strlen - 1;
515 $strlen += 2;
896 $strlen = strlen($ihost);
897 while (($position += strcspn($ihost, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ%', $position)) < $strlen) {
926 } elseif (strspn($port, '0123456789') === strlen(
[all...]
H A DMisc.php112 if (strlen($matches[$i][3][0]) <= 2) {
1756 $length = strlen($string);
1885 $string_length = strlen($string);
H A DParser.php355 $separator_length = strlen($this->separator);
/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/vendor/simplepie/simplepie/src/Net/
H A DIPv6.php151 if (strlen($match[0]) > $max) {
152 $max = strlen($match[0]);
213 if (strlen($ipv6_part) > 4) {
/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/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);
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php313 $striplen = strlen($strip);
H A DTar.php180 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) {
294 $read += strlen($data);
334 $len = strlen($data);
461 $written = strlen($data);
534 $namelen = strlen($name);
538 if (strlen($file) > 100 || strlen($dir) > 155) {
585 if (!$block || strlen($block) != 512) {
H A DZip.php162 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) {
361 $csize += strlen($c_block);
367 $size += strlen($block);
417 $size = strlen($data);
423 $csize = strlen($data);
487 $this->writebytes(pack('V', strlen($ctrldir))); // size of the central directory
684 while (strlen($header) !== 0) {
794 $written = strlen($data);
815 $written = strlen($data);
838 return strlen(
[all...]
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DOptions.php174 if (strlen($short) > 1) {
249 if (strlen($arg) > 1 && $arg[1] === '-') {
H A DTableFormatter.php122 $border = $this->strlen($this->border);
240 $strlen = $this->strlen($string);
241 if ($strlen > $len) return $string;
243 $pad = $len - $strlen;
253 protected function strlen($string) function in splitbrain\\phpcli\\TableFormatter
262 return strlen($string);
298 if ($this->strlen($line) <= $width) {
305 if ($this->strlen($actual . $word) <= $width) {
313 while ($this->strlen(
[all...]

12345