Home
last modified time | relevance | path

Searched refs:strlen (Results 126 – 150 of 1362) sorted by path

12345678910>>...55

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php105 $x = (strlen($this->value) & 1) ? '0' . $this->value : $this->value;
124 strlen($x) + ((static::MAX10LEN - 1) * strlen($x)) % static::MAX10LEN,
128 while (strlen($x)) {
146 $length = strlen($str);
148 $pad = 4 - (strlen($str) % 4);
H A DPHP32.php63 $i = strlen($val);
H A DPHP64.php63 $i = strlen($val);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A DMontgomery.php63 $j = strlen($temp) - strrpos($temp, '1') - 1;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBinaryField.php92 $length = strlen($t1);
102 if (strlen($c) == $t) {
148 return strlen(Integer::getModulo($this->instanceID));
158 return strlen(Integer::getModulo($this->instanceID)) << 3;
172 $pad = strlen($x) >> 3;
173 if (strlen($x) & 3) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php73 if (!strlen($num)) {
135 $length = max(strlen($a), strlen($b));
154 $len = strlen($x);
178 $length = max(strlen($s), strlen($q));
183 $length = max(strlen($r), strlen($s));
202 if (strlen($x) == strlen($y)) {
205 $length = max(strlen($x), strlen($y));
238 if (strlen($x) == strlen($y)) {
241 $length = max(strlen($x), strlen($y));
328 $length = max(strlen($x), strlen($y));
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php875 if (!strlen($path) || $path[0] != '/') {
882 if (!strlen($dir)) {
917 } elseif ($dir[strlen($dir) - 1] != '/') {
2206 $size = strlen($data);
2214 $sftp_packet_size -= strlen($handle) + 25;
2230 …$packet = pack('Na*N3a*', strlen($handle), $handle, $subtemp / 4294967296, $subtemp, strlen($temp)…
2239 $sent += strlen($temp);
2453 $offset += strlen($temp);
3355 while (strlen($this->packet_buffer) < 4) {
3367 if (strlen($this->packet_buffer) < 4) {
[all …]
H A DSSH2.php1456 if (strlen($temp) == 255) {
1491 if (strlen($extra)) {
1857 if (strlen($this->signature) < 4) {
3456 if (!strlen($raw)) {
3535 if (strlen($raw) < 5) {
3554 if (strlen($buffer)) {
4197 $packet_length = strlen($data) + 9;
4296 if (strlen($packet) != $sent) {
4314 if (strlen($message_number) > 2) {
4390 while (strlen($data)) {
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php166 } elseif ($orig[strlen($orig) - 1] == '#') {
325 …otification, STREAM_NOTIFY_PROGRESS, STREAM_NOTIFY_SEVERITY_INFO, '', 0, strlen($result), $this->s…
332 $this->pos += strlen($result);
358 …ication, STREAM_NOTIFY_PROGRESS, STREAM_NOTIFY_SEVERITY_INFO, '', 0, strlen($data), strlen($data));
364 $this->pos += strlen($data);
369 return strlen($data);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php171 if (strlen($packet) != fputs($this->fsock, $packet)) {
271 $this->expected_bytes -= strlen($data);
274 $current_data_bytes = strlen($data);
282 if (strlen($this->socket_buffer) != fwrite($this->fsock, $this->socket_buffer)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php293 if (strlen($packet) != fputs($this->fsock, $packet)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/
H A DReadBytes.php37 if (strlen($temp) != $length) {
38 throw new \RuntimeException("Expected $length bytes; got " . strlen($temp));
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php255 $offset += \strlen($matches[1][0]);
468 $bytes = \strlen($labels[$i]);
580 $inputLength = \strlen($input);
799 $length = \strlen($input);
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
H A DNormalizer.php123 $len = \strlen($s);
211 $len = \strlen($s);
239 $j = \strlen($uchr);
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DPhp72.php27 $len = \strlen($s);
43 $len = \strlen($s);
200 if (1 === \strlen($s)) {
/plugin/authimap2/
H A Dauth.php448 $len = strlen($line);
/plugin/authldaplocal/
H A Dauth.php639 $len = strlen($line);
/plugin/authloginapi/
H A Dauth.php82 …$data = json_decode(base64_decode(str_pad(strtr($raw, '-_', '+/'), strlen($raw) % 4, '=', STR_PAD_…
/plugin/authradius/
H A Ddes.php37 if (strlen($key) < 7)
40 if (strlen($key) == 7) $key = des_add_parity($key);
43 …$blockCount = (int) (strlen($clearText) / 8); //Figure out how many blocks of 8 bytes we need to …
44 if (strlen ($clearText) % 8) { //Check to see if there are any leftovers
219 for ($i = 0; $i < strlen($bitStream); $i++) {
234 for ($i = 0; $i < (strlen($byteStream) / 8); $i++) {
255 for ($i = 0; $i < strlen($a); $i++) {
284 for ($i = 0; $i < strlen($key); $i++) {
H A Dmschap.php45 for ($i=0;$i<strlen($str);$i++) {
63 while (strlen($nthash) < 21)
/plugin/authremoteuser/
H A Dauth.php383 $len = strlen($line);
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php147 $len = strlen($line);
/plugin/authucenter/lib/api/
H A Duc.php303 $key_length = strlen($cryptkey);
306 $string_length = strlen($string);
/plugin/authucenter/lib/uc_client/
H A Dclient.php176 $key_length = strlen($cryptkey);
179 $string_length = strlen($string);
244 $header .= 'Content-Length: '.strlen($post)."\r\n";
294 $limit -= strlen($data);
/plugin/authucenter/lib/uc_client/lib/
H A Duccode.class.php89 if(strlen($url) > $length) {

12345678910>>...55