Home
last modified time | relevance | path

Searched refs:trim (Results 1101 – 1125 of 1709) sorted by relevance

1...<<41424344454647484950>>...69

/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php334 $v = trim($v);
H A DServer.php578 return trim(URLUtil::decodePath(substr($uri, strlen($baseUri))), '/');
962 $path = trim($path, '/');
1322 $ifMatchItem = trim($ifMatchItem, ' ');
1369 $ifNoneMatchItem = trim($ifNoneMatchItem, ' ');
/plugin/twofactorsmsgateway/
H A Dhelper.php201 list($provider, $domain) = explode("@", trim($line), 2);
/plugin/genericsso/
H A Dauth.php299 $line = trim(preg_replace('/#.*$/', '', $line)); //ignore comments
/plugin/sentry/
H A Dhelper.php30 $path = trim($path, '/');
/plugin/gitlog/
H A Dsyntax.php245 $value = trim($value, "'");
/plugin/inlinejs/syntax/
H A Dpreloader.php177 $pathname = trim($pathname);
/plugin/task/
H A Daction.php144 $status = trim($status);
/plugin/authucenter/lib/uc_client/lib/
H A Dsendmail.inc.php98 $touser = trim($touser);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DDateTimeParser.php166 $newDur = ($matches['plusminus']==='-'?'-':'+') . trim($newDur);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDateTimeParser.php166 $newDur = ($matches['plusminus']==='-'?'-':'+') . trim($newDur);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS1.php151 $iv = Hex::decode(trim($matches[2]));
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDateTimeParser.php166 $newDur = ($matches['plusminus']==='-'?'-':'+') . trim($newDur);
/plugin/tagfilter/syntax/
H A Dcompare.php52 $match = trim(substr($match, 13, -2));
/plugin/combo/syntax/
H A Dpara.php306 $captureContentisEmpty = $capturedContent===null || trim($capturedContent) == "";
/plugin/combo/ComboStrap/
H A DPageDescription.php264 // Suppress all double space and trim
265 return trim(preg_replace('/ /m', " ", $description));
/plugin/dev/
H A DLangProcessor.php228 $key = trim($key, '\'"');
/plugin/aichat/
H A Dcli.php461 $value = trim(fgets($fh));
/plugin/struct/meta/
H A DSearchConfigParameters.php128 if (trim($value) === '') {
/plugin/struct/types/
H A DUser.php76 $lookup = trim($INPUT->str('search'));
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php545 return trim(URLUtil::decodePath(substr($uri, strlen($baseUri))), '/');
893 $path = trim($path, '/');
1246 $ifMatchItem = trim($ifMatchItem, ' ');
1293 $ifNoneMatchItem = trim($ifNoneMatchItem, ' ');
/plugin/pagequery/
H A DPageQuery.php73 $tokens = explode(' ', trim($query));
87 $page_qry = trim($page_qry);
457 $query = trim($query);
523 $pages = array_map('trim', $pages);
992 $after = trim($short);
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php70 $value = trim($value);
294 $output = trim($output);
543 $scalar = trim($scalar);
/plugin/xcom/
H A Dscript.js351 page = page.trim();
357 if((!page || page.trim().length === 0) && !opts) {
390 opt = opts.trim();
/plugin/upgrade/HTTP/
H A DHTTPClient.php346 $key = trim($key);
775 $key = trim($key);
776 $val = trim($val);

1...<<41424344454647484950>>...69