Home
last modified time | relevance | path

Searched refs:trim (Results 101 – 125 of 1709) sorted by path

12345678910>>...69

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DChromePHPHandler.php170 if (trim($data) !== '') {
H A DFirePHPHandler.php164 if (trim(current($header)) !== '') {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php279 $this->userIcon = trim($userIcon, ':');
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DMercurialProcessor.php66 $result = explode(' ', trim(`hg id -nb`));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php311 public static function bin2bits($x, $trim = true) argument
340 return $trim ? ltrim($bits, '0') : $bits;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS1.php151 $iv = Hex::decode(trim($matches[2]));
H A DPuTTY.php192 $key = preg_split('#\r\n|\r|\n#', trim($key));
207 $encryption = trim(preg_replace('#Encryption: (.+)#', '$1', $key[1]));
208 $components['comment'] = trim(preg_replace('#Comment: (.+)#', '$1', $key[2]));
210 $publicLength = trim(preg_replace('#Public-Lines: (\d+)#', '$1', $key[3]));
237 … $flavour = trim(preg_replace('#Key-Derivation: (.*)#', '$1', $key[$offset++]));
238 … $memory = trim(preg_replace('#Argon2-Memory: (\d+)#', '$1', $key[$offset++]));
239 … $passes = trim(preg_replace('#Argon2-Passes: (\d+)#', '$1', $key[$offset++]));
240 … $parallelism = trim(preg_replace('#Argon2-Parallelism: (\d+)#', '$1', $key[$offset++]));
241 … $salt = Hex::decode(trim(preg_replace('#Argon2-Salt: ([0-9a-f]+)#', '$1', $key[$offset++])));
263 $privateLength = trim(preg_replace('#Private-Lines: (\d+)#', '$1', $key[$offset++]));
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1831 $prop = trim($results[$i], ', =/');
1883 $attr['value'] = strtolower(trim($v));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php301 self::VALUE => self::trim($value),
391 self::VALUE => self::trim($x_value),
426 self::trim(self::regularMultiply($x_value, $y_value)) :
427 self::trim(self::karatsuba($x_value, $y_value)),
765 $value = static::trim($value);
775 $value = static::trim($value);
837 protected static function trim(array $value) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
975 $this->value = static::trim($this->value);
1004 self::trim(self::baseSquare($x)) :
1005 self::trim(self::karatsubaSquare($x));
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DBarrett.php105 $lsd = self::trim($lsd);
281 self::VALUE => self::trim($product_value),
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1490 $this->server_identifier = trim($temp, "\r\n");
/plugin/authhiorgserver/
H A Dauth.php155 $ov = trim($this->getConf("ov"));
188 $ov = trim($this->getConf("ov"));
/plugin/authimap2/
H A Dauth.php422 $line = trim($line);
/plugin/authldaplocal/
H A Dauth.php613 $line = trim($line);
725 $server = trim($server);
/plugin/authphpbb3/
H A Dauth.php134 $username = trim($username);
178 $server_protocol = strtolower(trim($row['config_value']));
181 $server_name = rtrim(trim($row['config_value']), '/');
184 $script_path = trim($row['config_value']);
520 …$this->_phpbb_conf['root_path'] = DOKU_INC . rtrim(trim($this->getConf('phpbb_root_path')), '/') .…
/plugin/authplaincas/
H A Dauth.php223 $arr[$key] = trim($item);
417 if( !in_array(trim($groupName), $this->_userInfo['tmp_grps'])) {
418 $this->_userInfo['tmp_grps'][] = trim($groupName);
587 $line = trim($line);
/plugin/authradius/
H A Dauth.php50 $hosts[$i] = trim($hosts[$i]);
/plugin/authremoteuser/
H A Dauth.php357 $line = trim($line);
/plugin/authsaml/
H A Dsaml.php284 $line = trim($line);
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php125 $line = trim($line);
/plugin/authsmf20/
H A Dauth.php156 $this->_smf_conf['path'] = rtrim(trim($this->getConf('smf_path')), '\/');
474 return trim($user);
485 $avatar = trim($avatar);
/plugin/authucenter/lib/api/
H A Duc.php208 $configfile = trim(file_get_contents(DOKU_ROOT.'./conf/uc.conf.php'));
212 @fwrite($fp, trim($configfile));
/plugin/authucenter/lib/uc_client/control/
H A Duser.php246 $username = addslashes(trim(stripslashes($username)));
/plugin/authucenter/lib/uc_client/lib/
H A Dsendmail.inc.php98 $touser = trim($touser);
H A Duccode.class.php86 …t|rtsp|mms|callto|bctp|ed2k|thunder|synacast){1}:\/\/|www\.)[^\[\"']+/i", trim($text), $matches)) {

12345678910>>...69