Home
last modified time | relevance | path

Searched refs:ltrim (Results 51 – 75 of 235) sorted by last modified time

12345678910

/plugin/pot/source/
H A Dcalculate.php44 $completeformula .= "( " . ltrim($forkey, '+ ') . " )";
60 $completeformula .= "( " . ltrim($forkey, '+ '). " )";
/plugin/indexmenu/syntax/
H A Dindexmenu.php
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php301 return ltrim($str, "\0");
340 return $trim ? ltrim($bits, '0') : $bits;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php502 $a = ltrim($curve->getA()->toBytes(), "\0");
506 $b = ltrim($curve->getB()->toBytes(), "\0");
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php170 $em = ltrim($em, "\xFF");
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSetCookie.php338 $cookieDomain = ltrim($this->getDomain(), '.');
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWK.php179 $temp = \ltrim(\pack('N', $length), \chr(0));
H A DJWT.php520 $r = \ltrim($r, "\x00");
521 $s = \ltrim($s, "\x00");
580 $r = \ltrim($r, "\x00");
581 $s = \ltrim($s, "\x00");
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRedisHandler.php82 ->ltrim($this->redisKey, -$this->capSize, -1)
89 $tx->ltrim($redisKey, -$capSize, -1);
H A DNativeMailerHandler.php122 $headers = ltrim(implode("\r\n", $this->headers) . "\r\n", "\r\n");
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php180 $result = ltrim($result, '0');
896 return ltrim(pack('N', $x), chr(0));
H A DBCMath.php134 return ltrim($this->value, '0');
164 ltrim($value, chr(0));
H A DEngine.php294 $result = $this->precision > 0 ? substr($bits, -$this->precision) : ltrim($bits, '0');
824 $size = strlen(ltrim($max->toBytes(), chr(0)));
H A DGMP.php163 ltrim($temp, chr(0));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php151 $x = ltrim($x, "\0");
188 return [ltrim($q, "\0"), ltrim($r, "\0")];
199 $precomputed = [ltrim($x, "\0")];
277 return ltrim($xy, "\0");
420 $temp->value = ltrim($aux1, "\0");
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBinaryField.php105 return ltrim($c, "\0");
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php278 $area = '.' . ltrim($area, '.');
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php124 $message = ltrim($message, "\r\n");
195 return $scheme . '://' . $host . '/' . ltrim($path, '/');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1513 $temp = ltrim(pack('N', $length), chr(0));
/plugin/structcondstyle/
H A Daction.php281 $row = ltrim($row);
/plugin/openas/
H A Daction.php140 ltrim($new_id,':');
/plugin/xcom/
H A Dremote.php76 $rootns = ltrim($rootns,'./');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php24 use function ltrim;
293 $url->setDn((isset($pieces['path']) && $pieces['path'] !== '/') ? self::decode(ltrim($pieces['path'], '/')) : null);
/plugin/pureldap/classes/
H A DADClient.php115 $match = ltrim($match, '^');
412 $maxPwdAge = (int)ltrim(substr($maxPwdAge, 0, -7), '-');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DDn.php23 use function ltrim;
176 $rdns[$i] = Rdn::create(ltrim($piece));

12345678910