Home
last modified time | relevance | path

Searched refs:trim (Results 76 – 100 of 1709) sorted by path

12345678910>>...69

/plugin/approve/
H A Dhelper.php316 $id = trim($id, ':');
/plugin/approve/syntax/
H A Dtable.php47 $key = trim($pair[0]);
48 $value = trim($pair[1]);
50 $value = array_map('trim', explode(',', $value));
61 $value = trim($value, '/');
69 $value = trim(cleanID($value), ':');
/plugin/asiansearch/
H A Daction.php108 $str = trim($str);
/plugin/authclientcert/
H A Dauth.php144 $mail = trim($nameval[1]);
/plugin/authdomainlimitation/action/
H A Dsignup.php42 return trim($domain);
45 if ( in_array(trim( substr(strrchr($event->data['params'][3], "@"), 1)),$domains) ) {
/plugin/authfacebook/
H A Dauth.php152 …$user = preg_replace("/[^a-z0-9]/","_",strtolower(trim(basename(stripslashes(iconv("utf8","ascii//…
/plugin/authfacebook/lib/Http/
H A DGraphRawResponse.php123 $headerCollection = explode("\n\n", trim($rawHeaders));
/plugin/authfacebook/lib/HttpClients/
H A DFacebookCurlHttpClient.php161 return [trim($rawHeaders), trim($rawBody)];
/plugin/authfacebook/lib/Url/
H A DFacebookUrlDetectionHandler.php110 $host = strtolower(preg_replace('/:\d+$/', '', trim($host)));
/plugin/authg2fa/
H A DTokenHelper.php25 $line = trim($line);
/plugin/authgoogle/
H A Dauth.php197 $domain = trim($domain);
/plugin/authgoogle/google/external/
H A DURITemplateParser.php187 $val = trim($val, $del);
/plugin/authgoogle/google/service/
H A DGoogle_BatchRequest.php72 if (isset($part[0]) && 'boundary' == trim($part[0])) {
84 $part = trim($part);
/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/Cookie/
H A DSetCookie.php46 $key = trim($cookieParts[0]);
48 ? trim($cookieParts[1], " \n\r\t\0\x0B")
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php562 $value = trim($h);
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 DUriTemplate.php73 $value = trim($value);
H A Dfunctions.php69 $headers[trim($parts[0])][] = isset($parts[1])
70 ? trim($parts[1])
/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 DMessage.php21 $msg = trim($message->getMethod() . ' '
H A DMessageTrait.php202 $trimmed = trim((string) $value, " \t");
H A DMultipartStream.php62 return "--{$this->boundary}\r\n" . trim($str) . "\r\n\r\n";
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php224 if (trim($m[1]) === 'autolabel') {

12345678910>>...69