Home
last modified time | relevance | path

Searched refs:trim (Results 476 – 500 of 1709) sorted by last modified time

1...<<11121314151617181920>>...69

/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php302 $v = trim($v);
/plugin/davcal/syntax/
H A Dcalendar.php64 $options = trim(substr($match,15,-2));
74 $options = trim(substr($match,9,-2));
82 $key = strtolower(trim($key));
83 $val = trim($val);
H A Dtable.php52 $options = trim(substr($match,14,-2));
72 $key = strtolower(trim($key));
73 $val = trim($val);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DPDOMysqlTest.php20 if (!trim($sql)) continue;
H A DPDOSqliteTest.php20 if (!trim($sql)) continue;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/
H A DMock.php40 $prefix = trim($prefix, '/');
/plugin/pot/
H A Dhelper.php14 $c = trim($c);
42 $key = trim($temp[0]);
43 $value = trim($temp[1]);
H A Dsyntax.php83 if (trim($this->cargo[$potid]['settings']['type']) == 'text') {
/plugin/pot/source/
H A Dcalculate.php9 $potformula = preg_replace("/^\s*?$/", "\" \"", trim($match)); //if only spaces are set, replace sp…
/plugin/text/
H A Drenderer.php53 trim(html_entity_decode(preg_replace($search,' ',$this->doc),ENT_QUOTES)) .
558 } elseif(is_null($title) || trim($title) == '') {
/plugin/indexmenu/scripts/
H A Dtoolbarindexwizard.js270 options = options ? '|' + options.trim() : '';
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
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/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/guzzlehttp/guzzle/src/Cookie/
H A DSetCookie.php46 $key = trim($cookieParts[0]);
48 ? trim($cookieParts[1], " \n\r\t\0\x0B")
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DHeader.php28 $part[trim($m[0], $trimmed)] = trim($m[1], $trimmed);
30 $part[] = trim($m[0], $trimmed);
64 $result[] = trim($vv);
H A DMessageTrait.php202 $trimmed = trim((string) $value, " \t");
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DMercurialProcessor.php66 $result = explode(' ', trim(`hg id -nb`));
/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/google/apiclient/src/Http/
H A DBatch.php125 $body = trim($body);
151 if (isset($part[0]) && 'boundary' == trim($part[0])) {
164 $part = trim($part);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php253 throw new \RuntimeException(trim($message));
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMessageFormatter.php89 $result = trim($request->getMethod()
183 return trim($result);
H A Dfunctions.php69 $headers[trim($parts[0])][] = isset($parts[1])
70 ? trim($parts[1])

1...<<11121314151617181920>>...69